0byt3m1n1
Path:
/
data
/
17
/
4
/
47
/
58
/
4210710
/
meta
/
4735414
/
mysql.backup
/
[
Home
]
File: wpda15.mysqlv115.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv115 Database: wpda15 -- ------------------------------------------------------ -- 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 `snsf_subscribe` -- DROP TABLE IF EXISTS `snsf_subscribe`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `snsf_subscribe` ( `id` int(11) NOT NULL auto_increment, `subscriber` varchar(50) default NULL, `email` varchar(50) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `snsf_subscribe` -- LOCK TABLES `snsf_subscribe` WRITE; /*!40000 ALTER TABLE `snsf_subscribe` DISABLE KEYS */; /*!40000 ALTER TABLE `snsf_subscribe` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `snsf_subscribe_options` -- DROP TABLE IF EXISTS `snsf_subscribe_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `snsf_subscribe_options` ( `option_name` varchar(50) NOT NULL default '', `option_value` varchar(50) default NULL, PRIMARY KEY (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `snsf_subscribe_options` -- LOCK TABLES `snsf_subscribe_options` WRITE; /*!40000 ALTER TABLE `snsf_subscribe_options` DISABLE KEYS */; INSERT INTO `snsf_subscribe_options` VALUES ('snsf-style','default.css'),('snsf-custom-style','false'); /*!40000 ALTER TABLE `snsf_subscribe_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cmsms_forms` -- DROP TABLE IF EXISTS `wp_cmsms_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cmsms_forms` ( `id` int(4) unsigned NOT NULL auto_increment, `number` int(4) NOT NULL, `slug` varchar(255) NOT NULL, `parent_slug` varchar(255) NOT NULL, `type` varchar(20) NOT NULL, `label` varchar(255) NOT NULL, `value` text, `description` text, `parameters` varchar(255) default NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cmsms_forms` -- LOCK TABLES `wp_cmsms_forms` WRITE; /*!40000 ALTER TABLE `wp_cmsms_forms` DISABLE KEYS */; INSERT INTO `wp_cmsms_forms` VALUES (1,0,'contact_us_144899789709597820','contact_us_144899789709597820','form','Contact Us','s:33:\"Your message text...[%Your Name%]\";','a:3:{i:0;s:12:\"Form Subject\";i:1;s:52:\"Thank You! \nYour message has been sent successfully.\";i:2;s:12:\"Send Message\";}','a:2:{i:0;N;i:1;s:5:\"reset\";}'),(2,1,'field_971321357181295700','contact_us_144899789709597820','text','Your Name','a:0:{}','s:0:\"\";','a:1:{i:0;s:8:\"required\";}'),(3,2,'name_contact_us_144899789709597820_551482352195307600','contact_us_144899789709597820','text','Email Address','a:0:{}','s:0:\"\";','a:1:{i:0;s:8:\"required\";}'),(4,3,'name_contact_us_144899789709597820_154128792462870460','contact_us_144899789709597820','text','Phone','a:0:{}','s:0:\"\";','a:1:{i:0;s:8:\"required\";}'),(6,4,'name_contact_us_144899789709597820_151141264010220770','contact_us_144899789709597820','textarea','Message','a:0:{}','s:0:\"\";','a:3:{i:0;N;i:1;s:11:\"minSize[50]\";i:2;s:12:\"maxSize[300]\";}'); /*!40000 ALTER TABLE `wp_cmsms_forms` 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) collate utf8_unicode_ci default NULL, `meta_value` longtext collate utf8_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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 collate utf8_unicode_ci NOT NULL, `comment_author_email` varchar(100) collate utf8_unicode_ci NOT NULL default '', `comment_author_url` varchar(200) collate utf8_unicode_ci NOT NULL default '', `comment_author_IP` varchar(100) collate utf8_unicode_ci 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 collate utf8_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) collate utf8_unicode_ci NOT NULL default '1', `comment_agent` varchar(255) collate utf8_unicode_ci NOT NULL default '', `comment_type` varchar(20) collate utf8_unicode_ci NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (37,1969,'backdoor','example@example.com','','77.247.30.30','2014-03-03 14:31:27','2014-03-03 14:31:27','Never expected to get such a powerful theme for this little money! It\'s a pleasure to work with, seems it just guesses my thoughts!',0,'1','','',0,3); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_lockouts` -- DROP TABLE IF EXISTS `wp_itsec_lockouts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_itsec_lockouts` ( `lockout_id` bigint(20) unsigned NOT NULL auto_increment, `lockout_type` varchar(20) NOT NULL, `lockout_start` datetime NOT NULL, `lockout_start_gmt` datetime NOT NULL, `lockout_expire` datetime NOT NULL, `lockout_expire_gmt` datetime NOT NULL, `lockout_host` varchar(40) default NULL, `lockout_user` bigint(20) unsigned default NULL, `lockout_username` varchar(60) default NULL, `lockout_active` int(1) NOT NULL default '1', PRIMARY KEY (`lockout_id`), KEY `lockout_expire_gmt` (`lockout_expire_gmt`), KEY `lockout_host` (`lockout_host`), KEY `lockout_user` (`lockout_user`), KEY `lockout_username` (`lockout_username`), KEY `lockout_active` (`lockout_active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_itsec_lockouts` -- LOCK TABLES `wp_itsec_lockouts` WRITE; /*!40000 ALTER TABLE `wp_itsec_lockouts` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_itsec_lockouts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_log` -- DROP TABLE IF EXISTS `wp_itsec_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_itsec_log` ( `log_id` bigint(20) unsigned NOT NULL auto_increment, `log_type` varchar(20) NOT NULL default '', `log_function` varchar(255) NOT NULL default '', `log_priority` int(2) NOT NULL default '1', `log_date` datetime NOT NULL default '0000-00-00 00:00:00', `log_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `log_host` varchar(40) default NULL, `log_username` varchar(60) default NULL, `log_user` bigint(20) unsigned default NULL, `log_url` varchar(255) default NULL, `log_referrer` varchar(255) default NULL, `log_data` longtext NOT NULL, PRIMARY KEY (`log_id`), KEY `log_type` (`log_type`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_itsec_log` -- LOCK TABLES `wp_itsec_log` WRITE; /*!40000 ALTER TABLE `wp_itsec_log` DISABLE KEYS */; INSERT INTO `wp_itsec_log` VALUES (1,'backup','Database Backup Executed',3,'2022-10-28 18:54:28','2022-10-28 18:54:28','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(2,'file_change','File Changes Detected',8,'2022-10-28 18:54:31','2022-10-28 18:54:31','','',0,'','','a:4:{s:5:\"added\";a:3396:{s:9:\"index.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b61b25303be0f573a6b9446d5cbe3a5b\";}s:11:\"license.txt\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"3938fcd57688b4d7681a50d6a1f53e71\";}s:25:\"nsitestscripts/footer.htm\";a:2:{s:1:\"d\";i:1442257925;s:1:\"h\";s:32:\"4a836005a05076689d0b49aa9231860c\";}s:32:\"nsitestscripts/images/arrowd.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"ef10bada01ec1aa23f510289748c18b6\";}s:32:\"nsitestscripts/images/arrowl.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"bdcbe24245490a1e6876b1f0adbc18ff\";}s:35:\"nsitestscripts/images/unix-icon.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"99384307a33f5da0bfee576658720a27\";}s:33:\"nsitestscripts/images/windows.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"c256822fc34f2743fdebd4d41319ccd9\";}s:24:\"nsitestscripts/index.htm\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"96225019d56d33e1f7a64cc47ecd111c\";}s:34:\"nsitestscripts/Other/ajaxtest.html\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"53915666b3a526b323a999a6cb61adf6\";}s:46:\"nsitestscripts/Other/Server Side Include.shtml\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"55c6858115e91f354db0c21214586201\";}s:30:\"nsitestscripts/Other/test.shtm\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"5b5ee2eb8a07d9408bd8e8aa73a275c7\";}s:31:\"nsitestscripts/pageOrganizer.js\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"165a5b5b38e863143098de4accdf138a\";}s:35:\"nsitestscripts/PHP/AbsolutePath.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"538a496d5b6cfb9b5e5ec86ff603d87f\";}s:38:\"nsitestscripts/PHP/BigDump/bigdump.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"753fc2f7b4691babbe11cbe39c50bc29\";}s:43:\"nsitestscripts/PHP/BigDump/bigdumpindex.htm\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"76b1e0badd9ae43388fbb85c80e65a52\";}s:31:\"nsitestscripts/PHP/formmail.htm\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"5269fb91a0c6ad4045792ef6e8e49fd0\";}s:35:\"nsitestscripts/PHP/General_test.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"e4b7c6b0b3505c563e2184831105cd03\";}s:29:\"nsitestscripts/PHP/mailer.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"f680ba21aeb86e30f28c568586a41058\";}s:31:\"nsitestscripts/PHP/moveback.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"5f96fdb319d2383d8ca4aaba8a3f9605\";}s:31:\"nsitestscripts/PHP/movefile.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"541eef3c2a93cd22d055f326133b645b\";}s:33:\"nsitestscripts/PHP/mysql test.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"5ed4b94f32055016b6c8c6c91d35e3ab\";}s:37:\"nsitestscripts/PHP/mysql test.php.old\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"028455cfcf8f40983533352d6a975463\";}s:37:\"nsitestscripts/PHP/nsiformmailtest.pl\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"7621c691657372eb868259bfe570e2ef\";}s:38:\"nsitestscripts/PHP/optimize_tables.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"015b9acb7d74c86b107c749c18d2d22c\";}s:30:\"nsitestscripts/PHP/phpinfo.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"20c581a883b2e37ba9df9cd63ecff801\";}s:32:\"nsitestscripts/PHP/PHPmailer.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"de233bd4b48f546cd85c2fd493c17853\";}s:33:\"nsitestscripts/PHP/successful.htm\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"10db70852e65f6d8530dadebdb0c01a2\";}s:35:\"nsitestscripts/PHP/Upload/index.php\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"cb00ccd9ed1f1a6a068134a117b57787\";}s:36:\"nsitestscripts/PHP/Upload/upload.php\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"b266e739d78859efbfe79519b7804d45\";}s:28:\"nsitestscripts/top_nav.shtml\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"50c4f495bd0e88bb4ef81f4a27c84693\";}s:27:\"nsitestscripts/welcome.html\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"1e848f5da4f2fdce7c61f9d5f43e13c6\";}s:11:\"readme.html\";a:2:{s:1:\"d\";i:1442327199;s:1:\"h\";s:32:\"29c26e3150a452ccea556ee308935691\";}s:15:\"wp-activate.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"7055c8aaaf4ef6e0a98ce6b37b654799\";}s:18:\"wp-admin/about.php\";a:2:{s:1:\"d\";i:1442327199;s:1:\"h\";s:32:\"4c983ae09c59cb82b82befc6d552804d\";}s:23:\"wp-admin/admin-ajax.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"3946f770f5acf19c13684b4edcb1f21e\";}s:25:\"wp-admin/admin-footer.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"01a55fa1de8a78c0a59030c07c2c1edd\";}s:28:\"wp-admin/admin-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"e3f39d6761a2cdce12638d33ad6171bd\";}s:25:\"wp-admin/admin-header.php\";a:2:{s:1:\"d\";i:1435106248;s:1:\"h\";s:32:\"e59419f76c64a6ba6018ffe48a25382f\";}s:23:\"wp-admin/admin-post.php\";a:2:{s:1:\"d\";i:1417347744;s:1:\"h\";s:32:\"9405e022d36cdf45f029d94518ce4103\";}s:18:\"wp-admin/admin.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"de91337c593fe53d165663e565913085\";}s:25:\"wp-admin/async-upload.php\";a:2:{s:1:\"d\";i:1423703729;s:1:\"h\";s:32:\"f83c42723f64875427828b5a179c3058\";}s:20:\"wp-admin/comment.php\";a:2:{s:1:\"d\";i:1437953784;s:1:\"h\";s:32:\"9a2a1823887a25bec48888e9e343dae2\";}s:20:\"wp-admin/credits.php\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"9ba128679b564f6e8c482d948a64ffea\";}s:26:\"wp-admin/css/about-rtl.css\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"070bb778119c82963673e25e8d87a22a\";}s:22:\"wp-admin/css/about.css\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"d3b700086ab8f218fd0986abe9c37601\";}s:31:\"wp-admin/css/admin-menu-rtl.css\";a:2:{s:1:\"d\";i:1435894165;s:1:\"h\";s:32:\"e3708169a620043b2c2bad64b0092b7e\";}s:27:\"wp-admin/css/admin-menu.css\";a:2:{s:1:\"d\";i:1435894165;s:1:\"h\";s:32:\"cdff2ab873be887ba6f04022ec98fdcb\";}s:33:\"wp-admin/css/color-picker-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"f9e65b1bb803a9710e3447d689c1d361\";}s:37:\"wp-admin/css/color-picker-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"3646498d3f7a1ef1d030eedfef4d8b7f\";}s:29:\"wp-admin/css/color-picker.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"2d0d4dc75f8710681395c1b31c6c662f\";}s:33:\"wp-admin/css/color-picker.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"872f4d623649b2d92097ec890c34d3bf\";}s:39:\"wp-admin/css/colors/blue/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"eeccabc9952f2e1ba54a7b4abd49fafc\";}s:43:\"wp-admin/css/colors/blue/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"ae72be7c678881355fa484ebb34f76bf\";}s:35:\"wp-admin/css/colors/blue/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"929931f07eb6f9063098fb589b618d52\";}s:39:\"wp-admin/css/colors/blue/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"b05bd2b90583cd670ef66e4fbd08c12e\";}s:36:\"wp-admin/css/colors/blue/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"d9d03549d79484672c29145aad594db3\";}s:41:\"wp-admin/css/colors/coffee/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"b8a702008f8b8b1a38b0a2ef37723c6e\";}s:45:\"wp-admin/css/colors/coffee/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"865c41c44ac51f501ee2fe2307950b26\";}s:37:\"wp-admin/css/colors/coffee/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"46a337f2ec44eb87918c06bc84f82a55\";}s:41:\"wp-admin/css/colors/coffee/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"16ae38eb245d0aa76cfa9428044afcc9\";}s:38:\"wp-admin/css/colors/coffee/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"397e3820b27a234330c95e05250f61ce\";}s:44:\"wp-admin/css/colors/ectoplasm/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"f906280467b81f0c303c11ecf5449a11\";}s:48:\"wp-admin/css/colors/ectoplasm/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"8581d6918e5aec966962ff88b92b7515\";}s:40:\"wp-admin/css/colors/ectoplasm/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"c3e46fa1074909ce32b410a3c854f4c8\";}s:44:\"wp-admin/css/colors/ectoplasm/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"dea6294c84c0d202c84e256b1693da9d\";}s:41:\"wp-admin/css/colors/ectoplasm/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"940171d1392bd8071122a905d12b9195\";}s:40:\"wp-admin/css/colors/light/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"47089b7b3f48af038d9731dcd450da3b\";}s:44:\"wp-admin/css/colors/light/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6e8c045bd416f95339a55569ea56af50\";}s:36:\"wp-admin/css/colors/light/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"e4022388c07ee804bd347f23e1662158\";}s:40:\"wp-admin/css/colors/light/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"7cb25e3697da8c991aafdff1746a2844\";}s:37:\"wp-admin/css/colors/light/colors.scss\";a:2:{s:1:\"d\";i:1436991265;s:1:\"h\";s:32:\"480b9bd647e5b323ef88d63ce55e1d6f\";}s:43:\"wp-admin/css/colors/midnight/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"8018aa2ae5df17ae3ba3b88fe1818fd8\";}s:47:\"wp-admin/css/colors/midnight/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"c1724aa74b85565ad129608093d951a7\";}s:39:\"wp-admin/css/colors/midnight/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"1c2a62ec116bd5398f75e699028af52d\";}s:43:\"wp-admin/css/colors/midnight/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"29888360ce68d130f41ed391bd647ab3\";}s:40:\"wp-admin/css/colors/midnight/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"26dc8daaf0c47c4457b8bc2145f48634\";}s:40:\"wp-admin/css/colors/ocean/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"e6e9cf722d8de33ad8061c14181b9d02\";}s:44:\"wp-admin/css/colors/ocean/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6aa2e9fb264e5c58d2a755d1b09cdad2\";}s:36:\"wp-admin/css/colors/ocean/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"744e9c6c33a37d9db3ad2f57318efa09\";}s:40:\"wp-admin/css/colors/ocean/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"9533bb981ce46f45ce5d8359112e400e\";}s:37:\"wp-admin/css/colors/ocean/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"1a7c5bfd9faf7f6cc77cd9b166062568\";}s:42:\"wp-admin/css/colors/sunrise/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"f090d9aa28ba371afd6f6b0b4e1969f2\";}s:46:\"wp-admin/css/colors/sunrise/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6a4efa94b2b654bef45f862cd92278ac\";}s:38:\"wp-admin/css/colors/sunrise/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"498b30f5cba3b1901b40567201b0700f\";}s:42:\"wp-admin/css/colors/sunrise/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"ca11cd01b2e32f152a3e8c6a74a85811\";}s:39:\"wp-admin/css/colors/sunrise/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"5692871a8a7a1914ee0968ddf9923dec\";}s:31:\"wp-admin/css/colors/_admin.scss\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"073d4e2e9dce085364cba7b11dcafa8b\";}s:32:\"wp-admin/css/colors/_mixins.scss\";a:2:{s:1:\"d\";i:1409121135;s:1:\"h\";s:32:\"53e25fcbec91e57c9127342e6f2736ee\";}s:35:\"wp-admin/css/colors/_variables.scss\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"3ab501096b1a091972d84c85b284135a\";}s:27:\"wp-admin/css/common-rtl.css\";a:2:{s:1:\"d\";i:1437756687;s:1:\"h\";s:32:\"3b0c7a4c53c44f527276ed85520f94f8\";}s:23:\"wp-admin/css/common.css\";a:2:{s:1:\"d\";i:1437756687;s:1:\"h\";s:32:\"f78ebe20922d0a67cacf2ec916d89e1c\";}s:39:\"wp-admin/css/customize-controls-rtl.css\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"2c67af9db85d688107d3f55599929ae1\";}s:43:\"wp-admin/css/customize-controls-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ea3c70b45147963bb9bc33c09003abd2\";}s:35:\"wp-admin/css/customize-controls.css\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"1a1d016d4f1a1639a25c77b3f8c52615\";}s:39:\"wp-admin/css/customize-controls.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"78f7aa6798d9b73385777e885e281438\";}s:40:\"wp-admin/css/customize-nav-menus-rtl.css\";a:2:{s:1:\"d\";i:1439587407;s:1:\"h\";s:32:\"bb16ef190fbd8dc23da6275b186e8ee3\";}s:44:\"wp-admin/css/customize-nav-menus-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ed59d15bec63adfb0080179e64a13954\";}s:36:\"wp-admin/css/customize-nav-menus.css\";a:2:{s:1:\"d\";i:1439587407;s:1:\"h\";s:32:\"b1f7b5e6dbe60deefaa7691e6a826633\";}s:40:\"wp-admin/css/customize-nav-menus.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6e343b576a49ade0f56fa49dc42980af\";}s:38:\"wp-admin/css/customize-widgets-rtl.css\";a:2:{s:1:\"d\";i:1436390485;s:1:\"h\";s:32:\"423dfcdad5293cfcebfa0ddeb2b61226\";}s:42:\"wp-admin/css/customize-widgets-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"1ca6e43e5d42931eee34e8be303da579\";}s:34:\"wp-admin/css/customize-widgets.css\";a:2:{s:1:\"d\";i:1436390485;s:1:\"h\";s:32:\"8bb04d6e7cb432209ea569d82301f14a\";}s:38:\"wp-admin/css/customize-widgets.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"eefa6b818378b15f66df7ae4e4bcc1a7\";}s:30:\"wp-admin/css/dashboard-rtl.css\";a:2:{s:1:\"d\";i:1435417644;s:1:\"h\";s:32:\"980373b7e45d9657f82af1dbc31be9e9\";}s:26:\"wp-admin/css/dashboard.css\";a:2:{s:1:\"d\";i:1435417644;s:1:\"h\";s:32:\"ef190537aee285d82bb5fe4c5da5e769\";}s:37:\"wp-admin/css/deprecated-media-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"558fe352dfdab9790dab9710438af5a9\";}s:41:\"wp-admin/css/deprecated-media-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"11bce99ac6be4fc46b9510278de3365a\";}s:33:\"wp-admin/css/deprecated-media.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"0ada8c65bb367cab1cabc0defa1ac6a6\";}s:37:\"wp-admin/css/deprecated-media.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"3fe617931e6f3e488d120de15875f696\";}s:25:\"wp-admin/css/edit-rtl.css\";a:2:{s:1:\"d\";i:1437043105;s:1:\"h\";s:32:\"418e0259481989778b697f1a65f49a66\";}s:21:\"wp-admin/css/edit.css\";a:2:{s:1:\"d\";i:1437043105;s:1:\"h\";s:32:\"6292dae0a22fbb3114f650ad14eb0633\";}s:31:\"wp-admin/css/farbtastic-rtl.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"118f1189ffbb71e014402121b5456bc2\";}s:27:\"wp-admin/css/farbtastic.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"f9e33829b8faed7d7bbef843fb683255\";}s:26:\"wp-admin/css/forms-rtl.css\";a:2:{s:1:\"d\";i:1442379828;s:1:\"h\";s:32:\"03c4f503d77c221c7db24be17eb1883d\";}s:22:\"wp-admin/css/forms.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"8ab3dc5d6517e5fb1615317ef16d9f7c\";}s:23:\"wp-admin/css/ie-rtl.css\";a:2:{s:1:\"d\";i:1435470385;s:1:\"h\";s:32:\"931711f9b9b9e7c4182dbe7e382cf804\";}s:27:\"wp-admin/css/ie-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"db4a9159f318b8a8d1dce9cd40628d51\";}s:19:\"wp-admin/css/ie.css\";a:2:{s:1:\"d\";i:1435470385;s:1:\"h\";s:32:\"d4656da83c9bd1b862f7e067b50cefed\";}s:23:\"wp-admin/css/ie.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"155dad24f705111873d99ba61cf7ac98\";}s:28:\"wp-admin/css/install-rtl.css\";a:2:{s:1:\"d\";i:1438985426;s:1:\"h\";s:32:\"fc3897e410c67fa0f71e13e0fedc0f0c\";}s:32:\"wp-admin/css/install-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"48140068d8f15c150fee36f905cd98f8\";}s:24:\"wp-admin/css/install.css\";a:2:{s:1:\"d\";i:1438985426;s:1:\"h\";s:32:\"96f0b4f48fed4e062afe2b7fc7d0d890\";}s:28:\"wp-admin/css/install.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"06874217e7bf290a096fc10fc90a9a52\";}s:25:\"wp-admin/css/l10n-rtl.css\";a:2:{s:1:\"d\";i:1439146525;s:1:\"h\";s:32:\"cabc44df7d4f2fa084496d62a1c9db53\";}s:21:\"wp-admin/css/l10n.css\";a:2:{s:1:\"d\";i:1439146525;s:1:\"h\";s:32:\"4cd680a0941c3452ba43a54fca56a406\";}s:32:\"wp-admin/css/list-tables-rtl.css\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"fa889ee210eab899c77c4fb798382a7f\";}s:28:\"wp-admin/css/list-tables.css\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"0a4fd78915295ce70bda1d402bfa1243\";}s:26:\"wp-admin/css/login-rtl.css\";a:2:{s:1:\"d\";i:1436844744;s:1:\"h\";s:32:\"2ddb9c1a0460fb2bd1684880ec5e4b7f\";}s:30:\"wp-admin/css/login-rtl.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"1456ea18b6e704b2de23e24e9f01b905\";}s:22:\"wp-admin/css/login.css\";a:2:{s:1:\"d\";i:1436844744;s:1:\"h\";s:32:\"61fcf1005a8af792f340f449f6a2c988\";}s:26:\"wp-admin/css/login.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"72708014eb3072db16d015b5cb73b514\";}s:26:\"wp-admin/css/media-rtl.css\";a:2:{s:1:\"d\";i:1435677565;s:1:\"h\";s:32:\"23aabbc47036a0feaaed7f25d4863cfb\";}s:22:\"wp-admin/css/media.css\";a:2:{s:1:\"d\";i:1435677565;s:1:\"h\";s:32:\"4bd7f1b4b0aecd69638848b6c37851ff\";}s:30:\"wp-admin/css/nav-menus-rtl.css\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"ced8cb7d002258e5a711cc0e610b3cf0\";}s:26:\"wp-admin/css/nav-menus.css\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"0f976bf7efaf94fab3099a544671bf06\";}s:38:\"wp-admin/css/press-this-editor-rtl.css\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"9c1467e35e805d97da87d6df5b80f9c2\";}s:34:\"wp-admin/css/press-this-editor.css\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"d423a8f9152d19050b6020d0599e550b\";}s:31:\"wp-admin/css/press-this-rtl.css\";a:2:{s:1:\"d\";i:1436567844;s:1:\"h\";s:32:\"434c0fa5ab62607cf4bf1fc05df759b6\";}s:35:\"wp-admin/css/press-this-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"9dad58e09b0522a67f359c9d85cd15a1\";}s:27:\"wp-admin/css/press-this.css\";a:2:{s:1:\"d\";i:1436567844;s:1:\"h\";s:32:\"636d3786cc0a809009380c1b8040e9e1\";}s:31:\"wp-admin/css/press-this.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"7e44b4a4422dc8db4efe76a8be193cb5\";}s:30:\"wp-admin/css/revisions-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"cc328e9ddbef2ef2c495786078ff612a\";}s:26:\"wp-admin/css/revisions.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"d266c3e67470bf8f70d91d920b1b50f1\";}s:30:\"wp-admin/css/site-icon-rtl.css\";a:2:{s:1:\"d\";i:1437418910;s:1:\"h\";s:32:\"651951a752929e9254b3599b8496029a\";}s:26:\"wp-admin/css/site-icon.css\";a:2:{s:1:\"d\";i:1437418910;s:1:\"h\";s:32:\"17ca77d176cb8d49591f32eab4c55d00\";}s:27:\"wp-admin/css/themes-rtl.css\";a:2:{s:1:\"d\";i:1437968065;s:1:\"h\";s:32:\"c69c734910d5078b179e84f8bf99e5d6\";}s:23:\"wp-admin/css/themes.css\";a:2:{s:1:\"d\";i:1437968065;s:1:\"h\";s:32:\"ce3f414694b2c845341d2e3d69130267\";}s:28:\"wp-admin/css/widgets-rtl.css\";a:2:{s:1:\"d\";i:1431217951;s:1:\"h\";s:32:\"49b9300d93ddad2c4c8c5136062c5200\";}s:24:\"wp-admin/css/widgets.css\";a:2:{s:1:\"d\";i:1431217951;s:1:\"h\";s:32:\"4aa8d8e3d5d42930d6c7788880431a86\";}s:29:\"wp-admin/css/wp-admin-rtl.css\";a:2:{s:1:\"d\";i:1435582705;s:1:\"h\";s:32:\"74f9dcf5ab8c92f6666ff52c699873c8\";}s:33:\"wp-admin/css/wp-admin-rtl.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"f77e30fb3963f31a628ad369fc71ad37\";}s:25:\"wp-admin/css/wp-admin.css\";a:2:{s:1:\"d\";i:1435582705;s:1:\"h\";s:32:\"bfe4bd90350018abc7c9210bfb9d2a5b\";}s:29:\"wp-admin/css/wp-admin.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"0b9fe6899f34daa1a46f71466cc73f8b\";}s:30:\"wp-admin/custom-background.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"4231cfe25050ee1b6955ff0419601ce0\";}s:26:\"wp-admin/custom-header.php\";a:2:{s:1:\"d\";i:1436730204;s:1:\"h\";s:32:\"f5c924d5a5ee6b31e3f17744463eeb53\";}s:22:\"wp-admin/customize.php\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"813531b957e172cbbf060472154df4e4\";}s:26:\"wp-admin/edit-comments.php\";a:2:{s:1:\"d\";i:1438848206;s:1:\"h\";s:32:\"cfcdd458348f8e298de3636266f200d0\";}s:31:\"wp-admin/edit-form-advanced.php\";a:2:{s:1:\"d\";i:1438159465;s:1:\"h\";s:32:\"ad60e10f95cecfe7e4e3c7c8a96d97aa\";}s:30:\"wp-admin/edit-form-comment.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"f2a834facad34d4ea3ec24b2da50a295\";}s:27:\"wp-admin/edit-link-form.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"e780c94028a3d92fc3a58386a02124c8\";}s:26:\"wp-admin/edit-tag-form.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"1e50779c851b5f301403e308b55b0049\";}s:22:\"wp-admin/edit-tags.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d1c6f9e0018015e9f7b9404b7e06df06\";}s:17:\"wp-admin/edit.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"c1ab099542aef8e22032171c2f5ae9db\";}s:19:\"wp-admin/export.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"abb3a8bbbb0db448dd6a9666580fa25d\";}s:21:\"wp-admin/freedoms.php\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"60314e14df63b7393d9b6f31c23fffe6\";}s:32:\"wp-admin/images/bubble_bg-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"16523d5bf9efd8ca3b92e7631edfc513\";}s:29:\"wp-admin/images/bubble_bg.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"3d2cb3f7baa628c9e51a326356e72038\";}s:34:\"wp-admin/images/date-button-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2952932c246bf9828429361643a8bb63\";}s:31:\"wp-admin/images/date-button.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"979d8e2e08aada49819556950ec48ff6\";}s:27:\"wp-admin/images/loading.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2d5b92b61674c850bff00cecaf0864ec\";}s:38:\"wp-admin/images/media-button-image.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7ea2c9c157c38edb40b1ce62d572d5b3\";}s:38:\"wp-admin/images/media-button-music.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"eff55df37f325c5aae2f02e4d913de95\";}s:38:\"wp-admin/images/media-button-other.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8bc6b46bc70c7c1918dce62c4fe3229c\";}s:38:\"wp-admin/images/media-button-video.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"abaac3dfd81fbf72e578f13451eae7d0\";}s:29:\"wp-admin/images/resize-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"f5e118653f892606682ee9c51d0aba99\";}s:33:\"wp-admin/images/resize-rtl-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"f7c99ee74014fe92541012303aaadc7d\";}s:30:\"wp-admin/images/resize-rtl.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"db9217196313c95a59d43601da19c51d\";}s:26:\"wp-admin/images/resize.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"3fba1544df24f40dde5876c8c0aec461\";}s:27:\"wp-admin/images/sort-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"186e51267fca5d20b230c72d9a8983ee\";}s:24:\"wp-admin/images/sort.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2e8acb8dee99bfbcb61bd46c486a995d\";}s:30:\"wp-admin/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:27:\"wp-admin/images/spinner.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:40:\"wp-admin/images/wordpress-logo-white.svg\";a:2:{s:1:\"d\";i:1384063929;s:1:\"h\";s:32:\"e1af633d59dcb5988cacff73b6dee9ff\";}s:34:\"wp-admin/images/wordpress-logo.svg\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"f34ef6259364f7ef0ccf67cd1dddc970\";}s:35:\"wp-admin/images/wpspin_light-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:32:\"wp-admin/images/wpspin_light.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:26:\"wp-admin/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:23:\"wp-admin/images/xit.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:19:\"wp-admin/import.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"3d2669392c78b01c6277355e3b8f847b\";}s:35:\"wp-admin/includes/admin-filters.php\";a:2:{s:1:\"d\";i:1438893626;s:1:\"h\";s:32:\"f98710f802d99269c95f4ca0f25352a1\";}s:27:\"wp-admin/includes/admin.php\";a:2:{s:1:\"d\";i:1435675047;s:1:\"h\";s:32:\"0efd37115920480e589f16caf449d5fa\";}s:34:\"wp-admin/includes/ajax-actions.php\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"39e1fa84faa97be822644f214c179fa8\";}s:30:\"wp-admin/includes/bookmark.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"95e6211a88143ac17c42d48d8c027eb7\";}s:36:\"wp-admin/includes/class-ftp-pure.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"82c007efcdea497067af5cc0c6506e46\";}s:39:\"wp-admin/includes/class-ftp-sockets.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"80a3ffd65f5f300c69a9942eb4e3b77f\";}s:31:\"wp-admin/includes/class-ftp.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"09469b0947fd67f17dbc7285e93f0876\";}s:34:\"wp-admin/includes/class-pclzip.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"834d22f8b68a2c5c01866a43eb24efc4\";}s:50:\"wp-admin/includes/class-wp-comments-list-table.php\";a:2:{s:1:\"d\";i:1439505084;s:1:\"h\";s:32:\"99a27e745c01339b32a54afda2631399\";}s:46:\"wp-admin/includes/class-wp-filesystem-base.php\";a:2:{s:1:\"d\";i:1435365804;s:1:\"h\";s:32:\"865ea6636d6060f40e97203d94b52688\";}s:48:\"wp-admin/includes/class-wp-filesystem-direct.php\";a:2:{s:1:\"d\";i:1419108023;s:1:\"h\";s:32:\"7c687f407b517d35e8986321df4b3059\";}s:48:\"wp-admin/includes/class-wp-filesystem-ftpext.php\";a:2:{s:1:\"d\";i:1435121365;s:1:\"h\";s:32:\"34aa9959eb78387f523a137f0250999d\";}s:52:\"wp-admin/includes/class-wp-filesystem-ftpsockets.php\";a:2:{s:1:\"d\";i:1435121365;s:1:\"h\";s:32:\"52903bd88f231efadb6fffb53809eeb2\";}s:46:\"wp-admin/includes/class-wp-filesystem-ssh2.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"ad4a58b21095030b534d17671009e2a8\";}s:39:\"wp-admin/includes/class-wp-importer.php\";a:2:{s:1:\"d\";i:1435696345;s:1:\"h\";s:32:\"c29b598f4141104093a0cf2707547ea3\";}s:47:\"wp-admin/includes/class-wp-links-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"cc394c2ef6268e9001a18232e58503ac\";}s:41:\"wp-admin/includes/class-wp-list-table.php\";a:2:{s:1:\"d\";i:1439825905;s:1:\"h\";s:32:\"460ead7b7cbc562944c0da7236a44217\";}s:47:\"wp-admin/includes/class-wp-media-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"f310cfa08dbf6f782f0cb426a1db9d91\";}s:50:\"wp-admin/includes/class-wp-ms-sites-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"6f1062eda2a193d763d3354e8d5b33e6\";}s:51:\"wp-admin/includes/class-wp-ms-themes-list-table.php\";a:2:{s:1:\"d\";i:1436804006;s:1:\"h\";s:32:\"c25e806e0a8a0e5a85f081400b785dce\";}s:50:\"wp-admin/includes/class-wp-ms-users-list-table.php\";a:2:{s:1:\"d\";i:1442270423;s:1:\"h\";s:32:\"3d8a00a7cd9c2258abafa44ba2dbf6e4\";}s:56:\"wp-admin/includes/class-wp-plugin-install-list-table.php\";a:2:{s:1:\"d\";i:1432935144;s:1:\"h\";s:32:\"948a9d473c07186e4f6105281fd58c62\";}s:49:\"wp-admin/includes/class-wp-plugins-list-table.php\";a:2:{s:1:\"d\";i:1436809586;s:1:\"h\";s:32:\"8343572e9a338134f371f49ea9935b18\";}s:47:\"wp-admin/includes/class-wp-posts-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"c1ddb275e64e65b8094e0bb3c8bdfda7\";}s:41:\"wp-admin/includes/class-wp-press-this.php\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"9c9ed3cf46426244e4a5768e60005b93\";}s:40:\"wp-admin/includes/class-wp-site-icon.php\";a:2:{s:1:\"d\";i:1438013365;s:1:\"h\";s:32:\"c14e431cb2a376a9351319179b22869a\";}s:47:\"wp-admin/includes/class-wp-terms-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"d231db1c80feb49a7a8e724de6773c5c\";}s:55:\"wp-admin/includes/class-wp-theme-install-list-table.php\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"1c6a6db0e68d089caa96c5aa2548b541\";}s:48:\"wp-admin/includes/class-wp-themes-list-table.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"147d55ef22d2e8242c1f744434dbeb99\";}s:45:\"wp-admin/includes/class-wp-upgrader-skins.php\";a:2:{s:1:\"d\";i:1438286365;s:1:\"h\";s:32:\"5a015624e1434ba98bcbb2d57a3dedfd\";}s:39:\"wp-admin/includes/class-wp-upgrader.php\";a:2:{s:1:\"d\";i:1438181845;s:1:\"h\";s:32:\"f1d75c8003f218ec14f7f5b52c87d5d1\";}s:47:\"wp-admin/includes/class-wp-users-list-table.php\";a:2:{s:1:\"d\";i:1442270423;s:1:\"h\";s:32:\"cc8c402b031fafe97e3d8ad02f3d8aa1\";}s:29:\"wp-admin/includes/comment.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"bb5f50ea42a616291877562ea786ccd2\";}s:39:\"wp-admin/includes/continents-cities.php\";a:2:{s:1:\"d\";i:1242331525;s:1:\"h\";s:32:\"024b57d99bbe8b9e133316d1e98fc79d\";}s:31:\"wp-admin/includes/dashboard.php\";a:2:{s:1:\"d\";i:1437537745;s:1:\"h\";s:32:\"57367ff280692110e501c3dace024331\";}s:32:\"wp-admin/includes/deprecated.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"246fe855f6c3ea1afaf678f939e7f9cf\";}s:28:\"wp-admin/includes/export.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b869d598daefc803e9588f1fb6d67afc\";}s:26:\"wp-admin/includes/file.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b4cd13215ad646b604a4edba74e99a99\";}s:32:\"wp-admin/includes/image-edit.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b0864725879a47ff0bae41a6d36b4ec2\";}s:27:\"wp-admin/includes/image.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"88201ed0be41215dd1babf48bc6a21be\";}s:28:\"wp-admin/includes/import.php\";a:2:{s:1:\"d\";i:1432934247;s:1:\"h\";s:32:\"ea9038eddb528ddc88d07707709304e9\";}s:32:\"wp-admin/includes/list-table.php\";a:2:{s:1:\"d\";i:1432935144;s:1:\"h\";s:32:\"70f0b10b3f9c18acf3fac51fce137960\";}s:27:\"wp-admin/includes/media.php\";a:2:{s:1:\"d\";i:1437075503;s:1:\"h\";s:32:\"a9764366a8f34e66cc39e71c68ecd951\";}s:26:\"wp-admin/includes/menu.php\";a:2:{s:1:\"d\";i:1434129567;s:1:\"h\";s:32:\"26b1fecd7ee8adf2c1028babc437189b\";}s:32:\"wp-admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";i:1437951865;s:1:\"h\";s:32:\"344f4b11696db1e4b5e450a84190568e\";}s:26:\"wp-admin/includes/misc.php\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"3a067c974e8efa94b1e3834a41a3dff4\";}s:38:\"wp-admin/includes/ms-admin-filters.php\";a:2:{s:1:\"d\";i:1434748705;s:1:\"h\";s:32:\"2fa7b146ab501e1788b1043921e85847\";}s:35:\"wp-admin/includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"97a4679ae899568abccb3cf84b5fdca6\";}s:24:\"wp-admin/includes/ms.php\";a:2:{s:1:\"d\";i:1438688365;s:1:\"h\";s:32:\"ab2da0a25302e431caf035800482dbb1\";}s:30:\"wp-admin/includes/nav-menu.php\";a:2:{s:1:\"d\";i:1436817084;s:1:\"h\";s:32:\"4aaf745b4cdd6fe77a565f4ca66c529c\";}s:36:\"wp-admin/includes/plugin-install.php\";a:2:{s:1:\"d\";i:1436296764;s:1:\"h\";s:32:\"b36bdf417c13751ba2ddaeb83c774e27\";}s:28:\"wp-admin/includes/plugin.php\";a:2:{s:1:\"d\";i:1435367544;s:1:\"h\";s:32:\"dfa1b141111487e6ed0cdf28c4f9b50d\";}s:26:\"wp-admin/includes/post.php\";a:2:{s:1:\"d\";i:1438664074;s:1:\"h\";s:32:\"0922fa3cdda4f192fb078474c9759e98\";}s:30:\"wp-admin/includes/revision.php\";a:2:{s:1:\"d\";i:1427076867;s:1:\"h\";s:32:\"02ae8504c79255eebb2b7a6de6f65ca6\";}s:28:\"wp-admin/includes/schema.php\";a:2:{s:1:\"d\";i:1439821765;s:1:\"h\";s:32:\"86a0e0ae1337455e7fe4107bb3de9bea\";}s:28:\"wp-admin/includes/screen.php\";a:2:{s:1:\"d\";i:1434645385;s:1:\"h\";s:32:\"b18847f7286c179ab1e900afc4dbe0a5\";}s:30:\"wp-admin/includes/taxonomy.php\";a:2:{s:1:\"d\";i:1436792365;s:1:\"h\";s:32:\"d6846aa2a98306085643ee80d828ab23\";}s:30:\"wp-admin/includes/template.php\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"9003b89d513811ef8c5cbc2fbe25564c\";}s:35:\"wp-admin/includes/theme-install.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"fedb50539b456c359126ae5078b25cc2\";}s:27:\"wp-admin/includes/theme.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"357412fa0b8b8ea11937221508bdc020\";}s:41:\"wp-admin/includes/translation-install.php\";a:2:{s:1:\"d\";i:1432865191;s:1:\"h\";s:32:\"681efaa47ad5f50795c09e612d6a5b94\";}s:33:\"wp-admin/includes/update-core.php\";a:2:{s:1:\"d\";i:1439843066;s:1:\"h\";s:32:\"ad62a9ef5e15617ced1d7f2cfce3c5c9\";}s:28:\"wp-admin/includes/update.php\";a:2:{s:1:\"d\";i:1436227344;s:1:\"h\";s:32:\"83480cff09bcd3a8e090854ce3faedc7\";}s:29:\"wp-admin/includes/upgrade.php\";a:2:{s:1:\"d\";i:1441739122;s:1:\"h\";s:32:\"bf3c8f1bcf9451b4ff9a016f3c749dc9\";}s:26:\"wp-admin/includes/user.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"f3a8eca715c1ca2928616a697dcc1a31\";}s:29:\"wp-admin/includes/widgets.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"ab956276818a6ce14e0bcda1547e101e\";}s:18:\"wp-admin/index.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"58e65e615cf6094d0e9ef24a2237e3c1\";}s:27:\"wp-admin/install-helper.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"9dda947527164cbaeed1b6cf6ff215e7\";}s:20:\"wp-admin/install.php\";a:2:{s:1:\"d\";i:1438197746;s:1:\"h\";s:32:\"ac3f2c2ff6dac8ef00046ddaa8421ce4\";}s:24:\"wp-admin/js/accordion.js\";a:2:{s:1:\"d\";i:1438213225;s:1:\"h\";s:32:\"ef3fe33d4ce12fe5254e5af1025ce70a\";}s:28:\"wp-admin/js/accordion.min.js\";a:2:{s:1:\"d\";i:1438213225;s:1:\"h\";s:32:\"e97f90fda0240174382921696f5a7ebe\";}s:26:\"wp-admin/js/bookmarklet.js\";a:2:{s:1:\"d\";i:1434586346;s:1:\"h\";s:32:\"95c9ef35b76af2aceaf9d6c5958e8d43\";}s:30:\"wp-admin/js/bookmarklet.min.js\";a:2:{s:1:\"d\";i:1434586346;s:1:\"h\";s:32:\"b7ee968190e961f9aefeddac25543c45\";}s:27:\"wp-admin/js/color-picker.js\";a:2:{s:1:\"d\";i:1415882063;s:1:\"h\";s:32:\"0e948ad7ea32644d4dcadc0f54fac1e3\";}s:31:\"wp-admin/js/color-picker.min.js\";a:2:{s:1:\"d\";i:1415882063;s:1:\"h\";s:32:\"1aa57d225b7d9bb8bfa8500e0c2de029\";}s:22:\"wp-admin/js/comment.js\";a:2:{s:1:\"d\";i:1437877584;s:1:\"h\";s:32:\"d9e3db00dcc6ef4d4c03ff455dcb9c55\";}s:26:\"wp-admin/js/comment.min.js\";a:2:{s:1:\"d\";i:1437877584;s:1:\"h\";s:32:\"8f3603ed0d77c4a1ae8f82dbd3159ed9\";}s:21:\"wp-admin/js/common.js\";a:2:{s:1:\"d\";i:1436282784;s:1:\"h\";s:32:\"42612bfbee1791a7f347ef3b289f7b4e\";}s:25:\"wp-admin/js/common.min.js\";a:2:{s:1:\"d\";i:1436282784;s:1:\"h\";s:32:\"b9c9f646d31ae6d74e97bc6b4d4a5c0a\";}s:32:\"wp-admin/js/custom-background.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"f26af7294ee07fb9a0cb88c2a8697623\";}s:36:\"wp-admin/js/custom-background.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"82d07f23593e578820b19fc9faad65a0\";}s:28:\"wp-admin/js/custom-header.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"32b3005887a4cb606fecc09c756605bb\";}s:33:\"wp-admin/js/customize-controls.js\";a:2:{s:1:\"d\";i:1442002608;s:1:\"h\";s:32:\"fba25769397927dace7ef2723e86c0a7\";}s:37:\"wp-admin/js/customize-controls.min.js\";a:2:{s:1:\"d\";i:1442002608;s:1:\"h\";s:32:\"d802579942fc0bf5f30c8f487cc763ff\";}s:34:\"wp-admin/js/customize-nav-menus.js\";a:2:{s:1:\"d\";i:1441607302;s:1:\"h\";s:32:\"12a53b2080fee745c366799d75f36e49\";}s:38:\"wp-admin/js/customize-nav-menus.min.js\";a:2:{s:1:\"d\";i:1441607302;s:1:\"h\";s:32:\"b19dec30505b46afbc06a72e9fc175e6\";}s:32:\"wp-admin/js/customize-widgets.js\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"abb5c6059429946e6df1524a068934ac\";}s:36:\"wp-admin/js/customize-widgets.min.js\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"8969a60a3f0c741d9afea447d86d953d\";}s:24:\"wp-admin/js/dashboard.js\";a:2:{s:1:\"d\";i:1431647428;s:1:\"h\";s:32:\"2d4f9155e6121a9caa6eb3d6f8c31e5d\";}s:28:\"wp-admin/js/dashboard.min.js\";a:2:{s:1:\"d\";i:1431647428;s:1:\"h\";s:32:\"92f93e7b1f8859c86d8577635adcd863\";}s:28:\"wp-admin/js/edit-comments.js\";a:2:{s:1:\"d\";i:1442324795;s:1:\"h\";s:32:\"302689cda1abde975e19e1230b455d29\";}s:32:\"wp-admin/js/edit-comments.min.js\";a:2:{s:1:\"d\";i:1442324795;s:1:\"h\";s:32:\"d23d7a162d5b1427fe16b04689041981\";}s:28:\"wp-admin/js/editor-expand.js\";a:2:{s:1:\"d\";i:1430697928;s:1:\"h\";s:32:\"001eee141532f8fc1fac023dbb945a92\";}s:32:\"wp-admin/js/editor-expand.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"0deb56202e03c193c2584eba6874be49\";}s:21:\"wp-admin/js/editor.js\";a:2:{s:1:\"d\";i:1439832984;s:1:\"h\";s:32:\"cad7dada660b400f74333b7c98413dd4\";}s:25:\"wp-admin/js/editor.min.js\";a:2:{s:1:\"d\";i:1439832984;s:1:\"h\";s:32:\"703c7f914fa4199de132f72d5b753f80\";}s:25:\"wp-admin/js/farbtastic.js\";a:2:{s:1:\"d\";i:1289493262;s:1:\"h\";s:32:\"a73af354a03241715d8698feea340b92\";}s:22:\"wp-admin/js/gallery.js\";a:2:{s:1:\"d\";i:1384859409;s:1:\"h\";s:32:\"1be9174b160c7eb40e6cdce4031ae89e\";}s:26:\"wp-admin/js/gallery.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"1c986fe3039dbacf126de2f0dc644f6f\";}s:25:\"wp-admin/js/image-edit.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"c21931f1eecd6c1532a4c2ca7a7faa5e\";}s:29:\"wp-admin/js/image-edit.min.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"40c9a1866d7ab4aec2346e02d82f4758\";}s:31:\"wp-admin/js/inline-edit-post.js\";a:2:{s:1:\"d\";i:1435714285;s:1:\"h\";s:32:\"d959c635484426ce7f5044a74dc04224\";}s:35:\"wp-admin/js/inline-edit-post.min.js\";a:2:{s:1:\"d\";i:1435714285;s:1:\"h\";s:32:\"cc31e2a9fd4b5eafa00a735d3e20c4c1\";}s:30:\"wp-admin/js/inline-edit-tax.js\";a:2:{s:1:\"d\";i:1435712785;s:1:\"h\";s:32:\"259a386f7971daa9c9b44d20004f1340\";}s:34:\"wp-admin/js/inline-edit-tax.min.js\";a:2:{s:1:\"d\";i:1435712785;s:1:\"h\";s:32:\"31c678bb877b9fcfc08ee557a06bcef8\";}s:23:\"wp-admin/js/iris.min.js\";a:2:{s:1:\"d\";i:1417347862;s:1:\"h\";s:32:\"75c63560c640c4a6c31f5565dfb0e8a9\";}s:31:\"wp-admin/js/language-chooser.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"09e20150c7561d0330d7158f744abb4a\";}s:35:\"wp-admin/js/language-chooser.min.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"1d6822384a71090c74add106e4468581\";}s:19:\"wp-admin/js/link.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"1c8675dcd035cfb374f67bfcbf117a8c\";}s:23:\"wp-admin/js/link.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"f9ff4694933001933bdec2c133b2252d\";}s:28:\"wp-admin/js/media-gallery.js\";a:2:{s:1:\"d\";i:1384557549;s:1:\"h\";s:32:\"7cf21db8661f9201a784f638f77d2b26\";}s:32:\"wp-admin/js/media-gallery.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"3296d1fa20d292b002bba10490f1ba6e\";}s:27:\"wp-admin/js/media-upload.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"5f66a88c118be462a566029db50aa3a2\";}s:31:\"wp-admin/js/media-upload.min.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"61ea709a3314ba200a885e2465267aa2\";}s:20:\"wp-admin/js/media.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"cf85d75e70304c42f77553ee9b9ec585\";}s:24:\"wp-admin/js/media.min.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"2e8efd83242126157ff0bffd5e249159\";}s:23:\"wp-admin/js/nav-menu.js\";a:2:{s:1:\"d\";i:1438664024;s:1:\"h\";s:32:\"f0b45151e04c6dc6061556c6e889431d\";}s:27:\"wp-admin/js/nav-menu.min.js\";a:2:{s:1:\"d\";i:1438664024;s:1:\"h\";s:32:\"9c5d52b7116f10e4f64a766649725752\";}s:38:\"wp-admin/js/password-strength-meter.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"4d912846975670c9e2232a19ef7bb41b\";}s:42:\"wp-admin/js/password-strength-meter.min.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"3185f27c8fa4123db79a1d6de055c9d7\";}s:29:\"wp-admin/js/plugin-install.js\";a:2:{s:1:\"d\";i:1438095025;s:1:\"h\";s:32:\"684877d319a91f3766e4474a60b99b9a\";}s:33:\"wp-admin/js/plugin-install.min.js\";a:2:{s:1:\"d\";i:1438095025;s:1:\"h\";s:32:\"83cad000ff1742f350cbf5263cdea97e\";}s:19:\"wp-admin/js/post.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"b30a814a7fa9ea4b03498d7f4d8e3b2c\";}s:23:\"wp-admin/js/post.min.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"2592d7b6de8cc11ebacf7b25cea135e0\";}s:22:\"wp-admin/js/postbox.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"87a08ca86f25ee997a627ce4a88ec359\";}s:26:\"wp-admin/js/postbox.min.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"8bf00b23dafb248f022d8b21693e0418\";}s:25:\"wp-admin/js/press-this.js\";a:2:{s:1:\"d\";i:1435636707;s:1:\"h\";s:32:\"bac097de798345d068fd863c96b9ff41\";}s:29:\"wp-admin/js/press-this.min.js\";a:2:{s:1:\"d\";i:1435636707;s:1:\"h\";s:32:\"5491b59c4e2758920d933adf8661b068\";}s:24:\"wp-admin/js/revisions.js\";a:2:{s:1:\"d\";i:1418378065;s:1:\"h\";s:32:\"41f746a4087bec7e9b0db4152759d169\";}s:28:\"wp-admin/js/revisions.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"62b95e8d4f6d5dc32797b9f08339446e\";}s:33:\"wp-admin/js/set-post-thumbnail.js\";a:2:{s:1:\"d\";i:1433132065;s:1:\"h\";s:32:\"2b5153576d1eee4002fb7ed9e5831251\";}s:37:\"wp-admin/js/set-post-thumbnail.min.js\";a:2:{s:1:\"d\";i:1433132065;s:1:\"h\";s:32:\"8bc5ca12fa38a607d5af2181311b7a5b\";}s:26:\"wp-admin/js/svg-painter.js\";a:2:{s:1:\"d\";i:1386280870;s:1:\"h\";s:32:\"87dcfbe97f902fa77cc4a9889c827afc\";}s:30:\"wp-admin/js/svg-painter.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"8af3a4fbdca543699984d98cf95d1b03\";}s:23:\"wp-admin/js/tags-box.js\";a:2:{s:1:\"d\";i:1427333008;s:1:\"h\";s:32:\"74a49b1066cf04c0e5c92020e0ff23af\";}s:27:\"wp-admin/js/tags-box.min.js\";a:2:{s:1:\"d\";i:1427333008;s:1:\"h\";s:32:\"e5824b6ec80b938c3c17d7a19e78d9a9\";}s:19:\"wp-admin/js/tags.js\";a:2:{s:1:\"d\";i:1426164746;s:1:\"h\";s:32:\"4cc64266f1b35a86c63cc1b2c42f7306\";}s:23:\"wp-admin/js/tags.min.js\";a:2:{s:1:\"d\";i:1426164746;s:1:\"h\";s:32:\"172f499d40d4217bbf684cd552031acb\";}s:20:\"wp-admin/js/theme.js\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"a4c37789b8d4b09535f742dc44ddd7f1\";}s:24:\"wp-admin/js/theme.min.js\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"5593b5d1caa7c5902164ddd5392bff25\";}s:22:\"wp-admin/js/updates.js\";a:2:{s:1:\"d\";i:1434342505;s:1:\"h\";s:32:\"eeb4314977b1d232ebf2e2e1cd6dd957\";}s:26:\"wp-admin/js/updates.min.js\";a:2:{s:1:\"d\";i:1434342505;s:1:\"h\";s:32:\"c4da9a77a79000d837de42c577373124\";}s:27:\"wp-admin/js/user-profile.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"d7ef7731b4b5a97befab69565fdc2929\";}s:31:\"wp-admin/js/user-profile.min.js\";a:2:{s:1:\"d\";i:1442380163;s:1:\"h\";s:32:\"bae9b3c21bbed3ac23a9f2ed67352c25\";}s:27:\"wp-admin/js/user-suggest.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"1e33290807fa8b2829ddb0347d0a9305\";}s:31:\"wp-admin/js/user-suggest.min.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"e089545cd7fcde5c7cd70de3a70139e1\";}s:22:\"wp-admin/js/widgets.js\";a:2:{s:1:\"d\";i:1437528326;s:1:\"h\";s:32:\"071699af2261779b923ed5d35c2906d4\";}s:26:\"wp-admin/js/widgets.min.js\";a:2:{s:1:\"d\";i:1437528326;s:1:\"h\";s:32:\"aafed3503241acd9e063d0f22b8aaddf\";}s:25:\"wp-admin/js/word-count.js\";a:2:{s:1:\"d\";i:1437995966;s:1:\"h\";s:32:\"40855d5cebe963ddaa0f92f1f5aeebb9\";}s:29:\"wp-admin/js/word-count.min.js\";a:2:{s:1:\"d\";i:1437995966;s:1:\"h\";s:32:\"997f505fc9d24a27e4939641450e96a4\";}s:33:\"wp-admin/js/wp-fullscreen-stub.js\";a:2:{s:1:\"d\";i:1433180309;s:1:\"h\";s:32:\"0cc3913290e7f2383692254f9a03c586\";}s:37:\"wp-admin/js/wp-fullscreen-stub.min.js\";a:2:{s:1:\"d\";i:1433180309;s:1:\"h\";s:32:\"700a94e9934c7b419dfa6790b1dc4a35\";}s:18:\"wp-admin/js/xfn.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"e2d6eecbd774af1e2bb1a16ec117286b\";}s:22:\"wp-admin/js/xfn.min.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"66b227ca28f41f2e0615b04a390d5e04\";}s:21:\"wp-admin/link-add.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"759747ef8d44c52fadcfa5c457f3f283\";}s:25:\"wp-admin/link-manager.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"6a5cb20201b9d5eaa11cd569afea4a2b\";}s:28:\"wp-admin/link-parse-opml.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"4a19a323ea2f92b897e20f7cdabe49eb\";}s:17:\"wp-admin/link.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"63adfdd74e61e01c62e1a1e41cd37f64\";}s:25:\"wp-admin/load-scripts.php\";a:2:{s:1:\"d\";i:1420253841;s:1:\"h\";s:32:\"3e0837db719900ab7dce30025b92ab30\";}s:24:\"wp-admin/load-styles.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"2d322f00507bbe1295f148ec56f7d62d\";}s:25:\"wp-admin/maint/repair.php\";a:2:{s:1:\"d\";i:1435765166;s:1:\"h\";s:32:\"ed39e2a455bc0d91d5bf2fd1eb56879a\";}s:22:\"wp-admin/media-new.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"c0debf4e94e9994fb6c06a82e3bd20a3\";}s:25:\"wp-admin/media-upload.php\";a:2:{s:1:\"d\";i:1422949642;s:1:\"h\";s:32:\"54bfe84a40818aa5f0b886ef21e1f6ce\";}s:18:\"wp-admin/media.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"0016648a4f8fa74fc239896d5adb69df\";}s:24:\"wp-admin/menu-header.php\";a:2:{s:1:\"d\";i:1435260806;s:1:\"h\";s:32:\"c89d5e0ff58de7f906df394a2f7ee497\";}s:17:\"wp-admin/menu.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"9db05d52ff5b539038129bb4081515fb\";}s:23:\"wp-admin/moderation.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"541242a293805952a0e22234f09d6fa9\";}s:21:\"wp-admin/ms-admin.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9a05b49740dfcdaf4516851b623606e4\";}s:27:\"wp-admin/ms-delete-site.php\";a:2:{s:1:\"d\";i:1435768285;s:1:\"h\";s:32:\"c60310f267e6f09bfb6bd53bbad2d29b\";}s:20:\"wp-admin/ms-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"16d42ff617c4a616c3bd94ba103a4582\";}s:23:\"wp-admin/ms-options.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a21d278e00ca7dccfe3a81d4e386afa9\";}s:21:\"wp-admin/ms-sites.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"5d186224ebf4ddd0f1719c9ef4b80468\";}s:22:\"wp-admin/ms-themes.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"521cb94b9501ca24bc495a31c66925d8\";}s:31:\"wp-admin/ms-upgrade-network.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"7cb492260f22ee53816d96be3868be6d\";}s:21:\"wp-admin/ms-users.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4823c8667b23ca83b31bf9093647e5a2\";}s:21:\"wp-admin/my-sites.php\";a:2:{s:1:\"d\";i:1438003525;s:1:\"h\";s:32:\"acf7b3fb7bcfe30c91d5b5fc12559307\";}s:22:\"wp-admin/nav-menus.php\";a:2:{s:1:\"d\";i:1439388446;s:1:\"h\";s:32:\"fb333cb598f4a5ff437c7962f035b2ba\";}s:26:\"wp-admin/network/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"e9e33df9da15a95356e6da0e56889fec\";}s:26:\"wp-admin/network/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"4e85d4354373cc17b9099b130b121f12\";}s:28:\"wp-admin/network/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"38192cde34142cc7ecf558f58ef475f0\";}s:25:\"wp-admin/network/edit.php\";a:2:{s:1:\"d\";i:1417346482;s:1:\"h\";s:32:\"0deb5ea059c21f268c973b5ea0fcd21a\";}s:29:\"wp-admin/network/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"109efa9312c00370894f7e2ba27e9c31\";}s:26:\"wp-admin/network/index.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"b38da979af35e6ac535160790ed0b6e8\";}s:25:\"wp-admin/network/menu.php\";a:2:{s:1:\"d\";i:1432054829;s:1:\"h\";s:32:\"dec182302b1a3d0b6cda2ea687574083\";}s:34:\"wp-admin/network/plugin-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"3fb5cd9ab947024d84585a0d693dcc12\";}s:35:\"wp-admin/network/plugin-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"6bbd804f795fa5a934f529a51a9886bf\";}s:28:\"wp-admin/network/plugins.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4193887cb9cb7f4d4d3000bdf303bf1e\";}s:28:\"wp-admin/network/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d86926a7511d1d5cd3a2f0a502e7b6a8\";}s:29:\"wp-admin/network/settings.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"4ac8117179939b4390c648dcbc2e5f09\";}s:26:\"wp-admin/network/setup.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ee19cf426d3e6e397a5d891f08d19ae2\";}s:30:\"wp-admin/network/site-info.php\";a:2:{s:1:\"d\";i:1439230285;s:1:\"h\";s:32:\"2f07a914a705cdbc40b15453977b39d3\";}s:29:\"wp-admin/network/site-new.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"9de1d37defe953771ac2e8624d47e847\";}s:34:\"wp-admin/network/site-settings.php\";a:2:{s:1:\"d\";i:1442380190;s:1:\"h\";s:32:\"75bcd85aae88d8b279162310f70f89cb\";}s:32:\"wp-admin/network/site-themes.php\";a:2:{s:1:\"d\";i:1439230285;s:1:\"h\";s:32:\"6b500fd9d891cf1932b8fcc08ebf67cc\";}s:31:\"wp-admin/network/site-users.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"89517a48d08bdfb9ff464838ce079f47\";}s:26:\"wp-admin/network/sites.php\";a:2:{s:1:\"d\";i:1436808264;s:1:\"h\";s:32:\"be247aefeb7776c0ed4234b50887177b\";}s:33:\"wp-admin/network/theme-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"804f9a460fa9e3646d83f915c51cd36a\";}s:34:\"wp-admin/network/theme-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"26d5b7cd315570d025e09e11313d24e4\";}s:27:\"wp-admin/network/themes.php\";a:2:{s:1:\"d\";i:1442380196;s:1:\"h\";s:32:\"28983da928de103d5dc7bfeaae0f2ae6\";}s:32:\"wp-admin/network/update-core.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a1223f017d52327b385cac03833f52ea\";}s:27:\"wp-admin/network/update.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ba45a05ecc211e8cab75b4d529ff75f7\";}s:28:\"wp-admin/network/upgrade.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d2bf79eb1b88719625f1a7ec6e4d6ca2\";}s:30:\"wp-admin/network/user-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"318173b6ccb63ed80ba3d08563c3ff14\";}s:29:\"wp-admin/network/user-new.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"032371cbdbff44e0f4994813d2a512b9\";}s:26:\"wp-admin/network/users.php\";a:2:{s:1:\"d\";i:1442004564;s:1:\"h\";s:32:\"560a8951920c7b82adcfe669896bbf4a\";}s:20:\"wp-admin/network.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"ad1ceda0b0d3d403ac362a7d04f7083c\";}s:31:\"wp-admin/options-discussion.php\";a:2:{s:1:\"d\";i:1436888365;s:1:\"h\";s:32:\"2bc396a46207f550211cf543044b8767\";}s:28:\"wp-admin/options-general.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"9442994b2866b560077ea7c192dc3d87\";}s:25:\"wp-admin/options-head.php\";a:2:{s:1:\"d\";i:1362158049;s:1:\"h\";s:32:\"bad695605e6db04e400a546f667eb70b\";}s:26:\"wp-admin/options-media.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"e50286a90bb19030e552d8edee315605\";}s:30:\"wp-admin/options-permalink.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"dc2155137e350294efc698c2b0413481\";}s:28:\"wp-admin/options-reading.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"53eead08ce339209180907e32d5d4f5b\";}s:28:\"wp-admin/options-writing.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"696627c2b64637ba3cc898f0ef04cbb9\";}s:20:\"wp-admin/options.php\";a:2:{s:1:\"d\";i:1435786886;s:1:\"h\";s:32:\"fc61be9d664439fee3d4252f2b9fc4ee\";}s:26:\"wp-admin/plugin-editor.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"6bdf05618d9bbe8cc2d23e25339cc2c5\";}s:27:\"wp-admin/plugin-install.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"5dca33f7f85d94a90d73096baf9f0efa\";}s:20:\"wp-admin/plugins.php\";a:2:{s:1:\"d\";i:1435971025;s:1:\"h\";s:32:\"7432c04b9629500cec4eb896bb3fc2ae\";}s:21:\"wp-admin/post-new.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"b2078ca550b8cb4c6e8f4d57217d6e0b\";}s:17:\"wp-admin/post.php\";a:2:{s:1:\"d\";i:1438664074;s:1:\"h\";s:32:\"240b4a28cc91d76cfe71640b4ea430ad\";}s:23:\"wp-admin/press-this.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"729e432c0f5465dcaaa5221e977b994f\";}s:20:\"wp-admin/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9184e53f96bade3e7ae7cda9eddf7a26\";}s:21:\"wp-admin/revision.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d6918371019dfb1632da5c1c2e5e70bc\";}s:25:\"wp-admin/setup-config.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"a587ee62af7137e93444690a00545288\";}s:25:\"wp-admin/theme-editor.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"cc049505bb3ffbfc56dc1fd2b58db1f6\";}s:26:\"wp-admin/theme-install.php\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"faefdb993421d2809b13411da4445b5a\";}s:19:\"wp-admin/themes.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"89c4a90e8b70a76f332be6c39ddf88a8\";}s:18:\"wp-admin/tools.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"6ebc474a38dad3b5de7d1d914d402ca3\";}s:24:\"wp-admin/update-core.php\";a:2:{s:1:\"d\";i:1436387905;s:1:\"h\";s:32:\"c6625741d6e0a3c252633dc7545ceeb4\";}s:19:\"wp-admin/update.php\";a:2:{s:1:\"d\";i:1428028348;s:1:\"h\";s:32:\"86b7431cd724423305464f6c19608838\";}s:30:\"wp-admin/upgrade-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"5ef6dfd8ec7550e071581d5c14658efc\";}s:20:\"wp-admin/upgrade.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"e001a00156b43340927fb6c293cdae08\";}s:19:\"wp-admin/upload.php\";a:2:{s:1:\"d\";i:1437953064;s:1:\"h\";s:32:\"af7e5d0a9cd0657fb34332fc687fc0b7\";}s:23:\"wp-admin/user/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"99ec00da8d914b4efd2098a3e44ebe2d\";}s:23:\"wp-admin/user/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"8de88527f924b455fb6d14bb7805f25a\";}s:25:\"wp-admin/user/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d920b4fb1be2c2c780081d5b4b7de55a\";}s:26:\"wp-admin/user/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"1ba6cbb9e2a9d3deb348997492ed692e\";}s:23:\"wp-admin/user/index.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"c8fd98f7fdd52d78bdadf74e620789fa\";}s:22:\"wp-admin/user/menu.php\";a:2:{s:1:\"d\";i:1399363095;s:1:\"h\";s:32:\"a529e3d3c2bb86671fb9cc1145cf70ee\";}s:25:\"wp-admin/user/profile.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"b9fa17a9811195800079dda4b1262d03\";}s:27:\"wp-admin/user/user-edit.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"2a7a75a363b0f88f0b6d094a91ef65ea\";}s:22:\"wp-admin/user-edit.php\";a:2:{s:1:\"d\";i:1438032325;s:1:\"h\";s:32:\"218c57f33056582e28c69e68e234bef7\";}s:21:\"wp-admin/user-new.php\";a:2:{s:1:\"d\";i:1438032325;s:1:\"h\";s:32:\"cc765cb8cb19401f60bf8511080ec4de\";}s:18:\"wp-admin/users.php\";a:2:{s:1:\"d\";i:1437952764;s:1:\"h\";s:32:\"9782dc5ced12dfd56b8604707c3c20bf\";}s:20:\"wp-admin/widgets.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"5e537ca5a57c6e2f409f20b9ad3fd366\";}s:18:\"wp-blog-header.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"5f81e56e3ac8ebf59ee135c253b835d8\";}s:20:\"wp-comments-post.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"91c0d3c3f1d0a5f06ca9b225f966e6a7\";}s:13:\"wp-config.php\";a:2:{s:1:\"d\";i:1442340020;s:1:\"h\";s:32:\"52680e64a810a5f705e1c623514c53c3\";}s:28:\"wp-content/63027a8ad807b.php\";a:2:{s:1:\"d\";i:1661106828;s:1:\"h\";s:32:\"1f9185cb235c6a1b57b11ba195162307\";}s:28:\"wp-content/630eb91805f01.php\";a:2:{s:1:\"d\";i:1661909273;s:1:\"h\";s:32:\"1f9185cb235c6a1b57b11ba195162307\";}s:28:\"wp-content/63169784d91e7.php\";a:2:{s:1:\"d\";i:1662424966;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/6316a3c6bd73b.php\";a:2:{s:1:\"d\";i:1662428103;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/6316ab6b48c72.php\";a:2:{s:1:\"d\";i:1662430060;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/631a9d105e2a9.php\";a:2:{s:1:\"d\";i:1662688529;s:1:\"h\";s:32:\"5d1835c545ee76c3402ec6cc5795edb4\";}s:28:\"wp-content/631e8c897758d.php\";a:2:{s:1:\"d\";i:1662946442;s:1:\"h\";s:32:\"911977110a4193c5d6caef47fdd46a35\";}s:28:\"wp-content/631e93b8dea19.php\";a:2:{s:1:\"d\";i:1662948281;s:1:\"h\";s:32:\"5d1835c545ee76c3402ec6cc5795edb4\";}s:28:\"wp-content/633085f47c85f.php\";a:2:{s:1:\"d\";i:1664124405;s:1:\"h\";s:32:\"b303432fef014544132d103a15cbf871\";}s:56:\"wp-content/backupwordpress-ae57d464f0-backups/index.html\";a:2:{s:1:\"d\";i:1448317445;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:20:\"wp-content/index.php\";a:2:{s:1:\"d\";i:1412276838;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:60:\"wp-content/plugins/better-wp-security/better-wp-security.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"1280e5ec62194c79355fd1bd641cc2b4\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/css/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/css/style.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"da78757ff90a1a425dce55429e6947f8\";}s:64:\"wp-content/plugins/better-wp-security/core/admin-pages/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:63:\"wp-content/plugins/better-wp-security/core/admin-pages/init.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"fa9bd99b5cd9a98c2ef3e0c5f9e6b22e\";}s:67:\"wp-content/plugins/better-wp-security/core/admin-pages/js/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:67:\"wp-content/plugins/better-wp-security/core/admin-pages/js/script.js\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"d84b62bb485b8a5564e36ca544963dc2\";}s:74:\"wp-content/plugins/better-wp-security/core/admin-pages/module-settings.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"66a9cf4298697564cf18658b1ccbf730\";}s:70:\"wp-content/plugins/better-wp-security/core/admin-pages/page-go-pro.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"09e7587c3929aa53201bf7f0c62b1c7e\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/page-logs.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"9af41c78f43ad901bbc0180adc75d9af\";}s:72:\"wp-content/plugins/better-wp-security/core/admin-pages/page-settings.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"0055e09efa187ecb00b69564b0410ad8\";}s:73:\"wp-content/plugins/better-wp-security/core/admin-pages/sidebar-widget.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"168ff582a863841c2410749ec954f737\";}s:91:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-everything.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c8726978043be55eccaafaad4af89fa2\";}s:89:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-lockouts.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a4efe2fe48feb3881c86eb5bd911a747\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"946a9933fa382c55aa3dbddc6915d61b\";}s:92:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-release-lockout.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6457a548a8f8ffee5ea0eb53eccb639e\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6f0ae8c556a1399fba7f5c7c04887ace\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-core.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"8f89f49923eb771a4782bf1ce8aaf8bd\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-dashboard-admin.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"145d68c881aecf6143ba97f96591d0aa\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-files.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"42353813e1eac5c1c506f32d4af73883\";}s:62:\"wp-content/plugins/better-wp-security/core/class-itsec-lib.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6b7218d9f6b2cd9b4e904850497b706d\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-lockout.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"fd12d591fe69f5afcc4f1e6cbcbea2bc\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-logger-all-logs.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"9fed188c1088cbfc426b95ca2a3fe769\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-logger.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"5c79c39a46fcd03e714a0a5b45350fb1\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-modules.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"9f6590dcab1ec9780549d08da0ef6a63\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-notify.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"595871f2f587de065b536ea0399a39b2\";}s:67:\"wp-content/plugins/better-wp-security/core/class-itsec-response.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"72be5b3e85bed2bb9e9fe613654c3371\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-setup.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"d75e26f18961d2be3f98ec0dce7c0ce0\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-sync.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"169c92c350dde4218bd6c8b08cedcca3\";}s:60:\"wp-content/plugins/better-wp-security/core/content/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:60:\"wp-content/plugins/better-wp-security/core/content/perms.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"757e2f98f6f1bd02944631b31671a0cf\";}s:61:\"wp-content/plugins/better-wp-security/core/content/system.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"6290a6545deee38293a6a1c26c1a11b6\";}s:56:\"wp-content/plugins/better-wp-security/core/css/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:58:\"wp-content/plugins/better-wp-security/core/css/ithemes.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"bd8a02949ed7e6720d7632381e197c7f\";}s:63:\"wp-content/plugins/better-wp-security/core/css/itsec_notice.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"f1f8d5bb404e3f4c646dd502303b82a3\";}s:54:\"wp-content/plugins/better-wp-security/core/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"661e39971f3fff79f39ff487b4964a9a\";}s:56:\"wp-content/plugins/better-wp-security/core/img/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:52:\"wp-content/plugins/better-wp-security/core/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard-footer.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d1ea81a598b60670cd986f8e621ce017\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"699b0e443a57f28d7a3e669d640d40ed\";}s:70:\"wp-content/plugins/better-wp-security/core/js/admin-global-settings.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"cd77355904d3c8c275c20a04a333c23e\";}s:59:\"wp-content/plugins/better-wp-security/core/js/admin-logs.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"69ffc55192426976cbf0f4883c1ca4da\";}s:60:\"wp-content/plugins/better-wp-security/core/js/admin-modal.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"b9c2a320342943bd484d3a4aeee105b7\";}s:55:\"wp-content/plugins/better-wp-security/core/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:61:\"wp-content/plugins/better-wp-security/core/js/itsec-notice.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"4f566a5505d833da48dc12c6a4829f68\";}s:57:\"wp-content/plugins/better-wp-security/core/js/tracking.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"af44ef090dd429c67ab3c5b0ca0fa42b\";}s:52:\"wp-content/plugins/better-wp-security/core/js/url.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"599383847667e2d1ca51a959143ed207\";}s:78:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-config-file.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"0610bdbd77db5878a152c339aa0bee8d\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-directory.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"4d4f1b066f49ebc32fcbe64aa085459e\";}s:71:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-file.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"b4a8cb9ad1e22fcffed51407fc5e27f1\";}s:75:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-ip-tools.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"063d67ff83ad8fef9fd338a2ee6b470a\";}s:74:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-utility.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"42fff128ae328c0294ea05ae02e7d284\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-wp-list-table.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"ad12b4ee76a173a953b5a0e00b336a4e\";}s:55:\"wp-content/plugins/better-wp-security/core/lib/form.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"691ddb72a67b1db0e0eac534bca0e461\";}s:56:\"wp-content/plugins/better-wp-security/core/lib/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:59:\"wp-content/plugins/better-wp-security/core/lib/settings.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"aa7f70f2d5669b9861d5d5102ed769d5\";}s:58:\"wp-content/plugins/better-wp-security/core/lib/storage.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"06ffd5a31a148d7769f9943d17b02d07\";}s:60:\"wp-content/plugins/better-wp-security/core/lib/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"6e36a8d32d95fd342218bd7937ec6c17\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/404-detection/active.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"abec57c33b2e219578cc0b990f4d1294\";}s:97:\"wp-content/plugins/better-wp-security/core/modules/404-detection/class-itsec-four-oh-four-log.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"f729573f11f97375cc6e8a8af9f7cf38\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/404-detection/class-itsec-four-oh-four.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"c51ee85ed14f881325d1d9ab58f51bbf\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/404-detection/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/404-detection/init.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"5fd1779ef71f6c94f9e1986d9f6e3415\";}s:89:\"wp-content/plugins/better-wp-security/core/modules/404-detection/js/admin-four-oh-four.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"45b5ac6b844b96ee18e5500a6dd80678\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/404-detection/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/404-detection/settings-page.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"09600640c67a0ff5a80bc2cc2840efc3\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/404-detection/settings.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"3664985c382f9e2ea41e85a4d8b36e6d\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/404-detection/setup.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"3d5778b215bb103e09377c28e72c7d91\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/404-detection/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d763a77f07ebff4bc777078997b9db38\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/admin-user/active.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/admin-user/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/admin-user/init.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"c68c7a93e85de50bf12f1a40476b187f\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/admin-user/js/admin-admin-user.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"1fd96f3c6412b0b509c8f23d9634f1b5\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/admin-user/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/admin-user/settings-page.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"70b64fb07c4283abbffb7fedce52a7e2\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/admin-user/settings.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"6fa14f0d7541ba8254214690a42ae52c\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/admin-user/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"55f77172621935674a10d29b43050e2b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/away-mode/active.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"8b9ae6232add0a837d0a665f09483a05\";}s:108:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"522a0d8b81e8a2419e1c83dc07f9b773\";}s:113:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"696cd11557267a5e7b9bb0ac5a34a53d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-itsec-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"b84357dbcc882bc167aa0a6f7622b3a4\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/images/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/jquery-ui.min.css\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"fd1ff820fcf875772e26f0260a0b4d9d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/jquery.datepicker.css\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a995cff531fa79ab6d80037723a61c42\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/away-mode/deactivate.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"0ebdc54a6221d5f12d06e91c8e4bb956\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/away-mode/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/away-mode/init.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"e1cd9e0f3c18751eab68720b247d6249\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/admin-away-mode.js\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"7ec5147185ec4df40a7fde2265607ec0\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"342617b5ab055d48ba894360a3febc0e\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/away-mode/settings-page.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"c03517b81097dce3cfc1e317f2712f44\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/away-mode/settings.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"2cd45719dca2e27b169df9c29bd1ecab\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/away-mode/setup.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"ba0aef683b4cd9ba95706245b09d8ebe\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/utilities.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"880e3a63cd781708cee3442642909376\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/validator.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"b83dd7ebc62aeb4310226155f0031f41\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/backup/active.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"ada70bb4e028b23240df0efa7dbb671c\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/backup/class-itsec-backup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"d093109048708322b623ec1add900ef4\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/css/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/backup/css/multi-select.css\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"8317a4491407795d85521c820897dbff\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/backup/css/settings-page.css\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"df094aa33aa28949d58ae15d0c45bedb\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/img/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/backup/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/backup/init.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"0c5039ed1b703cdacfd4063129a858d1\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/backup/js/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:83:\"wp-content/plugins/better-wp-security/core/modules/backup/js/jquery.multi-select.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"1a0dd3138876ec438b3ff0bb93752209\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/backup/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"55b88116dde00e57a7633fbf2912ab49\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/backup/settings-page.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"82d6cec15d227806861caf4879f65eba\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/backup/settings.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"1d50857aa012e4eaa488bc67264e6259\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/backup/setup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"b3478ffeb1a86d705744a5b8a411f02c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/validator.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"39fc2e6e08bd7cbf7a5c51c6ffb2b3fd\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/activate.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"801124f95930f49eca073618b760188c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ban-users/active.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"b86621b40a86330cb4c4b3c327668051\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/ban-users/class-itsec-ban-users.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"5ee50afb675c3b1efbcaa9b1c873f02b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ban-users/config-generators.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"925f5cb254d0c2658d061de74409cc06\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/ban-users/deactivate.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"00fc522a16fad1e431ca003e3a6d9566\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/ban-users/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ban-users/init.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2a08ece4fb54e51dad16fa2b753918dc\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ban-users/js/admin-ban_users.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a25c79323346673ea6b30b10fa1d91e5\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/js/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-apache.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2b581c1621a5150be9b42f0fafb6b94c\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-litespeed.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2b581c1621a5150be9b42f0fafb6b94c\";}s:87:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-nginx.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"66388d5cf615e8aa77f01cd815b97c14\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/ban-users/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"3218de74662dae40a347b30d731cdbfb\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"3ad5a61b77db10e91535c9a5c6ef3b03\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/ban-users/setup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"215181aa221639ff7f7fb75d497b4c23\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ban-users/validator.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"57b7d8a2e248d83a9320c3008e4c4f83\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/brute-force/active.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"227d82506a40b25aadfd4c12c21ab9e4\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/brute-force/class-itsec-brute-force-log.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0c3300528f02f3ff08892f5c2b9415a9\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/brute-force/class-itsec-brute-force.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"2ddba5047742d95b20ce2b984fee007f\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/brute-force/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/brute-force/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"9446cbe0b50cff3376686203480ca396\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/brute-force/js/admin-brute-force.js\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"f8d46e51fcc0472fb880899fb50f1414\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/brute-force/js/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/brute-force/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"bfb8ad3d562e3219c3a3700f33c758a7\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/brute-force/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"7699841834537531500651419741106c\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/brute-force/setup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0fb3332c570ede669be0760e5efaab53\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/brute-force/validator.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"9b2df22dc03becbbe472476445e8f871\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/content-directory/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/content-directory/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0dfff04a0b29fc8b59635f986ca16f9d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/content-directory/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a76217adcef394d9db95f2c075dff584\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/content-directory/utility.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"c1bae01660e5ea0ffd6f7c1b73849114\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/core/active.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"8ee72ab5d6f447ea73bcbed0b559766d\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-admin.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"81df7e832f94163105b693e9e747cbc2\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/core/img/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/core/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/core/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"1a401774b1e9a83f884073ff3ae0a934\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/core/js/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/core/js/mc-validate.js\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"da377be172ed4b9322260112887f5b62\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/core/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"356445a023a052f59f950c618bf191db\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/core/setup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"1d2612a098ca49f4826d0928befbad8b\";}s:98:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-backupbuddy-cross-promo.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"e13b41209da00b9044484311362bb8bf\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-mail-list-signup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"4850615abe7ab5b82d53b843089b8d59\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-pro-upsell.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"32355d45be83f363f8ec70be4c1e5f94\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-support.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"ab04b93afca5f3ed25d33ca12b067a74\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-sync-cross-promo.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"2fe96234bd36cadf125e0371a1f1d18b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/core/validator.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"ef1ffebcb18eb035abce6c6d53a8ffb3\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/init.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"177ae800d80f5897c27b556cf39f29c7\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/settings-page.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"04bdfb16d7c5d6d005d7fa89bfdbfa37\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/utility.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"54da1ce4728c907c3751a090add185ae\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-change/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"957777c629067569779d2fa705320e0b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/admin.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"daa55b088a7e4501620387ee2b2f8bac\";}s:114:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"f476345d24bfee8d40fc062058e10ede\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change-log.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"2779419bda531bcd7ea85cc2682e95f8\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"62f4d53c5a939db7642eff5438ad5f6c\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-change/css/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/file-change/css/settings.css\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"b898e370555960d5799e2e0ceb51a1ef\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/file-change/images/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/file-change/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e00ecfa754513a0ffcf5f052218b4576\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/admin-file-change-warning.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"892b85a2b487aeb8f07ece552a6f8924\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/images/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/images/spinner.gif\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"9a8269421303631316be4ab5e34870e1\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/jqueryFileTree.css\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"60f395cd20597c1609bea2fc572d3d4d\";}s:92:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/jqueryFileTree.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"36548e752f6a754125c83b86afed099f\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/script.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"f279b3c5267bc6b31f6e4cb52a805999\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"3cef7c8e855632707d271165c10b4f16\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/file-change/scanner.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"198e070132713c4459853e53d02c7814\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/file-change/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"d1e19506c36fa05a69b6706c11975b34\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/settings.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"b493ba8f85a9b87fd940493d184005ab\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"6df291012adbb1619dee08b82c44e7c4\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-change/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"198939370999f2386d63b19ef99facf3\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8ef59131ab56da88c34a705daaa1d5d9\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"924b5049a99b2fc7b280598a25f1a27b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-writing/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-writing/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"fc8ac4fb51731b6c28fe9292fe759795\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/file-writing/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"29f75bee246ecb8ed65417f1cf5b8734\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-writing/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/global/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"936d49960612316778e1639ac5610319\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/global/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/global/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e283b9375ecf74b6e5301d96e0c62d96\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/global/js/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/global/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"cb56c78b6dbe95bc1635d566a1c6f405\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/global/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"df2cc3368081ea8efa8211b50dd9cdef\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/global/settings.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"4268a2e1ef1ab4d372625d8dc58b8fff\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/global/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"7111757fafd6ec277f5b4d45d30c9b5f\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/global/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"1f9fc8aa51b44be62687a82727aa6491\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8b70beeec3ff2d7e1e172c369559e1db\";}s:92:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/class-itsec-hide-backend.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e8d6827891345d4f023d5f4f3dbff518\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/config-generators.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8ee901777279fe6dc20b2dbb53341163\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"68439352a68cd619bfac3c6e24405fca\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"472d6f2903bc612e522becc2eab80652\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"cdc5c94f6f18517fa0b46efe088099d0\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"ec5c9aed8309867aa0af6b2a3098ad52\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"722f6b99e3a48645e3a18d2940f1cf8a\";}s:60:\"wp-content/plugins/better-wp-security/core/modules/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"aa0c83580921333d664322b693fa757b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/class-itsec-ipcheck.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3d33e01f517f8ab2eaefa4c1e4040b18\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"95de3f4cd65d703cbac1a7c0050a6a63\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/js/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"4834b7b6127ebd3d55afb16e9c78364e\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"e413178b74bf6bfacf392f6a16eb4d3c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"f7eb6d20cfe18bc4211b604b72aa10dd\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"7c91a982c5e560d321f70175559a49e8\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/utilities.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"d4f962f5dad5900047cc6798e3fec9e8\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/validator.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3ef6b8075c1efc155b6820979854844b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/malware/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"ac84cbab30ae5e7bdae8274f531641d0\";}s:108:\"wp-content/plugins/better-wp-security/core/modules/malware/class-ithemes-sync-verb-itsec-do-malware-scan.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"fbfffe0d3e8606acb1e22f9dcc7a15f5\";}s:113:\"wp-content/plugins/better-wp-security/core/modules/malware/class-ithemes-sync-verb-itsec-get-malware-scan-log.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"1981ab27fd0f1ea55d67fab8c768bd22\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-log.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"90de3268c8483641c00912db5ef61776\";}s:104:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-scan-results-template.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"8e633b9a6aaf299f4b5680d8a928aa52\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-scanner.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b5b046332dbb139cc02b67d9aa2ac64a\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"270f395e88e592ec7134b9ee128b89f4\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/malware/css/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/malware/css/malware.css\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"130f95a10299b27581f05f9e122b95a0\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/malware/css/settings.css\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"130f95a10299b27581f05f9e122b95a0\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/malware/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/malware/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"30aa8db7be0c3dc41642b5daf5279082\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/malware/js/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/malware/js/malware.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"f1a1e9af4d9efffed71bb76b97d07ad6\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/malware/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a93c0500ba0db76d423da34badee2575\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/malware/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"c959e171a3d7ae807f317163184f3959\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/malware/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"690539d225d347cdd5f40ea461488d65\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"15a693142b639bebe480363cf1eb4a9d\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/class-itsec-multisite-tweaks.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"fd6919df594a28cd5e2753736cebf10d\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"e4c334ad140fed3b5e298291a7cfb4f6\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"c9e83ed2386cb0e415eb6a26d33959be\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"4f042b651ccc0e0237779a84e972266a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b0d1fc05a146b839c3b3df6b4ab01871\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3b6cf5ffa0304d31e2fbd128547f65d6\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/pro/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:63:\"wp-content/plugins/better-wp-security/core/modules/pro/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"44827eecb56f31dadf5310fbef808572\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/pro/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b315ef6332aedac700edbc968d4b0fd8\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/pro/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"5a6f1078eeae438be029b115e418873c\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/salts/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/salts/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/salts/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"d08b62e204f0f80c1433268aa13bcb3a\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/salts/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"bb8917f14c87fcddf65fcc792f5bc90f\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/salts/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"7846b860564da007e3bb44eae95a7ed3\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/salts/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"08088815347a2411f008bf77b2e8c573\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/salts/utilities.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"8e60dbabe8a72671114bd955cd8bdca8\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/salts/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3d6e9f7e9ff78590df02413587605b86\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/activate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"ee71fb06c2300e28351dfbfb6ae69e97\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/ssl/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"f89e1edc7be7af2e875e67c21ad8f662\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/ssl/class-itsec-ssl-admin.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e4be18355fcc7ecbfc2eab5b7bfb5d0c\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ssl/class-itsec-ssl.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"af020e5da6b9e8fb01ca88b35f9fa39d\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ssl/deactivate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"148c35ecb0ee92a25117c65e280eda80\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/ssl/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:63:\"wp-content/plugins/better-wp-security/core/modules/ssl/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"42fbd938ba979b51e1a0ec250b60f45d\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/js/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ssl/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"eccf7c9a69dc80496f79189e336cec73\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ssl/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"5805857285e8550d09f8ea089e0845e0\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3f920d710b7160f081f452adfa7428aa\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/ssl/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"0b4c9f73e19eaa67f5d6c3b6b0b51063\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ssl/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"237941a55ec15c62219bfcfec70aa200\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b61b014bb7e632a134922f71b211f456\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/class-itsec-strong-passwords.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"2c4a066ab9512b2c26113bbc691b19eb\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b22d048d3a0ad5d86018f60905a4d000\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/js/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/js/script.js\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a925b8a5600bec12120ff7e88089526b\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"85028e176c3ae42c8623839047556779\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"191076abf2c891d235a00991478b863a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"1d5b8b64c956276f95a42a04809c9b3b\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"7c1b67f73a5ff55eddfdb0cb8d7c8c9b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/activate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c028cc2b3058437a109a177b36c40f34\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3778470393a87b7e373320ac7bd4c589\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/class-itsec-system-tweaks.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e0052f9ebf6c56cb1434912d24d619c2\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/config-generators.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c314ad62ba3b996d81afd8461fa4f8b8\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/deactivate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"64b65c1e19cf17eb91417c27b3b2426f\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c7d8ab474fe12a38a4b44e0a0d16e099\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"68e2de2224d174af2c966725d5fc7b1a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b0bbf56e6f7a5a066913fe31e9b21ede\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"709e4d670ac738eb766fe83c16287469\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"26ecebfca4e9991ac2799fb169ea7f85\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/activate.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"15f144ec7d33b7ed1e3b37cfbc860a7c\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"36ac85d1fbcac8a1dd9ac999c039d3ab\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/class-itsec-wordpress-tweaks.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"f12fa5c5760680d69d0fba03b338278c\";}s:89:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/config-generators.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e63fcf20410234833a924dd2e291eb39\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/deactivate.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"54aa496c6107d14d119092aa0c30bab1\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c85ec1b6faf1f76d0d732cafea4c3259\";}s:102:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page-multisite-tweaks.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c9e83ed2386cb0e415eb6a26d33959be\";}s:99:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page-system-tweaks.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"68e2de2224d174af2c966725d5fc7b1a\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"ccf1929d5e61b7acf34f5f2814521608\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"81012946659b1db9060ad1eef39de252\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"72c585e2faa5e9fccccb59675062bbde\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"5b8a6f3ccfe837ea9e0eeadc0d51afe2\";}s:75:\"wp-content/plugins/better-wp-security/core/show-multiple-version-notice.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"614ae85a21ef48d51dee055c1cc2d726\";}s:77:\"wp-content/plugins/better-wp-security/core/sidebar-widget-active-lockouts.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"f62df54a1374136cf1f69e6d8dd69d77\";}s:76:\"wp-content/plugins/better-wp-security/core/sidebar-widget-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"62413d65cb9f90675c9c49c305d759d3\";}s:49:\"wp-content/plugins/better-wp-security/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"137d3510f78029e2f2b78d8df2defdbe\";}s:47:\"wp-content/plugins/better-wp-security/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:68:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.eot\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"806a53b830f29c4e1a92398a5233dbce\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.svg\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"80804bef4ecda4805e6f87f9325a77af\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.ttf\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"3638c3971bed7ade6547754a896668e8\";}s:77:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.woff\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"1849448daea1ad4ba5d53cc439b2e773\";}s:64:\"wp-content/plugins/better-wp-security/lib/icon-fonts/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a1314384f4d9242b5ffef5a365473efa\";}s:67:\"wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"07a63c161dc5e944dd1450699dd47ebb\";}s:62:\"wp-content/plugins/better-wp-security/lib/icon-fonts/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/init.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"daf9ccc98e1dd336debfd9523d34f9ce\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/load.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"7a36ea8313f8bdbd123c037f75b0e3e6\";}s:51:\"wp-content/plugins/better-wp-security/lib/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:48:\"wp-content/plugins/better-wp-security/readme.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6712c5368e9a512f695bbf0f9a26d23d\";}s:61:\"wp-content/plugins/body-class/body-class-by-url-parameter.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"e111cc32e37e84b9721971db5ca3b951\";}s:39:\"wp-content/plugins/body-class/index.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"5e94ebe97612121aaa1bfa057fe62294\";}s:42:\"wp-content/plugins/body-class/settings.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"bc37ff090284aa88baec1a58ce269542\";}s:49:\"wp-content/plugins/contact-form-7/admin/admin.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"5a77b57f56dcef5ee4609d1821adc9e8\";}s:58:\"wp-content/plugins/contact-form-7/admin/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"9316f9d92133f8c51e2895d703711bee\";}s:54:\"wp-content/plugins/contact-form-7/admin/css/styles.css\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"f8e9b05886f00b9771b5703282a19160\";}s:61:\"wp-content/plugins/contact-form-7/admin/edit-contact-form.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"6b9871c3e728d0136a9ff1fcd9c43ced\";}s:68:\"wp-content/plugins/contact-form-7/admin/includes/admin-functions.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"76c909279ecfec847fc0fe22cc7da934\";}s:83:\"wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"11b7fe352c6ee6de14b06363fc8ca2a0\";}s:59:\"wp-content/plugins/contact-form-7/admin/includes/editor.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"d6dcf76fb473749a9100698b0855becc\";}s:62:\"wp-content/plugins/contact-form-7/admin/includes/help-tabs.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"4e80acf14a4af0472e016fce451e11ff\";}s:66:\"wp-content/plugins/contact-form-7/admin/includes/tag-generator.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"572aaaf7737047bb4ffff77dc1147032\";}s:53:\"wp-content/plugins/contact-form-7/admin/js/scripts.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"a0bd9c1336ac95cc4d308bef46848113\";}s:59:\"wp-content/plugins/contact-form-7/admin/js/tag-generator.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2775fa5d8c4152f954e04abff65540ea\";}s:56:\"wp-content/plugins/contact-form-7/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"af962b37779a443a77ab836b3b7a93f5\";}s:59:\"wp-content/plugins/contact-form-7/includes/capabilities.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"6484f207c2029b129c53d1e09b3cb59f\";}s:63:\"wp-content/plugins/contact-form-7/includes/config-validator.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3521da852a1b3a452b1b1d4bea5052f4\";}s:68:\"wp-content/plugins/contact-form-7/includes/contact-form-template.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"c8727e1a069108df365af43016d965e3\";}s:59:\"wp-content/plugins/contact-form-7/includes/contact-form.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"15bbc7dc43fb162e58b9f80aabe8c9c0\";}s:57:\"wp-content/plugins/contact-form-7/includes/controller.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"855f9ab7800a6c01a2659a8f52bcaf17\";}s:61:\"wp-content/plugins/contact-form-7/includes/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"515d4bdbca19494847b979264c3d39e2\";}s:57:\"wp-content/plugins/contact-form-7/includes/css/styles.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"7c88da3fc9b78c9ec34a880f3da7aa4b\";}s:57:\"wp-content/plugins/contact-form-7/includes/formatting.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"891db4cc50ac6360036d4c2696067d5c\";}s:56:\"wp-content/plugins/contact-form-7/includes/functions.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3c74e7636a2bca98633e72d23686c9c0\";}s:58:\"wp-content/plugins/contact-form-7/includes/integration.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"0455f0546a01b65ae4bc563d21514a82\";}s:101:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:87:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"d172b560b073f3bc42fea160bbff96a2\";}s:91:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"60f0405edd95e7135ec6a0bbc36d1385\";}s:93:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2c238464ee5deea4320eada193f15378\";}s:60:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"08a24670beb2eae7ef79a6d5ac23874b\";}s:64:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"f448c593c242d134e9733a84c7a4d26c\";}s:56:\"wp-content/plugins/contact-form-7/includes/js/scripts.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3de2ff2655aff2237a038c6677aff44a\";}s:51:\"wp-content/plugins/contact-form-7/includes/l10n.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"7f5a157d89298c87f531da9283a6a97e\";}s:51:\"wp-content/plugins/contact-form-7/includes/mail.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"be7be8f887027a6ecc380fd1293ee8c2\";}s:51:\"wp-content/plugins/contact-form-7/includes/pipe.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"2ee6fd182c42107fb3efdbdf777b8a93\";}s:57:\"wp-content/plugins/contact-form-7/includes/shortcodes.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"945b16ee205719d93ccc4e34b720b36c\";}s:57:\"wp-content/plugins/contact-form-7/includes/submission.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"09970e7f820c3b293e398c504e90ac02\";}s:54:\"wp-content/plugins/contact-form-7/includes/upgrade.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"af77155353989ce7a325c634490ea4b5\";}s:57:\"wp-content/plugins/contact-form-7/includes/validation.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"b8b09285f6f97d37bccf124aea121904\";}s:62:\"wp-content/plugins/contact-form-7/languages/contact-form-7.pot\";a:2:{s:1:\"d\";i:1465333111;s:1:\"h\";s:32:\"9631c8507c857a6ac37e55a0d3801534\";}s:54:\"wp-content/plugins/contact-form-7/languages/readme.txt\";a:2:{s:1:\"d\";i:1465333111;s:1:\"h\";s:32:\"755aeace57344fe2433ed1cca63a05ae\";}s:45:\"wp-content/plugins/contact-form-7/license.txt\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6c1f8c760ec5ec6918852cd23c2cd1e7\";}s:56:\"wp-content/plugins/contact-form-7/modules/acceptance.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"ff9729e446bcebb73944f2e1fa9f90bb\";}s:53:\"wp-content/plugins/contact-form-7/modules/akismet.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"48168b156c2cc22dfaa27dd8c2b1b792\";}s:54:\"wp-content/plugins/contact-form-7/modules/checkbox.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"a84bb6a56e59a7833de49967d34705fd\";}s:51:\"wp-content/plugins/contact-form-7/modules/count.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"3e9619295b1ee6db956f7f41f4e4f962\";}s:50:\"wp-content/plugins/contact-form-7/modules/date.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"fa8ff349f9e4be15eaf77eb5332f3926\";}s:50:\"wp-content/plugins/contact-form-7/modules/file.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"256cec87cafb0ed027a8f62836bf48c9\";}s:54:\"wp-content/plugins/contact-form-7/modules/flamingo.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"3d58b773fd65289965d9bc68ece0aed5\";}s:51:\"wp-content/plugins/contact-form-7/modules/listo.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"d775cb97fc17c5af8cea7c043a5a0790\";}s:52:\"wp-content/plugins/contact-form-7/modules/number.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"8ead4151c5dd6037f274cb40fcc67d4d\";}s:50:\"wp-content/plugins/contact-form-7/modules/quiz.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"4370e335e3e3169a9e3b59b2c078713e\";}s:67:\"wp-content/plugins/contact-form-7/modules/really-simple-captcha.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"c99b7a4ed2c3615ed3c997f41e367241\";}s:55:\"wp-content/plugins/contact-form-7/modules/recaptcha.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6592c120ebb9c0d96879bd8f13fbb685\";}s:54:\"wp-content/plugins/contact-form-7/modules/response.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"e554c2087e630d735c702e44602f4a54\";}s:52:\"wp-content/plugins/contact-form-7/modules/select.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"e6f24db78e92bf060067c7f5758efb82\";}s:52:\"wp-content/plugins/contact-form-7/modules/submit.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"294287dfca790843328ff550a7d34aeb\";}s:50:\"wp-content/plugins/contact-form-7/modules/text.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"691a795830129442f7aa3f1283253e87\";}s:54:\"wp-content/plugins/contact-form-7/modules/textarea.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"107d8005feb3ea05015d7b63b0a983d0\";}s:44:\"wp-content/plugins/contact-form-7/readme.txt\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6ccd6c0febccdfa7b885a026b234af07\";}s:46:\"wp-content/plugins/contact-form-7/settings.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"1d02d81349c912f05bb8a2a127abd854\";}s:47:\"wp-content/plugins/contact-form-7/uninstall.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"61be2af9e9463a04d3140773e39e7bee\";}s:55:\"wp-content/plugins/contact-form-7/wp-contact-form-7.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"0023b41dd069eeb2681d75ebc6067708\";}s:52:\"wp-content/plugins/easy-columns/css/easy-columns.css\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"9a762d0947d13acb4230d149cc176cd4\";}s:56:\"wp-content/plugins/easy-columns/easy-columns-options.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"054d70d94c5422f4aeb62132bca00c86\";}s:48:\"wp-content/plugins/easy-columns/easy-columns.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"e04d0dcd455c62e16273218dc07bd513\";}s:42:\"wp-content/plugins/easy-columns/readme.txt\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"79f80179bd2030bb2ed82bb9a97a1dd4\";}s:56:\"wp-content/plugins/easy-columns/tinymce/editor_plugin.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"00728e558b51ffce3cfe4c61eead324b\";}s:51:\"wp-content/plugins/easy-columns/tinymce/langs/en.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"617c2098daf3a2813cf645951acedff8\";}s:54:\"wp-content/plugins/easy-columns/tinymce/langs/en_en.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"01c19d7578f460d7bdfbffbcf6f4a556\";}s:54:\"wp-content/plugins/easy-columns/tinymce/langs/en_US.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"01c19d7578f460d7bdfbffbcf6f4a556\";}s:50:\"wp-content/plugins/easy-columns/tinymce/window.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"102f0c50e2bbf5971da21c06bae90481\";}s:68:\"wp-content/plugins/elegant-themes-updater/elegant-themes-updater.php\";a:2:{s:1:\"d\";i:1436911378;s:1:\"h\";s:32:\"ac3ba22fbf72bbe90b4bdf3e9d8567c2\";}s:28:\"wp-content/plugins/index.php\";a:2:{s:1:\"d\";i:1412276839;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:39:\"wp-content/plugins/newsletter/admin.css\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"b72558707c65c10f4f4b04dd6a13f2a9\";}s:38:\"wp-content/plugins/newsletter/admin.js\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"303df206e4fab20bbf09e0d7ab1f05d2\";}s:41:\"wp-content/plugins/newsletter/api/add.php\";a:2:{s:1:\"d\";i:1465333157;s:1:\"h\";s:32:\"ec2c445d47654b1684fb55e33d29e55b\";}s:44:\"wp-content/plugins/newsletter/api/delete.php\";a:2:{s:1:\"d\";i:1465333157;s:1:\"h\";s:32:\"e194fe085414148b9c29e8292ea3a094\";}s:46:\"wp-content/plugins/newsletter/css/dropdown.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"5883efb71f81ca31349d5e539fc713aa\";}s:57:\"wp-content/plugins/newsletter/css/jquery-ui/jquery-ui.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"308772348bb40180861e9a9ed4c2c991\";}s:44:\"wp-content/plugins/newsletter/css/jqvmap.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"6cf64fd51cec5a4b607330c9dc9fa29c\";}s:43:\"wp-content/plugins/newsletter/do/change.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"9ddb6a47f3b812866a31498f55c93981\";}s:44:\"wp-content/plugins/newsletter/do/confirm.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"b3622e9a182e29d0333f7f8fc856bd3a\";}s:44:\"wp-content/plugins/newsletter/do/profile.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"355da9b24c7ea26e2adba655e83d29e9\";}s:41:\"wp-content/plugins/newsletter/do/save.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"610efd230eb59034f66a84c6fe1568dd\";}s:46:\"wp-content/plugins/newsletter/do/subscribe.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"ba413dbdeb305210460d0a6ebfae57c4\";}s:49:\"wp-content/plugins/newsletter/do/subscription.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"43f159f04c72e9dc0526129ce6858459\";}s:43:\"wp-content/plugins/newsletter/do/unlock.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"398e7a79ce8426f9f9064ed9fe02d5bb\";}s:48:\"wp-content/plugins/newsletter/do/unsubscribe.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"62add7b1bdb5a7faaa7b74432808b3aa\";}s:51:\"wp-content/plugins/newsletter/do/unsubscription.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"890fb481fbfe97e5cbfccece5c3e1cf0\";}s:41:\"wp-content/plugins/newsletter/do/view.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"dd3d10812e7076ac1c99024f8c8eb395\";}s:40:\"wp-content/plugins/newsletter/editor.css\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"5b9d9b4adbfac5540493f385278a17e4\";}s:47:\"wp-content/plugins/newsletter/emails/create.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"2ec233e391a271524544e963e972fe0e\";}s:44:\"wp-content/plugins/newsletter/emails/css.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"639a764a78ed2d40d7633ab23e0402ff\";}s:45:\"wp-content/plugins/newsletter/emails/edit.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"932b102418a908d867a547d110c3dd8c\";}s:47:\"wp-content/plugins/newsletter/emails/editor.css\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"631174313f8ab7dab821b042a91acd37\";}s:47:\"wp-content/plugins/newsletter/emails/emails.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"fe7437325d209d69088529ebf0078119\";}s:46:\"wp-content/plugins/newsletter/emails/index.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"f4735c0b9a3af9babf8fb86e7f3f1e2d\";}s:56:\"wp-content/plugins/newsletter/emails/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"21f14c0ea084af9862d95f92411f8047\";}s:44:\"wp-content/plugins/newsletter/emails/new.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"013c13a02783f70f7a245274e1ad0894\";}s:53:\"wp-content/plugins/newsletter/emails/preview-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"b2abd97a828a7967afc6d467ded24f9b\";}s:48:\"wp-content/plugins/newsletter/emails/preview.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0eeee2b788567db04cbe5bf818bae3f6\";}s:46:\"wp-content/plugins/newsletter/emails/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"f94e5c154531e7b05788e8eae536f574\";}s:67:\"wp-content/plugins/newsletter/emails/themes/blank/theme-options.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"dccb42ba10cdc3fce895b76426277ba0\";}s:64:\"wp-content/plugins/newsletter/emails/themes/blank/theme-text.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:59:\"wp-content/plugins/newsletter/emails/themes/blank/theme.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"b30f0bdc885f8995c58f8ee357cd02b7\";}s:70:\"wp-content/plugins/newsletter/emails/themes/cta-2015/theme-options.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"ef6c84b19339692b6bb79f76f723db1c\";}s:62:\"wp-content/plugins/newsletter/emails/themes/cta-2015/theme.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"f2917d7f09593b681d136aa0435a5c80\";}s:62:\"wp-content/plugins/newsletter/emails/themes/default/footer.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"53ec64ecffd4287c4b58146da766f0ff\";}s:70:\"wp-content/plugins/newsletter/emails/themes/default/social-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"943a6ac585c880ac9bebb4dd9f57172c\";}s:62:\"wp-content/plugins/newsletter/emails/themes/default/social.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"513bd3ce807b2dfbe4cd166419e543ce\";}s:67:\"wp-content/plugins/newsletter/emails/themes/default/social_main.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"29ff2bc6d1a967dcd9d5a3aa668c92d9\";}s:69:\"wp-content/plugins/newsletter/emails/themes/default/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"ec83bfb7643b74735b573af9804a9f90\";}s:66:\"wp-content/plugins/newsletter/emails/themes/default/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:61:\"wp-content/plugins/newsletter/emails/themes/default/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"c1fe7033ffa6bc2ace78ca8a22039def\";}s:68:\"wp-content/plugins/newsletter/emails/themes/linear/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"631a154e824a69849e6fe81541c30c1c\";}s:65:\"wp-content/plugins/newsletter/emails/themes/linear/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"63f9ba05008e8ea53c112bc4c27002b3\";}s:60:\"wp-content/plugins/newsletter/emails/themes/linear/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"11f31c3ffaff5f79e1065338957bed49\";}s:66:\"wp-content/plugins/newsletter/emails/themes/pint/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"a8702ea1a39e7c930f5ff578e29ac7b1\";}s:63:\"wp-content/plugins/newsletter/emails/themes/pint/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"63f9ba05008e8ea53c112bc4c27002b3\";}s:58:\"wp-content/plugins/newsletter/emails/themes/pint/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"e5560bb67c681a8e28a51145f71fe8ea\";}s:68:\"wp-content/plugins/newsletter/emails/themes/simple/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"9a5bcbfffd4119867240bac78b679a39\";}s:65:\"wp-content/plugins/newsletter/emails/themes/simple/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:60:\"wp-content/plugins/newsletter/emails/themes/simple/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"a63496b52e1906769ccd9f5405a23ec7\";}s:69:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"503fef0089ca4e4d41e4da95d5010c81\";}s:66:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"cfcc9b03910512f8ebc9f1ded197fe60\";}s:61:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0634701c19c140ae327612abcf70576e\";}s:69:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0a7c2dae5666561626a2235906bacf18\";}s:66:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"cfcc9b03910512f8ebc9f1ded197fe60\";}s:61:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"5be7d12dfc6e1c8210a28fe62717df62\";}s:74:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/bg_header_email.gif\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"4c1af1f63769ce2aabebb789ae4466cc\";}s:72:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"48d033c6cbe80458fd7a80a61874f11b\";}s:69:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:64:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"fea571d1b629619150f5bcdd01a5d300\";}s:63:\"wp-content/plugins/newsletter/emails/themes/xmas-2014/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"a06dd04a6bbd8146fe3ef9a19c34138c\";}s:43:\"wp-content/plugins/newsletter/feed/feed.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"2fa0ce0aad6a20e957a43d64d228f876\";}s:44:\"wp-content/plugins/newsletter/feed/index.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"fdd8f94e2662e9318acb7d2a64242b2c\";}s:50:\"wp-content/plugins/newsletter/header-extension.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"00d22ab6e2cf7b52f3604b37cfb1383b\";}s:57:\"wp-content/plugins/newsletter/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:51:\"wp-content/plugins/newsletter/includes/controls.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"eb5cc788cb2dbc4c26a5dc26cd7c732d\";}s:49:\"wp-content/plugins/newsletter/includes/logger.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"c81fb58966d3a740c486b1be9b90a2d7\";}s:49:\"wp-content/plugins/newsletter/includes/module.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"0226ec92e45bbf9cb351e0050f52b887\";}s:48:\"wp-content/plugins/newsletter/includes/store.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"470b20b398e28d9fde959ed1bee18920\";}s:49:\"wp-content/plugins/newsletter/includes/themes.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"add71f7e1018b990c47a26543515f74b\";}s:45:\"wp-content/plugins/newsletter/js/Chart.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"7d8fd0c1dc6732675a1bd453a3f643a1\";}s:46:\"wp-content/plugins/newsletter/js/Chart2.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"026d4085509e19c7d64bd8b68eb124a5\";}s:51:\"wp-content/plugins/newsletter/js/jquery.vmap.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"801dfe4d589f9458d774233892f317c3\";}s:53:\"wp-content/plugins/newsletter/js/jquery.vmap.world.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"16677403c0e1bef15de9ba1fec0bbc07\";}s:44:\"wp-content/plugins/newsletter/lock/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"1fc9078312c4ec695446d383f1637f55\";}s:54:\"wp-content/plugins/newsletter/lock/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"b71701cc5b814b962ea855b08ae4f1c3\";}s:43:\"wp-content/plugins/newsletter/lock/lock.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"f2d8d76f9d207fa6a9962e85489d8042\";}s:49:\"wp-content/plugins/newsletter/main/diagnostic.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"560b8072737e6d57f83d84512f9b2e54\";}s:49:\"wp-content/plugins/newsletter/main/extensions.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"06f514ae74222a7365888ba00a812bf4\";}s:44:\"wp-content/plugins/newsletter/main/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"3df7be09421b78c19754f7a966f3abb4\";}s:43:\"wp-content/plugins/newsletter/main/info.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"17084af7ab5e3c2db1142f41e11662ac\";}s:54:\"wp-content/plugins/newsletter/main/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"e6faf468281a0cb513d89449b74d7ed3\";}s:59:\"wp-content/plugins/newsletter/main/languages/smtp-en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"00af3ff80c737f5989405c9d9e0836b3\";}s:43:\"wp-content/plugins/newsletter/main/main.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"f9aab565d372853a3f497800409ea635\";}s:43:\"wp-content/plugins/newsletter/main/smtp.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"9c453fd9affbdc561515652b53472e25\";}s:46:\"wp-content/plugins/newsletter/main/startup.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"92231eb6698ccb27bfabbd016f9ea473\";}s:40:\"wp-content/plugins/newsletter/plugin.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"470139c580bebdca0e6c37a9c010fc51\";}s:40:\"wp-content/plugins/newsletter/readme.txt\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"775a1407d6777e67e9994d1cc82b5e8c\";}s:63:\"wp-content/plugins/newsletter/statistics/css/tnp-statistics.css\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"7b6b3758ea7a7f9f900ec651579e0392\";}s:55:\"wp-content/plugins/newsletter/statistics/images/map.gif\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"4ffa21caa2651ce121031b0c4f705d57\";}s:50:\"wp-content/plugins/newsletter/statistics/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"fd424ae02d356af1618943912340b3db\";}s:49:\"wp-content/plugins/newsletter/statistics/link.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"1e4157093dca2f4a958af6c93ae69bd6\";}s:56:\"wp-content/plugins/newsletter/statistics/newsletters.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"ab5a46c0e358ff4badece10a9356ecf8\";}s:49:\"wp-content/plugins/newsletter/statistics/open.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"da79f52d4882a4a5730517736828c6b3\";}s:53:\"wp-content/plugins/newsletter/statistics/settings.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"fa18cc725e0e33fdf7460505cf19ee6e\";}s:55:\"wp-content/plugins/newsletter/statistics/statistics.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"559875afc0449566a809049e90bf4ba3\";}s:58:\"wp-content/plugins/newsletter/statistics/view-retarget.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"a6bb6d4b80e55996f6e451f26f2257b5\";}s:54:\"wp-content/plugins/newsletter/statistics/view-urls.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"ec788925a000a43c65d34bf4a46b2f6a\";}s:55:\"wp-content/plugins/newsletter/statistics/view-users.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"eb8ed1b3d4906554e0d5f82c28fb19f5\";}s:49:\"wp-content/plugins/newsletter/statistics/view.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"8537d97b7292c18f4665b68d7953f502\";}s:64:\"wp-content/plugins/newsletter/subscription/email-alternative.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"5640b1d8ab9dd63177f1d622ecf94b8f\";}s:53:\"wp-content/plugins/newsletter/subscription/email.html\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"26ad2938161627faf99d66779da5c215\";}s:52:\"wp-content/plugins/newsletter/subscription/email.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"eb0428f26fbe5e787c3273e9885a40b6\";}s:52:\"wp-content/plugins/newsletter/subscription/forms.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"d53bcd3b74ad8af706a80f77b0b4bfb5\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/de_DE.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"5d74d4ef762edaf294d648a7857a2fb9\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"b2489414407a2803601664c958393918\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/es_ES.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"23bd00d2748e957c9c52f898cea5b456\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/fr_FR.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"9a99d829c43f46a28e78697e3c390c3b\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/it_IT.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"38e4e03cc74bc8b6cd87fa41e8cd0c71\";}s:68:\"wp-content/plugins/newsletter/subscription/languages/lists-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"bf59971169f0b2b490ffbb224247f3ae\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/nl_NL.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"4eb82eb35a3c285e5a48ebd0d2baffc6\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/pl_PL.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"24d7c01a16380c312af8bf6b3aa9bf1f\";}s:70:\"wp-content/plugins/newsletter/subscription/languages/profile-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"afbe86dd8e9387736216b850c1b1431f\";}s:70:\"wp-content/plugins/newsletter/subscription/languages/profile-it_IT.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"54cb9617bf50dc1a6609c94237c20551\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/pt_BR.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"2be7879868c4ad0a31ff88c09ff3bc96\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/ru_RU.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"98ba14acc0256f5cb6ce94ad0ae30a74\";}s:71:\"wp-content/plugins/newsletter/subscription/languages/template-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"dacc5899890dab9bd242eba6afbaa84b\";}s:52:\"wp-content/plugins/newsletter/subscription/lists.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"167a132dace8a05b068652563cbedec5\";}s:54:\"wp-content/plugins/newsletter/subscription/options.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"3bbd335d5ffc7d37ff814162fc7f2b68\";}s:63:\"wp-content/plugins/newsletter/subscription/page-alternative.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"50b8f2d998f3e3d24a0751fdb6b5a5d1\";}s:51:\"wp-content/plugins/newsletter/subscription/page.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"2b930e063280cc6962bd67ff833a45dd\";}s:54:\"wp-content/plugins/newsletter/subscription/profile.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"a250cd29d293f191abb854d11b15044b\";}s:58:\"wp-content/plugins/newsletter/subscription/styles/gray.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"64465ca9c02704b1e2675d0643a11008\";}s:61:\"wp-content/plugins/newsletter/subscription/styles/neutral.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"0a0f00bc0ff56f2a59cdf7f7bb398797\";}s:71:\"wp-content/plugins/newsletter/subscription/styles/shortcode/default.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"7e5984a5d3e2402d6f630e7c36b10a7b\";}s:59:\"wp-content/plugins/newsletter/subscription/styles/white.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"438b5440c9c7748ed88b0f095a5565b2\";}s:68:\"wp-content/plugins/newsletter/subscription/styles/widget-neutral.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"418f6bddc0b5a2bc81db498a50eab5b0\";}s:59:\"wp-content/plugins/newsletter/subscription/subscription.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"bc371a550f94445810064f968acf0a61\";}s:55:\"wp-content/plugins/newsletter/subscription/template.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"a251f3dfa980dd79d41dd7dc04acc8df\";}s:61:\"wp-content/plugins/newsletter/subscription/unsubscription.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"63ccf66abeb448f716c599fa098f13c0\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/langs/en.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"eff36a9433bccea2f3243b1465fe6fe3\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/license.txt\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"0571cf371683742c14f1735079a78e38\";}s:74:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"10a81b39a4bc07a7e804ae1ef9f66956\";}s:78:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"aa975a453aec49d9adedb1765bc4f2b3\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/fullscreen.htm\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"cbcaf5717e464f248dc44eb0c3bc201a\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"cbfebda03eef4bd608a86827948c4224\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"4b1b187a27aeaa393c9ed5e10a13ce83\";}s:91:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"568d4cf84413656fb72fe39d1dd60f8d\";}s:92:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"19f864cb81177840dcd534df4d537ea3\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"1743ac9f7f2267a6edafefc536a2265d\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"1bc337a20c319e531cda6ced531827d0\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"55298b5baaecb7e06a251db9f0a4b14c\";}s:96:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"0365e75dd4a9ad61dc98dcb641207c21\";}s:94:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"0261136fac58ce77bdbd96aa0194947e\";}s:88:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"f715affab9da63bc26f8c6362a989395\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/template.htm\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"3d7e3ae05511a9f64c5da924b9e971ba\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/plugins/legacyoutput/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b732a86187723cd9cc32853d67730061\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/plugins/legacyoutput/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"7f7099363a09818d3f6cce860cd8bade\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/plugins/noneditable/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b332a5f8767506024a0f50aa4204b1fe\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/plugins/noneditable/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"273d35e2221889e75f33fd545f77d44e\";}s:61:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/cell.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f427b778a4924154a5e2317ddfd0f567\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/cell.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"56394e6cdb267d97e23a07a98820e84b\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/row.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"81a75523c1e83be93e524c8bb901a089\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/table.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f5e651f5a32284f1c4e0faa1d7cd5ff4\";}s:69:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"e7de44cae530d8ea7e6f7f9d8c6762f1\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"62a2504d5b7a4a25e7139f8e7d9e5f43\";}s:63:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/cell.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"8b0d4a7fe48c2f92c8b9b79dbb12cca1\";}s:70:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/merge_cells.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"3650484c93d6c9a197d03a5c3c3d2e80\";}s:62:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/row.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"9c06d9dec390ebf1a36fb3452a21b1f8\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/table.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"d40f217a44315abbf7b958fc76c4f894\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/langs/en_dlg.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"ee3484503050cdae74d2cafa7d2e9999\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/merge_cells.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f939ddd56826c0ec3c9e6e9a478346bf\";}s:60:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/row.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"fdfc261a10c0ff0fb3c250295d4f4c35\";}s:62:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/table.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"88fb36057ec1cb1681fed2dcb0b44693\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/about.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"ff135857e9b930d4d4658f92077e051c\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/anchor.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"79d46a2b007b5cb08a3920e922a5da7f\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/charmap.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"be712e4cf08670a1212e9eed2f452693\";}s:71:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/color_picker.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"8db4d59dec910525149039f006a2bb9e\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/editor_template.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"cb4b98cf0cc3e2e0fc9060755195291c\";}s:77:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/editor_template_src.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"7fd3b02e116d215dc6f8ef6886d211c3\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/image.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"2cb986c0cad7efd0592a4d8c35e41f0a\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/flash.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"33adee48d32bbbba3e6412cc54ecf335\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/icons.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"75ad72872bc6280c32609e12fc3b610a\";}s:69:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/iframe.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"a1af02e9ba370f64297087b46e80591e\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/pagebreak.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"48872075f721bf57a517e3275d61c0ba\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/quicktime.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"61da1ff8729ca5016344c4e8eb173369\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/realmedia.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b9734ee16d790e67bea01046feba28b7\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/shockwave.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"1ce7d48784981aac9d4375cf2effdc4d\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/trans.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/video.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f85c56813ea016a75e496bba50d66ab4\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/windowsmedia.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"c327cd167b3a7bc263d908b0d0154ead\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/about.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"606c16492a17240ebded6e9fce75a555\";}s:67:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/anchor.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"da6a28397899bec3570216b2d2106684\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/charmap.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"02f40a38033ef8a0abeac870e5f4eda8\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/color_picker.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"cfc0f59a846661e748cae1c0adca77dc\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/image.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"75df8142a91f0245367e4121a2da7065\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/link.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"71949506dce04e923bbbc2ecc8ab5f1f\";}s:74:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/source_editor.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"4cbdfdf929a0949070f4d7ab4818b0f2\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/langs/en.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"58c814313230f1dec07fe45ad5f304e5\";}s:70:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/langs/en_dlg.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"3a2c8aed5b7579ae45be6bd2b34ef06b\";}s:63:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/link.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"65c56f5a6d714fdbdc47c68ec9422976\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/shortcuts.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"2bae05c8667b54b9ec019b529e743327\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/content.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"1779499935490440d7a2423157756bc5\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/dialog.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"ab94126c11ff9c79445cc4ad537b2823\";}s:82:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/items.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"d201498a710fc8aac6e117820b9814b7\";}s:87:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"e21752451a9d80e276fef7b602bdbdba\";}s:87:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/menu_check.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"c7d003885737f94768eecae49dcbca63\";}s:85:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/progress.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"50c5e3e79b276c92df6cc52caeb464f0\";}s:81:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/tabs.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"6473bbcd0a011e9fcdd9f777ef437410\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/ui.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"823d750bb9c2bde55084d322f44b17c1\";}s:85:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/content.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"8294a1222d0ab5fa7520879cc9073e85\";}s:84:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/dialog.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"f6e95a7450471eb7473f8dbc3e6b6581\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/ui.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"1bdbee2f94594ca00c65b4d6a930bbf6\";}s:77:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/content.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"c696812903368f41cd65616574c81484\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/dialog.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"661f54aa4a283b67c0acd25f91f2f213\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"a108668128c143e61bc44990dff89fe6\";}s:78:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui_black.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"ba8d82d9bff6e2854b29b1f97ead05fe\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"b42c7d51247d02ddca437a1661e748e5\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/source_editor.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"42f3a13b55ffcf7c2d3ab768012abfcc\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/tiny_mce.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"5d3836e06f9911d061396474b2942f73\";}s:56:\"wp-content/plugins/newsletter/tiny_mce/tiny_mce_popup.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"554bc76c70351187f4ce05ddc012aaed\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/utils/editable_selects.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"e760eb21f60892a1ef2298da7df313e5\";}s:58:\"wp-content/plugins/newsletter/tiny_mce/utils/form_utils.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"579b2803ffca7953c50f53dcbef5df7e\";}s:54:\"wp-content/plugins/newsletter/tiny_mce/utils/mctabs.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"51b9bfe349fe76204ac5b65254bbef6f\";}s:56:\"wp-content/plugins/newsletter/tiny_mce/utils/validate.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"bfbaf5dc8058ff772afe2d87f4e82fbf\";}s:44:\"wp-content/plugins/newsletter/tnp-footer.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"b23fcc0aeb5fae8f5dbc29957acc16f2\";}s:44:\"wp-content/plugins/newsletter/tnp-header.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"c9eeddceddbcecbe5d8b6eedfc1f1b85\";}s:43:\"wp-content/plugins/newsletter/users/csv.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"d9419716594e3c6d82ed59f691ea7704\";}s:44:\"wp-content/plugins/newsletter/users/edit.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"bc62e94f4580da3a1244970c3b08fa9e\";}s:46:\"wp-content/plugins/newsletter/users/export.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"de42f9eb8cc9bf94b99e29e04d505f24\";}s:46:\"wp-content/plugins/newsletter/users/import.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"e501acd173c1f4a0f3f8095dfee4540e\";}s:45:\"wp-content/plugins/newsletter/users/index.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"abe4643d65e33b32552532265c6590ab\";}s:47:\"wp-content/plugins/newsletter/users/massive.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"6322d61fd7b468fa06bf35aa5c02d87a\";}s:43:\"wp-content/plugins/newsletter/users/new.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"bfc79cdbe6153961e7580271db777156\";}s:60:\"wp-content/plugins/newsletter/users/statistics-countries.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"eee20fc09ed5e04ed0326dad2eece016\";}s:55:\"wp-content/plugins/newsletter/users/statistics-time.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"dbb5cffdd1a1025de069212372790967\";}s:50:\"wp-content/plugins/newsletter/users/statistics.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"f242fa25c178b0259641bd8042d1116a\";}s:45:\"wp-content/plugins/newsletter/users/users.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"ec14051cf45eb1b2e9db12966f6fd83b\";}s:40:\"wp-content/plugins/newsletter/widget.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"cad4e8a64c53f143b3ff88b6379b3eb0\";}s:42:\"wp-content/plugins/newsletter/wp/index.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"2980a066c2f1d11403397fb336b98c65\";}s:52:\"wp-content/plugins/newsletter/wp/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"083c377116a4d5f0e13e484e54b6b262\";}s:39:\"wp-content/plugins/newsletter/wp/wp.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"503856078605d40f6ce77f1d30689cee\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"66b0fd52ec23015f5e53e0c52212c385\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"03ca29844a7db9b018b2dd4de50be6d6\";}s:61:\"wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"c8b88a8ecf5f6f93052fb2d1628438d5\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"35d3e33e121e23b67a02f137bef01d74\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"f56e7d3d12b77bf6a567fba3e5cdc10d\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"38a591dcca7e25aec98758df29d630a3\";}s:63:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"a6b2e3de4519ac6e39e0613a2cafda2d\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"06e5db0cd0987ca21d967907a889bfdf\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"6ff06b9791bba2ce044fbd6035770b9e\";}s:64:\"wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"d4be2f9d495f622a267ae1b36fe9fe7a\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"96fb5b00bafea4e94057a9ad431dfb4c\";}s:56:\"wp-content/plugins/really-simple-captcha/gentium/OFL.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"d8c342c18d7113c278e5384c5db656f5\";}s:52:\"wp-content/plugins/really-simple-captcha/license.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:51:\"wp-content/plugins/really-simple-captcha/readme.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"8a8f6a2b73fb28f2c1228dc843068b4d\";}s:66:\"wp-content/plugins/really-simple-captcha/really-simple-captcha.php\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"468d02ce97298a52e8b2d281fa823703\";}s:54:\"wp-content/plugins/really-simple-captcha/tmp/index.php\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"96137494913a1f730a592e8932af394e\";}s:61:\"wp-content/plugins/revslider/includes/external/page/.htaccess\";a:2:{s:1:\"d\";i:1665801278;s:1:\"h\";s:32:\"bb275019cd5238b817253f9c1a71293b\";}s:61:\"wp-content/plugins/revslider/includes/external/page/index.php\";a:2:{s:1:\"d\";i:1665801278;s:1:\"h\";s:32:\"ebfac83b035b9a117b5d1d06c2c0761b\";}s:40:\"wp-content/plugins/updraftplus/admin.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"4242d52ef8fb5abfb86a07ad72c653e7\";}s:41:\"wp-content/plugins/updraftplus/backup.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"7b3da2d3f476860ee1f3007434a2050e\";}s:52:\"wp-content/plugins/updraftplus/central/bootstrap.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"d727c64d703c903394e321ba43d36abb\";}s:51:\"wp-content/plugins/updraftplus/central/commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"e738bd18acfc513d3ec3852e92951b72\";}s:56:\"wp-content/plugins/updraftplus/central/core-commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"65217a90f50b38e9e0d6d371871cfd44\";}s:51:\"wp-content/plugins/updraftplus/central/listener.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"784f0081a9ec2e0b9366c050502fef09\";}s:63:\"wp-content/plugins/updraftplus/central/updraftplus-commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"c83c98615e576543dc65e360951fe69f\";}s:44:\"wp-content/plugins/updraftplus/changelog.txt\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"059bd437266ae581401142d769b35306\";}s:52:\"wp-content/plugins/updraftplus/class-updraftplus.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"9daf0f3f25a567c6159a3312aa80a246\";}s:44:\"wp-content/plugins/updraftplus/class-zip.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"cadc4cd91dac2b8d2863861f16ca058e\";}s:48:\"wp-content/plugins/updraftplus/clean-composer.sh\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"f009f17c1cef1d45287a0597d64af218\";}s:44:\"wp-content/plugins/updraftplus/composer.json\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"02bee7ad83137f80e5b61b7963d82d17\";}s:44:\"wp-content/plugins/updraftplus/css/admin.css\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"4770037bbb53bcd289ecc416f96fbffd\";}s:50:\"wp-content/plugins/updraftplus/example-decrypt.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"dce192b481a7319b802d7643319b7b4a\";}s:57:\"wp-content/plugins/updraftplus/images/udlogo-rotating.gif\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"ea3a5a5d7a134732d08668472e192cec\";}s:50:\"wp-content/plugins/updraftplus/includes/cacert.pem\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"dc482ed2e58f906a1a4dac0a52deddaf\";}s:68:\"wp-content/plugins/updraftplus/includes/class-partialfileservlet.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"81cf165fb0349099b92f084628011883\";}s:59:\"wp-content/plugins/updraftplus/includes/class-semaphore.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"4f044f632a647ea650716c35dfa18b67\";}s:55:\"wp-content/plugins/updraftplus/includes/class-udrpc.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"478e3671289d8f92a5e2405cd2c33556\";}s:65:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"c0f6c3cff29889b1239071d57e8be04f\";}s:76:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"767f8f21116528aa69e59b3a68d75aa7\";}s:70:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"26a3ab67b1ebbf4b6443febf2ec4b526\";}s:55:\"wp-content/plugins/updraftplus/includes/Dropbox/API.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"cfcaeaa6672448b918d8a3d6ad5cb60b\";}s:61:\"wp-content/plugins/updraftplus/includes/Dropbox/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"d7559e24f9c961662aec196fb76e9f97\";}s:83:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"db5bb309193d85ce8f700cca4978475c\";}s:71:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"9247c101ae9ea86c8ab29e5194cd3527\";}s:76:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"8d50048128540b179f2e350c88929a09\";}s:75:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"e0423db02a8439589750e50f8a523b45\";}s:82:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"1057e362be03b3a5efdd5cd011a2e339\";}s:75:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"ad2b0eebf0b1716e1ed8f8fceb3ceb47\";}s:53:\"wp-content/plugins/updraftplus/includes/ftp.class.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"dd9976744c6cb5ea82ad076eeafa7784\";}s:65:\"wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"778a02fcee1c33df6bdf9a1d948ce5f8\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"5da872170e33938931a41c5670bd3d16\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"650aab096ac077d5a54dd230989202bc\";}s:76:\"wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"327ca7d376613dd1cfa7a25d891cdebc\";}s:69:\"wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"cb48a5d14cede8ca98088e58732972a6\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"285e85ef412b20a11296f3eb4372b6a6\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"21b72be75cf2f8e1ef2933618ed30a63\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"3b7a2a4ef2f4348ceb8397c984774099\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"10e0e45068bc781833ab5822b1da36fc\";}s:59:\"wp-content/plugins/updraftplus/includes/Google/autoload.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"f80bcbaa4f9fef432445fc39415321c0\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"99e51011a700c21dbe8c5d2739e3777f\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"4a595e56a6c419ebad142a4ac7b15ef3\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"8055f872cb2a7695c3e04f78ab047166\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Cache/File.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"56c084ec51850e7e6c3ca324d319f154\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"965391ca4735f4e4f6de8fcbef7d722b\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Cache/Null.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"b888f3d054704638fdcd278cd9abc68b\";}s:57:\"wp-content/plugins/updraftplus/includes/Google/Client.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"9212a23f9b6dca48c76f4192b1f605f1\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Collection.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"847913baf9f5e93678ce354df394d671\";}s:57:\"wp-content/plugins/updraftplus/includes/Google/Config.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"6c85f1215738a2eef9b0d5a19c524d5d\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"318afca9f008d35a174bfd9dadc02ff2\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Http/Batch.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"93eb9f356b6b4cbcf6fdbc1926dbde88\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"77c516c34f54d37c132074b16824f278\";}s:71:\"wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"1637b7676d802930acec9eef5508ee95\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/Http/Request.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"99779c816397c32cd026d230cc3bde64\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Http/REST.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"bbf5b9ee5255e4228a9f9e6650964a7d\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"f03b8a519e4a20823f603f2432722038\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"a527b93e71b94759d99643641ff3b531\";}s:58:\"wp-content/plugins/updraftplus/includes/Google/IO/Curl.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"08b23cad6ad06623802d945808d5c90f\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/IO/Exception.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"989937d4b02d8ebca1ba18957d0fdf36\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/IO/Stream.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"8d866e1b07045c9a8bbf3c9840deef20\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"273598793ba93d352bded29dcbcfb025\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"c3be97c23fc050aba291a37c7ceb3072\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Logger/File.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"d781f6385fb2f17017daccc640f17d7f\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Logger/Null.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"9dc7ed69671ec82b201e33aafbb9adf4\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"921dd7b30ccf807b5ca636b2cb077dcb\";}s:56:\"wp-content/plugins/updraftplus/includes/Google/Model.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"47d6fda05780f9bba9f3cdc5b98a789f\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Audit.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"c90c3336e1c307a5214c9f6cb0658444\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Container.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"5522ef4cba1318d67f9e3b73a8a7efa9\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"067d86be76b8c6885a58f186d1cf5fc5\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Directory.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"fdd8f45902247f155dd2c16a3b7b9c4e\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Service/Dns.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"3cb9f9a83c6ad210072aee97ab14e28d\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Drive.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"0c174136e26fd506f03692518748b001\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"80af63452d5180e64af33796ce8e19fa\";}s:74:\"wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"3df47de71191face9a2f1b3c029c8079\";}s:73:\"wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"1c0a2db814d38b47cf78d1a075176d65\";}s:74:\"wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"2ea2da8b3d519e656548bb3f17f4a9d4\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"bc432f6299c81f0872f2ec81418181e9\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Logging.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"be2acce0a8414072be51889047581179\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"497962957934ad4d671663a4ce9e160b\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Reports.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"ea16a9fa61b89d84425519f29cee2d4b\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Service/Resource.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"50f1215e28d002284eb56934becbfeca\";}s:72:\"wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"71564e2b5896d613de5ffbee9286c57f\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Storage.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"6861ae08e93b782effce5e7ec97dd7e0\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"9525b0dff3459a0b5b17597300d6bf1b\";}s:58:\"wp-content/plugins/updraftplus/includes/Google/Service.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"c6a3edb979750d99b8581b4fc7f74e2c\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"ae819136b6bf530bccee81f993f45793\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Signer/P12.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"702e673fd1b2a7d4d6e3e4f0d339ffbb\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Task/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"62349c381de5f609914249dfd1245ad5\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"fd80f21d711c8b658815cc53e88a340b\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Task/Runner.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"0efd7b612285a2c35a2a84ff2f441e66\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"bffda0decadf98ad09d77a67bb28fa98\";}s:56:\"wp-content/plugins/updraftplus/includes/Google/Utils.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"cabb63968b2b820423f4a0252afd1d61\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"1d71ba9df985da107ad727908a8a4ecb\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"12a40e0f127869483de4ceea0e5da0af\";}s:61:\"wp-content/plugins/updraftplus/includes/google-extensions.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"2043a7b1437a58a939a0359b4a81940f\";}s:60:\"wp-content/plugins/updraftplus/includes/jquery-ui.custom.css\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"993216e66314dd6ef917ff9bf58f1840\";}s:57:\"wp-content/plugins/updraftplus/includes/jquery.blockUI.js\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"73d881befbbc340fb6cf0cdb391d96f3\";}s:70:\"wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"428388f4494d35399c366d1e9a2d3a32\";}s:69:\"wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"381c06d0554c07613c9c6fe150c496d9\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/AES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"9adb78a89c91c188293089f5a7f152a9\";}s:64:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"b5ffcc6b832350c373d8c41ea300c705\";}s:68:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Blowfish.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"8ee6aa591c9a640af5addc141dc53c37\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/DES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"5a3a5f451096043988c8f3c471f1cdfd\";}s:64:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Hash.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"b9580f3cd21961fa39ca401e43146019\";}s:66:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Random.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"046dae97f2f2b6e9a74d5633a4af7568\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC2.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"f1950cb4697f4c568a0c462f966063fd\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC4.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"a11a46dbcda660f6c905f5b0cca127f0\";}s:68:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Rijndael.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"8836c65f6f85bd386d7fe13766586f32\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RSA.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"1ec592cb1699f725fbc460a53c5e33a4\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/TripleDES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"ac6c0451026454612468070b28a4260e\";}s:67:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Twofish.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"eba3caf13467ee97e807cf10fc8a1f7f\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/ANSI.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"d463c190a792e1700f45e3aa3e7dcb05\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/ASN1.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"13edcb199403f54d267c3d45caceea8c\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/X509.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"8aadade205dd0e1bcd0c25d080a32afb\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Math/BigInteger.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"142d4ccd53954602834abacd02b6a694\";}s:61:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SCP.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"af10e00d599887eb34b0d10fa873bb8e\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP/Stream.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"43663fe0902430546623663aabe805bc\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"482b29d80be1a8acdb259cfc153c970d\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH1.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"7e1848711041a3ccbd2fce00533c8468\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH2.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"ba146bc69cb851ba832294e50e4183a3\";}s:61:\"wp-content/plugins/updraftplus/includes/phpseclib/openssl.cnf\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"b4409823562c617107907cd04d67c8fa\";}s:70:\"wp-content/plugins/updraftplus/includes/phpseclib/System/SSH/Agent.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"645c9541d3ea85b04e3d9879eb6dc193\";}s:70:\"wp-content/plugins/updraftplus/includes/phpseclib/System/SSH_Agent.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"b18a92bf3bec01620d823545abaa1c96\";}s:46:\"wp-content/plugins/updraftplus/includes/S3.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"50ccca19dfee1d981819a48ddae4285f\";}s:52:\"wp-content/plugins/updraftplus/includes/S3compat.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"773a712ca077ac1fe189809ec215f2e1\";}s:59:\"wp-content/plugins/updraftplus/includes/updraft-admin-ui.js\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"2d089c4528c6b276b3c374c32771e982\";}s:41:\"wp-content/plugins/updraftplus/index.html\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"ddab305858921fb928fa777d5176b5aa\";}s:56:\"wp-content/plugins/updraftplus/languages/updraftplus.pot\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"86030ee8c7ae33947bade2ecd9f1fea5\";}s:48:\"wp-content/plugins/updraftplus/methods/azure.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"cdd27ca1add9685c0c52131db0dd2ad0\";}s:57:\"wp-content/plugins/updraftplus/methods/cloudfiles-new.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3087e904f64dbafc8be0d0dfd07698eb\";}s:53:\"wp-content/plugins/updraftplus/methods/cloudfiles.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3ebb179ce55b1ce533dca715e4594dbb\";}s:55:\"wp-content/plugins/updraftplus/methods/dreamobjects.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"209b1bb43acc48bd5226480aed901401\";}s:50:\"wp-content/plugins/updraftplus/methods/dropbox.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"0a8ba0573f029c207f8b40eec2ecab9d\";}s:48:\"wp-content/plugins/updraftplus/methods/email.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"2b5e47afd75f6adb53fb06b8ee4fecfc\";}s:46:\"wp-content/plugins/updraftplus/methods/ftp.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"e1282567b8a023151b4f7c13ff23f8a4\";}s:54:\"wp-content/plugins/updraftplus/methods/googlecloud.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"aa050686cf8d1da7da5ed381e70c6493\";}s:54:\"wp-content/plugins/updraftplus/methods/googledrive.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"44cb2debd89cffe6102096f7600c9ba6\";}s:55:\"wp-content/plugins/updraftplus/methods/insufficient.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"62ca706573046ffde7182f73064d3c15\";}s:51:\"wp-content/plugins/updraftplus/methods/onedrive.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3fa93e47f7508f573f4671f4494a2753\";}s:57:\"wp-content/plugins/updraftplus/methods/openstack-base.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"2bb0f796d5e24686d4cb24da43f5dd38\";}s:52:\"wp-content/plugins/updraftplus/methods/openstack.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"62afc53dd7b8d0180892f425c8bae33e\";}s:53:\"wp-content/plugins/updraftplus/methods/openstack2.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"ef0a606e8a9a2d2b2039e1a1d9f57012\";}s:45:\"wp-content/plugins/updraftplus/methods/s3.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"6c1c0f94ada0e3f3a1a05491f3db2414\";}s:52:\"wp-content/plugins/updraftplus/methods/s3generic.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"6eaf8fe6cf487e0bb74f22616bb74e1f\";}s:47:\"wp-content/plugins/updraftplus/methods/sftp.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"47ea4365b1e56785c9604a2d809e695d\";}s:51:\"wp-content/plugins/updraftplus/methods/template.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"34ebf84f59b7c6efc5a56dbf23d25402\";}s:55:\"wp-content/plugins/updraftplus/methods/updraftvault.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"06a8cf3f814abb60a4da97a033ad5468\";}s:56:\"wp-content/plugins/updraftplus/methods/viaaddon-base.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"daf1defd6716a34f2fafbf0da37bcbfc\";}s:49:\"wp-content/plugins/updraftplus/methods/webdav.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"57b71a51710dae43334c2a4044d0fa82\";}s:42:\"wp-content/plugins/updraftplus/options.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"6c12bda9dc1a01d11392b3aa455f252e\";}s:41:\"wp-content/plugins/updraftplus/readme.txt\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"ec07c188f486e0dfd1b11a1183916c9f\";}s:43:\"wp-content/plugins/updraftplus/restorer.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"d7ce4adb5e93988733bff13c8aa23527\";}s:46:\"wp-content/plugins/updraftplus/updraftplus.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"7c0e5038040790e806cf08b82876ea66\";}s:50:\"wp-content/plugins/updraftplus/vendor/autoload.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"df320cf55ad18275b3f1130d84727616\";}s:67:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/composer.json\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"d3cbab7000efb8bd253420759d965b11\";}s:64:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/LICENSE.md\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4a1986582bd12f9aea2aec46b81e0413\";}s:63:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/NOTICE.md\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"1cfe4eba1519b5c323896290f9fb8264\";}s:76:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"de84d8a3f5aa57fb2b9d101080797c85\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"c11afaf45daf193c51cb7befe463f5d6\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"b5549e525d4119198840bb2b34e79c67\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"fadadd6877f5a0c9975a1a8d26a363a1\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"f5c71745baaae8f46fe37a4f3d4bbd9a\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"fa88950bb0efaf957f4b8ee10753062b\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"18150232988131e9f21e4724cfc35bbf\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"db13af3fbec0f198c0120bd0690e935d\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"98501807352bf33024e31b7fc6217c93\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"640e0b6993bd8faaa3e154dc988d02e3\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"6bef8308125e047c4be353e04c067367\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"47f1c01448de7d6c09671907bef5a5bc\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"457a7a69d3575bf45afc227ca0fd3948\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"bce6a394352ce1162ed5d5a814a921e9\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"6b235c74969a4c6808d7cff23bc93df7\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"3b6c2d61dbacea5a25d8e8477cf1d2c7\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"dc038b73d9ca995536bc03e80b615a4e\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"93e9ebe9c22c382ea50b36951b978583\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"a72c382e6050484406ff0813d6879c4e\";}s:122:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"d1a055b46efc21e46ccc4ca731ffe7ad\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"aa405149de3112dc640a93618869502f\";}s:88:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"87412bee81bce129eacaedb580fcd464\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"d715d775feb1ebcf144857c05f2b2b11\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"b92da9494098f83d94080c96979a3c06\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"0701abe5acc45f6e9a897631b8b4cec2\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"0342531432bbafbfcf4cdb04156f8ebd\";}s:77:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"6006719ac2eecfb5183d776634f2b2a5\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"b5e48ce90ddfd2b397fe1dfbabd2d3ca\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"752cafcafecfd520e6ccfe01210a17c7\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"1b1e3665960ce4fb9043df5c58553dd6\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"ed60e5bba6ad952a2619613e194fb73c\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"2ca2ab488369e279da53a7b903fd557e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"992185ed8296289a27b1b6497f306643\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"6400656e6a65bd523e37158ed71bd4c7\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"d20e53d676891f9142be744f2aab2e6d\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"3161352ca49918ea3783888aa8f0d7bb\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"5fcea4d30864e65dbb0482a7ada2a42e\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"dabab81d1c1db56dcab8eeb513e18d5d\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"5a565642fb5379392dd5752c3adb16ad\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"fcff52403d7baf7d5115ee56cb7b260d\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"e5da40fe5908360f0713e38e9af9b437\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"09a7643cba57df1eac684aaf13ee55a9\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"3bd5164dd7e0bc8419d09bc40132146f\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"942c6b749df09392fb4e302bc9d0af8e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"2947ebcfe2e8e786b51abfa8a722e899\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"6942bba7cab741eb2e5ce4d396a82095\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"053e3c76a4e889978a24734874ed24ea\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"92ae697629eeff344aa6517b5bc45d40\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"830809ef2d18c043d65f182be99c07b9\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"647dc54366ac80fdd73d0e46f2630825\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"f8a253224eb4a6f4abe4527a37f2eac4\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"479b48d336d86daacb778986f882fc3d\";}s:87:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"31d493b2e4175c5964bb6f4da4e8cce2\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"d5e3f4e9cd7cdbccab266444d4a46b9a\";}s:87:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"195b3c61ae75615f25a79b04a7ad5090\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"e876a9bd16c09bb5f6116b3a05ea4da2\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ad3a7318c1be08a0b3d71caf6e62e395\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"bd565975d0da1ed56726390ea606d128\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"c1e9ef2e441a99fbf966313fd3beac0e\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"d17d86d899862bf9ff93926fdfa68326\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"434d553b94a81064f2abb38586b7319c\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"f00f833de3a6694a7758a79042cb2b8c\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"f4391e22c27455420d9c85cbca4754e1\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"3e903d08159840e4d05865fedf651ce9\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"987faac50f83d46f2097737dc40052ec\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"5c5bbfb146b5297ff733b7ebb61cd106\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"94130e826c600d19e974e269ee71065a\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"7a52b1befbad56b3362315f92e0f31b8\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2705f41724fc5e736c802e323bdc0a2f\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"13ae3e96adc690d71bdfde1bdf01c7f8\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"a8c87fc3f631318ff581804a61001ac3\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"29401fe00b388045fc5bccb45f04a274\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e0b5e5dfab92d4e8d8945e553dec9e1b\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"1abbf7a0889213cc6d3d6a69cf5a4f57\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"66bd700361a97f1f669b225f6c0e20b4\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"49198ab55607a67bb4fbd942d3d8db2e\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e05714bb1ddd85ff922bc5182d97019d\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"ea59c6544367b58bc8c7026507cba813\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2208c5cb329130578b52ad9cd1c75aa8\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2ee7fe57e0e3e76be633e6094e89b9fb\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e4ce3f0d0ec24c17befe08a3de950eb4\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"fb87fdb0773a67d0c4ea4741a3057974\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"1fe7cf8dfd60c6c3f534f488d943160e\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ab6554c8f0f6f94d2bd32979b137bbb3\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"73f2bab0a7aa293901dcd181498135f5\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"68faf7fde5fb769e3462b4d8e870da9e\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"da81827cec410feb30e367ae7efc62e5\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"97e1f94b23346b80b7f6ec5d8906ecec\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"a9048fb9d65c13ebbc33309550bd1f04\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ac6bd930f61ae6b6689edc78562778b3\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"34faa05c594295fbd9c7b6ae2349d16f\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"5a036a25e1c42c59b524cc4423ca394b\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ae0f41c53b1c56824d75eb333e19a85a\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"a93bd6a9869a9b5aa4f7a94068270f4d\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"48b4e522cae6109dffb4f26a05fb766f\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"0d2fec540fdb38a279159b2bc825b721\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"7dfe46fb65b928ebd9fb2c90f75338cc\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"d2800e6bdc1d684d1ee3ff38dc1fd336\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"364d247c36655d55c1af15c59baa0d2a\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"b160209f5210bfe18472eda8b0ac7492\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"92704012d2921797ff2087e42f17fab9\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"daea6e91cde8b03a4b69cc0189a0368b\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"76b7086631b8fb7c1f3279da1feb113e\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"bd22710b1e3dcbe0a64902f54a3a4163\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"2e17c2780c8fd635469de3014ea37842\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"2b38f99955a913c63356c0edda5a2c3d\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"89c2ff535598e5940dd18ca66c7a385c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"478062e9964d02dbaadb386ebe423436\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"bbee10470d4d8c2ee03ed7e7f6205e68\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"da41d5bd4c09b43946f2dbf2cbb58fe2\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"ce7e53dedf7b4fd5abfa7867259cb83e\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"30021c2e042185e138475242fc778cf7\";}s:88:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"9d7022c32b9b88fccc6f36b0789fca09\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"3dc05e397450a4b71a982327a206c38c\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"f3b4032cea7c631b5cb1cc7947474fb8\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"a7cde485ca7ac5f211f0f1a842d8be6a\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"1bb29324b69f9431e60583652916f2dc\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"b7897dc9b95f94f6b121dd6f5e28bc8f\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"96d2fcdffb966c8e411fe630e10b5fc8\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"274e400686bd9a855a74c7f90554fb61\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"21617876155e75c94b8bc6f8380aec16\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"e25af5161310f4c6e3bd10063861d69e\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"d9a0af6b2cdc229239b047f23d838cff\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"d97f9232bba001d3bf6ec41259636670\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"48d3a44084406aff1541a5defe9320f4\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"918d94f3d16f77cac2276b85071e8e93\";}s:81:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"0266e6eb192fc241d3748d3ac04def25\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"813636035d4e3c256791152d0e3ec8ad\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"c114efca1dcf9a7e3344fa406db0d494\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"4e04036a4f99661d3d24ba013d26c69a\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"b7055c317e07c03c66bdadd3cd6f2fee\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"7ce5a3538bd37d2d893a5a4641ca5e87\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"c70ca0f46a271fbb3a0dd8634778b241\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"03ddf3e40d02c69d98e31a1ba0e11350\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"c4164313e71b86ec0a94469ae59f5c7c\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"28e5df8a1f769a05c4b0c17da307c821\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"6604c9fc43cc2fcbbf5e20c22edb6026\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"08d0fa5ebbc445faddabca975a979884\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"a363b75b6140aa59516d6958bd818487\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"8244c7d196fcf6cfe81ce6be4e4ee3c3\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"9fde3c8c1f8ce13d3c1459ba80888484\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"7502affc30c08ec7dec2ca9b79623861\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"3868573f4b4169bd66ec7ed55e828212\";}s:123:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"9a7794f2028a7bbecb37f02a291f6c13\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"16a05c43ee339551a41d6db30b3ca660\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"af766935b9509e930d0ae19802289e4a\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"32f96f069dba33c77642bddfffe8db8b\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"e8951816cc56a7230167d73186c0ab90\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"26a64d61b80ab87cd4da2f0959951859\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"389ba9774c6752da399d5a06714ca70d\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"9010cee7e70cd31d533d490a0f676b7c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"498ad6eea22c072303d33040e1e2fb8a\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"649bb9f9299de94c32142afe6966e3bd\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"cf7972454e18711007a3282ab14b0b2e\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"2844134a42c3bf7250e00356a1af54c6\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"668af3f62f403e4dff00bcf4c547586d\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"24708723851ace58c30233fbcd2a61c0\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"98cfd5cd3599cea086cc16fa50447132\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"dc44e8a1c168511de2b21dc9d0dcf26b\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"c5325d7ab1f09760b5cfb5dff1452cf5\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"07f4d5593c6119ab815a5abfafd45b4b\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"deeb571087b1013016717869ab219938\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"28b72289665d68843022d1b8278afe4e\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"04fb8e74ecc189e6b0436e1260dce9c5\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"b21fb6f6445972b9c30d3bb566ace2de\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"cc39ea5c4ca166c4789366041d2c6647\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"aeb54c82dfc9fa87084948e2e1010d96\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"f6373149be4c19ccb7b614f3a3628ad7\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"6aa99b0de24f2eb1a9de7df2715e38f3\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"ef3fe78d3ed3db0db2ec67a04ad5a1a5\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"e398b2a0c10de3a9ed33612647dceb5b\";}s:121:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"c0d03c2fc6dd1d30cb53753ff3e76533\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"49cef4705a18558a98a461da746f6d07\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"1bca38cffcc6eb5eb5245f5a89007381\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"d89997a566746ebfafb220946f27a5a6\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"84bdb0a39275eb219deb1a2f75c391e5\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"402ba71db04643214cb40a1bd7d049ef\";}s:110:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"d4fda63c036e22004452d73ed1e464d8\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"aea750e7eebe1dfc9e487c789a6a9459\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"3b8655854d58f4a783e82b2b3dc7c1e9\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"67678971e88adba7f2f48d63cc95adf3\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"5077fdc0b6cd80437ef07d3f35fd70fb\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"78aa44073391f74bfd34303266c8959b\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"79da9b57a5ebe3cac8d7d2b0f43fdfab\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"27e721bae72c4019ae6d2194a6572ba5\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"6b5056bd3f4a4c5113b16585e7328b90\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"87a668a2c3678f96ec74498dcab32a96\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"de7d7276e8357e59053247069af4b17c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"85b88fa151a076d133d6c9515c0f8b56\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"18d8abb944dede950e933b4c8fb4c45d\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"bfded76dd7733080fc05e35fc9b5d570\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"812bae6a59981af1cade72c37ca87886\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"714b2ba8c970dac2950314acccb4951e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"f3c4ce492a49fe06caabecddd73658c3\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"3ac099a476fa8cce2e0de5de51e81016\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"a52b194d60900563f77d9deadbce14ed\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"8b11e6c2e0aab8b276cf2cd90e36fc63\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"61c2464e91a1b3313ccb9dde9d6ea207\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"8f04f2096229d8e4c99039e2f8685de5\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"bcc61525ec8286557cc882e620e0449b\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"9a233980787a08e6e8f946ecbaf44933\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"33862ef527aedb321a40c555d0d81250\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"87f1822b747922a3dd576f4da63f1fc1\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"b7cf62f982b95dd160f44ea6553724d1\";}s:90:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"44d15cd57f1f8b5405f7776b636c9a4a\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"054e5b096daaad03ee7c920660fbf32c\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"20791b3cbe22c91750cfae0c45e345d4\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"2cab1602b76a19567c65bfcdbbd26b66\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"d4e23dee2d180e598e4ab8562df97449\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"f3d13abdc5305ab7de861a85b9f2eeae\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"37840f4760fa1c45336f203543b39c3f\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"5a7af7f0861aec70975e22383edf1605\";}s:119:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"ddacbd4d1ee7341fba322be7acda04b2\";}s:110:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"b670411122d9f08bc7a3cb7ca3ba07e7\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"e181099ab8c3574e9d610109832f6d5e\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"f9c6dcc72963c40346bae45f25a39dd1\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"ad8bc7cfcb905bbcee5ac63f0d1a248a\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"0ee82969d170a64ace65fbbc06ba8a2d\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"f05cf3b2a73eff79ed325dc18f91a8b9\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"1a8fc303bcfda2405023bc9ed07fc532\";}s:78:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"993d7535468f8eec4ae4f82f2bc4d244\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"087c08ae99813dcdcd22126028721891\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"5211fd4af3eabebdbc15aab48f7200bd\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"df249d6cd2cc85213898d5f09c21b1e4\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"8442fbd945058c8ce270abe2a3db63c5\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"9c50fd6b72cb5ce202ffb8aa91dc9ae3\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"6be236f5723bd6489e97c070056ad4aa\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"2990bfe532b2a837406e0a4847dc3b8e\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"b94189665c7f24d81fd065703550fb3b\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"027004eda09ff1954e1833040df9b869\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"45484c7268141212c6a346ee5ff05962\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"042169a77d1df6b29ad8b75d8707e1ae\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"0925b992d88491867fe204bb216c9961\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"e52983d0299b0dddcf62ac3fe2a7eff0\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"66c17323a34783f638c1fd81e619a45e\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"a4eb71497b8700288d3016544d22a626\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c2c0b6848e5766e351fc5bf0cc5ba308\";}s:77:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"67a1e833b48f3456dcecc74ed6dfb32d\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"61a2a32166a1ca9f0897c31644b17f05\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"20820eeb37e5dd045ba91455fc64a088\";}s:89:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"38b32ba608f23cf157a4d9782f47d6f1\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"3f2120c87ce46b2cffbaefdf5b4e00ff\";}s:89:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c6af6b2766ebf5dced00b8097c480861\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"9577868d44c40ea046d38917c736d416\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"dce729353d53b9ce563baffff3e797eb\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"cf937c67b37e8324b092f0e0d4dcf2b2\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"6d15b7ff5585bb0b8afa8b9882e59e7b\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"ae92607d9ceddd5674505361a8707723\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c5f5902b0f3efa03abaedcdf5a8b51ae\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4431c83c1ca49780bc489404c02da65a\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"e1367db996b4bf594e6d05871be1147d\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"82accba85c2eb6ff5a64094812c507a1\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c82772efc07aa48d2b32e4bba547ac06\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"fe0354dcb7c3a822290c9f21c11669e9\";}s:68:\"wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b687a8edb42c974ca69d2d3b21b22d15\";}s:70:\"wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"e20b1e35c0464c076c1b1d8b94519979\";}s:64:\"wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"5cedc549f2ca26a51ad075f39935db95\";}s:64:\"wp-content/plugins/updraftplus/vendor/composer/autoload_real.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"f49b704035bb84f32534ae4b37b5a813\";}s:62:\"wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c67ebce5ff31e99311ceb750202adf2e\";}s:61:\"wp-content/plugins/updraftplus/vendor/composer/installed.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"50940f38c74ff88467b22e3f07dd2a15\";}s:54:\"wp-content/plugins/updraftplus/vendor/composer/LICENSE\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4ffc90c26afbc1d67b9d650f7dcf1623\";}s:59:\"wp-content/plugins/updraftplus/vendor/eher/oauth/.gitignore\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"f43ad04b299fb2a9b7724ed562502f76\";}s:60:\"wp-content/plugins/updraftplus/vendor/eher/oauth/.travis.yml\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5801a59e6620a5576f8398d3b6b0f852\";}s:62:\"wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5c513935c1b16abe2a3e82d74c7158c0\";}s:65:\"wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"7bb36f119cff75b457d709d6e93adedc\";}s:58:\"wp-content/plugins/updraftplus/vendor/eher/oauth/README.md\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"be05b28e8661d86f6eaa23e785b5fdf6\";}s:76:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"05cefae7cd3cbfaf4d8357fcd0eaea7a\";}s:76:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"e9f29e65eaaeb24935c5f0367b963455\";}s:82:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"fdf9abc01528fa49eed4d7f0fdc2c959\";}s:82:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"22d8c88d80a2620c08cd19e878772951\";}s:79:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"d379703f6d7fdf7da5c7dffd80d0c9f8\";}s:77:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b8607c9bc7e132a1190bd36ab23fce33\";}s:75:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"6fe4a1f7583e3e4c5a34820ef3be5cf8\";}s:75:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"73b8a7fbb8d709d7b5f546f361ae3ed4\";}s:83:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"177877f5a22bc13b6178a8f7186a747c\";}s:73:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"8671bf77b5c03c1a95172d368002dd30\";}s:72:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"80c27412adf13ecde45899d05121568b\";}s:62:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/.gitignore\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"9d1c97ac65214345af6164f9ecf81129\";}s:63:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/.travis.yml\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e6337173486030d28bf009e1e58aec6f\";}s:61:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"b956a9a94f7e60439e587d3b60da5996\";}s:64:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"060fbef5db561fd84f93a8cfefa3b0e5\";}s:65:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"56796db55403f780192a2c9a62209db6\";}s:59:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"42d32c6e1a3af5f1745593c9bec3f2b3\";}s:65:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"f8f457e044a3154b5891e09fa6ff61ec\";}s:68:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"980cc546283b629c8b6903164dfb61a2\";}s:61:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"3470df258d12bac088c7d10481fe3376\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b9f1ce19f113f4d5b5886b04219b26c6\";}s:78:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"b780b6cafbfefc90e32ca531e1406239\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"0658d8456d338b2b4f5e5bd12875af1c\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"be8e54078d5dcc5e5089006b0399096e\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"43125673b59879626fb833603e6a23d2\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7129a1584dd4ad7f92d56040124676c2\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"9b1460f23f32fc4beee434f7ad1de674\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"bdf900e6c7038e23ede1ee25cafa05bc\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"9671e493d9d3a8271de4e2c3d8d33d5d\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"282368575f4576cb5b8e323921fbce7d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"c92e98244535738d7b8c8304076da4ff\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5677501d33c91f5069d45f4447754303\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"3f8eb4b34fe7eb242b647a00acc60f00\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"172ecdb412b2116f8cfc43632aed5971\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"0a176cd0d3c37fd6d3c3edd32973ee63\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"62cabc0fe63acc14fb8bf2e551b6f673\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b7d39171fc686a2124b93a85954542a5\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"d299bf5b6503b485390d54a6fe9894e8\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"f3431ddaa54b2a5ac8f9fe7c3402749e\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"0c6a26170379b4c3f42240a1747f51d8\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"617c0958c5a41811443553755bd57e85\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"3d5ea7aba55fca0046d318ad37beb853\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7d52c1448ac5136ac6bbad649e4088d0\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"731789c642be2ecc518aef6f576b475f\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"8ff8cf2a495cf9569eb5f83a721464f8\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"5b26ea450db552ff04cb333743c0672c\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"4e0c67da62cd3cbe82b167f1855bff8e\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"bdf612b12448bab74c6a90dbdb20095b\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7f5f1e00aedc790bd43eb7d465b76715\";}s:79:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"d239258d838e0928c2b211ab9f0f0bad\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"98140817d5204df2df8c758eb52e3ca2\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"20376f2d9d97ca269c68c907cb523d8e\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"a59974564cb5886db0906d38622d7b65\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"e176a3bfbc46ad0bcf8cc53a70ad2660\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"505f3a2971d80715a8601f7bb8139023\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"2182332c538ad9279f1cb31ebf8cec90\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"a23e030b62590950884856109219c7f3\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"efdba8306b7e0c6c04a23c4a3495e9bc\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"5466584f27e38712cd08d8e6309b8e78\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"009fed1435a5a5b13b5af957b7a69597\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"36d4a68be72393686cdc9e9173adbfd7\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"55c80a146676519d5f78259b8763c4fc\";}s:78:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c02ddc03250535769146a8ba0b00152a\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"406c37f60933c0eb3b359cf8739fca53\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"9e13978742e75d6ae0f7f6614743638c\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"4c806cf712385f36242d0948c4f78567\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"25d711e11d0278715abd6c5aee3c3f73\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"ba75ac02d77e97f76938e59e34596b43\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e6da8aaf1649bc5f960dca7457fb3089\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"7857dd20077df5870f74975d2d85e89f\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"0d01e2e18ff502516c5724a995140cd2\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"5e7d97a7d64e019859b9737d8d37a2d7\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c6942f8b5cef9fa3fb6d5b7e7f718a29\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"2e358b13ef147dd6b226366a28860c7e\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"13cab04cce406a1b0afcfea86ef7031c\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"08075c1d0711249e1f0674d86b57d2ce\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"d42f19fc1b034f410149e6ce97d5c750\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"f78259ea006cf165d4848a312c827d0d\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"72967b8cba5f64f9e05dd8a3a609546f\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e5f816167d92abea64ee09a5be87fe94\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"fe2621a64b89853c555a97ceffca9b08\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"9c530bbf82d46c8014ede984fbc308e5\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"af444084e0f6f7b83c2813db7848196d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"b6b1aa0e6f9e5392b4164f17a504198a\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"5bea48d8dea5d8e430da038c69cbd335\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"74189c9d4edcd2f6dbc04a53c538a8ee\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"f5025f2ec81740068b61c37014b20c94\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"ca52d21c4730c5086e0a14af790a1b68\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"5a039da3a9ae34fbdba128ca675ba6e4\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e82845c9bf276a9a2b012e54927dd6c9\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"57719abc7b9e3a8c7c65b826a69a4df9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"b65c1fa22f1f80185d6443488c6f2db2\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"a1e0ae834c7a2ab486ed05b9c542db67\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"b2806bc032b6960b6251b82dd23f61fd\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"7dfb1139d6f59e8cd91203d8f66d5ad9\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"20adf5af26e9cabe000e9222fbaa64cf\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"1c8bb01dec07c3a6592d5bca7e208ead\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"103b8f37ac3a87afc7908f590ac7cd2c\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"076e8c936861a6aaf2e2a2772ac6158b\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"e643c7a168461ff20fad2e83b8b94960\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6cc91809942792439b1d95d9bdd2e404\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"296f3caa16598a0262fcc05cde66cbe4\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"67ceee8d6a476d2a66594512aaa85c54\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"065d2f19bf0670cbe63d7d7164093b9b\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"819504c086b326dbe1ea261c1d94344b\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"0bad1c6e1af16c2d634e58e5cb272a37\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"a474b7e9546e4aefcd78c0ea78e59fd9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"732c738571d49fd400dfad96e5623fc2\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"f432eb2c45f734e16cf943a941b5ba86\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6c81b1339b320190689e4c2d594ca67f\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"84309c875fef96b4e773373d49e6c79a\";}s:75:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6b4e8d632aacc926a5c762ffd48f3946\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"2ebd37b7a54e3fbb67b00c4b7f0d7d5c\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"af099fa9a6f19542cd50dc4b9e53c630\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"a575fde89bf5331c554754e83eb82dd0\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"990be5be097a292ed84e3ce5515754ec\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"9f2b03877e501cfefe8f1ef2f616c133\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"d17ed123efb05b686f44c2eed7d3c4fe\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"8cdd7e82a00b9a01136a8f056db18f64\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"edae4ef059a3b966ea2d26d017c17db1\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"ed7e0d5590d718f246627b7f6949cba6\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7d28a4b22f442e13b6874f55746b28e0\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"4518ead4f857bd9721b1226068f7eb32\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"0df50abbcb591eaebb9781298c58e60f\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"8125cc1372285a9132d96a76ff87dbbf\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7cd65cd88fcdb68f6a682fdf34b4a8ae\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"d5798485461e5f0057f2d41e8e37cf88\";}s:80:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"51ea202ff97920d01c0e536b50d33515\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"67ea49d97a88cf2e46f7563abc2504a7\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c9544d2a631334bfd77f452d270ea761\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"b3a1fb9dcd4905c17046eadfb79b6fae\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"55b4beb10ccf08e3a6041a2b404431ff\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"baf4ad91fbc41481bc565f6b0079c4b4\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"150ac5b6d1597041896ba262f8df8930\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"ed621332894127ad8b25e66b96b9af18\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7e0fbc7015dc5f80d01a4772209b345d\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"98ef9046ca0ce771cd9a7cf823b76c66\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"d2dab239632534f4966b284135abe69c\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"812cb8b999f214ec4f2f9fddb7c6c229\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"1d3f9753d1186f001acc71f2b383e139\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"dbe4987f6c937c04a93161531fc38938\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"a538b157111059ac6cdee20699400aee\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"8bc54f20bbdf7159edf75973efbd6999\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"b8c59a215eb0bfabdbb42b1fb9e74542\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"1920e2818088ba2acebdf36a44fb58bf\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"65660d68ad322bba1a1131c2c2d48c28\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"12ec1382a5c2c4d2c76bca740610fcf9\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"15dbadaebcbe675a5dcd8369374e571b\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"07ee263d5fe87295e8d5ecf532b4e6c5\";}s:114:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"5308b4c3bfa331b1feec2e886bf1e38d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"2e9be2da8552ebc96075444c48b950a1\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"ad52ca528590cd94259c1892a8a9b6fc\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"d335f9d4bd310ef8389e2ff27c6f8f2f\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"0a2fe568fe891ef304aeff3ef105e6d6\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"247b1492c94122205f0b4bd41cf182ab\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"38485d972e1fcc876e22d092dfde7f39\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"7a00f8bdddbd441eed9268c4bb250399\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"9c199d621974ad2c70c437629d54fdb4\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"4443aff69969039d756e3580b1353067\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"f91a338afaa2d8c55d5e00ce739e1f6d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"0245fa4a73cd4071b14e0595423e0430\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"86af5b5166fff87b89c24214cb399841\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"b3615e71ca2d35d1455a4399cdc95241\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"3b10308c4b3d8732f26740b2cd8dc0ad\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d65ee0463cb9a70b29e4d2bfd59c146c\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"262f7b68f93486affbcc78e8eb850b32\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"739959b1f128d105e3587788d6cb4b37\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"6ca72a338645c03e11e8c713f999ab0c\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"1e89b5a4015f65e399a9cdae2bc2f205\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"15afd0707ee4945c94d727f061636c92\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"72dc9cba472369e097053dc3b62fa83c\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d0e2a9a9806ddafe5079ac53dcd7e105\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"0fd0df77357918d89dd1ef77a25d6267\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"29ffe4f945e9e554514675e9b7e8dec0\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"b311c417b3f64d396190e2279bc9ccf0\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"729b0b3afb7b1779695128622ad1e0e0\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"4d6750ac79b688522515923a50ce0d61\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"9df7a6a80e3261433fca1ed10d66716e\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"ab8c990c67f2943b17c3351f4a4463cb\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"27581b77c7c53c684a4c98041dda8f14\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"c02f91c6d1d63e21b9bf1da54c47dee0\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"5b742edeb19bc6b3eb7590da7538ba7b\";}s:113:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d4ecb86a7aa26d8016234992720a79d5\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"8e37c2df0628bf5d2f814933e017e722\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"358c6af63ea1143f7ec0d05b2dc87b9f\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"249d31fa1f79ff526db204d0d5d471ab\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"e5139e14a9ce13f3263366a33d672d0a\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"45bfc917117a7bf3383b6aa4c91a61d4\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"f41fd239940b8a9743175aa7fcb667b9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"ae1b3721cd2c338d23d724328f8bb660\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"a96548ca730dc3c30f4fd55269ab9366\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"e99c07f536491f30241436c8f3be6dd4\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"edd07bde284119ac2c64a1fbe031fe42\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"fceaf6b488b364494a019a3edeea5ca7\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"6ad90b0c9b60d4cc6e9a68edfb590d60\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"10de21872b9a766dd9b7c6deb27ce7e3\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"026896d99e178b39faa2ffa1e8cd6cff\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"7ebcfc53353ebe2c6f562ecfa16c65cf\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"ae1e00ae9c81ac6f9ed6acc4bc712a1e\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"5fab9b6d4196420d914d872546f951e4\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"fadda279693196ee2b060c08c690e85e\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"f21d131c279c905c2fbabc0976eef4bd\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"bc6520550afd05e5f27ee497ddc9b98a\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"53a96413e4c1a2b37510ff004e6b6761\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c839f9e977f695311d62795940c640c\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"68cbfb7e8ca06778d823b07ddf7f75c9\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"69101c62bb0ff45a844b6864fc4cf45c\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"5eabfb0603f0deaaf9bfb17ab9297e63\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"3876307ef98207db9cdfada1fd8f5224\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"8b4f4127ba39a0272b3bf9e5a7976178\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"e433e97f9b6e2ef5f36e50170b683db2\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"7029bf945d7af2ecd2058baa6afc0182\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"8f4fa4c0fe016ab06a62897758133303\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"8aa51c0d9fa6f5935551476a44355f3b\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"dd2d5cbc41ef6251021ff72a19774444\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"e7016e0a7a21bde0fd77843e04063c54\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"8fcc60e2f072c8db3f827d5cbd12bb0f\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"4445d257270bfa8582e3e3c81c9826f3\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"9968506d9ec070b60f01194333e65688\";}s:129:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"45216644e104e45d7292d14ba0bbd49a\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f1cf1712a0f418f7886d83e21c595179\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"226cd1bca529a8264c7b36de67c1e047\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"19ea9ecc74adb93e653de7bbd21d0238\";}s:123:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"09063aa2cdd5c2674a1dc0dfc48fa9dd\";}s:122:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"971b1625f46b1e37dbbbadeb2bffa4e2\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"6a1d4a491cb910600dc74cf2f3fc7796\";}s:130:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"5d442ef6170bfa2c9758a0e665f580fd\";}s:126:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"fa1a16f74a8940b84d992fad65a65f4c\";}s:117:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"555578334a9d6508e91cc1e29d299926\";}s:131:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"4bc3f2edf4afc88584b17ba247dfad13\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"dcd7319c0c8ecda98d2333f895a601bc\";}s:121:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"43324f3f88ba9d90d44c4a2e15220204\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"c6ab595cd3a437e9b4694910d18755fd\";}s:127:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"0a41ebce6a4a6d3803575e49c09cbc4d\";}s:132:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"18232989140f5e739150f08224fed604\";}s:125:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f53e7b4f7fe03cdc85eb1ef162ef31d3\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f32f97228357fb2e72bb609d821b7844\";}s:115:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"3732e718ba63b6f12cf959e413abf4cf\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"e8534f362daa12372303e568fbfee50d\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"bbeeaf651605a494a97315e221f5eb1a\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"2708244364227d07a2d7f0a17c6ba340\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"708c7975642393f9ce81c153e52435e5\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"a91578d74ece771f799b5b82cfcf0e38\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"df5a3dcc4c39967c4352bdf9fd5fb092\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2be49f0609718d4c14b12bae53986d19\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f282b7f04556cb1249a2a8c2257746d5\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"5963a5dfd9ac12fa445bae0c6e448b4b\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"fa42c4e46deabad710ed75b51a5540aa\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ce530ca216be35c2bbbcf039e406f615\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"573919abbe50f2f31edaa026420bf3da\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"7bc23c91d8d2425b173232343bcd8e3d\";}s:114:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"707691524755790d0966aec6f0fce3fe\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e1a1221fc817313a6fc938eab0ecf163\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f2706a6daa8b81c9913e674706f85414\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"1df1bdac1d58ec3a347471966e68df6d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"9edcea572ed2dc682e430c5e0b64c310\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ebc20f875e94bc177b8bf8f5fd6f713e\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"34277f53685d0b8f38ca42e7f73f3df7\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f92469d44de7724961a887bb26a6f923\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c8628b6030bd4f65ee719f54e34edb7\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c26c9658cd335f803eb6a84c69b5220\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e86b42ed471ce9aec762773e21c42b0f\";}s:115:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e7c9f7f16fdef7cbf277266b1fb2b163\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"fdffbd0d70bdedfedd3ddcc3be6bdc0a\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"492689e6ae80219b1621cf542e22a290\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"09f2071e73ab1448f21b59f4dad3a82a\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"4262f6af3d1ff478e4cb1a53eee78605\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ffbe2448991e37adb7d552458fe77e06\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"6c084e3659294bf6d32f52fa08ff1315\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"671eb86847e86900bb2a5486ba220a7d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ec6765b5d75fd264ace1d9ac04810a02\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e773223b0e4b39cbf8f1a1bb2cfa3e73\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"57ae56a8abd1904651a2239ad4829242\";}s:80:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"311e8493890019950621c186e5c507ab\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"01dd322c8ff8414eff7ff8eb53bc145b\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"76c22d99485818b7aed4c1482f30448b\";}s:64:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"7bc90286af211acd0d4844b15ad04cdd\";}s:56:\"wp-content/plugins/updraftplus/vendor/psr/log/.gitignore\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e8a346051f935e6cb104e1dc40998a91\";}s:59:\"wp-content/plugins/updraftplus/vendor/psr/log/composer.json\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"de1539d2aa7830d13a968d33d1039f1a\";}s:53:\"wp-content/plugins/updraftplus/vendor/psr/log/LICENSE\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"1a74629072fd794937be394ab689327e\";}s:72:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"a57c1be541193b72d09307bb0dfb9ed2\";}s:82:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"7d2f0bd1583524d739fff12f0507de65\";}s:78:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"3ba5ffac8108e1da7657b1fad8651900\";}s:74:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"5b3adf6c4f09c61d7488b0f9ac2c696a\";}s:73:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"023885df6a26d8137d5a13da51f066d2\";}s:69:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"1cb8db6d0b81cf85f81b6c7c09db7a9a\";}s:66:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"19ab55cc711ed2f3ab2ec72e7f0600cb\";}s:68:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e71559fea0239b7441d221f8c7beae5b\";}s:82:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"867f36a94c35322470458f4eba246458\";}s:55:\"wp-content/plugins/updraftplus/vendor/psr/log/README.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"144a71a4e1f9c67ac79751acc37614c4\";}s:76:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.coveralls.yml\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"1f805572cba8dd22a60518afe35e08bb\";}s:72:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.gitignore\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"2c89675a9d88f01952ff181382430571\";}s:73:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.travis.yml\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"9f71ff9088408412193fade6f16945b8\";}s:73:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"fa187396127da3f458657b2e1e39c55c\";}s:75:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"e13d168cf32fdfc0498aa56bbc166992\";}s:77:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"0e62009b75ea57ec4424b62c62455736\";}s:98:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b3777c5a9785ce5495731c3e59d5a0e8\";}s:91:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"2de850fdb156fab6e03d976ce04159ad\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"f3a5f37e65bab40e6f56b55511d82d94\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"44d44b8df6558ff1496a77a6aa42a3d6\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"d7a52f250e23b7cc16ec6b7646a95f28\";}s:97:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"38adf5802ef6c2fe4c4cc314e6705e0b\";}s:105:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"919e8277b622e7c85133b943029bee5c\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"8fc732a7b3a4f6eea78375e9e04dd766\";}s:101:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"102a6390baee776da7a8c48ee6d766c1\";}s:104:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"880cbca133efc569266a2539dd9ccd32\";}s:101:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"fe8b343c6b91354df027dc015f9644f6\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"1966368527d55a201e6dfac8cba149a8\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"72323aa3bb0781cee7149326bd747e6d\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"0c4a1cd0838dc1f7cb90aa2644177df6\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"dcf0df9d450143fc4d8a8902a84960fb\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"d16876dac54d3f1e92bfa33071f1be68\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"ba57807be8ea5d6dae09656dc7d11348\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"ffab2475ad39249b686f790c2513f7a3\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d591d65ceb173ad97602e4f190c3b8be\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"060264f6775540a137311209802c35ad\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6ad40b002b367d0346f71ad9bd76b433\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"75fda8bf558527ad787e311cc39e8a4b\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"6242217ef78dff17fc2dc886fd14d9ad\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e86e9b436981a153c29d8d3c1c3ad3b8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"74d49e42b8de93aa1072dc3712800619\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"34c89811ecefd5017abb0fc733a028a1\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2cb41f0837da665327ae470f9f274396\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"4a63317a7b8ab2c8272f894045486c3e\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"e3fa55202c9ee732e3364cf6a0aeb64d\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"fddd126f96d8acd1a2333b015d541a5d\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"20e2ae86fe3c929fb65f1f6a533c4aeb\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"46593fb01ea283f803ca8a31732f83d7\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"c09a09e0748513ef326ef470dcfd555e\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"3b794307a3687d567eaf3e80e259b0ed\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"2a73bd6fac908d54b3503239222c5d6e\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"60f6adbae2891e9e4bf975e2e4e197eb\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3db6d30165f4e640d54d3d269e3bd3cc\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"291ff47a3c612030788122a6f108cc0b\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"06b1851660baec4f91768d06dc0ce0b0\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"0faf854e6dee751ef411ea1bb76c763a\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"7e0ffa6af3f6feaa22d6f41c1e075720\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"2b250244bc15563d0d80a2bc7e0d954c\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"586f18ecbb53035c2c4ad8e5ccd12765\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6aac1e691ab16db7d10fc6204c5a0944\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"505e5a46d37b9e82ac94745fc64b91a2\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"07271e8a945d7b78a74eed077d93fc1f\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"700f926dbb2f645ef4b00d4a8a4ed86f\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2195e096d7c485982c5c9b6b1e547710\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"f4334430c9ba27313eeda7fc9ada4d97\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"1e39238d77fb3efccac3b2377e3c3f18\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"042f8382b1ec91fbf67bdc8783414b26\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"93d7a961a4c15f7d8e47dbe216d6b66c\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"84076e2cfe280482f8fbfd14ba81ac4f\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"aa20c80d566af7fec9d488bbcd5161ab\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"7a970474dedec2cbfb4b691ab7494157\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"713539820fea2c0d455b91b5e4392bdf\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"b2ba6b8c746883d32a2d788a38ceeb85\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"ad05b8362bbb3549d1e7878b56705bcd\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"42cc5a90f697a7ddd3f649935ef28382\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"6187890a33702ae67ef70acc653d0da8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"7269ce3444622dea241b7b5cf349c93b\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"1689fd2f493bbee94693d64112721f0b\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"08572b5ea7ff3fc59ae6d0a6c5742286\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"1ad7614afe9379bc94f8e1ff8d4e5f85\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"614de75a58e90509db02070cfb824ba8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"1f080a03a0cda34dc4b03937d679a03b\";}s:105:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"7b4c82a2b48ac6b2038628a2aa8887fe\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"4b376868822e83138e3a6bc30c130eaf\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"d49ce02d922bcaeb47824a83a4e59eb8\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"26100fd9ce0074ba03d1c700436e67cc\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"e00968491530f839a12a77e287cbf851\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"3eeb94f282317d6ebb61665a6301b428\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"a0af1abc31a9ee9f1b4d0967bdd58e0d\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"71476c9358b08cde08f1d9e51ab3704a\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d660e484f39969946d0571d50d7b6c1a\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"12dc3b26ceb3926505211578683e89ee\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0ce9901837e04a733fedbbef4bba088d\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"9c427d36afe4ba4bbb01eaf97e9be053\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"7cde47e8dff288a020eb2dff410473df\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"f114f3f7b77c4e228b67a00f29524807\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"9d26b970cbc009c9e0cdf2134ebe4bbf\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0b5203c15bf468840d7d0e84247af188\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"568faca1c93bc78d1ce5c9fac8637b89\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0e6be4cbd2c311b19224cb6200fd1c52\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"92805602692e28cb29f8a0c976e33495\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"5d119e865cb8f742b87b0ca630b547c3\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"948cde0802113807d1ffa5a2297764fc\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"fd2f22f2ce83ca59702646860eea60bf\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6ce4e3881eaa11ba7b41be0b87132846\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"dcd1f7284d2b436d6b9e3e42abd96803\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"4b362d53f9f395681c227430cbb9770f\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"274af6f18bd3571466102a1ceb01b5be\";}s:123:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"c7c4854bac07bf3fdec6e286965c6296\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2ec6ea9bda2f2a4d691ecd979984ced9\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"70f952b3293b1a11a360c5d8b2798238\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"7c4a740676ef6e55bb6e250b2587c86b\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"95aa6e7106f2a0cfe4004d5f30ed8b4b\";}s:122:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"17639347963cd388b9051edebccc2fd6\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3b8352635012a9d1c61b1aff9bfd4dca\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b265dd606f3ee9f4c0bab1ae484c5255\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"ad69851398da23d2837bae394ee6bab5\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"3d351d0a2d7e28621e6a67cf5d5a7d28\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"8ba33c7dce0d8c427fc69537309b711e\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"d91b0ac7e0f4381ef9d726ca69228383\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"32c145f88821451073ef476514a43f5f\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"1418894b53f82bb93248e98441a24e9f\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b01b37dc6022708871f5218059b0e35c\";}s:122:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"34ab1779454d33c50266fab8afa4db0f\";}s:123:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e766b35e8ccc3b2e2314b478ac21cb6e\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"4d38c3e30f5c333cf6f4ae6e42656fc5\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"db512248da1ef0c5fe7179444ded4295\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3c38d96cc18025570739f4dfd04fb9ec\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e32a80f6ca341fc7dd6bd7c13cc84d02\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"e85085b9ee0cd55e6fd5b11d2c9b63a8\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b507cee70317cb8381929caab3df2466\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"c59025bbd112f17501489d49b5818294\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"4688a8ac5119bdaf3a91b313edb35814\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"23c135b76d0e3760592c6fa0bcc2be76\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3ec7afb5e5a5c9878f2251b71a882c20\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"f3f93e8cce7ef2ac40b1b7e34a01622e\";}s:98:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d69905bdac8c0dbf43d3b381e55d4597\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"aa9c232cb29b5a8ddf45ab7f99ea861f\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"0485d72cf2978f3c423e5fbb432315ad\";}s:91:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"d90ae34b15068454bac7e51ee81f71c2\";}s:97:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"c947d1d0d6dd09261e22cbb80cc7f4b1\";}s:95:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"45d75274b0a948409b47eb7156561a63\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"a44e28fddddaa286b50faff05036ca9a\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"929a6ce4a533b3542671c34b2ef8ed83\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"7e2544b5a6cf1ee8200b3b431785d346\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b73fe3bdb707e70bc6b5a5b0ebb886a3\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"2a842bffb05f4011c87b8534d047631f\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"bb43dfd5c7ff17405ceb64bc508c0306\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"9d28ad98031a65dc0a457871c85805c9\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"238a408a1d7ea83b23685a26c251a949\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"5f9005373a2d554d6b4ac315aa14659f\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"07dcd9041674e3f5994381a744117c69\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0e0396c2d99a468a38373046ade118fb\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0d429e5e7dbc873cdcf51d434ffc9622\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"aa8f74bd89a02adbdf23352f27e31d8b\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0c9fdab5ce40bcd0ebc571271df7d63d\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"379545aee853c5e5bff9166595a3c03c\";}s:104:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b8919ac2fd50786599b625c8803884f8\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"f998380680c82a96d8a28a737aecc221\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"231537ee403efef7ac22a2df422a02a0\";}s:96:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"c6951fa22dfc7025a40aaaa3e772886b\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"99a778ec91a1d270fe364a58721c3049\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"d971832ac02b22c1320683740b1d1311\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"f539f2ac237aadae23bc9f5828b014d2\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"c202bfe77a1f2405abe302a3e0b22b5f\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"447dcea47753d51d6fba21a46694ed70\";}s:124:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"d2d29d1d92498587b5990aef20d2c452\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"701b2ecd8b53a434c83bc9ad432b0573\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"8d057cb11f0025719b836c891bf095b4\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"db827468a630191b4815abe414cc747b\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"029b52e2f554e495febfc919ad55e2f0\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"78e6aa45290c9e2a6fd55e18a9643fbf\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4214690d0414eb3aacfbb4b80d1d4050\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"3cf15e506ab8af255ed5e53680c57be1\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"f7177dcbc1061ace7962101ded37239c\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"6bb05ac9faf5bad86f68e1dd8f610fd2\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"22f7f989ebb173d71b4303eb3ec8f958\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"73b64694dfb38bb34df0b869840e2f98\";}s:99:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"994e3f64e7874cad0fa8c274b9d31bd8\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"c580deb79a92f6762c5a33846bfb4344\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4a629aed4bde0e02a110e58fff2443e4\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"984cb091d4ea6f9d838d92155f59d2bc\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"02212d1230c40d236031553d62243731\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"a6c55b8daed595ec2335ec4d6d3a0469\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"5f4153afb8b178dc16dbe7f1daf38089\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4b7afde99873d8dfc93ee99da188fadf\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"19072506e6ea3edf971748295282014d\";}s:89:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4a3cfeaad81bd3a773cbfd76b34ca825\";}s:89:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"80b0c6c2ff1fcd92230dd963d74e9187\";}s:87:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"57c3a54890adf6877802e8a7c185f8e5\";}s:83:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"83bf8c89c4b5e3d69c500f8dfab4fc62\";}s:69:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"8b5bccf4a7641d19e4ac63d3aed82403\";}s:78:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"dfbf1a7c7bb96a1899d0173ade73e536\";}s:71:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"a3de3f693507b33a8cdd2ea63858a5f2\";}s:73:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/.gitignore\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"a1155c508134e9bda943ae266aee1819\";}s:75:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"745dd467bb8d944ee82b38034a3b71d2\";}s:76:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"677b7235b4b9362ae4761ae35bdc83c0\";}s:96:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"20cf3eb1b1def9c50f21b0d8f268d030\";}s:97:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"68d6447d932517bc5e70afd39f3f0812\";}s:106:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"aa09cc5a555cfad4239045906e2850b0\";}s:88:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b25eea7b4663606e7ee568151f63f246\";}s:108:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"011ed98ca5a70546c85d890d896d191d\";}s:72:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"3bfeefdfd8f0d1c0f99deb212e43f20f\";}s:82:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"c18ceb2d5320c2c24eeaf6f085127613\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"143bbf9d110365642a7e453b773c4c36\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"d4c1feefee64b854cc9a0c01e39bfa64\";}s:79:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"ae9e460c497a5229317d769c025e0aad\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"16d0c4a8de68083201c23d8f0edf3882\";}s:70:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b4e1c29292cf1d95350bbe72f30d6825\";}s:79:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"66ef816df0993915a4a7c1baf8bbf586\";}s:72:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"7fa6a13360ee7400639b5e3845e77f67\";}s:100:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"01e2a08542c5910673be0ae834decbc8\";}s:106:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"6e70015c3e245ecde87a722bfa8dbf86\";}s:107:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"ac6544e055d702417e54228e9411b95f\";}s:118:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"1236236db5f770d305112ed39e0b21a0\";}s:92:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"c53a83e91bee7f1bbb15c7c47a17d435\";}s:82:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"56bf8ab18b21fa3ad8de703ee8bd4587\";}s:89:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b86ee7c9631cbbf8027fe3523a1b36f5\";}s:101:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"98be8e6e205035fbd3213cd1a5ebd68d\";}s:66:\"wp-content/plugins/wp-megamenu/classes/menu-item-manager.class.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"c75ddc8db090c0a8fea9d6a8b02a730c\";}s:58:\"wp-content/plugins/wp-megamenu/classes/nav-menus.class.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"c917704ae85f91e2c1d513a5dd5dbe0e\";}s:56:\"wp-content/plugins/wp-megamenu/classes/pages/general.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"47233dc4555f80586b0be47b5ebc0606\";}s:58:\"wp-content/plugins/wp-megamenu/classes/pages/locations.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"5708ef027e63513f2cb4ef690d968a82\";}s:66:\"wp-content/plugins/wp-megamenu/classes/pages/page.class-63fVXS.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"e27cc242ffaaa5bf44590237b7c5ad48\";}s:53:\"wp-content/plugins/wp-megamenu/classes/pages/page.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"f899502c70ec4efe0b26888980fa924c\";}s:55:\"wp-content/plugins/wp-megamenu/classes/pages/themes.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"368d7e852c18f8bd3718362ff51f5ef5\";}s:54:\"wp-content/plugins/wp-megamenu/classes/pages/tools.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d69df70594f8133ea38e0a83b3613d60\";}s:52:\"wp-content/plugins/wp-megamenu/classes/scssc.inc.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d30d21d1d9312b387c3a5517e1e1c7f1\";}s:62:\"wp-content/plugins/wp-megamenu/classes/style-manager.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0a96fc024050dfc01d729ba8dcfa92bf\";}s:62:\"wp-content/plugins/wp-megamenu/classes/toggle-blocks.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"9747c792849c367ce370c9f74509e648\";}s:55:\"wp-content/plugins/wp-megamenu/classes/walker.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"49a31132c50fd44d9cf7359417d5a91c\";}s:63:\"wp-content/plugins/wp-megamenu/classes/widget-manager.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d621402bfa78b40860e7f3a18b06b14b\";}s:82:\"wp-content/plugins/wp-megamenu/classes/widgets/widget-elementor-template.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"52b70ead421cd464c034e52d47706f13\";}s:78:\"wp-content/plugins/wp-megamenu/classes/widgets/widget-reusable-block.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"5f67e34cdaaf307b2faa55a88fc4b416\";}s:63:\"wp-content/plugins/wp-megamenu/classes/widgets/widget.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"071410051bb28f6f4e7e190519429c45\";}s:50:\"wp-content/plugins/wp-megamenu/css/admin/admin.css\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0a5a0532546956305cafc278e063e82d\";}s:51:\"wp-content/plugins/wp-megamenu/css/admin/admin.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"2bd03d8f1be7a6165a0398f695fc8123\";}s:53:\"wp-content/plugins/wp-megamenu/css/compatibility.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"c5062e1b4a6a1b3fe42e341081f165e9\";}s:48:\"wp-content/plugins/wp-megamenu/css/megamenu.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"2b156a9d19fd1d1754dbbabfd49a8c94\";}s:45:\"wp-content/plugins/wp-megamenu/css/mixin.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"5c238652f8ee7c75d2eaa0c7ed2abf0d\";}s:45:\"wp-content/plugins/wp-megamenu/css/reset.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0e45f818104efb70e3267a7ce21cb32c\";}s:53:\"wp-content/plugins/wp-megamenu/css/toggle-blocks.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"e37ad5af63334309e46905e34da89b03\";}s:42:\"wp-content/plugins/wp-megamenu/gulpfile.js\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"14341bd92bd91d1d0b891aa41b4df4cc\";}s:72:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/functions.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"564972d91ba809cad741c587304bc5c2\";}s:68:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/script.js\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"aafa0a5510dbc39f6f5f8411d2d7547a\";}s:69:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/style.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"f350dc680b424d47ba07e2efe9024ee4\";}s:62:\"wp-content/plugins/wp-megamenu/integration/zerif/functions.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"74c026b6ecd14795c639be7a0eeec40c\";}s:42:\"wp-content/plugins/wp-megamenu/js/admin.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"42188edc4e6c4cc5924e1e1d821077cf\";}s:59:\"wp-content/plugins/wp-megamenu/js/codemirror/codemirror.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"69882100f431f70037d406f4f2ad0d99\";}s:58:\"wp-content/plugins/wp-megamenu/js/codemirror/codemirror.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"637084fefd8574050486c4f576c0c633\";}s:55:\"wp-content/plugins/wp-megamenu/js/colorbox/colorbox.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"2a11d5b418e4bff711551a8fff88b5db\";}s:61:\"wp-content/plugins/wp-megamenu/js/colorbox/images/loading.gif\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:65:\"wp-content/plugins/wp-megamenu/js/colorbox/jquery.colorbox-min.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"ce468116908cbad01ba0265d535f7d0a\";}s:48:\"wp-content/plugins/wp-megamenu/js/maxmegamenu.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"44a7b07736a3670113978880e45c86f1\";}s:53:\"wp-content/plugins/wp-megamenu/js/select2/select2.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"92536026eadb4cc4c686d65fbd029d76\";}s:56:\"wp-content/plugins/wp-megamenu/js/select2/select2.min.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"276bca659326ca1d7b60ea33f0c0d1f6\";}s:45:\"wp-content/plugins/wp-megamenu/js/settings.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"3099a425d4458274e005ee339686f810\";}s:55:\"wp-content/plugins/wp-megamenu/js/spectrum/spectrum.css\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"a793afbd9f8d6a2c3a7e988fc02c5529\";}s:54:\"wp-content/plugins/wp-megamenu/js/spectrum/spectrum.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"d352d258af98258c6c0d2b01dfdaadb5\";}s:51:\"wp-content/plugins/wp-megamenu/js/toggledesigner.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"eda3980e75fa3e261b53fb88c4620ec2\";}s:53:\"wp-content/plugins/wp-megamenu/languages/megamenu.pot\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"8f2e3673a8102d75077ff991e3916cc5\";}s:41:\"wp-content/plugins/wp-megamenu/readme.txt\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"e8b3a7f500a51c8fe510a608c9f41914\";}s:46:\"wp-content/plugins/wp-megamenu/wp-megamenu.php\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"14dcd988263d38465317a273acf742a7\";}s:31:\"wp-content/themes/bl-gl/404.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"6aa56d221529208a4202a172bedd47f1\";}s:62:\"wp-content/themes/bl-gl/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"d4330931331f659f552d01881b601fd5\";}s:55:\"wp-content/themes/bl-gl/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"4ea911e012a3a20805b219f8bc48c27c\";}s:60:\"wp-content/themes/bl-gl/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"958520d6c4bf9908f422d47296407cd1\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"8674268f0e6b11b6d9861a4dee788669\";}s:55:\"wp-content/themes/bl-gl/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"5d9968286620329b907d6b7791785905\";}s:61:\"wp-content/themes/bl-gl/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:69:\"wp-content/themes/bl-gl/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:53:\"wp-content/themes/bl-gl/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"41a59aab509f6120fc75c6ef45495d72\";}s:54:\"wp-content/themes/bl-gl/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ea20be2c9b9186a837c39493959d5a7c\";}s:66:\"wp-content/themes/bl-gl/assets/lib/custom/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"b8502fdb62ed6f0de928f66da8b19269\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ffac22d9c92faf14077a65e00a72b100\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"d1f91495983603773dac466ff10ce0b4\";}s:56:\"wp-content/themes/bl-gl/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"4e5e4360b62604acba9518fd0404e975\";}s:62:\"wp-content/themes/bl-gl/assets/lib/isotope/isotope.pkgd.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"5fb7c19c9c51cfb99f5ff942629f0f21\";}s:74:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:78:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:68:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:60:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:54:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:58:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:52:\"wp-content/themes/bl-gl/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:56:\"wp-content/themes/bl-gl/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:72:\"wp-content/themes/bl-gl/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"97ccb7a2d3322f7f1a02924a022be5f7\";}s:64:\"wp-content/themes/bl-gl/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"e18858eabfc8cb627265ac000db866ee\";}s:77:\"wp-content/themes/bl-gl/assets/lib/theiaStickySidebar/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:81:\"wp-content/themes/bl-gl/assets/lib/theiaStickySidebar/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"6c68cfd8c54f50e3eacafe058169fbeb\";}s:48:\"wp-content/themes/bl-gl/classes/about-render.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"a9eecf927bf5743810a66ab5b46199c7\";}s:41:\"wp-content/themes/bl-gl/classes/about.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"b2780a6ae64d894f5269602fee9aad95\";}s:48:\"wp-content/themes/bl-gl/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"dfcf9abaa895879ec31175ebad783172\";}s:48:\"wp-content/themes/bl-gl/classes/body-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"dc590e044cd519a25cc41e5aba62832a\";}s:51:\"wp-content/themes/bl-gl/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"247791c504077e8e2677bbd25f9bdbaf\";}s:53:\"wp-content/themes/bl-gl/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"fb41e0725980c9da8b4c03320f618a27\";}s:50:\"wp-content/themes/bl-gl/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"c4a1a7348b9b18986b3db82fbbdbe8cf\";}s:36:\"wp-content/themes/bl-gl/comments.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"71eb513f08a089d103aae2ee1f4c3b2c\";}s:34:\"wp-content/themes/bl-gl/footer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"2d94ac490f93aaf8b2d384edb892bd25\";}s:37:\"wp-content/themes/bl-gl/functions.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"1d4134de56a5188f983cfc30a7ed21ae\";}s:34:\"wp-content/themes/bl-gl/header.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"24656a5792b0826fcca3f9b6c42e1b78\";}s:48:\"wp-content/themes/bl-gl/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f6f4c09d4bc37ce176e425131250f244\";}s:45:\"wp-content/themes/bl-gl/inc/custom-header.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"176bfaca52ea23770a90ee4f9efd90eb\";}s:50:\"wp-content/themes/bl-gl/inc/customizer/archive.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f7784691dcfb77b7186e84ce98ce1bac\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"a1799100c8425c27ee145bd06ddac069\";}s:55:\"wp-content/themes/bl-gl/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"20078d1b9aaafa2161c2d27f4a5f895e\";}s:57:\"wp-content/themes/bl-gl/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"b79d8add5ff8c06b163b1da0987e2ca9\";}s:53:\"wp-content/themes/bl-gl/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"8dd598cf9589d9e2ec6ea9b1ca9db215\";}s:50:\"wp-content/themes/bl-gl/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"d9bb8e5ac909dde854075f0c90a53ac2\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f4e685006088afb1fb11f89c1a2f654b\";}s:57:\"wp-content/themes/bl-gl/inc/customizer/front-homepage.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"43109c1f606731e2a15d6aebb2fb496d\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"4fd52e3921d01c6ee9ab594407b07f23\";}s:53:\"wp-content/themes/bl-gl/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"2653978caa365ea50b3439700925f282\";}s:47:\"wp-content/themes/bl-gl/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"6bc6d919c6fdeb21af9c4bd990edbc1b\";}s:52:\"wp-content/themes/bl-gl/inc/customizer/preloader.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"07264dffeeb114afcc47ca0515804da4\";}s:51:\"wp-content/themes/bl-gl/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"0abf9843090c26f0cb94d894bca617cc\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"adc36e8163a6c3abe630f592f96ca229\";}s:39:\"wp-content/themes/bl-gl/inc/metabox.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"486eb73146861d3cff61bc3614dac8e1\";}s:42:\"wp-content/themes/bl-gl/inc/pagination.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c2205e7cb7f714744d0d95d07f0a4fc4\";}s:52:\"wp-content/themes/bl-gl/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"64ffd0346ea56e77cccb54d8f2be2765\";}s:45:\"wp-content/themes/bl-gl/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"fe550d74c009891267029cf05b79b7d2\";}s:41:\"wp-content/themes/bl-gl/inc/term-meta.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"6f28ad4537fb838dc14ffacbc2eaf7f0\";}s:48:\"wp-content/themes/bl-gl/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5873b7472d3c28fc3cf2f525e875a9d7\";}s:51:\"wp-content/themes/bl-gl/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"9d6177efc4f1bb19fc2292157edb6dbc\";}s:51:\"wp-content/themes/bl-gl/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c209bd2d08cf52f322087ff8be8f7942\";}s:49:\"wp-content/themes/bl-gl/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"269d07e062761b5034ca97d397017ed2\";}s:57:\"wp-content/themes/bl-gl/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5d1ec61be83e50f340e21fc57b4edb72\";}s:47:\"wp-content/themes/bl-gl/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"bbe836839fd6ae056d2e6fdd127ab3f6\";}s:33:\"wp-content/themes/bl-gl/index.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c932fbac86abebd34e7ac51a5276997e\";}s:45:\"wp-content/themes/bl-gl/languages/bloglog.pot\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"f2b6062d9742b533e0a02c74197d5a9a\";}s:31:\"wp-content/themes/bl-gl/rtl.css\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5d2f5967840cd680dfa95bb1de704068\";}s:36:\"wp-content/themes/bl-gl/settings.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"aa6e70b7dbf572a6b95b1a2d963da60e\";}s:35:\"wp-content/themes/bl-gl/sidebar.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"f7d43c1b0218892a2ebe78c9a064bcda\";}s:36:\"wp-content/themes/bl-gl/singular.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"e86cd34e8934dfd28890f05433aa34e8\";}s:33:\"wp-content/themes/bl-gl/style.css\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"684fb075c84e043aac052ed965a47209\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"209dd07c479fefbca19937a136ac6551\";}s:58:\"wp-content/themes/bl-gl/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"3baa24e9ac9835df0aa11dfacb04d5e1\";}s:55:\"wp-content/themes/bl-gl/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"b5a553103e220daee5898f9e9a90b7bd\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"67696d49e30514032d93bd17e2ac42c3\";}s:57:\"wp-content/themes/bl-gl/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"113b165a2df1e744b0fdbebcd4dca117\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"ef88fa59ee87d003329ff7836834ce99\";}s:50:\"wp-content/themes/bl-gl/template-parts/content.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"d802e795d4f4e943d7bc3d50d3f950c7\";}s:64:\"wp-content/themes/bl-gl/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"3a7257854d7d14c342a7a2d08bce7238\";}s:61:\"wp-content/themes/bl-gl/woocommerce/woocommerce-functions.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"6318e8d88592bfea90f38e22d47dbc0e\";}s:39:\"wp-content/themes/blockio/functions.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"2d3832eb87521edd3b17d94149a62d85\";}s:48:\"wp-content/themes/blockio/inc/block-patterns.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"99ab2c88e0650825acd53112219b6466\";}s:55:\"wp-content/themes/blockio/inc/patterns/about-widget.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"7df160ec3f277ffa9e44b2195cc57f96\";}s:55:\"wp-content/themes/blockio/inc/patterns/front-header.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"2c9af82470994587ddeb765a9983829a\";}s:58:\"wp-content/themes/blockio/inc/patterns/gallery-columns.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"02660f14a01135c1b4b76ddd255d3605\";}s:56:\"wp-content/themes/blockio/inc/patterns/gallery-front.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"ec955d88eb666cd756723dc2e0367b27\";}s:56:\"wp-content/themes/blockio/inc/patterns/image-content.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"20d8e1837afe5d46e83dcdc13b9f374e\";}s:54:\"wp-content/themes/blockio/inc/patterns/our-company.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"9fe2998ffccc58791952a073b4104af7\";}s:62:\"wp-content/themes/blockio/inc/patterns/our-feature-section.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"ff0929ee786f64a647f0c7cddb0bc4a6\";}s:51:\"wp-content/themes/blockio/inc/patterns/our-site.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"df05cfe3594f31a89f7c03a6b7658318\";}s:57:\"wp-content/themes/blockio/inc/patterns/pricing-tables.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"c2461d3723e3aedf1a162fd79817c377\";}s:56:\"wp-content/themes/blockio/inc/patterns/right-sidebar.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"c608754250cf71d7096fffe4e46f5573\";}s:53:\"wp-content/themes/blockio/inc/patterns/title-page.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"66e69193fd71532fce56c5894ca62484\";}s:35:\"wp-content/themes/blockio/index.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"6d1316483440027a5d91b77058334493\";}s:43:\"wp-content/themes/blockio/parts/footer.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"a97e5e91d37bdc7c2d0e897d3dd32001\";}s:43:\"wp-content/themes/blockio/parts/header.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"697d6d3bd6059319b4fffc7705efc891\";}s:38:\"wp-content/themes/blockio/settings.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"08576ee6a22cc07931cdba6053770677\";}s:35:\"wp-content/themes/blockio/style.css\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"f2d7533e4f098ab3ae0150dd8cd6c518\";}s:44:\"wp-content/themes/blockio/templates/404.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"a604e0e96d64ad0b9b3b60e5c9dc0a7c\";}s:48:\"wp-content/themes/blockio/templates/archive.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"53d8fdc145718405f205612947be3d56\";}s:46:\"wp-content/themes/blockio/templates/blank.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"d3c500922a0d2c329870e2abcf9fb93a\";}s:45:\"wp-content/themes/blockio/templates/home.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"4c0617b54d995f9bef4d2157cdaa671c\";}s:46:\"wp-content/themes/blockio/templates/index.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"f7b1980fb3943d0b447b5c7cd0dd9945\";}s:45:\"wp-content/themes/blockio/templates/page.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"e8f0e5560cdbc9103f0ad09c70bca4c8\";}s:47:\"wp-content/themes/blockio/templates/search.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"37c1fb2435b99c1e2ffa409e7ea8bac5\";}s:47:\"wp-content/themes/blockio/templates/single.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"e431aeb232a1efb3e352c7a4a9f3e593\";}s:36:\"wp-content/themes/blockio/theme.json\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"16eeb08bde5e4c5d3c908d411971db4d\";}s:33:\"wp-content/themes/bloglog/404.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"6aa56d221529208a4202a172bedd47f1\";}s:64:\"wp-content/themes/bloglog/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"d4330931331f659f552d01881b601fd5\";}s:57:\"wp-content/themes/bloglog/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"4ea911e012a3a20805b219f8bc48c27c\";}s:62:\"wp-content/themes/bloglog/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"958520d6c4bf9908f422d47296407cd1\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"8674268f0e6b11b6d9861a4dee788669\";}s:57:\"wp-content/themes/bloglog/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"5d9968286620329b907d6b7791785905\";}s:63:\"wp-content/themes/bloglog/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:71:\"wp-content/themes/bloglog/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:55:\"wp-content/themes/bloglog/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"41a59aab509f6120fc75c6ef45495d72\";}s:56:\"wp-content/themes/bloglog/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ea20be2c9b9186a837c39493959d5a7c\";}s:68:\"wp-content/themes/bloglog/assets/lib/custom/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b8502fdb62ed6f0de928f66da8b19269\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ffac22d9c92faf14077a65e00a72b100\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"d1f91495983603773dac466ff10ce0b4\";}s:58:\"wp-content/themes/bloglog/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"4e5e4360b62604acba9518fd0404e975\";}s:64:\"wp-content/themes/bloglog/assets/lib/isotope/isotope.pkgd.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"5fb7c19c9c51cfb99f5ff942629f0f21\";}s:76:\"wp-content/themes/bloglog/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:80:\"wp-content/themes/bloglog/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:70:\"wp-content/themes/bloglog/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:62:\"wp-content/themes/bloglog/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:56:\"wp-content/themes/bloglog/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:60:\"wp-content/themes/bloglog/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:54:\"wp-content/themes/bloglog/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:58:\"wp-content/themes/bloglog/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:74:\"wp-content/themes/bloglog/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"97ccb7a2d3322f7f1a02924a022be5f7\";}s:66:\"wp-content/themes/bloglog/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"e18858eabfc8cb627265ac000db866ee\";}s:79:\"wp-content/themes/bloglog/assets/lib/theiaStickySidebar/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:83:\"wp-content/themes/bloglog/assets/lib/theiaStickySidebar/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"6c68cfd8c54f50e3eacafe058169fbeb\";}s:50:\"wp-content/themes/bloglog/classes/about-render.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"a9eecf927bf5743810a66ab5b46199c7\";}s:43:\"wp-content/themes/bloglog/classes/about.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b2780a6ae64d894f5269602fee9aad95\";}s:50:\"wp-content/themes/bloglog/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"dfcf9abaa895879ec31175ebad783172\";}s:50:\"wp-content/themes/bloglog/classes/body-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"dc590e044cd519a25cc41e5aba62832a\";}s:53:\"wp-content/themes/bloglog/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"247791c504077e8e2677bbd25f9bdbaf\";}s:55:\"wp-content/themes/bloglog/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"fb41e0725980c9da8b4c03320f618a27\";}s:52:\"wp-content/themes/bloglog/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"c4a1a7348b9b18986b3db82fbbdbe8cf\";}s:38:\"wp-content/themes/bloglog/comments.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"71eb513f08a089d103aae2ee1f4c3b2c\";}s:36:\"wp-content/themes/bloglog/footer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"2d94ac490f93aaf8b2d384edb892bd25\";}s:39:\"wp-content/themes/bloglog/functions.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"1d4134de56a5188f983cfc30a7ed21ae\";}s:36:\"wp-content/themes/bloglog/header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"24656a5792b0826fcca3f9b6c42e1b78\";}s:50:\"wp-content/themes/bloglog/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f6f4c09d4bc37ce176e425131250f244\";}s:47:\"wp-content/themes/bloglog/inc/custom-header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"176bfaca52ea23770a90ee4f9efd90eb\";}s:52:\"wp-content/themes/bloglog/inc/customizer/archive.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f7784691dcfb77b7186e84ce98ce1bac\";}s:51:\"wp-content/themes/bloglog/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"a1799100c8425c27ee145bd06ddac069\";}s:57:\"wp-content/themes/bloglog/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"20078d1b9aaafa2161c2d27f4a5f895e\";}s:59:\"wp-content/themes/bloglog/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"b79d8add5ff8c06b163b1da0987e2ca9\";}s:55:\"wp-content/themes/bloglog/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"8dd598cf9589d9e2ec6ea9b1ca9db215\";}s:52:\"wp-content/themes/bloglog/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"d9bb8e5ac909dde854075f0c90a53ac2\";}s:51:\"wp-content/themes/bloglog/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f4e685006088afb1fb11f89c1a2f654b\";}s:59:\"wp-content/themes/bloglog/inc/customizer/front-homepage.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"43109c1f606731e2a15d6aebb2fb496d\";}s:51:\"wp-content/themes/bloglog/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"4fd52e3921d01c6ee9ab594407b07f23\";}s:55:\"wp-content/themes/bloglog/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"2653978caa365ea50b3439700925f282\";}s:49:\"wp-content/themes/bloglog/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"6bc6d919c6fdeb21af9c4bd990edbc1b\";}s:54:\"wp-content/themes/bloglog/inc/customizer/preloader.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"07264dffeeb114afcc47ca0515804da4\";}s:53:\"wp-content/themes/bloglog/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"0abf9843090c26f0cb94d894bca617cc\";}s:51:\"wp-content/themes/bloglog/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"adc36e8163a6c3abe630f592f96ca229\";}s:41:\"wp-content/themes/bloglog/inc/metabox.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"486eb73146861d3cff61bc3614dac8e1\";}s:44:\"wp-content/themes/bloglog/inc/pagination.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c2205e7cb7f714744d0d95d07f0a4fc4\";}s:54:\"wp-content/themes/bloglog/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"64ffd0346ea56e77cccb54d8f2be2765\";}s:47:\"wp-content/themes/bloglog/inc/template-tags.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"fe550d74c009891267029cf05b79b7d2\";}s:43:\"wp-content/themes/bloglog/inc/term-meta.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"6f28ad4537fb838dc14ffacbc2eaf7f0\";}s:50:\"wp-content/themes/bloglog/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5873b7472d3c28fc3cf2f525e875a9d7\";}s:53:\"wp-content/themes/bloglog/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"9d6177efc4f1bb19fc2292157edb6dbc\";}s:53:\"wp-content/themes/bloglog/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c209bd2d08cf52f322087ff8be8f7942\";}s:51:\"wp-content/themes/bloglog/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"269d07e062761b5034ca97d397017ed2\";}s:59:\"wp-content/themes/bloglog/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5d1ec61be83e50f340e21fc57b4edb72\";}s:49:\"wp-content/themes/bloglog/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"bbe836839fd6ae056d2e6fdd127ab3f6\";}s:35:\"wp-content/themes/bloglog/index.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c932fbac86abebd34e7ac51a5276997e\";}s:47:\"wp-content/themes/bloglog/languages/bloglog.pot\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"f2b6062d9742b533e0a02c74197d5a9a\";}s:33:\"wp-content/themes/bloglog/rtl.css\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5d2f5967840cd680dfa95bb1de704068\";}s:38:\"wp-content/themes/bloglog/settings.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"8a4da61147aa1f0d9aa1e0bf6ba2d447\";}s:37:\"wp-content/themes/bloglog/sidebar.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"f7d43c1b0218892a2ebe78c9a064bcda\";}s:38:\"wp-content/themes/bloglog/singular.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"e86cd34e8934dfd28890f05433aa34e8\";}s:35:\"wp-content/themes/bloglog/style.css\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"684fb075c84e043aac052ed965a47209\";}s:58:\"wp-content/themes/bloglog/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"209dd07c479fefbca19937a136ac6551\";}s:60:\"wp-content/themes/bloglog/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"3baa24e9ac9835df0aa11dfacb04d5e1\";}s:57:\"wp-content/themes/bloglog/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"b5a553103e220daee5898f9e9a90b7bd\";}s:58:\"wp-content/themes/bloglog/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"67696d49e30514032d93bd17e2ac42c3\";}s:59:\"wp-content/themes/bloglog/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"113b165a2df1e744b0fdbebcd4dca117\";}s:58:\"wp-content/themes/bloglog/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"ef88fa59ee87d003329ff7836834ce99\";}s:52:\"wp-content/themes/bloglog/template-parts/content.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"d802e795d4f4e943d7bc3d50d3f950c7\";}s:66:\"wp-content/themes/bloglog/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"3a7257854d7d14c342a7a2d08bce7238\";}s:63:\"wp-content/themes/bloglog/woocommerce/woocommerce-functions.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"6318e8d88592bfea90f38e22d47dbc0e\";}s:33:\"wp-content/themes/blogood/404.php\";a:2:{s:1:\"d\";i:1662379777;s:1:\"h\";s:32:\"33e348fadce944ed2f13e24c965d26b0\";}s:35:\"wp-content/themes/blogood/alpha.php\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"aa0b131a94806200f171203c602362bf\";}s:37:\"wp-content/themes/blogood/archive.php\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"bfed3867f9f44fb3b4e25e6263f3a365\";}s:52:\"wp-content/themes/blogood/assets/css/admin-style.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a3c706a089d5b7385136de37c131842a\";}s:56:\"wp-content/themes/blogood/assets/css/admin-style.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a3c706a089d5b7385136de37c131842a\";}s:52:\"wp-content/themes/blogood/assets/css/ajax-loader.gif\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"c5cd7f5300576ab4c88202b42f6ded62\";}s:47:\"wp-content/themes/blogood/assets/css/blocks.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b6e6fcb2059ca091f2b87e7812c1563d\";}s:51:\"wp-content/themes/blogood/assets/css/blocks.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b6e6fcb2059ca091f2b87e7812c1563d\";}s:47:\"wp-content/themes/blogood/assets/css/chosen.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"59bfb6353de8a479374d62b0703f0479\";}s:51:\"wp-content/themes/blogood/assets/css/chosen.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b0800fcb381d8c2a88134f62e3cc2489\";}s:59:\"wp-content/themes/blogood/assets/css/customize-controls.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f0acab08b9220c71bb7fa0ba3dc4a86b\";}s:63:\"wp-content/themes/blogood/assets/css/customize-controls.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f0acab08b9220c71bb7fa0ba3dc4a86b\";}s:54:\"wp-content/themes/blogood/assets/css/editor-blocks.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"fc338d37f39bac4ef48363f69ac353f3\";}s:58:\"wp-content/themes/blogood/assets/css/editor-blocks.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"10b86978e98a33ce5b611fe594ffe1ee\";}s:53:\"wp-content/themes/blogood/assets/css/editor-style.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f262f8ca54e112f602400496d0a57431\";}s:57:\"wp-content/themes/blogood/assets/css/editor-style.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f4d3a9163ed1d94bbbcd50e836a7e4e1\";}s:53:\"wp-content/themes/blogood/assets/css/font-awesome.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"4bb3dd721c4652feee0953261d329710\";}s:57:\"wp-content/themes/blogood/assets/css/font-awesome.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a0e784c4ca94c271b0338dfb02055be6\";}s:53:\"wp-content/themes/blogood/assets/css/metabox-tabs.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"0262b98e4180c0d419ebe8c9b2553c1b\";}s:57:\"wp-content/themes/blogood/assets/css/metabox-tabs.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"031fed67f25885be825b384990b70b69\";}s:54:\"wp-content/themes/blogood/assets/fonts/ajax-loader.gif\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"c5cd7f5300576ab4c88202b42f6ded62\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.eot\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"674f50d287a8c48dc19ba404d20fe713\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"acf3dcb7ff752b5296ca23ba2c7c2606\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.ttf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b06871f281fee6b241d60582ae9369b9\";}s:63:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.woff\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"fee66e712a8a08eef5805a46892932ad\";}s:64:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.woff2\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"af7ae505a9eed503f8b8e6982036873e\";}s:54:\"wp-content/themes/blogood/assets/fonts/FontAwesome.otf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"0d2717cd5d853e5c765ca032dfd41a4d\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.eot\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"ced611daf7709cc778da928fec876475\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"526d7fdf63614222d376257221e8b754\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.ttf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"d41f55a78e6f49a5512878df1737e58a\";}s:49:\"wp-content/themes/blogood/assets/fonts/slick.woff\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b7c9e1e479de3b53f1e4e30ebac2403a\";}s:61:\"wp-content/themes/blogood/assets/images/right-arrow-angle.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b79ac83019c41a3dc602c8ae5533bddd\";}s:53:\"wp-content/themes/blogood/assets/images/svg-icons.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"1cd2214bc3e7d327450baaa8a7964dbb\";}s:52:\"wp-content/themes/blogood/assets/js/chosen.jquery.js\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"7d9f5eedc978572bc7eadbfd9d82086a\";}s:56:\"wp-content/themes/blogood/assets/js/chosen.jquery.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"b9a5cb9af72fe9356b68758018c69182\";}s:45:\"wp-content/themes/blogood/assets/js/custom.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"fca91dae1c420c889cb2ee5bc8d673a4\";}s:49:\"wp-content/themes/blogood/assets/js/custom.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"fca91dae1c420c889cb2ee5bc8d673a4\";}s:57:\"wp-content/themes/blogood/assets/js/customize-controls.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"62375d60c3b88c0cc92ce14bdec71ad0\";}s:61:\"wp-content/themes/blogood/assets/js/customize-controls.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"e710a38bdb4f2a97fe090cb699d93b02\";}s:49:\"wp-content/themes/blogood/assets/js/customizer.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"6e5c96464cf1911f4dcdc181b8b73302\";}s:53:\"wp-content/themes/blogood/assets/js/customizer.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"6ff3715c4ffacc37cb7ff306bc6209ae\";}s:44:\"wp-content/themes/blogood/assets/js/html5.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"2fe36cdd9411c84f325cb6b311f36e59\";}s:48:\"wp-content/themes/blogood/assets/js/html5.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"81dc859be7ed67b5bec41cd18986ef2d\";}s:46:\"wp-content/themes/blogood/assets/js/metabox.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"175d0edb86d6447b3b5698eb3dfc7ae5\";}s:50:\"wp-content/themes/blogood/assets/js/metabox.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"175d0edb86d6447b3b5698eb3dfc7ae5\";}s:49:\"wp-content/themes/blogood/assets/js/navigation.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"559d2f5ebe266047924c959cd6a2bafc\";}s:53:\"wp-content/themes/blogood/assets/js/navigation.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"f6cecee9d51ad96917f2434082663dcf\";}s:58:\"wp-content/themes/blogood/assets/js/skip-link-focus-fix.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"c29b9c67eb69f593acfce7cec1b34f7c\";}s:62:\"wp-content/themes/blogood/assets/js/skip-link-focus-fix.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"4099444110ebdfaddb731482899aa181\";}s:59:\"wp-content/themes/blogood/assets/js/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:63:\"wp-content/themes/blogood/assets/js/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:62:\"wp-content/themes/blogood/assets/uploads/right-arrow-angle.svg\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"b79ac83019c41a3dc602c8ae5533bddd\";}s:38:\"wp-content/themes/blogood/comments.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"c9c5dd08b3841f3ec47eaddbdf6fa869\";}s:34:\"wp-content/themes/blogood/data.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"f4d4a8ba78e69dfc66fea52591f40de4\";}s:32:\"wp-content/themes/blogood/db.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"c1dfc6dd81f762073f69f9bbbf31a95c\";}s:32:\"wp-content/themes/blogood/db.txt\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"b117c48a85b958aaf982047510b3a9d0\";}s:33:\"wp-content/themes/blogood/doc.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"1b91ac9c84c662ef71ca0c5b369e76b0\";}s:36:\"wp-content/themes/blogood/footer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d2be367f7e38349cf9e1c6250e14a499\";}s:40:\"wp-content/themes/blogood/front-page.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"df08cdc00649d87418b2611095db077d\";}s:39:\"wp-content/themes/blogood/functions.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d05b28a66189ea95118b5c5c7d421ed6\";}s:36:\"wp-content/themes/blogood/header.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"4d743491e08b9a3be5f0767a38fab741\";}s:40:\"wp-content/themes/blogood/img_screen.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d07ba0aed1a7f77693f13b18d2846719\";}s:50:\"wp-content/themes/blogood/inc/breadcrumb-class.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"58bfd0260a5f2a2bd9895b6e55cb8740\";}s:38:\"wp-content/themes/blogood/inc/core.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"a58692020c8526bde15bc366b03d2a04\";}s:47:\"wp-content/themes/blogood/inc/custom-header.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"4c8b1b2906b808468b355ff9f7136105\";}s:60:\"wp-content/themes/blogood/inc/customizer/active-callback.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"50baa7a35490b4a643967290a7e06e39\";}s:60:\"wp-content/themes/blogood/inc/customizer/custom-controls.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"5593a1ef39fda30e7bec11b1ce684384\";}s:55:\"wp-content/themes/blogood/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"66fec7f13caa0561c00e3af0808aa788\";}s:53:\"wp-content/themes/blogood/inc/customizer/defaults.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d31f9884e3bc4eac83e86afa8daecdef\";}s:52:\"wp-content/themes/blogood/inc/customizer/partial.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"bb5175d7629ceb2a59ae2bcad767dd06\";}s:53:\"wp-content/themes/blogood/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"98abe9d2e4accbbfc5a4b46b47f94ac7\";}s:67:\"wp-content/themes/blogood/inc/customizer/sections/advertisement.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"36d243724b649a5d88a1094ad07cdc70\";}s:67:\"wp-content/themes/blogood/inc/customizer/sections/creative-post.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"38c4e1031ef665c19b532341c092988f\";}s:65:\"wp-content/themes/blogood/inc/customizer/sections/hero-banner.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"01cb7513711e5b0cf933c9b2dc848071\";}s:63:\"wp-content/themes/blogood/inc/customizer/sections/hero-post.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"e76f9c2536df19004b275c8bc5e75550\";}s:68:\"wp-content/themes/blogood/inc/customizer/sections/latest-fashion.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"895fce81f0d26dfaf9050def57c7bb38\";}s:68:\"wp-content/themes/blogood/inc/customizer/sections/recently-added.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"1bac90100ce1d547a50a548e9869bf19\";}s:66:\"wp-content/themes/blogood/inc/customizer/theme-options/archive.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"086c7c8580778ae695237d6543b955d3\";}s:69:\"wp-content/themes/blogood/inc/customizer/theme-options/breadcrumb.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"bd639912ac5b792410f4bf647472f014\";}s:66:\"wp-content/themes/blogood/inc/customizer/theme-options/excerpt.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"5d1c8a7d1b0471e0ff43508af25e3907\";}s:65:\"wp-content/themes/blogood/inc/customizer/theme-options/footer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d76aa56249350077d1264e7aaea22698\";}s:74:\"wp-content/themes/blogood/inc/customizer/theme-options/homepage-static.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"e59821dd302bbf98005c9de503a211db\";}s:65:\"wp-content/themes/blogood/inc/customizer/theme-options/layout.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"2a0892fc2395cfec4e63718187149845\";}s:63:\"wp-content/themes/blogood/inc/customizer/theme-options/menu.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"15f3ca3877203b83b0aaf02508463a6b\";}s:69:\"wp-content/themes/blogood/inc/customizer/theme-options/pagination.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"93523c0697a1598972b5a2202c5bac6a\";}s:64:\"wp-content/themes/blogood/inc/customizer/theme-options/reset.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8327ffa3b37e58e6c5ea92105a30d6be\";}s:71:\"wp-content/themes/blogood/inc/customizer/theme-options/single-posts.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"f3a9d851105db6544d6f42455bbefe26\";}s:55:\"wp-content/themes/blogood/inc/customizer/validation.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"22ab29f41a79d1abd915e812fe817713\";}s:45:\"wp-content/themes/blogood/inc/demo-import.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"de5a26c289cdb91310793fe6ca16c190\";}s:40:\"wp-content/themes/blogood/inc/extras.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"ada2819e0ab7abf91f63b51de4cd5854\";}s:48:\"wp-content/themes/blogood/inc/footer-widgets.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"c53b7a9151bd3e8b5d4b2c44641179ae\";}s:41:\"wp-content/themes/blogood/inc/helpers.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"659706fa6c665eff707e91656d609da9\";}s:41:\"wp-content/themes/blogood/inc/jetpack.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"536268df1f2dfbfb6be877c3cfd0460a\";}s:41:\"wp-content/themes/blogood/inc/metabox.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"aa988ac7d3f7280aa3935a6858c1e8b7\";}s:41:\"wp-content/themes/blogood/inc/options.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"25b935f6902e99451f9e1d2e5a9ed928\";}s:56:\"wp-content/themes/blogood/inc/sections/advertisement.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"93d3b4924f6d10df07afc490ee4ae358\";}s:56:\"wp-content/themes/blogood/inc/sections/creative-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8b0cd603598226d0e71c1c6f8aaa4403\";}s:54:\"wp-content/themes/blogood/inc/sections/hero-banner.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"030eb3ea6feb9f2b19dcc334d8defe74\";}s:52:\"wp-content/themes/blogood/inc/sections/hero-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"b891b9bfd641320ac19c9f273858088e\";}s:57:\"wp-content/themes/blogood/inc/sections/latest-fashion.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8cb629ed32c574fd6c62629014a0665c\";}s:52:\"wp-content/themes/blogood/inc/sections/main-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"fd3f66918da3279cc597bb58a9fa97b1\";}s:57:\"wp-content/themes/blogood/inc/sections/recently-added.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"f326ef73294915a5d9634d9bffdc007c\";}s:51:\"wp-content/themes/blogood/inc/sections/sections.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"4ffbb044cbf3822fb8e46aa30b43c720\";}s:43:\"wp-content/themes/blogood/inc/structure.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"acda5b21c5d3a8c8be4c79336036d53b\";}s:47:\"wp-content/themes/blogood/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"538eac1b995e88d0363f5265bccf9b1e\";}s:72:\"wp-content/themes/blogood/inc/tgm-plugin/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"6f71413b5ac11b3960d0c9feffce7524\";}s:53:\"wp-content/themes/blogood/inc/tgm-plugin/tgm-hook.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"7e7609def5ffe180a525d97a19f67b8f\";}s:56:\"wp-content/themes/blogood/inc/widgets/editors-choice.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"5650cadf3b1c526dfd86ec7824751d96\";}s:61:\"wp-content/themes/blogood/inc/widgets/popular-post-widget.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"0338547088674ae90d532113525d1fa3\";}s:49:\"wp-content/themes/blogood/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4aa0cd757c4b1f2081ed3ac55fedab1a\";}s:53:\"wp-content/themes/blogood/inc/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4238b31756db87a5d44f272cfa1e8613\";}s:35:\"wp-content/themes/blogood/index.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"fccf3721861f58b1bbeec768a693e5aa\";}s:47:\"wp-content/themes/blogood/languages/blogood.pot\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"2fd381f466a6fa36c978ecda0d791e98\";}s:34:\"wp-content/themes/blogood/page.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"b4688237b4898135f73888df280fbde4\";}s:36:\"wp-content/themes/blogood/readme.txt\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"cbbb1e83c760f60aad62c3543d91a3fa\";}s:36:\"wp-content/themes/blogood/search.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"b43de012fa909aeb4122cb32ddd9f6fe\";}s:40:\"wp-content/themes/blogood/searchform.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"009ef489385bfa5ec3dfc03e33e517b5\";}s:37:\"wp-content/themes/blogood/sidebar.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"6e17ffa78057a5a02d63e108c572e127\";}s:36:\"wp-content/themes/blogood/single.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4f543d9fb37806005655eaf8f07539d4\";}s:35:\"wp-content/themes/blogood/style.css\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"bc5b02e65a5989bc416d4e76459aa97a\";}s:57:\"wp-content/themes/blogood/template-parts/content-home.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"ba06b332c6317e96ec094796cebf59cf\";}s:57:\"wp-content/themes/blogood/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"8776ae52152dd73ddf619e66f8b940de\";}s:57:\"wp-content/themes/blogood/template-parts/content-page.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"c94844b02448b140d35b090973fd3af2\";}s:59:\"wp-content/themes/blogood/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"84293f09212b3964f4c31ebb4fbee6ea\";}s:52:\"wp-content/themes/blogood/template-parts/content.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"cf58824abb11a30793ebbf6b1e605208\";}s:33:\"wp-content/themes/choyu/alpha.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"aa0b131a94806200f171203c602362bf\";}s:42:\"wp-content/themes/choyu/block-patterns.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"acadebb7b2f94ef2bd5a7e1fc1471178\";}s:32:\"wp-content/themes/choyu/data.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f4d4a8ba78e69dfc66fea52591f40de4\";}s:30:\"wp-content/themes/choyu/db.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"c1dfc6dd81f762073f69f9bbbf31a95c\";}s:30:\"wp-content/themes/choyu/db.txt\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b117c48a85b958aaf982047510b3a9d0\";}s:35:\"wp-content/themes/choyu/defau11.php\";a:2:{s:1:\"d\";i:1665069902;s:1:\"h\";s:32:\"c4e00f6077c1c4a762b350a70e70a613\";}s:31:\"wp-content/themes/choyu/doc.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"1b91ac9c84c662ef71ca0c5b369e76b0\";}s:37:\"wp-content/themes/choyu/functions.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"2bbbefc3c07b5d7486970311c504cab4\";}s:38:\"wp-content/themes/choyu/img_screen.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"d07ba0aed1a7f77693f13b18d2846719\";}s:33:\"wp-content/themes/choyu/index.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"a944197ea748ab907c2f60b343ea5a31\";}s:49:\"wp-content/themes/choyu/parts/banner-section.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"4ef4c821fc6c2115261d890be1dd4331\";}s:45:\"wp-content/themes/choyu/parts/footer-two.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b6d2dd319fad99e76ec478b4956f8e18\";}s:41:\"wp-content/themes/choyu/parts/footer.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f085075cd9d9aec8cd355bc86f692c42\";}s:48:\"wp-content/themes/choyu/parts/header-center.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f51a036c31a3ea4f7521a7c62b49acef\";}s:45:\"wp-content/themes/choyu/parts/header-two.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"32974c49c6d45c05fb313258057bb696\";}s:41:\"wp-content/themes/choyu/parts/header.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"5f54f004e9838431ee3bdddc4027e735\";}s:42:\"wp-content/themes/choyu/parts/sidebar.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"79f0c89e2ccfd271c42a4ee6e772eb4d\";}s:49:\"wp-content/themes/choyu/parts/travel-journal.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"bcc6a5bf917709319196ee7f92d8d233\";}s:51:\"wp-content/themes/choyu/patterns/banner-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b2a21cc6de063cd31b37dff84161f6fa\";}s:47:\"wp-content/themes/choyu/patterns/footer-two.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"e8241ee795217867ff552c24617ecc60\";}s:43:\"wp-content/themes/choyu/patterns/footer.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b78b3e3e2058440861c17453b3a0259c\";}s:50:\"wp-content/themes/choyu/patterns/header-center.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"41c7a5a367779c54d6875b5105a034e3\";}s:47:\"wp-content/themes/choyu/patterns/header-two.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f1652f857009d2b18df3df12b9fe406b\";}s:43:\"wp-content/themes/choyu/patterns/header.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"422d97c8d842e7c9b38df2007a6d0856\";}s:54:\"wp-content/themes/choyu/patterns/home-blog-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"255e6ca0249aba948b51f71b5ba3a8b0\";}s:55:\"wp-content/themes/choyu/patterns/newsletter-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b7ec7df3f7a489e7d584ad64b2e1addf\";}s:56:\"wp-content/themes/choyu/patterns/testimonial-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"0408dfdcefcd7852a6f23a8876fb75ed\";}s:59:\"wp-content/themes/choyu/patterns/travel-journal-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"9c7121590aafd4582269167a17052254\";}s:58:\"wp-content/themes/choyu/patterns/two-col-image-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b4bbf278c3a581a8f81b78bee7ce9a7d\";}s:33:\"wp-content/themes/choyu/style.css\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"6666c20f86c6111a5dd846032ed2a766\";}s:42:\"wp-content/themes/choyu/templates/404.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"23fee2b990f501fe33f5fc1121fb7cd3\";}s:44:\"wp-content/themes/choyu/templates/about.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"d8687eb1fbbb6b70cdfda4326595fc3c\";}s:46:\"wp-content/themes/choyu/templates/archive.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b6f60f717724c6471c8e8ec17f36a325\";}s:49:\"wp-content/themes/choyu/templates/front-page.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"7213c398646e267d57e141c1adde7aa6\";}s:44:\"wp-content/themes/choyu/templates/index.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"3d81ef0fcfbabf6890e9cce3169802df\";}s:43:\"wp-content/themes/choyu/templates/page.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"9ef70b07876c33c90a752cb55b9b6c8a\";}s:45:\"wp-content/themes/choyu/templates/search.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"f0ea3793e7a0247f08e377db0237025a\";}s:45:\"wp-content/themes/choyu/templates/single.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"6ea1a7adfc65c00d346faf7f2e33045e\";}s:34:\"wp-content/themes/choyu/theme.json\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"cbd71e797cdb92537966f1a654bdb145\";}s:30:\"wp-content/themes/Divi/404.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"ad79874ecb7ea9d4da93c31037fca13c\";}s:36:\"wp-content/themes/Divi/changelog.txt\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"c821584c1af6fc65c92661b069a8988b\";}s:35:\"wp-content/themes/Divi/comments.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"3e404db0ba1e0dc5a0dc22aee1653ad3\";}s:47:\"wp-content/themes/Divi/css/advanced_options.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"0c9d0ad7cd877c4afa9c58a01e458d1e\";}s:42:\"wp-content/themes/Divi/css/main-styles.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"2892ea50394485ce0687b56edfcab8ef\";}s:63:\"wp-content/themes/Divi/css/theme-customizer-controls-styles.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"48d7a56f6bd4b8b9e87cef434e8ece6a\";}s:48:\"wp-content/themes/Divi/epanel/core_functions.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"d1a1aa8f2517805f9530ebde6933d6ae\";}s:43:\"wp-content/themes/Divi/epanel/css/panel.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"824b3f2d7259159a44fb2c97f46fcca9\";}s:50:\"wp-content/themes/Divi/epanel/custom_functions.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"94478a70cd1c8ed0414f684304cbee92\";}s:62:\"wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"bc798560b166b265ebec3348e147f2ee\";}s:61:\"wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"985a54a48d675fc0bc356b9b989357fe\";}s:52:\"wp-content/themes/Divi/epanel/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"13f92f3ed9389229c9e917b2b7e80845\";}s:46:\"wp-content/themes/Divi/epanel/images/blank.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"56398e76be6355ad5999b262208a17c9\";}s:51:\"wp-content/themes/Divi/epanel/images/checkbox-2.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"f972af9ba6699d353ef8fbdabba3dc92\";}s:49:\"wp-content/themes/Divi/epanel/images/checkbox.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"8b26f02fa675a6f96f00b492275491f9\";}s:59:\"wp-content/themes/Divi/epanel/images/colorpicker_select.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"cec464162af0cce10348e7bb7701ef86\";}s:53:\"wp-content/themes/Divi/epanel/images/custom_indic.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"04660eb352eb259581a36a0fe8da2d4d\";}s:45:\"wp-content/themes/Divi/epanel/images/logo.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"37d6623ffa097287e1c39acfa016d66f\";}s:43:\"wp-content/themes/Divi/epanel/images/no.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c3362a2153fb51f2d437bcdd9f22f5c5\";}s:56:\"wp-content/themes/Divi/epanel/images/postinfo-author.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"6227d03b5e5a373c7ddad68237a8151e\";}s:60:\"wp-content/themes/Divi/epanel/images/postinfo-categories.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"51ee0b1a43f03b17765d9be4c5d343f5\";}s:58:\"wp-content/themes/Divi/epanel/images/postinfo-comments.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"340eac7f02af9c0561dedbbfcbadc1b1\";}s:54:\"wp-content/themes/Divi/epanel/images/postinfo-date.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"d8a19dd7cdd4ad121c7a5426cd5be80d\";}s:46:\"wp-content/themes/Divi/epanel/images/saver.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"b769dc7b30cb40ad2246a03cfdea4e6d\";}s:44:\"wp-content/themes/Divi/epanel/images/yes.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"88a267e43aedb5237e8e2ac6b367cf07\";}s:44:\"wp-content/themes/Divi/epanel/js/checkbox.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3d34082b71ebe7b16f683b20420103c4\";}s:47:\"wp-content/themes/Divi/epanel/js/colorpicker.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"91a96e0390c8daf7c0f0063bea0fab08\";}s:51:\"wp-content/themes/Divi/epanel/js/custom_uploader.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"79e3658f9f0debf44472a47db7fb7e32\";}s:39:\"wp-content/themes/Divi/epanel/js/eye.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"07cb4ee5ccf53d81857bcb0c4848ecb7\";}s:50:\"wp-content/themes/Divi/epanel/js/functions-init.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"47268d740ee5c9fc6d63cff6d04194b6\";}s:42:\"wp-content/themes/Divi/epanel/js/layout.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"195cc8e94b8a5ac258a08e72a50a43c6\";}s:46:\"wp-content/themes/Divi/epanel/options_divi.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"281b29ffec7a0be73b67df796f584b9b\";}s:54:\"wp-content/themes/Divi/epanel/post_thumbnails_divi.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"088952ac5210f13ffe91c84ab53adeab\";}s:59:\"wp-content/themes/Divi/epanel/shortcodes/css/shortcodes.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"db8b3f105705aeea36e2fb7ac4f036e0\";}s:70:\"wp-content/themes/Divi/epanel/shortcodes/css/shortcodes_responsive.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"4cefe2f03a55b64820b51738c93566d4\";}s:63:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-author.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"51e7db4ca078be782868b360a6ad590c\";}s:62:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-boxes.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c976d9f7314f1ef517a20237ca152678\";}s:64:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-buttons.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"789a8ab3c1a2f01af23a014f9ee4ae36\";}s:61:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-tabs.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ac24ed969e51b1007f353f0cee856ad2\";}s:63:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-toggle.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c61d98d082977f691c6dff2f991537fe\";}s:64:\"wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.dev.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"5828e714cb46f30546869ff5672e8464\";}s:60:\"wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"67b8f2bc907fef8d08c41211186692f8\";}s:73:\"wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.dev.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"b83a9e88b6bd63a997c1354b11aa8f1e\";}s:69:\"wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"9c46c2fc3e2043bcaf44d2b45fe69d27\";}s:55:\"wp-content/themes/Divi/epanel/shortcodes/shortcodes.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"32b6345b47eee4c327631810c2b475a8\";}s:56:\"wp-content/themes/Divi/et-pagebuilder/et-pagebuilder.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"4085e5ec1303ef93964d31bfb5a28ad5\";}s:33:\"wp-content/themes/Divi/footer.php\";a:2:{s:1:\"d\";i:1448904056;s:1:\"h\";s:32:\"0dae8532d73e6eb4c9850861b8a6a7ab\";}s:36:\"wp-content/themes/Divi/functions.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"2d82aadf05adc33cb3cf1e10777ecac6\";}s:33:\"wp-content/themes/Divi/header.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"33926cbfda0681a37b3c21ce82f25b98\";}s:68:\"wp-content/themes/Divi/includes/builder/class-et-builder-element.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9fd9becfcfdcd98751d5f86f9fe1a66c\";}s:68:\"wp-content/themes/Divi/includes/builder/class-et-global-settings.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"3228f3286bbb49c17bbc230b9123bf0f\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"25f50ff5af2922abe31cd73cc3ac275d\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ef734633d1a23784c2fd768e77e492e8\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"bde23967fface3c50458dd8283e4ddef\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"883d289376c12444c475334d15873da6\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"8ead53d25b87bd8294a08065bea842c5\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c1d793af65b5248a82ede96a8ab6b577\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"68663bb3a12bf91b11fcc423f97ebf99\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3f6e3fd00fe76fb6211d55f04d887cb4\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"35db1d1e47cff5b6fe6a5c3526003111\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"5336fb0e81c72b3ed192a1c09fdc35d9\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"627fa75615e91488f96e369db919ed16\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3db0f21cebc306391a053fa86749f402\";}s:53:\"wp-content/themes/Divi/includes/builder/framework.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"a351ae7ac20f2d449b1d1b22cba42832\";}s:53:\"wp-content/themes/Divi/includes/builder/functions.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0116b11e19635a6200f434cb936fdedb\";}s:62:\"wp-content/themes/Divi/includes/builder/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ebd75f56c446021f2c7c7803b41bb98a\";}s:67:\"wp-content/themes/Divi/includes/builder/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:51:\"wp-content/themes/Divi/includes/builder/layouts.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"84fcd45ef23816c1ce8d44c812ac4163\";}s:56:\"wp-content/themes/Divi/includes/builder/main-modules.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8ec62f756d053bb560231ac048dd6211\";}s:67:\"wp-content/themes/Divi/includes/builder/main-structure-elements.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"489d62df4f5486cf59dae3f9014d7140\";}s:58:\"wp-content/themes/Divi/includes/builder/scripts/builder.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4725930fd5bb1f3ae1712a7a0fc338d7\";}s:82:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6f88e993309bf78c0896dd500a9be7ce\";}s:81:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"92730e2107717b3aeb452de669b3731e\";}s:72:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery.minicolors.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"fce29ef1b78230da29a8bf85498f3aac\";}s:70:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery.validate.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d08a3d70aa8453c0352376b70917a54d\";}s:62:\"wp-content/themes/Divi/includes/builder/scripts/ext/widgets.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"fe6586589d813c6bb264b68009faa5cd\";}s:76:\"wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"98d35450c07a3d0787ea4f0e050831a6\";}s:80:\"wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8a08c9e9d57d5a529e489fbd80c54bd3\";}s:84:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"40b13ccaadd4edb90a92a5fe1fbb4450\";}s:75:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-preview.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c4e5bf8e355f46728b35670dfba9a3a4\";}s:75:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-scripts.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b7d51d2a9f33dedd7dc60154c1e5cb71\";}s:70:\"wp-content/themes/Divi/includes/builder/scripts/jquery.easypiechart.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"afa13b11620cf3a077098fe6b0e9346a\";}s:65:\"wp-content/themes/Divi/includes/builder/scripts/jquery.fitvids.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"40c065711b0ca4754106f4c6b8ba74fb\";}s:68:\"wp-content/themes/Divi/includes/builder/scripts/jquery.hashchange.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b7f569fd04ac31bcb7548450b5abe34e\";}s:72:\"wp-content/themes/Divi/includes/builder/scripts/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"845779ea879c70773af95b2f6fc394d2\";}s:66:\"wp-content/themes/Divi/includes/builder/scripts/library_scripts.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c1b40830c9abe620b63597cf156ce9d1\";}s:62:\"wp-content/themes/Divi/includes/builder/scripts/roles_admin.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"aed4d3395fe7c670f10f95b298f0367e\";}s:65:\"wp-content/themes/Divi/includes/builder/scripts/salvattore.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4ffba91791ec7cd517a43de773859b4a\";}s:64:\"wp-content/themes/Divi/includes/builder/scripts/waypoints.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4634f837453c1b17e9618885afc01483\";}s:73:\"wp-content/themes/Divi/includes/builder/styles/frontend-builder-style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"267bea2122321ab780367cba5a6ea0c6\";}s:67:\"wp-content/themes/Divi/includes/builder/styles/images/preloader.gif\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9895a027d72a1a9bd7c2e922d0ad273c\";}s:74:\"wp-content/themes/Divi/includes/builder/styles/images/subscribe-loader.gif\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"70204ec0349400b426db6b4fa99d24a0\";}s:74:\"wp-content/themes/Divi/includes/builder/styles/jquery-ui-1.10.4.custom.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"094c7c046ee35bcc739fe533ab4079df\";}s:63:\"wp-content/themes/Divi/includes/builder/styles/library_menu.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"07150d79c323b6c6e11e7b89a981e588\";}s:64:\"wp-content/themes/Divi/includes/builder/styles/library_pages.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6cabe4d0f5f63c27c30c5201fe98d772\";}s:58:\"wp-content/themes/Divi/includes/builder/styles/preview.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"3bcea7963fb9ef40e46ed4474cbd440b\";}s:62:\"wp-content/themes/Divi/includes/builder/styles/roles_style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"dd4833677b1e08e10c00c06ed1dfbb41\";}s:56:\"wp-content/themes/Divi/includes/builder/styles/style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"5af363b6964a33b471ea6c0914827ab7\";}s:58:\"wp-content/themes/Divi/includes/builder/styles/widgets.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"e3c69098fd31ea3fae43149fe31b0fd9\";}s:70:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8c83b907c37a71dd2140b7936cff8d69\";}s:74:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_api.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d2b8a2fa4e0e1040276c64e4561ee310\";}s:81:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_collection.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"5420c64128192d3dfac8e4b69c1adad2\";}s:76:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_entry.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"42e12329ee48c167e15c2af0df40e63a\";}s:87:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_entry_data_array.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"bf91b74016e2588c5d44d5c1b17f03ea\";}s:79:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_response.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0e19a2c96f8348d0af24a275d535bf6a\";}s:75:\"wp-content/themes/Divi/includes/builder/subscription/aweber/curl_object.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8fd09b3bf6f372d58b9147fd2212ef53\";}s:77:\"wp-content/themes/Divi/includes/builder/subscription/aweber/curl_response.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"37715db38cfe1e8636ea50ac1f5229f9\";}s:74:\"wp-content/themes/Divi/includes/builder/subscription/aweber/exceptions.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"f7ac8ac52d44f3e6c9c7d3b2d2530615\";}s:67:\"wp-content/themes/Divi/includes/builder/subscription/aweber/LICENSE\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9f7d41b4b1c987cb4f6c030d471f18e8\";}s:77:\"wp-content/themes/Divi/includes/builder/subscription/aweber/oauth_adapter.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"25a914131c49006b149bc2167a6caa52\";}s:81:\"wp-content/themes/Divi/includes/builder/subscription/aweber/oauth_application.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8a95224138c06b72c099d283d5449786\";}s:76:\"wp-content/themes/Divi/includes/builder/subscription/mailchimp/mailchimp.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"f432a9a45f08038a2a59413a84627770\";}s:60:\"wp-content/themes/Divi/includes/builder/template-preview.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"59f66c8b88911185845e8ba363d055eb\";}s:54:\"wp-content/themes/Divi/includes/functions/comments.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"edcd2b2e17a756413fca4e5844c1f1f8\";}s:58:\"wp-content/themes/Divi/includes/functions/installation.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"91e27ad8275057b15b6d1fdfe1c67baa\";}s:54:\"wp-content/themes/Divi/includes/functions/sidebars.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6195f712174646772aa2403c2d05e5a0\";}s:55:\"wp-content/themes/Divi/includes/functions/tutorials.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"22493c5e1e589ed563d92b477458d5e2\";}s:46:\"wp-content/themes/Divi/includes/navigation.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"bcb1c2f61d562525b56c891471576183\";}s:46:\"wp-content/themes/Divi/includes/no-results.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"80e8fdbb5dc11f010189d0ce0cd5c26b\";}s:48:\"wp-content/themes/Divi/includes/social_icons.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"80ef411b5bd347ddeae4d9a75efe7d1d\";}s:56:\"wp-content/themes/Divi/includes/widgets/widget-about.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b9fd63e215e0a6c0bdbaddc73dc6501a\";}s:54:\"wp-content/themes/Divi/includes/widgets/widget-ads.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"1717b27e9b5f7048ec2fc9fcad619f8e\";}s:58:\"wp-content/themes/Divi/includes/widgets/widget-adsense.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d5cd052085faf6c3af974c42c1c6f8bb\";}s:43:\"wp-content/themes/Divi/includes/widgets.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0b32a7c02e27a954fefa9e98d5d452f3\";}s:32:\"wp-content/themes/Divi/index.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"febefc655646353305125b39375503ac\";}s:48:\"wp-content/themes/Divi/js/admin_post_settings.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"81c11faad124be159b7641720e1810df\";}s:45:\"wp-content/themes/Divi/js/advanced_options.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"994b3ce01f475c107d9ca89315d24a47\";}s:35:\"wp-content/themes/Divi/js/custom.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d437855c41fe9e44a5869df3180b7c2f\";}s:34:\"wp-content/themes/Divi/js/html5.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"26194adc2116ae53be90696fd76ff1e6\";}s:37:\"wp-content/themes/Divi/js/menu_fix.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"efcef5719a2da72f02d07b558142a23b\";}s:41:\"wp-content/themes/Divi/js/smoothscroll.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d72f4d6384da83f126a516e622c06d3c\";}s:54:\"wp-content/themes/Divi/js/theme-customizer-controls.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"797fea28195070bae7ab25bf3520ac4b\";}s:45:\"wp-content/themes/Divi/js/theme-customizer.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c686ba3e7bb8e38974b9481cf35a6c7e\";}s:34:\"wp-content/themes/Divi/license.txt\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"db66d05be9c697363869840742d76fc2\";}s:46:\"wp-content/themes/Divi/page-template-blank.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"cda2a91dc7dc40ee31a69e25b85d13bd\";}s:31:\"wp-content/themes/Divi/page.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"8cb9aaef8f95ce10d0f7add0b36eadf0\";}s:35:\"wp-content/themes/Divi/psd/logo.psd\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"a50d958887cd44e595925fdda600c928\";}s:33:\"wp-content/themes/Divi/readme.url\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"ad8d6ec635676f3cf84cbd759550ad68\";}s:30:\"wp-content/themes/Divi/rtl.css\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"4cc1deb3586c99adcbe545a7a1532368\";}s:41:\"wp-content/themes/Divi/sidebar-footer.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"5f58f2ab6e7347e9ed6d4eebf46d40ef\";}s:34:\"wp-content/themes/Divi/sidebar.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"c024c4433d977d9b5c83ec3aee423007\";}s:41:\"wp-content/themes/Divi/single-project.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"6695b89769aeae95343aabfb6fb593cd\";}s:33:\"wp-content/themes/Divi/single.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"5fce9f9938f87be2df3e884f46b7ffb6\";}s:32:\"wp-content/themes/Divi/style.css\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"0d31f5d46e24011376de90f61c430c3f\";}s:38:\"wp-content/themes/Divi/wpml-config.xml\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"52a842f4e7c3257f80ab3f9b24434aee\";}s:31:\"wp-content/themes/dumbo/404.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"bbeed9018fa6c179dc9440f76fec62db\";}s:62:\"wp-content/themes/dumbo/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"3a40624e11ef52dc007f0193ff5c6a9b\";}s:55:\"wp-content/themes/dumbo/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"0a4a8d1b5f69425cebfc3802fa8bda92\";}s:60:\"wp-content/themes/dumbo/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"37fe5622c791cfd645b6600b8dcc80c3\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"58146d607d08c8af0de336fd03dc8213\";}s:55:\"wp-content/themes/dumbo/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"2f1478c3875cd213e1a83eaa9cd237c3\";}s:61:\"wp-content/themes/dumbo/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:69:\"wp-content/themes/dumbo/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:53:\"wp-content/themes/dumbo/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"5475d0b3b30d2d8231baa0ff1f38502c\";}s:54:\"wp-content/themes/dumbo/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"cdfa0642555f78f7159b8a1aee2ac2a8\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"3f861bf4e946741023cf715c85ac6252\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"2f50d2f396a066eaa72f05919b344169\";}s:61:\"wp-content/themes/dumbo/assets/lib/custom/js/re-customizer.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"19b340d0c799abe89f604f9150aa693b\";}s:56:\"wp-content/themes/dumbo/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"dabc1531f57b1152ecdb8c451c17d2fd\";}s:74:\"wp-content/themes/dumbo/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:78:\"wp-content/themes/dumbo/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:68:\"wp-content/themes/dumbo/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:64:\"wp-content/themes/dumbo/assets/lib/sidr/css/jquery.sidr.dark.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"394441159e2c87ffa07ebe302c10f22e\";}s:57:\"wp-content/themes/dumbo/assets/lib/sidr/js/jquery.sidr.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"5ba090fb8b6b7f6405ae1ecb2af97386\";}s:61:\"wp-content/themes/dumbo/assets/lib/sidr/js/jquery.sidr.min.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"fc459e41b0d75f472b47008975512c44\";}s:60:\"wp-content/themes/dumbo/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:54:\"wp-content/themes/dumbo/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:58:\"wp-content/themes/dumbo/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:52:\"wp-content/themes/dumbo/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:56:\"wp-content/themes/dumbo/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:72:\"wp-content/themes/dumbo/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"167d35494e547980aea498839b57c4b6\";}s:64:\"wp-content/themes/dumbo/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"9b6a72efff64c0519f8bc3cce248cf26\";}s:48:\"wp-content/themes/dumbo/classes/about-render.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"b9a0a244a638150f8aa69765b589cab8\";}s:41:\"wp-content/themes/dumbo/classes/about.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"38a64623b418ff42899a741f558343fd\";}s:48:\"wp-content/themes/dumbo/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"c26dcdecfc1d239d6f0ebfbe90b76b6c\";}s:48:\"wp-content/themes/dumbo/classes/body-classes.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"969fd786b44016bc194843cb8e0c02be\";}s:51:\"wp-content/themes/dumbo/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"8efed6668d13fe6b9adda73dee72387c\";}s:53:\"wp-content/themes/dumbo/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"7eadf49ad1a15a0009346d7657335a52\";}s:50:\"wp-content/themes/dumbo/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e1c2976d3a4cb2265dab6d5a67d2fb72\";}s:36:\"wp-content/themes/dumbo/comments.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"3d13394f9aa46396d1ddcb31c13476af\";}s:34:\"wp-content/themes/dumbo/footer.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"5b2c1f578fa87c6a3d3c675c7db0a6b7\";}s:37:\"wp-content/themes/dumbo/functions.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e60bb5ad8c5c862628bbe1e260a3c173\";}s:34:\"wp-content/themes/dumbo/header.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"085ded567477171ebd67c00f638b6e93\";}s:48:\"wp-content/themes/dumbo/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"845ef18e96e6384309eb843dad1bbac2\";}s:48:\"wp-content/themes/dumbo/inc/customizer/about.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"dce12d2a4f1594f612103cb46db6cf24\";}s:56:\"wp-content/themes/dumbo/inc/customizer/banner-slider.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"17265e2f334fe8261af32edec0541a2d\";}s:49:\"wp-content/themes/dumbo/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"b6035f2ce4ab503aacabbf02334a4f15\";}s:55:\"wp-content/themes/dumbo/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e653e14bd2f547d59979b99cb1bc6121\";}s:50:\"wp-content/themes/dumbo/inc/customizer/contact.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"82584162cb87c0674d245a7247266635\";}s:46:\"wp-content/themes/dumbo/inc/customizer/cta.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"0fd9a66d52f0621882f3fe2c92b66a48\";}s:57:\"wp-content/themes/dumbo/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"7728cf147747270c5a6b12873cff67e5\";}s:53:\"wp-content/themes/dumbo/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"02bab7866f5909036229724565d33e0d\";}s:50:\"wp-content/themes/dumbo/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"2249b1dd4808549730edd9fe2eafeb9a\";}s:49:\"wp-content/themes/dumbo/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"b4052e3fefce78698a3def264b783920\";}s:49:\"wp-content/themes/dumbo/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"f687a8aa95dfa67d52de62b9f4b2dce5\";}s:53:\"wp-content/themes/dumbo/inc/customizer/newsletter.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"40f346bf3107daa41fda442f4d8af20b\";}s:53:\"wp-content/themes/dumbo/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"8c187934b9d7aef6406fb3205b377b6b\";}s:47:\"wp-content/themes/dumbo/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"bbc6bebd5b9110bcf009ec2075ec12f7\";}s:55:\"wp-content/themes/dumbo/inc/customizer/related-post.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"b4974fe460559c0e2a0600a8ac50e3c4\";}s:51:\"wp-content/themes/dumbo/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"127c9333d2ed88a323c314116367db30\";}s:49:\"wp-content/themes/dumbo/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"8418c91bf080d797203f2181a37a95f1\";}s:63:\"wp-content/themes/dumbo/inc/customizer/twp-category-section.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"c89a89deb4a0b67730357309c1a75573\";}s:39:\"wp-content/themes/dumbo/inc/metabox.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"f5d9ea3e2e74d15f4de6cac9305fad33\";}s:42:\"wp-content/themes/dumbo/inc/pagination.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"5dd4f4733b608e78277d3985788316ac\";}s:52:\"wp-content/themes/dumbo/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"6ef73758b4f4574615ee803a5497a4ee\";}s:45:\"wp-content/themes/dumbo/inc/template-tags.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"137d17c58109ce9cd06636079ab937e6\";}s:41:\"wp-content/themes/dumbo/inc/term-meta.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"5eb8f546ad8991d7ff1af87ee0c16625\";}s:48:\"wp-content/themes/dumbo/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"ebe66a0e4f48feae10e5e755d49a2c2b\";}s:51:\"wp-content/themes/dumbo/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"41daad069abf6f136c2902e270d2b80d\";}s:51:\"wp-content/themes/dumbo/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"24d5de4ee9a973b3839c98c05a7dfaa3\";}s:49:\"wp-content/themes/dumbo/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"868bc1b36d5a849a5b45baa86a88b12a\";}s:57:\"wp-content/themes/dumbo/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"16ad167a303308d498ad1d3232923d13\";}s:47:\"wp-content/themes/dumbo/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"164886618e7f6966efe9be2f1de8caa5\";}s:33:\"wp-content/themes/dumbo/index.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"fa833b1c898477de0aa6cf6d67de02a5\";}s:31:\"wp-content/themes/dumbo/rtl.css\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"3724352ef071cd59fb8a5fa0063936e2\";}s:36:\"wp-content/themes/dumbo/settings.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"bc37ff090284aa88baec1a58ce269542\";}s:35:\"wp-content/themes/dumbo/sidebar.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"7bcf9285f113f835698a4a648e13c8aa\";}s:36:\"wp-content/themes/dumbo/singular.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"6c7a9aeb4044f12bb0e217939fda5cc9\";}s:33:\"wp-content/themes/dumbo/style.css\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"f11cbefbf2d91adc7e7e819b67e0f965\";}s:56:\"wp-content/themes/dumbo/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"9d1dbfce721a5bc9ab880b7fcfe00c77\";}s:58:\"wp-content/themes/dumbo/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"f9e94b54ee4f361af480dabefae2664b\";}s:55:\"wp-content/themes/dumbo/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"a3827314431e2ded8bfbe69999194dc0\";}s:56:\"wp-content/themes/dumbo/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"793731a49bfd4f356444913f49b93cf8\";}s:57:\"wp-content/themes/dumbo/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"642cb7e9a34e4cdc0e6240b26cfebc9c\";}s:56:\"wp-content/themes/dumbo/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"18444acbdf4a2495dbb79bf0daef8e38\";}s:50:\"wp-content/themes/dumbo/template-parts/content.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"e04d89103c3280bc2fdf77be73c81cfb\";}s:64:\"wp-content/themes/dumbo/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"0edc677b49b37204b372754135db0f67\";}s:27:\"wp-content/themes/index.php\";a:2:{s:1:\"d\";i:1412276839;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:39:\"wp-content/themes/OKPVO3RU/87A9T49P.php\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"7a699a8f91fbd4b84f6f5aee341f507d\";}s:36:\"wp-content/themes/OKPVO3RU/index.php\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"2dc4705fce266d2a1b4eb7d5f6880dfe\";}s:36:\"wp-content/themes/OKPVO3RU/style.css\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"808feaab3a8da7588a643c0d4be4106d\";}s:53:\"wp-content/themes/rixl/assets/fonts/DMMono-Italic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"596eeeac2092da3b9552929a634c7283\";}s:52:\"wp-content/themes/rixl/assets/fonts/DMMono-Light.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"7b404c88b96f013e886d78a66a53a77b\";}s:58:\"wp-content/themes/rixl/assets/fonts/DMMono-LightItalic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"dfc01ab380970bf72d3e509ce4dc8cf8\";}s:53:\"wp-content/themes/rixl/assets/fonts/DMMono-Medium.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"e0b4b36de3605fff15634209b7015425\";}s:59:\"wp-content/themes/rixl/assets/fonts/DMMono-MediumItalic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"d2a6819d6911798a0c618a9460b8dd5d\";}s:54:\"wp-content/themes/rixl/assets/fonts/DMMono-Regular.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"c6d78233d13e36d83688ac5e6ee0927a\";}s:48:\"wp-content/themes/rixl/assets/fonts/uni05_53.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"76a0ecd82049f88823a26ff3675d17ca\";}s:36:\"wp-content/themes/rixl/functions.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"06cb38cb726a99c848c7fad22382e77f\";}s:32:\"wp-content/themes/rixl/index.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"078a92e2cbfadce87c4893d69f648006\";}s:40:\"wp-content/themes/rixl/parts/footer.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"f41878be8c4a45e6bb565d9ca4c38860\";}s:40:\"wp-content/themes/rixl/parts/header.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"46328f511ae58764eb5260e5ec982a3e\";}s:43:\"wp-content/themes/rixl/parts/post-meta.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4d408cf6d5381954b5f82738e07d1a69\";}s:39:\"wp-content/themes/rixl/patterns/404.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"1a224323e5338556cdd4fadc387e1898\";}s:44:\"wp-content/themes/rixl/patterns/comments.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"de92b97c718e31e9ca4b9c038e0dd51e\";}s:42:\"wp-content/themes/rixl/patterns/footer.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"fc181eeff5cbe76df039286ae337a24a\";}s:45:\"wp-content/themes/rixl/patterns/post-list.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"b20383626c95be28434500e47a23d14c\";}s:41:\"wp-content/themes/rixl/patterns/quote.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"aab06e6483d11cb11b84b848e708664d\";}s:35:\"wp-content/themes/rixl/settings.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"e719d76cc57794fc4299a0559c9c40a1\";}s:32:\"wp-content/themes/rixl/style.css\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"c51e5eb04898fecf02a996d27e6bd906\";}s:41:\"wp-content/themes/rixl/templates/404.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4aab61b0a4074bb95da0cb0f4f1cb037\";}s:45:\"wp-content/themes/rixl/templates/archive.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4736acf9495afa279738acb8bc7f87ff\";}s:43:\"wp-content/themes/rixl/templates/blank.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"34029c6c0e4792f6614660fc0e1efc00\";}s:49:\"wp-content/themes/rixl/templates/footer-only.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"184c703e17035398b292e7175cc87c3d\";}s:56:\"wp-content/themes/rixl/templates/header-footer-only.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"26289a492191a37d0f6356ea68c30f83\";}s:43:\"wp-content/themes/rixl/templates/index.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"5044623f63f6702d2dafccd98e668810\";}s:42:\"wp-content/themes/rixl/templates/page.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"62adc368039aa95ac31bf44d790dac11\";}s:44:\"wp-content/themes/rixl/templates/search.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"18048c22201ee7e4630a426d36918b08\";}s:44:\"wp-content/themes/rixl/templates/single.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"08bc7ac5c7dbeead52317ea94297b2e0\";}s:33:\"wp-content/themes/rixl/theme.json\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"679c465a5cf6f74336b9b778f186dd19\";}s:36:\"wp-content/themes/storepress/404.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"5c005d74109990100df509192bc5462a\";}s:40:\"wp-content/themes/storepress/archive.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"03fd10320e5a66264bd627c01c2aa5a4\";}s:41:\"wp-content/themes/storepress/comments.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"2eae2916c8a7b8527de6b5f652789ed7\";}s:39:\"wp-content/themes/storepress/footer.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"a289cd425d51c01aaeae0f8a9d6b295d\";}s:42:\"wp-content/themes/storepress/functions.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6e20845fe461d33ea613658d2c226c6a\";}s:39:\"wp-content/themes/storepress/header.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"f19d794d134fbce50cf522cf8b760175\";}s:65:\"wp-content/themes/storepress/inc/class-wp-bootstrap-navwalker.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"459aad5efea78eee7a4a9b89b14852d7\";}s:76:\"wp-content/themes/storepress/inc/customizer/assets/css/customizer-notify.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"85306f4055be2ccee9aae4a6777684da\";}s:74:\"wp-content/themes/storepress/inc/customizer/assets/js/customizer-notify.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"e1fa68e2d055c0d82940be28e2cbd3ca\";}s:75:\"wp-content/themes/storepress/inc/customizer/assets/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"1f62b0216014f0ecfaa6fff7361d5d05\";}s:74:\"wp-content/themes/storepress/inc/customizer/assets/js/import-customizer.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"013e8ca180213e1c5a995b5a52efbc81\";}s:101:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/class/customizer-repeater-control.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6db3d708939d64f76ef1a1a1fed718fd\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/admin-style.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6865392d6245229d56b335a9deb1f3e3\";}s:94:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/fontawesome-iconpicker.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"37b4fa308f7ded1bf1e8e6ae288a54e0\";}s:98:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/fontawesome-iconpicker.min.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"d98330be8f4230103f021f210c102862\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/functions.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"59e69f7de211c85f385f3a815cc39952\";}s:82:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/inc/customizer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"890009dc3e6d4b0d4089d10d3ca7edf1\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/inc/icons.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"1ad84438eb153a61cc4e9df31ec9a77a\";}s:89:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/customizer_repeater.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"e0c322b1e36ce97361c2b6e3ea6a0d02\";}s:92:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/fontawesome-iconpicker.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"89bef46902c757e19f50cd26d4b5a32c\";}s:96:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/fontawesome-iconpicker.min.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"5dc534c43679caa361bde9842b6c49ad\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-blog.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"ae8b96f5f4266c0b49688d2b90928bb6\";}s:104:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-customizer-notify-section.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"4071ae8f5df35a719f71d65fcff23f70\";}s:96:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-customizer-notify.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"447a5e07d13b59208ab86a928f584daa\";}s:85:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-footer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"1aa5db8e8a4ab305b952a8e13caa73ec\";}s:86:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-general.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"3c7c84204c563cd790d3f827e25bcd84\";}s:85:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-header.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"b338122178db6202f95153ab8af745b7\";}s:100:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-plugin-recommendation.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d1fb258c1b87360bd355dcdd0d470a2b\";}s:81:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/class-customize.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"642c31a1c106df2b05e180e552a3f8ae\";}s:84:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/customize-controls.css\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"cfc74385d80576ce85bcd15574be35fc\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/customize-controls.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d3f1b394b3da19d7e6c32688461876ab\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/section-pro.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"51f49b8a15c22dadcf20a329117f0711\";}s:60:\"wp-content/themes/storepress/inc/customizer/sanitization.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"af98bdc3574e8d09e9bb02cb68271b3c\";}s:50:\"wp-content/themes/storepress/inc/dynamic_style.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"83225288e56c424b176e3729cb66c168\";}s:44:\"wp-content/themes/storepress/inc/enqueue.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d11d3befb7c473704bb61a2ce6bf5950\";}s:58:\"wp-content/themes/storepress/inc/storepress-customizer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"cbf38f2bb0dd3ba5b8ae9c4df70a7fbf\";}s:50:\"wp-content/themes/storepress/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"6f9681e6c0e5057ca9dac0b75a5bc7cd\";}s:52:\"wp-content/themes/storepress/inc/theme-functions.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d4a4b0379e895bd4a5427961c090be36\";}s:56:\"wp-content/themes/storepress/inc/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"620e4bf5981f0f53d5db4901c196a5e2\";}s:38:\"wp-content/themes/storepress/index.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"9eb3ab75879b3d0c073214781be9569e\";}s:37:\"wp-content/themes/storepress/page.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"2841a0cce3dc2bbc99d55461b2ab4660\";}s:39:\"wp-content/themes/storepress/search.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"25209bf134e4feabf4fe7614b0145ed1\";}s:43:\"wp-content/themes/storepress/searchform.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"905ff07608f2bb9cf675ed0abdda99b7\";}s:41:\"wp-content/themes/storepress/settings.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"32af48f3887e3ec94dfdf90ad7ad4daf\";}s:52:\"wp-content/themes/storepress/sidebar-woocommerce.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"6ce2fd2f51450180bc11a51402af75fe\";}s:40:\"wp-content/themes/storepress/sidebar.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"280e353025a30804acbb0e382149a944\";}s:39:\"wp-content/themes/storepress/single.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"bb1b6469e145776166743471fb9d7da8\";}s:38:\"wp-content/themes/storepress/style.css\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"d41061322f24c1916162128a98c665e8\";}s:68:\"wp-content/themes/storepress/template-parts/content/content-none.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"bb2f7293a149601927dc3e773fe2fbd0\";}s:70:\"wp-content/themes/storepress/template-parts/content/content-page-2.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"029416f28234acbd1014f2ee08fbc929\";}s:68:\"wp-content/themes/storepress/template-parts/content/content-page.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"0fdff81941cae33941343824e5c2dffd\";}s:70:\"wp-content/themes/storepress/template-parts/content/content-search.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"b1d544e30cce7087353cb5bf063f04c2\";}s:63:\"wp-content/themes/storepress/template-parts/content/content.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"fa97df49cfe51595588be20588426ddc\";}s:69:\"wp-content/themes/storepress/template-parts/sections/section-blog.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"328f7cf1575d751421edfb56eeddd4ab\";}s:75:\"wp-content/themes/storepress/template-parts/sections/section-breadcrumb.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"a1ba49b585a3c4f5d7e23f33e1f15a39\";}s:71:\"wp-content/themes/storepress/template-parts/sections/section-footer.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"979ea7fe5578d96ecef7a9903bbdeebf\";}s:71:\"wp-content/themes/storepress/template-parts/sections/section-header.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"66801cd7209b4ef4a839bfbc42c1a9e4\";}s:61:\"wp-content/themes/storepress/templates/template-frontpage.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"80f8c769ba140df5d655883c28b4b1c2\";}s:67:\"wp-content/themes/storepress/templates/template-page-full-width.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"79f319c5e0933528b307b4ad80e3b9f3\";}s:59:\"wp-content/themes/storepress/woocommerce/cart/mini-cart.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"66247713edee28da4e26602b7b94eebc\";}s:60:\"wp-content/themes/storepress/woocommerce/content-product.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"ae0b3f8e37460861f2c832d6db611a85\";}s:44:\"wp-content/themes/storepress/woocommerce.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"c470d179dd9d15ac20d8fa9caf8a3160\";}s:39:\"wp-content/themes/W9BQGCDA/E0PNBTIQ.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"7a699a8f91fbd4b84f6f5aee341f507d\";}s:36:\"wp-content/themes/W9BQGCDA/index.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"ab48dd6066212a8a6608312f02843976\";}s:34:\"wp-content/themes/W9BQGCDA/rbg.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"2acdea12047ca0c71071f2235126781b\";}s:36:\"wp-content/themes/W9BQGCDA/style.css\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"d157ee81fb11d3ce4080ca8eae6d5329\";}s:28:\"wp-content/updraft/.htaccess\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"5cc8a02be988615b049f5abecba2f3a0\";}s:99:\"wp-content/updraft/backup_2016-01-05-2139_District_Attorney_15th_District__f1906bf5d154-plugins.zip\";a:2:{s:1:\"d\";i:1452030162;s:1:\"h\";s:32:\"a056ef51024e992cc6ff3ec9f2b68bca\";}s:98:\"wp-content/updraft/backup_2016-01-05-2139_District_Attorney_15th_District__f1906bf5d154-themes.zip\";a:2:{s:1:\"d\";i:1452030194;s:1:\"h\";s:32:\"95d1349ade3ad2d4dd334cc15f3aabb8\";}s:99:\"wp-content/updraft/backup_2016-01-12-2141_District_Attorney_15th_District__90c1f6386803-plugins.zip\";a:2:{s:1:\"d\";i:1452635057;s:1:\"h\";s:32:\"2ba1a45c91fcac11eef470fa4ff0ea26\";}s:98:\"wp-content/updraft/backup_2016-01-12-2141_District_Attorney_15th_District__90c1f6386803-themes.zip\";a:2:{s:1:\"d\";i:1452635084;s:1:\"h\";s:32:\"e90de64d20a00388ebd8248992570e76\";}s:99:\"wp-content/updraft/backup_2016-02-02-2141_District_Attorney_15th_District__fd65bdff3289-plugins.zip\";a:2:{s:1:\"d\";i:1454449458;s:1:\"h\";s:32:\"75faa6ba206f1792595afc035522c563\";}s:98:\"wp-content/updraft/backup_2016-02-02-2141_District_Attorney_15th_District__fd65bdff3289-themes.zip\";a:2:{s:1:\"d\";i:1454449486;s:1:\"h\";s:32:\"a8466d09a4f7b7ac485f3e469c3cc2b6\";}s:99:\"wp-content/updraft/backup_2016-02-09-2155_District_Attorney_15th_District__82b1027ed66d-plugins.zip\";a:2:{s:1:\"d\";i:1455055108;s:1:\"h\";s:32:\"65bad6e7b29567ed3d60dea3f2c25272\";}s:98:\"wp-content/updraft/backup_2016-02-09-2155_District_Attorney_15th_District__82b1027ed66d-themes.zip\";a:2:{s:1:\"d\";i:1455055139;s:1:\"h\";s:32:\"66de7f4ec3790ccac13c9237a7edae71\";}s:99:\"wp-content/updraft/backup_2016-02-16-2147_District_Attorney_15th_District__918183fc091e-plugins.zip\";a:2:{s:1:\"d\";i:1455659354;s:1:\"h\";s:32:\"e6948a5fb27bf3b4ea034dd1bf393a17\";}s:98:\"wp-content/updraft/backup_2016-02-16-2147_District_Attorney_15th_District__918183fc091e-themes.zip\";a:2:{s:1:\"d\";i:1455659377;s:1:\"h\";s:32:\"37fe270fa1373e857209e87121ddd6aa\";}s:99:\"wp-content/updraft/backup_2016-02-23-2156_District_Attorney_15th_District__6020f7ebffa0-plugins.zip\";a:2:{s:1:\"d\";i:1456264771;s:1:\"h\";s:32:\"289a76b70db24a6c9b56379a9652d3e3\";}s:98:\"wp-content/updraft/backup_2016-02-23-2156_District_Attorney_15th_District__6020f7ebffa0-themes.zip\";a:2:{s:1:\"d\";i:1456264803;s:1:\"h\";s:32:\"00223d5c8be44fb74882b8bb7fb5068f\";}s:99:\"wp-content/updraft/backup_2016-03-01-2146_District_Attorney_15th_District__b19131498c37-plugins.zip\";a:2:{s:1:\"d\";i:1456868991;s:1:\"h\";s:32:\"798b487b2d06567aab39df87b3d35009\";}s:98:\"wp-content/updraft/backup_2016-03-01-2146_District_Attorney_15th_District__b19131498c37-themes.zip\";a:2:{s:1:\"d\";i:1456869031;s:1:\"h\";s:32:\"4d6ce1256c3aeaa4a6693974533b3ec8\";}s:99:\"wp-content/updraft/backup_2016-03-08-2205_District_Attorney_15th_District__12e13977e61b-plugins.zip\";a:2:{s:1:\"d\";i:1457474831;s:1:\"h\";s:32:\"972561fe48bff1e2e995f81e1e8d70aa\";}s:98:\"wp-content/updraft/backup_2016-03-08-2205_District_Attorney_15th_District__12e13977e61b-themes.zip\";a:2:{s:1:\"d\";i:1457474852;s:1:\"h\";s:32:\"4c0d4c1ce61920883a4892f510b01a71\";}s:99:\"wp-content/updraft/backup_2016-03-15-2200_District_Attorney_15th_District__5eed8a8f800f-plugins.zip\";a:2:{s:1:\"d\";i:1458079390;s:1:\"h\";s:32:\"2c2bf80e93c509bd00e2ed57dea5f620\";}s:98:\"wp-content/updraft/backup_2016-03-15-2200_District_Attorney_15th_District__5eed8a8f800f-themes.zip\";a:2:{s:1:\"d\";i:1458079420;s:1:\"h\";s:32:\"48970933734c9e1b18508aecd65fd438\";}s:99:\"wp-content/updraft/backup_2016-03-29-2140_District_Attorney_15th_District__5ee537f46a1f-plugins.zip\";a:2:{s:1:\"d\";i:1459287735;s:1:\"h\";s:32:\"016a25f39ae342092474b902e0b9d2e9\";}s:98:\"wp-content/updraft/backup_2016-03-29-2140_District_Attorney_15th_District__5ee537f46a1f-themes.zip\";a:2:{s:1:\"d\";i:1459287758;s:1:\"h\";s:32:\"278590735510fe2d61544b073d4d8790\";}s:99:\"wp-content/updraft/backup_2016-04-05-2143_District_Attorney_15th_District__8d7d5c6c8c25-plugins.zip\";a:2:{s:1:\"d\";i:1459892704;s:1:\"h\";s:32:\"312bcca9897c939c03e73476290fee14\";}s:98:\"wp-content/updraft/backup_2016-04-05-2143_District_Attorney_15th_District__8d7d5c6c8c25-themes.zip\";a:2:{s:1:\"d\";i:1459892728;s:1:\"h\";s:32:\"b9dafdc99a9d616a1dfaa136f6a271aa\";}s:99:\"wp-content/updraft/backup_2016-04-12-2150_District_Attorney_15th_District__51c9affa05ea-plugins.zip\";a:2:{s:1:\"d\";i:1460497941;s:1:\"h\";s:32:\"1d9e7ebef79421c4388ea02b43201fde\";}s:98:\"wp-content/updraft/backup_2016-04-12-2150_District_Attorney_15th_District__51c9affa05ea-themes.zip\";a:2:{s:1:\"d\";i:1460497967;s:1:\"h\";s:32:\"83f6e45282f1f8a8bd05105411a909f5\";}s:93:\"wp-content/updraft/backup_2018-10-30-2203_District_Attorney_15th_District__cb210f4bc4d4-db.gz\";a:2:{s:1:\"d\";i:1540937254;s:1:\"h\";s:32:\"4f3902f173cb88be187e74acfb1bbec0\";}s:93:\"wp-content/updraft/backup_2018-11-27-2145_District_Attorney_15th_District__aded49101a2a-db.gz\";a:2:{s:1:\"d\";i:1543355376;s:1:\"h\";s:32:\"f7a2a377b8556d60353d4f59b0d8143f\";}s:93:\"wp-content/updraft/backup_2018-12-04-2144_District_Attorney_15th_District__4d1ce7d9cfb0-db.gz\";a:2:{s:1:\"d\";i:1543960089;s:1:\"h\";s:32:\"ed3fbfbf75838daaf9cc53929ce3a6ff\";}s:93:\"wp-content/updraft/backup_2018-12-18-2159_District_Attorney_15th_District__c12f6c8e0a66-db.gz\";a:2:{s:1:\"d\";i:1545170560;s:1:\"h\";s:32:\"25df4c93af2d78dcd3d6dbc96ed37c7a\";}s:93:\"wp-content/updraft/backup_2018-12-25-2151_District_Attorney_15th_District__5c6da63efbe6-db.gz\";a:2:{s:1:\"d\";i:1545774889;s:1:\"h\";s:32:\"fcbc08d9ec175cc107ec2f77f0b13b84\";}s:93:\"wp-content/updraft/backup_2019-01-01-2155_District_Attorney_15th_District__3e21745a6024-db.gz\";a:2:{s:1:\"d\";i:1546379973;s:1:\"h\";s:32:\"fc9b4ed5c77850a656cff00656102709\";}s:93:\"wp-content/updraft/backup_2019-01-08-2142_District_Attorney_15th_District__89c19a52869c-db.gz\";a:2:{s:1:\"d\";i:1546983971;s:1:\"h\";s:32:\"9b9710fa4ea7ab7ef4a728c3fb1efcdd\";}s:93:\"wp-content/updraft/backup_2019-02-05-2149_District_Attorney_15th_District__0c9674dc63f8-db.gz\";a:2:{s:1:\"d\";i:1549403588;s:1:\"h\";s:32:\"21a48020f8c6f97fb6e0c3502b9699aa\";}s:93:\"wp-content/updraft/backup_2019-03-12-2154_District_Attorney_15th_District__13e43ed1858c-db.gz\";a:2:{s:1:\"d\";i:1552427901;s:1:\"h\";s:32:\"1949b509103a229b73a4905b0f2efdef\";}s:93:\"wp-content/updraft/backup_2019-03-19-2141_District_Attorney_15th_District__7fc772abec2e-db.gz\";a:2:{s:1:\"d\";i:1553031898;s:1:\"h\";s:32:\"e70a8e41fe52c2bf35dee81b7f7ea979\";}s:93:\"wp-content/updraft/backup_2019-04-23-2142_District_Attorney_15th_District__13328ff6a43b-db.gz\";a:2:{s:1:\"d\";i:1556055941;s:1:\"h\";s:32:\"6bdebbb05e254e5e897ab6a28923ce3d\";}s:93:\"wp-content/updraft/backup_2019-04-30-2141_District_Attorney_15th_District__16999bc768d0-db.gz\";a:2:{s:1:\"d\";i:1556660683;s:1:\"h\";s:32:\"26d24645042bb75a6e326b9396836c35\";}s:93:\"wp-content/updraft/backup_2019-05-07-2148_District_Attorney_15th_District__f2335209e012-db.gz\";a:2:{s:1:\"d\";i:1557265924;s:1:\"h\";s:32:\"e56519c6d8dedaa170b4a457657616c5\";}s:93:\"wp-content/updraft/backup_2019-06-04-2142_District_Attorney_15th_District__d2a6c700986d-db.gz\";a:2:{s:1:\"d\";i:1559684708;s:1:\"h\";s:32:\"84e35199241500dd9cda6e1728c13ece\";}s:93:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-db.gz\";a:2:{s:1:\"d\";i:1625433499;s:1:\"h\";s:32:\"3698276d2d9f566ab8a517f082793201\";}s:98:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-others.zip\";a:2:{s:1:\"d\";i:1625433497;s:1:\"h\";s:32:\"d97cdb4813a031ef810f5d78031ae732\";}s:99:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-plugins.zip\";a:2:{s:1:\"d\";i:1625433157;s:1:\"h\";s:32:\"4e7c168a28bf47618da0bb224d9e15a9\";}s:98:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-themes.zip\";a:2:{s:1:\"d\";i:1625433171;s:1:\"h\";s:32:\"0863f801f1a722d38cd8800585be9035\";}s:99:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-uploads.zip\";a:2:{s:1:\"d\";i:1625433489;s:1:\"h\";s:32:\"350573a7695b81179550eae8c2a5fcf4\";}s:93:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-db.gz\";a:2:{s:1:\"d\";i:1625607946;s:1:\"h\";s:32:\"ee9d798f72ec8a495415fa11329b33d1\";}s:98:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-others.zip\";a:2:{s:1:\"d\";i:1625607943;s:1:\"h\";s:32:\"faf4b572e07261fa0f6f21ab1780b28f\";}s:99:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-plugins.zip\";a:2:{s:1:\"d\";i:1625607748;s:1:\"h\";s:32:\"5d024b7035387f35e95b2204e57e1265\";}s:98:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-themes.zip\";a:2:{s:1:\"d\";i:1625607765;s:1:\"h\";s:32:\"3ada3768b73912dba8cf44e255f17bfc\";}s:99:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-uploads.zip\";a:2:{s:1:\"d\";i:1625607935;s:1:\"h\";s:32:\"632d48141652323718b92976c9a09a35\";}s:93:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-db.gz\";a:2:{s:1:\"d\";i:1626214995;s:1:\"h\";s:32:\"fdf6a83f62208432cb8c7b3e62adbbe8\";}s:98:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-others.zip\";a:2:{s:1:\"d\";i:1626214992;s:1:\"h\";s:32:\"373c94dd4db600fe9210ba08c67421ba\";}s:99:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-plugins.zip\";a:2:{s:1:\"d\";i:1626212690;s:1:\"h\";s:32:\"d71292dc6719a5dd470ff00b72520fe5\";}s:98:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-themes.zip\";a:2:{s:1:\"d\";i:1626212708;s:1:\"h\";s:32:\"97cc3750ba6549d9e8779b5e5ee3a9e7\";}s:99:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-uploads.zip\";a:2:{s:1:\"d\";i:1626214984;s:1:\"h\";s:32:\"20d7bc818f3dc88ec3af433fb2009c4b\";}s:93:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-db.gz\";a:2:{s:1:\"d\";i:1626818261;s:1:\"h\";s:32:\"c10cf3c09fcbbbddc4582396e277cfcf\";}s:98:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-others.zip\";a:2:{s:1:\"d\";i:1626818258;s:1:\"h\";s:32:\"1cb15db0aad0b14c9680780dcf2d9571\";}s:99:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-plugins.zip\";a:2:{s:1:\"d\";i:1626818077;s:1:\"h\";s:32:\"5d49e68f8544a762c08ac594a2c9ac0c\";}s:98:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-themes.zip\";a:2:{s:1:\"d\";i:1626818094;s:1:\"h\";s:32:\"9e3432cbd0797cd7e07cbf997d71fbe5\";}s:99:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-uploads.zip\";a:2:{s:1:\"d\";i:1626818250;s:1:\"h\";s:32:\"24c2f3e83ef0413689ad8f55d76eb3d9\";}s:99:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-plugins.zip\";a:2:{s:1:\"d\";i:1665801432;s:1:\"h\";s:32:\"a8d6f6237d0fde4cbb2a7b80ee4c7b22\";}s:98:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-themes.zip\";a:2:{s:1:\"d\";i:1665801487;s:1:\"h\";s:32:\"d5e5eaf43c469ee8350e7716d2b59b12\";}s:103:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-uploads.zip.tmp\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:110:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-uploads.zip.tmp.a85372\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"b064eee6bb76693679a3ad50e7e93fc2\";}s:29:\"wp-content/updraft/index.html\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"7645f25405ae2d31a5c96c306891bea0\";}s:39:\"wp-content/updraft/log.0b9d3e9c7107.txt\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"74ca2aaf8b21120961966924be6f9a68\";}s:39:\"wp-content/updraft/log.0c9674dc63f8.txt\";a:2:{s:1:\"d\";i:1549416714;s:1:\"h\";s:32:\"d0a0da0178da547a71f23b78a1c6613d\";}s:39:\"wp-content/updraft/log.12e13977e61b.txt\";a:2:{s:1:\"d\";i:1457476464;s:1:\"h\";s:32:\"b3627f7c91d2fa43393ad46ba8aee095\";}s:39:\"wp-content/updraft/log.13328ff6a43b.txt\";a:2:{s:1:\"d\";i:1556063993;s:1:\"h\";s:32:\"f97a6238bacdf12ebb375762601c382d\";}s:39:\"wp-content/updraft/log.13e43ed1858c.txt\";a:2:{s:1:\"d\";i:1552437014;s:1:\"h\";s:32:\"a6e150bbdbe8701bbe0eedc1945f8366\";}s:39:\"wp-content/updraft/log.16999bc768d0.txt\";a:2:{s:1:\"d\";i:1556669288;s:1:\"h\";s:32:\"3cb7c709105d0cc86987458c695d7f49\";}s:39:\"wp-content/updraft/log.3e21745a6024.txt\";a:2:{s:1:\"d\";i:1546396355;s:1:\"h\";s:32:\"5ba1148bfab9d9e599345ebf0a40381f\";}s:39:\"wp-content/updraft/log.4d1ce7d9cfb0.txt\";a:2:{s:1:\"d\";i:1543968854;s:1:\"h\";s:32:\"61eb4ddd29a43e1c111af8309b9908d6\";}s:39:\"wp-content/updraft/log.51c9affa05ea.txt\";a:2:{s:1:\"d\";i:1460499101;s:1:\"h\";s:32:\"6ad731040f9a08e234833f084de96c6a\";}s:39:\"wp-content/updraft/log.52858e633d8e.txt\";a:2:{s:1:\"d\";i:1625436159;s:1:\"h\";s:32:\"4e4a935d7e2714bc3a3ff0c8e7ef1832\";}s:39:\"wp-content/updraft/log.5c6da63efbe6.txt\";a:2:{s:1:\"d\";i:1545783041;s:1:\"h\";s:32:\"52fd88f0cdc67692d3178bf1772348d6\";}s:39:\"wp-content/updraft/log.5ee537f46a1f.txt\";a:2:{s:1:\"d\";i:1459288962;s:1:\"h\";s:32:\"f3d049546156d4b3c1ca0ec561032c52\";}s:39:\"wp-content/updraft/log.5eed8a8f800f.txt\";a:2:{s:1:\"d\";i:1458079925;s:1:\"h\";s:32:\"a56e84b036a08edde0be70a667dde246\";}s:39:\"wp-content/updraft/log.6020f7ebffa0.txt\";a:2:{s:1:\"d\";i:1456269434;s:1:\"h\";s:32:\"151b6c1e113b1e37d29c51fcd9f725c2\";}s:39:\"wp-content/updraft/log.704c47086e26.txt\";a:2:{s:1:\"d\";i:1626220198;s:1:\"h\";s:32:\"35ae27506c6b3916bf9c80cf47d319f8\";}s:39:\"wp-content/updraft/log.723a637f21d4.txt\";a:2:{s:1:\"d\";i:1535506940;s:1:\"h\";s:32:\"71641916d7fd40e1348dc12f0f517285\";}s:39:\"wp-content/updraft/log.7fc772abec2e.txt\";a:2:{s:1:\"d\";i:1553035189;s:1:\"h\";s:32:\"6fed9670e5eb1f9a302d71bdc49f0f20\";}s:39:\"wp-content/updraft/log.82b1027ed66d.txt\";a:2:{s:1:\"d\";i:1455056022;s:1:\"h\";s:32:\"ca0a81194dfd59ed40fd271c5c2017be\";}s:39:\"wp-content/updraft/log.856deea8ac4d.txt\";a:2:{s:1:\"d\";i:1625613208;s:1:\"h\";s:32:\"cb5886450308aebdf576881f10e71d07\";}s:39:\"wp-content/updraft/log.89c19a52869c.txt\";a:2:{s:1:\"d\";i:1546995639;s:1:\"h\";s:32:\"50c2b81cedb75ba5183e18e67767a3a8\";}s:39:\"wp-content/updraft/log.8d7d5c6c8c25.txt\";a:2:{s:1:\"d\";i:1459893161;s:1:\"h\";s:32:\"3e80a3ab0204061527185820b515f672\";}s:39:\"wp-content/updraft/log.90c1f6386803.txt\";a:2:{s:1:\"d\";i:1452635437;s:1:\"h\";s:32:\"40aae490ea1e977c632ec1c657114c6d\";}s:39:\"wp-content/updraft/log.918183fc091e.txt\";a:2:{s:1:\"d\";i:1455660328;s:1:\"h\";s:32:\"1290cd07495d9bf98cae04dfa013bc9c\";}s:39:\"wp-content/updraft/log.aded49101a2a.txt\";a:2:{s:1:\"d\";i:1543369782;s:1:\"h\";s:32:\"df866746fa70425f8d0deca8ae7f8c17\";}s:39:\"wp-content/updraft/log.b19131498c37.txt\";a:2:{s:1:\"d\";i:1456869937;s:1:\"h\";s:32:\"860d225bdf8aba959cce73b9b16ba90f\";}s:39:\"wp-content/updraft/log.c12f6c8e0a66.txt\";a:2:{s:1:\"d\";i:1545179423;s:1:\"h\";s:32:\"31b317763b55e9e9ec33d1af422d9508\";}s:39:\"wp-content/updraft/log.cb210f4bc4d4.txt\";a:2:{s:1:\"d\";i:1540948973;s:1:\"h\";s:32:\"03c09903838230778afa16d301f48a56\";}s:39:\"wp-content/updraft/log.d2a6c700986d.txt\";a:2:{s:1:\"d\";i:1559692925;s:1:\"h\";s:32:\"616fa9b464e74df5d4b2bac9ab46fdf6\";}s:39:\"wp-content/updraft/log.e37177117d3e.txt\";a:2:{s:1:\"d\";i:1632999431;s:1:\"h\";s:32:\"0e7aa5d75690e9081e0b1fe1f18bba45\";}s:39:\"wp-content/updraft/log.f09395a24267.txt\";a:2:{s:1:\"d\";i:1453846555;s:1:\"h\";s:32:\"8b39e0168852bdea79579b4895b60952\";}s:39:\"wp-content/updraft/log.f1906bf5d154.txt\";a:2:{s:1:\"d\";i:1452030583;s:1:\"h\";s:32:\"c6a05a9271f27577fddee84bb9e311c8\";}s:39:\"wp-content/updraft/log.f2335209e012.txt\";a:2:{s:1:\"d\";i:1557274171;s:1:\"h\";s:32:\"d3f47057e17df9c54c1051906ea1ed4c\";}s:39:\"wp-content/updraft/log.fd65bdff3289.txt\";a:2:{s:1:\"d\";i:1454450143;s:1:\"h\";s:32:\"b4c561b263a881adf8bdcfc486ec06bc\";}s:29:\"wp-content/updraft/web.config\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"67da82c8c78834859f36bffd79337138\";}s:44:\"wp-content/uploads/2014/10/camera-loader.gif\";a:2:{s:1:\"d\";i:1412622637;s:1:\"h\";s:32:\"cd2e13291ecdcac7f575beea6d84b099\";}s:36:\"wp-content/uploads/2014/10/check.gif\";a:2:{s:1:\"d\";i:1412622639;s:1:\"h\";s:32:\"0b92c1274a3551f29ded29740db66adc\";}s:46:\"wp-content/uploads/2014/10/claythemanSMALL.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"b805f13bdf57a8aab295ab99b1f94458\";}s:52:\"wp-content/uploads/2014/10/claythemanSMALL-75x50.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"e38d040fe1a59ac36a450f04d185323f\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-150x150.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"aeee25fea7559d873c04474f7c4087ba\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-200x162.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"332d71163ca3368f4d4a452ee9ae588e\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-200x192.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"dfd196a5c81ed06a9c797dd480f7d9d3\";}s:38:\"wp-content/uploads/2014/10/favicon.ico\";a:2:{s:1:\"d\";i:1412622693;s:1:\"h\";s:32:\"a3814c03e297420759a5c35b75370de0\";}s:47:\"wp-content/uploads/2014/10/header-blocktest.tif\";a:2:{s:1:\"d\";i:1412622709;s:1:\"h\";s:32:\"36fcbd59a7d1176752df787f5beaf335\";}s:40:\"wp-content/uploads/2014/10/kthomasf1.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"b3823c0c4ed62aebef41fb6c6cd8d2b8\";}s:40:\"wp-content/uploads/2014/10/kthomasf1.tif\";a:2:{s:1:\"d\";i:1412622739;s:1:\"h\";s:32:\"7e5b6c782c20000b62903f603dfb6286\";}s:46:\"wp-content/uploads/2014/10/kthomasf1-75x50.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"7f13620ec267c0808d4aa6aa8a0f466c\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-150x150.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"4fb3e0604dd29f7a61c838a84e883a80\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-200x162.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"eeefd2754406049c8bd74940073b2f7d\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-200x192.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"c6d816626b0a2f167b7e2798fc1f0888\";}s:35:\"wp-content/uploads/2014/10/link.gif\";a:2:{s:1:\"d\";i:1412622743;s:1:\"h\";s:32:\"e167dbc0b7bcdf085b360c4d239dba25\";}s:37:\"wp-content/uploads/2014/10/marker.gif\";a:2:{s:1:\"d\";i:1412622527;s:1:\"h\";s:32:\"a4c7c4d1b3bed414682101a1d2f4a4da\";}s:36:\"wp-content/uploads/2014/10/perk1.tif\";a:2:{s:1:\"d\";i:1412622556;s:1:\"h\";s:32:\"71420ccdcef1251d37d3cc022472bbaa\";}s:51:\"wp-content/uploads/2014/10/simple_demand_letter.pdf\";a:2:{s:1:\"d\";i:1412708211;s:1:\"h\";s:32:\"fbdeffa3478829ad1ed4d44df1eab011\";}s:37:\"wp-content/uploads/2014/10/SWEATT.tif\";a:2:{s:1:\"d\";i:1412622510;s:1:\"h\";s:32:\"405a28cc3c0cae64e68933098ea64c3d\";}s:54:\"wp-content/uploads/2014/10/victim_impact_statement.pdf\";a:2:{s:1:\"d\";i:1412794776;s:1:\"h\";s:32:\"616a495b3c784025029b1eab86402cef\";}s:37:\"wp-content/uploads/2014/10/x-mark.gif\";a:2:{s:1:\"d\";i:1412706343;s:1:\"h\";s:32:\"1c021ce0fa068d261a8def1fcfdb254c\";}s:59:\"wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\";a:2:{s:1:\"d\";i:1440196016;s:1:\"h\";s:32:\"1c9ac779c8c0081c6d04a4e6b1fc6e8b\";}s:48:\"wp-content/uploads/2015/08/BC_Complaint_form.pdf\";a:2:{s:1:\"d\";i:1440196028;s:1:\"h\";s:32:\"00a2fd4b24077728354bf6672bde8456\";}s:54:\"wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\";a:2:{s:1:\"d\";i:1440195994;s:1:\"h\";s:32:\"fbdeffa3478829ad1ed4d44df1eab011\";}s:67:\"wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\";a:2:{s:1:\"d\";i:1440195997;s:1:\"h\";s:32:\"841f57116f4c1d18f997cb2fcf342689\";}s:64:\"wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\";a:2:{s:1:\"d\";i:1440196014;s:1:\"h\";s:32:\"f3c4535a03be371d2a09c82607c94599\";}s:56:\"wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\";a:2:{s:1:\"d\";i:1440196011;s:1:\"h\";s:32:\"616a495b3c784025029b1eab86402cef\";}s:58:\"wp-content/uploads/2016/01/PRESS-RELEASE-PAYTON-HOWARD.pdf\";a:2:{s:1:\"d\";i:1452526045;s:1:\"h\";s:32:\"744944743627696b5c8eae4ca8b9454b\";}s:45:\"wp-content/uploads/2016/09/20160923180405.pdf\";a:2:{s:1:\"d\";i:1474676208;s:1:\"h\";s:32:\"96b6090d46f9ccb86138e8c933813991\";}s:39:\"wp-content/uploads/2022/08/bloglog..zip\";a:2:{s:1:\"d\";i:1661909264;s:1:\"h\";s:32:\"e40e7fd62782405630ef603960aa8419\";}s:36:\"wp-content/uploads/2022/09/bl-gl.zip\";a:2:{s:1:\"d\";i:1662428095;s:1:\"h\";s:32:\"c05661796e5ee14f82b2d510d855e115\";}s:37:\"wp-content/uploads/2022/09/bl-gl1.zip\";a:2:{s:1:\"d\";i:1662430052;s:1:\"h\";s:32:\"c05661796e5ee14f82b2d510d855e115\";}s:38:\"wp-content/uploads/2022/09/blockio.zip\";a:2:{s:1:\"d\";i:1662948276;s:1:\"h\";s:32:\"5be8ae690aebfe6fc0b5dd9bd39ed038\";}s:45:\"wp-content/uploads/ithemes-security/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:53:\"wp-content/uploads/ithemes-security/backups/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:97:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-1448318008-CGoTESejp6.sql\";a:2:{s:1:\"d\";i:1448318009;s:1:\"h\";s:32:\"1ae5b244db5161a10fe3df3e675219f1\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221028-185429-at5jtXopdqk8xnFZK7MtX4JAdqweS7.sql\";a:2:{s:1:\"d\";i:1666983269;s:1:\"h\";s:32:\"5cb6dd5af0945a7af1d2eb72a1265093\";}s:53:\"wp-content/uploads/ithemes-security/backups/index.php\";a:2:{s:1:\"d\";i:1461005850;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:45:\"wp-content/uploads/ithemes-security/index.php\";a:2:{s:1:\"d\";i:1465334413;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:50:\"wp-content/uploads/ithemes-security/logs/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:50:\"wp-content/uploads/ithemes-security/logs/index.php\";a:2:{s:1:\"d\";i:1461005850;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:42:\"wp-content/uploads/wpcf7_captcha/.htaccess\";a:2:{s:1:\"d\";i:1441166258;s:1:\"h\";s:32:\"6dcddf5fa1e85a03805f759d2d4b595c\";}s:11:\"wp-cron.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"f28242f5766d6525b949f376813236d3\";}s:25:\"wp-includes/admin-bar.php\";a:2:{s:1:\"d\";i:1436817505;s:1:\"h\";s:32:\"ffc6c2855977bc60251a2abc3c6f7d2f\";}s:23:\"wp-includes/atomlib.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"6ff12e8342f26fb6a7402a05c8552789\";}s:31:\"wp-includes/author-template.php\";a:2:{s:1:\"d\";i:1432559185;s:1:\"h\";s:32:\"016d84e5998fe4e0795e9a4f66d4c1d8\";}s:33:\"wp-includes/bookmark-template.php\";a:2:{s:1:\"d\";i:1435006528;s:1:\"h\";s:32:\"5c9d1ab160985e1940028b225c48937e\";}s:24:\"wp-includes/bookmark.php\";a:2:{s:1:\"d\";i:1432239205;s:1:\"h\";s:32:\"abd78e431bb84a2ad8bb818acef925fc\";}s:21:\"wp-includes/cache.php\";a:2:{s:1:\"d\";i:1432268666;s:1:\"h\";s:32:\"426603785e51a63e450d6528272a70a9\";}s:25:\"wp-includes/canonical.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"1ca000ee6b0f42cfc898c0d063b738c9\";}s:28:\"wp-includes/capabilities.php\";a:2:{s:1:\"d\";i:1439505084;s:1:\"h\";s:32:\"a31014e49ae0a01dde010296608345e9\";}s:33:\"wp-includes/category-template.php\";a:2:{s:1:\"d\";i:1441739063;s:1:\"h\";s:32:\"ac9229ff90cca16f11fef19dbd3f2f27\";}s:24:\"wp-includes/category.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"7fe788f54bdbd3cca6a0f6eb047f560c\";}s:38:\"wp-includes/certificates/ca-bundle.crt\";a:2:{s:1:\"d\";i:1417922002;s:1:\"h\";s:32:\"978976c7bbfab9219a6f0a8a66a4da6f\";}s:26:\"wp-includes/class-feed.php\";a:2:{s:1:\"d\";i:1432935444;s:1:\"h\";s:32:\"0f2b4413ee727e39ac40d94095e72489\";}s:26:\"wp-includes/class-http.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"cb69dae259f4de4bb9243d00a8df64ba\";}s:25:\"wp-includes/class-IXR.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"5b35b24deb9fa653bc21930c5c082d22\";}s:26:\"wp-includes/class-json.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"1efa820611eebaeaf096d9ccfb8f2e43\";}s:28:\"wp-includes/class-oembed.php\";a:2:{s:1:\"d\";i:1438138646;s:1:\"h\";s:32:\"74b9ef4e84e46c6cca203d8f9374dfda\";}s:28:\"wp-includes/class-phpass.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"f733676d9ae68943316d4d3921afa8bd\";}s:31:\"wp-includes/class-phpmailer.php\";a:2:{s:1:\"d\";i:1436428584;s:1:\"h\";s:32:\"27c283e9738829458b381f0c631f1f24\";}s:26:\"wp-includes/class-pop3.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"0f16fbc95d57b7e73f51f08f399966fe\";}s:31:\"wp-includes/class-simplepie.php\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"5973e0728909826d97bef5443b8ef72e\";}s:26:\"wp-includes/class-smtp.php\";a:2:{s:1:\"d\";i:1436375785;s:1:\"h\";s:32:\"f0ab44d18d1be855d4e593fa5e2f089b\";}s:28:\"wp-includes/class-snoopy.php\";a:2:{s:1:\"d\";i:1373303866;s:1:\"h\";s:32:\"dccbd26d4d7ae80f4d1472923b769e96\";}s:34:\"wp-includes/class-wp-admin-bar.php\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"7a42f415f611040024609d283d449dc6\";}s:38:\"wp-includes/class-wp-ajax-response.php\";a:2:{s:1:\"d\";i:1420935203;s:1:\"h\";s:32:\"723660307dc0646dc48251f6a8b05cc6\";}s:42:\"wp-includes/class-wp-customize-control.php\";a:2:{s:1:\"d\";i:1439229985;s:1:\"h\";s:32:\"9d7f78d6cbec490603b934c9f5c6a34b\";}s:42:\"wp-includes/class-wp-customize-manager.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"a2f68ed4ade6069b2a376d9577d5f9c3\";}s:44:\"wp-includes/class-wp-customize-nav-menus.php\";a:2:{s:1:\"d\";i:1439229985;s:1:\"h\";s:32:\"22f11b76109e055297debf1d051106f3\";}s:40:\"wp-includes/class-wp-customize-panel.php\";a:2:{s:1:\"d\";i:1438207824;s:1:\"h\";s:32:\"496347d72cb3707d87af65b2b9e1e29e\";}s:42:\"wp-includes/class-wp-customize-section.php\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"951a5e89a07f3999d4d88396c19effa6\";}s:42:\"wp-includes/class-wp-customize-setting.php\";a:2:{s:1:\"d\";i:1438185804;s:1:\"h\";s:32:\"78b9507eb8676c9710622fcc6084c5f2\";}s:42:\"wp-includes/class-wp-customize-widgets.php\";a:2:{s:1:\"d\";i:1438663910;s:1:\"h\";s:32:\"b4cb9aab4994dc546ceed3ecbaca322a\";}s:31:\"wp-includes/class-wp-editor.php\";a:2:{s:1:\"d\";i:1438212024;s:1:\"h\";s:32:\"ee6c66b9a58eb45407e81d7fe17cb0a5\";}s:30:\"wp-includes/class-wp-embed.php\";a:2:{s:1:\"d\";i:1438128144;s:1:\"h\";s:32:\"d48ad9835f5fff597323db7af96f980d\";}s:30:\"wp-includes/class-wp-error.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"4b41f801534a440694ae4f6139823d68\";}s:40:\"wp-includes/class-wp-http-ixr-client.php\";a:2:{s:1:\"d\";i:1432275505;s:1:\"h\";s:32:\"08b78bb212f51718b6e9aeb7f76c0bc4\";}s:40:\"wp-includes/class-wp-image-editor-gd.php\";a:2:{s:1:\"d\";i:1435871124;s:1:\"h\";s:32:\"56c0ba8353d1f678f7b1ef15f58f2800\";}s:45:\"wp-includes/class-wp-image-editor-imagick.php\";a:2:{s:1:\"d\";i:1435871124;s:1:\"h\";s:32:\"79c35505b8004a3c26762bc8044a04ff\";}s:37:\"wp-includes/class-wp-image-editor.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"6a0f1c048ff8571f4ee555f04501ae60\";}s:30:\"wp-includes/class-wp-theme.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"82a816f8fd822ddc1c6d145c453b093f\";}s:31:\"wp-includes/class-wp-walker.php\";a:2:{s:1:\"d\";i:1432317565;s:1:\"h\";s:32:\"b975708d9d54c244c118bdf93da5e9da\";}s:38:\"wp-includes/class-wp-xmlrpc-server.php\";a:2:{s:1:\"d\";i:1442271031;s:1:\"h\";s:32:\"f828ced088f4d79dc6338d67987c490e\";}s:24:\"wp-includes/class-wp.php\";a:2:{s:1:\"d\";i:1433770166;s:1:\"h\";s:32:\"bd9f0fa15c7f40ce86ba7bc414e749c9\";}s:37:\"wp-includes/class.wp-dependencies.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"5db9eaa9beb728667a8ecc5790290ead\";}s:32:\"wp-includes/class.wp-scripts.php\";a:2:{s:1:\"d\";i:1432935444;s:1:\"h\";s:32:\"021bb2208761eec79699febbb1d487c6\";}s:31:\"wp-includes/class.wp-styles.php\";a:2:{s:1:\"d\";i:1436821404;s:1:\"h\";s:32:\"de0c9d70c5357a739c5b8a8a953be9ef\";}s:32:\"wp-includes/comment-template.php\";a:2:{s:1:\"d\";i:1435835365;s:1:\"h\";s:32:\"c524f0482260090c82c62b7fe4437776\";}s:23:\"wp-includes/comment.php\";a:2:{s:1:\"d\";i:1436822605;s:1:\"h\";s:32:\"c0d720e5c1833f00cded856a1f7e0a9c\";}s:22:\"wp-includes/compat.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"9622bca63975b41f05783fcb25774d57\";}s:20:\"wp-includes/cron.php\";a:2:{s:1:\"d\";i:1432501824;s:1:\"h\";s:32:\"00ab3d6a1c05de5a4b384991ddb766b6\";}s:33:\"wp-includes/css/admin-bar-rtl.css\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"fbccb3a9d9e326432416170f500febe6\";}s:37:\"wp-includes/css/admin-bar-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"334de15df8332ef1cbebbcdc105c9a90\";}s:29:\"wp-includes/css/admin-bar.css\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"5a46c32fd25c44db97927a28bcb170b3\";}s:33:\"wp-includes/css/admin-bar.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"4eeb8803dcb88361aeceeeb6339a3a51\";}s:31:\"wp-includes/css/buttons-rtl.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"440f128e2267419185ce47d2f8d0505c\";}s:35:\"wp-includes/css/buttons-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"bbb7feb905e67321f8f9fecdd391a30e\";}s:27:\"wp-includes/css/buttons.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"92489bf36e3759bf16fb38fb13a34d0e\";}s:31:\"wp-includes/css/buttons.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"650111cdcaee6c61ba5d238448345b2c\";}s:37:\"wp-includes/css/customize-preview.css\";a:2:{s:1:\"d\";i:1434492506;s:1:\"h\";s:32:\"ff2b06049dc65d95cd7f18988e6e7dd1\";}s:41:\"wp-includes/css/customize-preview.min.css\";a:2:{s:1:\"d\";i:1434492506;s:1:\"h\";s:32:\"531c56155495680f35003643b5cfaa48\";}s:29:\"wp-includes/css/dashicons.css\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"a6907bc29f0d2dcf9a44bf4a56bceca4\";}s:33:\"wp-includes/css/dashicons.min.css\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"e65f96d4f5227b3b03c118b731b6f921\";}s:30:\"wp-includes/css/editor-rtl.css\";a:2:{s:1:\"d\";i:1437938066;s:1:\"h\";s:32:\"78ace8b0870478e309e40a7bbf5e3389\";}s:34:\"wp-includes/css/editor-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6f495e61e507d0ed5a7a9de7019b0f4a\";}s:26:\"wp-includes/css/editor.css\";a:2:{s:1:\"d\";i:1437938066;s:1:\"h\";s:32:\"624d68ea15072444280b4f4e4f4522ec\";}s:30:\"wp-includes/css/editor.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"8df6a448a11dc26010e5e58ffd258ff3\";}s:40:\"wp-includes/css/jquery-ui-dialog-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"81df1614adc93799fc9fd6b4b81c4633\";}s:44:\"wp-includes/css/jquery-ui-dialog-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"5b2c5aa1462672e6856632e1901ece55\";}s:36:\"wp-includes/css/jquery-ui-dialog.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"0a1016dec8649f08c0f31bbb5c36cd01\";}s:40:\"wp-includes/css/jquery-ui-dialog.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"726d1f1796a539919fd0406404dd24e2\";}s:35:\"wp-includes/css/media-views-rtl.css\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"fe2e1045e95e3356a585bb83c8958fe0\";}s:39:\"wp-includes/css/media-views-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"b809a39abbf9269fb8ca45854dee66e7\";}s:31:\"wp-includes/css/media-views.css\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"6002f66791922cb455a1cbdcfb3e5d6e\";}s:35:\"wp-includes/css/media-views.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ff33874b8a636d534226e66ff2bd87f2\";}s:37:\"wp-includes/css/wp-auth-check-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"e8a7ffcfde36022642abee85dd4b629c\";}s:41:\"wp-includes/css/wp-auth-check-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"f25622d7920e308f35585f91572ac755\";}s:33:\"wp-includes/css/wp-auth-check.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"8d5e06994737d4e3e35fd0688151f55e\";}s:37:\"wp-includes/css/wp-auth-check.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"82e0a49003600469a595f3362d318f2c\";}s:34:\"wp-includes/css/wp-pointer-rtl.css\";a:2:{s:1:\"d\";i:1428434066;s:1:\"h\";s:32:\"d7e0cd8698b0111eee1a6a5f8b4c924a\";}s:38:\"wp-includes/css/wp-pointer-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6c3e135352318e69b359fc37bff0b3bc\";}s:30:\"wp-includes/css/wp-pointer.css\";a:2:{s:1:\"d\";i:1428434066;s:1:\"h\";s:32:\"3d7c74b9bf7260ded6960f7d7c3f1e9c\";}s:34:\"wp-includes/css/wp-pointer.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"f2c8a14e896d48cb9f2c3367228ef562\";}s:20:\"wp-includes/date.php\";a:2:{s:1:\"d\";i:1428874172;s:1:\"h\";s:32:\"90759815031baee38d3c9f19e34f4907\";}s:33:\"wp-includes/default-constants.php\";a:2:{s:1:\"d\";i:1435762104;s:1:\"h\";s:32:\"e5c8b4095a4545de0a297cacec182627\";}s:31:\"wp-includes/default-filters.php\";a:2:{s:1:\"d\";i:1439524766;s:1:\"h\";s:32:\"dc4cbaa8db7bfb58459a74eb35056d92\";}s:31:\"wp-includes/default-widgets.php\";a:2:{s:1:\"d\";i:1441606823;s:1:\"h\";s:32:\"defd705b63adc03e33d3edb5fa1e3dc8\";}s:26:\"wp-includes/deprecated.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"4ba34b202310c5fca1b9c19a496465f6\";}s:34:\"wp-includes/feed-atom-comments.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"640325b054336bc1dc0ea50975bbdcdb\";}s:25:\"wp-includes/feed-atom.php\";a:2:{s:1:\"d\";i:1404728295;s:1:\"h\";s:32:\"e37135428b98f334acc2ea4406100a57\";}s:24:\"wp-includes/feed-rdf.php\";a:2:{s:1:\"d\";i:1417901544;s:1:\"h\";s:32:\"da3c43fff6f29048bc2c4427a4cf3769\";}s:24:\"wp-includes/feed-rss.php\";a:2:{s:1:\"d\";i:1431153564;s:1:\"h\";s:32:\"45270d7a1f9f693c7a258cadb371e891\";}s:34:\"wp-includes/feed-rss2-comments.php\";a:2:{s:1:\"d\";i:1436990304;s:1:\"h\";s:32:\"fca41fda847b85db0840a0ae18024160\";}s:25:\"wp-includes/feed-rss2.php\";a:2:{s:1:\"d\";i:1436990304;s:1:\"h\";s:32:\"508875491e48ebaecf2627d350b87ad9\";}s:20:\"wp-includes/feed.php\";a:2:{s:1:\"d\";i:1439237726;s:1:\"h\";s:32:\"9079d5de1d0ce24e41be6fca807be33a\";}s:31:\"wp-includes/fonts/dashicons.eot\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"f379d2e99493ad79891d8300bf7a4a31\";}s:31:\"wp-includes/fonts/dashicons.svg\";a:2:{s:1:\"d\";i:1437645804;s:1:\"h\";s:32:\"21e6b28a2d95d779f553565c7831c97d\";}s:31:\"wp-includes/fonts/dashicons.ttf\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"4e1e8fbebedb4172f1635a4cf29624e8\";}s:32:\"wp-includes/fonts/dashicons.woff\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"a880efb5c3ff8d61a495354352f81afb\";}s:26:\"wp-includes/formatting.php\";a:2:{s:1:\"d\";i:1441923803;s:1:\"h\";s:32:\"5311094f43c7252b22c71fd4dee43f03\";}s:25:\"wp-includes/functions.php\";a:2:{s:1:\"d\";i:1436823324;s:1:\"h\";s:32:\"9a799929c801302c09e30bd3956b2b3c\";}s:36:\"wp-includes/functions.wp-scripts.php\";a:2:{s:1:\"d\";i:1434128064;s:1:\"h\";s:32:\"f57615639435b645ddbed0d3c1d45ad9\";}s:35:\"wp-includes/functions.wp-styles.php\";a:2:{s:1:\"d\";i:1434128064;s:1:\"h\";s:32:\"541d22db98d97a3255a8abfa90dddbd9\";}s:32:\"wp-includes/general-template.php\";a:2:{s:1:\"d\";i:1439310327;s:1:\"h\";s:32:\"bdcc5e71a0a4599d6bba62b4e00b7ad6\";}s:20:\"wp-includes/http.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"87c1f1028fe11974dade7c5e81e4f941\";}s:30:\"wp-includes/ID3/getid3.lib.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"c52de7647222fe4b24e2ea04755f99b8\";}s:26:\"wp-includes/ID3/getid3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"97bcd61856df7afa653d491775efda5c\";}s:38:\"wp-includes/ID3/license.commercial.txt\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"0a3b670896fc4a8067adb2c6d978418e\";}s:27:\"wp-includes/ID3/license.txt\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"35d98aadf8f7cc6851336651f7a66b98\";}s:42:\"wp-includes/ID3/module.audio-video.asf.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"286b1999c151b7ba01cfd57c24e134cf\";}s:42:\"wp-includes/ID3/module.audio-video.flv.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"6b834869b62c57fea91851b146dce3d3\";}s:47:\"wp-includes/ID3/module.audio-video.matroska.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"639aa5ae894b396a00fb53fc8069e74a\";}s:48:\"wp-includes/ID3/module.audio-video.quicktime.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"272dfd6e4c391f20611a11d921e66eeb\";}s:43:\"wp-includes/ID3/module.audio-video.riff.php\";a:2:{s:1:\"d\";i:1410462437;s:1:\"h\";s:32:\"ee82540f026662197f7003474fd92de2\";}s:36:\"wp-includes/ID3/module.audio.ac3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"e81c4500fb4c3b224fd2f9a78ba66427\";}s:36:\"wp-includes/ID3/module.audio.dts.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"f3ea566007c94c03372eb6f46c5d2001\";}s:37:\"wp-includes/ID3/module.audio.flac.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"055003ea7c0388fd73107113d3ed3bc3\";}s:36:\"wp-includes/ID3/module.audio.mp3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"eb87257b2f0507f4ac5591d4226dfc86\";}s:36:\"wp-includes/ID3/module.audio.ogg.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"7bdc813a7fa95feceed4f6d4b37d3c97\";}s:37:\"wp-includes/ID3/module.tag.apetag.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"346c8c1b97caecba5592a91452fa3949\";}s:36:\"wp-includes/ID3/module.tag.id3v1.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"2b368be9e19051d00cac0e67341d051d\";}s:36:\"wp-includes/ID3/module.tag.id3v2.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"f26306a3858ad4074679d94f2aeead4e\";}s:38:\"wp-includes/ID3/module.tag.lyrics3.php\";a:2:{s:1:\"d\";i:1442384213;s:1:\"h\";s:32:\"1255f9fb3380ba93dd223981b21832ed\";}s:26:\"wp-includes/ID3/readme.txt\";a:2:{s:1:\"d\";i:1410462437;s:1:\"h\";s:32:\"9396dfe1c69c938eb17f564c4e5bab18\";}s:28:\"wp-includes/images/blank.gif\";a:2:{s:1:\"d\";i:1416895942;s:1:\"h\";s:32:\"48bb2baaf4353109f7c2665d96aa390b\";}s:38:\"wp-includes/images/crystal/license.txt\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"f05db54c63e36918479b6651930dcfe7\";}s:36:\"wp-includes/images/down_arrow-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"a073b8a1ee9b2482017f3628da40a861\";}s:33:\"wp-includes/images/down_arrow.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"65dcc85d3a75ff5776fbe3df0122b7e2\";}s:41:\"wp-includes/images/smilies/icon_arrow.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"bfcab5090b1280bbe495dbead4d2281f\";}s:43:\"wp-includes/images/smilies/icon_biggrin.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"c7597052fe2b16db307d6bd14e7b8c6b\";}s:44:\"wp-includes/images/smilies/icon_confused.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7fefa473594650055a36b9e3062c9a91\";}s:40:\"wp-includes/images/smilies/icon_cool.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"96467eb5ae18dfa22ea1c0fa3e74380e\";}s:39:\"wp-includes/images/smilies/icon_cry.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"453e7a3f8bbb417008f06d576c41d060\";}s:39:\"wp-includes/images/smilies/icon_eek.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"a6c65fa6ff738ef6c46a4e80a65f7aa0\";}s:40:\"wp-includes/images/smilies/icon_evil.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"63bf101bd3d4f7564d3cf31822218d2e\";}s:43:\"wp-includes/images/smilies/icon_exclaim.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5ce371458c1a2148595f5f3daf7b5fc8\";}s:40:\"wp-includes/images/smilies/icon_idea.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"bdb3226d2568b8c1edf8f453b1e872e6\";}s:39:\"wp-includes/images/smilies/icon_lol.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d4f04dc65a387ca9b8c0f22ca8c0ec8c\";}s:39:\"wp-includes/images/smilies/icon_mad.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d7be08b669651a63080cfe7b9004d330\";}s:43:\"wp-includes/images/smilies/icon_mrgreen.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"fde9e44a8aae0e89bd527792b4779aca\";}s:43:\"wp-includes/images/smilies/icon_neutral.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8a95dbfaa99809b0150687ae0cb45aed\";}s:44:\"wp-includes/images/smilies/icon_question.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d22775b2e32645907141f788c36d4e9d\";}s:40:\"wp-includes/images/smilies/icon_razz.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"17cbe5cbade2b4ec3d85be4ac9409add\";}s:43:\"wp-includes/images/smilies/icon_redface.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"1c6d8b101c821641f983175221346112\";}s:44:\"wp-includes/images/smilies/icon_rolleyes.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"afc8bbc65fcbd2b82a3e2c1ab41a216a\";}s:39:\"wp-includes/images/smilies/icon_sad.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"1a273db3c34f6afb3fed75417ca5e7b6\";}s:41:\"wp-includes/images/smilies/icon_smile.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b2984729c3b6cdc07508b88b5c0a4d1e\";}s:45:\"wp-includes/images/smilies/icon_surprised.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"299972b5cdd1f1e0690dd95e4038bd87\";}s:43:\"wp-includes/images/smilies/icon_twisted.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"62abd50ca92eb2381a7c60e351f64c46\";}s:40:\"wp-includes/images/smilies/icon_wink.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d01a4f87055ac0fce8a66739d80434ba\";}s:33:\"wp-includes/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:30:\"wp-includes/images/spinner.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:32:\"wp-includes/images/wpspin-2x.gif\";a:2:{s:1:\"d\";i:1442384288;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:29:\"wp-includes/images/wpspin.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:29:\"wp-includes/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:26:\"wp-includes/images/xit.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:27:\"wp-includes/js/admin-bar.js\";a:2:{s:1:\"d\";i:1437422544;s:1:\"h\";s:32:\"d97a1899a7f641e693928f5a47c33de4\";}s:31:\"wp-includes/js/admin-bar.min.js\";a:2:{s:1:\"d\";i:1437422544;s:1:\"h\";s:32:\"5bd4dfd347e0592a6bc8a5b9d6b070fc\";}s:26:\"wp-includes/js/autosave.js\";a:2:{s:1:\"d\";i:1416588085;s:1:\"h\";s:32:\"63fd697c7d66f00cefc6430b8c53c92f\";}s:30:\"wp-includes/js/autosave.min.js\";a:2:{s:1:\"d\";i:1416588085;s:1:\"h\";s:32:\"2eec8f2c408c881c6715ce0f682f3707\";}s:30:\"wp-includes/js/backbone.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"88fee57a12be8ea719ed85fe29f062d3\";}s:29:\"wp-includes/js/colorpicker.js\";a:2:{s:1:\"d\";i:1353165089;s:1:\"h\";s:32:\"f01017ca562067f4840eb2b6f99f2daf\";}s:33:\"wp-includes/js/colorpicker.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"58ab2fba61b092b0f4efe8aaa3b2864e\";}s:31:\"wp-includes/js/comment-reply.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"d30ad028653d4eac285a1d4d06567bbd\";}s:35:\"wp-includes/js/comment-reply.min.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"1b1e9d1d12fcc51a151e7e0688bc695f\";}s:31:\"wp-includes/js/crop/cropper.css\";a:2:{s:1:\"d\";i:1356018932;s:1:\"h\";s:32:\"6b79350bf46e0f692a4d1b2807ed0399\";}s:30:\"wp-includes/js/crop/cropper.js\";a:2:{s:1:\"d\";i:1178315323;s:1:\"h\";s:32:\"1d97b296d918482e1273c56fbff6a8e2\";}s:36:\"wp-includes/js/crop/marqueeHoriz.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"8cccae9c1ebafdb83be602e4d44c6f0a\";}s:35:\"wp-includes/js/crop/marqueeVert.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"ae9accf100a4b9930639adff52d4dcc7\";}s:32:\"wp-includes/js/customize-base.js\";a:2:{s:1:\"d\";i:1427326587;s:1:\"h\";s:32:\"5dca30a4679d1aedaacebd16a4a1a0ff\";}s:36:\"wp-includes/js/customize-base.min.js\";a:2:{s:1:\"d\";i:1427326587;s:1:\"h\";s:32:\"2eac88d29658e3be60fb3502410e1d18\";}s:34:\"wp-includes/js/customize-loader.js\";a:2:{s:1:\"d\";i:1427304386;s:1:\"h\";s:32:\"2130932604d2718d1e9d11e800ab7e93\";}s:38:\"wp-includes/js/customize-loader.min.js\";a:2:{s:1:\"d\";i:1427304386;s:1:\"h\";s:32:\"920192c0f83cb413dcbd4c2d8907496d\";}s:34:\"wp-includes/js/customize-models.js\";a:2:{s:1:\"d\";i:1437325766;s:1:\"h\";s:32:\"3a799b747d1cc99f440ec4630a32e040\";}s:38:\"wp-includes/js/customize-models.min.js\";a:2:{s:1:\"d\";i:1398457519;s:1:\"h\";s:32:\"4f4b04852e86713b9f7490e74ee8820a\";}s:45:\"wp-includes/js/customize-preview-nav-menus.js\";a:2:{s:1:\"d\";i:1438193604;s:1:\"h\";s:32:\"272fac6db6ba470a966e5e363fff1335\";}s:49:\"wp-includes/js/customize-preview-nav-menus.min.js\";a:2:{s:1:\"d\";i:1438193604;s:1:\"h\";s:32:\"696de30f3cf4547a2aaa8fe0e952b6d1\";}s:43:\"wp-includes/js/customize-preview-widgets.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"a01ebc7a7becb4597d71d379bcdab4be\";}s:47:\"wp-includes/js/customize-preview-widgets.min.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"05c7517e06bb14b5eaa336c261b99b81\";}s:35:\"wp-includes/js/customize-preview.js\";a:2:{s:1:\"d\";i:1426002986;s:1:\"h\";s:32:\"eead944332db05e2cdde148dac2cdabe\";}s:39:\"wp-includes/js/customize-preview.min.js\";a:2:{s:1:\"d\";i:1426002986;s:1:\"h\";s:32:\"b8e325486884be9894b081ebac0d54ad\";}s:33:\"wp-includes/js/customize-views.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"fab2f195182995d82502a8ab7f0c79d9\";}s:37:\"wp-includes/js/customize-views.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"05b8ea5fb11adb182563ddb989e091d1\";}s:27:\"wp-includes/js/heartbeat.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"25e9e78d00555f2e724456104eff7af0\";}s:31:\"wp-includes/js/heartbeat.min.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"1a30d2f3f43f2e3fb867298e53cad1a1\";}s:29:\"wp-includes/js/hoverIntent.js\";a:2:{s:1:\"d\";i:1426094127;s:1:\"h\";s:32:\"cab3598b438a9e63984f1c6e9dd79b01\";}s:33:\"wp-includes/js/hoverIntent.min.js\";a:2:{s:1:\"d\";i:1426094127;s:1:\"h\";s:32:\"ca500ade854c31417faf5762e31b9d00\";}s:46:\"wp-includes/js/imgareaselect/border-anim-h.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5ac3c42cc86e745a5e36b67b4c70a134\";}s:46:\"wp-includes/js/imgareaselect/border-anim-v.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"20c97a21993cf137ead9fdbecbc42aa8\";}s:46:\"wp-includes/js/imgareaselect/imgareaselect.css\";a:2:{s:1:\"d\";i:1335390597;s:1:\"h\";s:32:\"7d28cad92829b3d633a087b5f3b595af\";}s:52:\"wp-includes/js/imgareaselect/jquery.imgareaselect.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"7a0e1bfc429252530cfb8318f53a5986\";}s:56:\"wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"25f42e049e65ee16d442799755724025\";}s:30:\"wp-includes/js/jcrop/Jcrop.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5a8bfd37651305bdafbcf2cd51b0254b\";}s:41:\"wp-includes/js/jcrop/jquery.Jcrop.min.css\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"56cc9ea201dc2f4b910e78bfacac9211\";}s:40:\"wp-includes/js/jcrop/jquery.Jcrop.min.js\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"2f61ab984c177275c71e34ff1a17c102\";}s:39:\"wp-includes/js/jquery/jquery-migrate.js\";a:2:{s:1:\"d\";i:1368552178;s:1:\"h\";s:32:\"90e237d5f01035b958feaf514ef27f7a\";}s:43:\"wp-includes/js/jquery/jquery-migrate.min.js\";a:2:{s:1:\"d\";i:1374593305;s:1:\"h\";s:32:\"512b871a2830e44259bc3ce3343afcd0\";}s:41:\"wp-includes/js/jquery/jquery.color.min.js\";a:2:{s:1:\"d\";i:1365614995;s:1:\"h\";s:32:\"ff2db8dbf145ce47f31781eef33e764a\";}s:36:\"wp-includes/js/jquery/jquery.form.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"e5afd8e41d2ec22c19932b068cd90a71\";}s:40:\"wp-includes/js/jquery/jquery.form.min.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"dbc3808473def00fce45fe564dc72dcb\";}s:39:\"wp-includes/js/jquery/jquery.hotkeys.js\";a:2:{s:1:\"d\";i:1388621474;s:1:\"h\";s:32:\"e29483a8ca26a0dd8b0d1146c6b0a6e9\";}s:43:\"wp-includes/js/jquery/jquery.hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e353217d4555ab5c62b367be6889813d\";}s:31:\"wp-includes/js/jquery/jquery.js\";a:2:{s:1:\"d\";i:1435448423;s:1:\"h\";s:32:\"207abeb83412721d556faeba36e00822\";}s:43:\"wp-includes/js/jquery/jquery.masonry.min.js\";a:2:{s:1:\"d\";i:1395905596;s:1:\"h\";s:32:\"928adcedcd52b828e51f9ec291655e01\";}s:37:\"wp-includes/js/jquery/jquery.query.js\";a:2:{s:1:\"d\";i:1359492752;s:1:\"h\";s:32:\"3bcc587af2c7b01fc6fbc9c077050143\";}s:40:\"wp-includes/js/jquery/jquery.schedule.js\";a:2:{s:1:\"d\";i:1199986548;s:1:\"h\";s:32:\"0426b39754aa6bc766d89ea4c41bbd06\";}s:48:\"wp-includes/js/jquery/jquery.serialize-object.js\";a:2:{s:1:\"d\";i:1295564977;s:1:\"h\";s:32:\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\";}s:45:\"wp-includes/js/jquery/jquery.table-hotkeys.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"a706ead694231e74fd6750b1670580a5\";}s:49:\"wp-includes/js/jquery/jquery.table-hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e56f81676f199db7bf937e69a64909fa\";}s:46:\"wp-includes/js/jquery/jquery.ui.touch-punch.js\";a:2:{s:1:\"d\";i:1334113103;s:1:\"h\";s:32:\"4cc86d1003c45134d6838f13e3885db1\";}s:32:\"wp-includes/js/jquery/suggest.js\";a:2:{s:1:\"d\";i:1403798894;s:1:\"h\";s:32:\"bf55f3b46b05aa372a0bed97b848de9e\";}s:36:\"wp-includes/js/jquery/suggest.min.js\";a:2:{s:1:\"d\";i:1396465516;s:1:\"h\";s:32:\"21a79ede04fa5ee9017e6bdbdba5bfe9\";}s:41:\"wp-includes/js/jquery/ui/accordion.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"617307799c0ec636db3df228d57790da\";}s:44:\"wp-includes/js/jquery/ui/autocomplete.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"87848b50d8b543b6fe1a38a97a6aea5c\";}s:38:\"wp-includes/js/jquery/ui/button.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"6e0e045d3fe4766ba1cd3ae5830f5307\";}s:36:\"wp-includes/js/jquery/ui/core.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"204d1573e5f9ad0d0c9b61bdffe4a37b\";}s:42:\"wp-includes/js/jquery/ui/datepicker.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"82e28aae0e34a07a0b13ce604d021b14\";}s:38:\"wp-includes/js/jquery/ui/dialog.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"24036156f5137bd484089907f52c9530\";}s:41:\"wp-includes/js/jquery/ui/draggable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"500b56f16499ad4010c6cb1159a00ef7\";}s:41:\"wp-includes/js/jquery/ui/droppable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"1a4b2271fd48cc6494bc94967e41b150\";}s:44:\"wp-includes/js/jquery/ui/effect-blind.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"addbe09f173c4f1bd86d41ac5f3b4f4c\";}s:45:\"wp-includes/js/jquery/ui/effect-bounce.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d8967fe0305451de35920fd4fbe18d53\";}s:43:\"wp-includes/js/jquery/ui/effect-clip.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"c7939457e8ab231b951713475a056173\";}s:43:\"wp-includes/js/jquery/ui/effect-drop.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"57fe560887cac7a5b2598188463290e8\";}s:46:\"wp-includes/js/jquery/ui/effect-explode.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"605955a2ff9bbd517d58d90651f730d8\";}s:43:\"wp-includes/js/jquery/ui/effect-fade.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"9f6fd64f4f5ff5893b7b72a235246d0c\";}s:43:\"wp-includes/js/jquery/ui/effect-fold.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"8d365ec1b3a7ee82f93c9afd441e456c\";}s:48:\"wp-includes/js/jquery/ui/effect-highlight.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"95e8ebe62adf187fb4c3b84eb5bef821\";}s:43:\"wp-includes/js/jquery/ui/effect-puff.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"fe496d6c9d63bc47854084c8b3fc20d6\";}s:46:\"wp-includes/js/jquery/ui/effect-pulsate.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d31b2660850bd11ed7f4118ee166f1e9\";}s:44:\"wp-includes/js/jquery/ui/effect-scale.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d57d0830652c29c3e0e301b02b6db754\";}s:44:\"wp-includes/js/jquery/ui/effect-shake.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"a0274a6716560eeaccaf0090400f7095\";}s:43:\"wp-includes/js/jquery/ui/effect-size.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"3a14499e6b9543cd2a85be995dab077f\";}s:44:\"wp-includes/js/jquery/ui/effect-slide.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"fa23475fb01c8f4d56da98ca0c1179b5\";}s:47:\"wp-includes/js/jquery/ui/effect-transfer.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"07e5b0dea800777dd2108788b56ef90b\";}s:38:\"wp-includes/js/jquery/ui/effect.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"1441d6a28c1e7069c1e21b757f2b6082\";}s:36:\"wp-includes/js/jquery/ui/menu.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"279b59ffd3e6ed2da1397cb06ce13ec0\";}s:37:\"wp-includes/js/jquery/ui/mouse.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"e4a138275da8ed21bf8e49d9b210b884\";}s:40:\"wp-includes/js/jquery/ui/position.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"9396d719a4eadde27896ce30327a3a89\";}s:43:\"wp-includes/js/jquery/ui/progressbar.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"a5e9438e7bac8acb9a71ccf4741009cd\";}s:41:\"wp-includes/js/jquery/ui/resizable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"3f04b22aeae2579369c558e39db6d5bf\";}s:42:\"wp-includes/js/jquery/ui/selectable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"51f19c22fb1d7b1bbf428b4de4f01fce\";}s:42:\"wp-includes/js/jquery/ui/selectmenu.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"cb7db4cbaa328e395a680c78692236f0\";}s:38:\"wp-includes/js/jquery/ui/slider.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"7d09316c34df2686e1515795ef0f4cc8\";}s:40:\"wp-includes/js/jquery/ui/sortable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"0ed316ce58771b0297b783130e6b5e94\";}s:39:\"wp-includes/js/jquery/ui/spinner.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"b2d7a9df2f6b0f264851faf33b6ac7d6\";}s:36:\"wp-includes/js/jquery/ui/tabs.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"4572c6f0dae66c956ef9774756800b92\";}s:39:\"wp-includes/js/jquery/ui/tooltip.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"b75d47d283918bef01b8cdcc4045511e\";}s:38:\"wp-includes/js/jquery/ui/widget.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"0bb0af0869341cca0236ba99d4ea092f\";}s:23:\"wp-includes/js/json2.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"74d903049683e5bbea9ccb7544a42bca\";}s:27:\"wp-includes/js/json2.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"34a938334208cacfd97631b04283ddd9\";}s:29:\"wp-includes/js/masonry.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"69717d4569676f401e97dcec54f10ebc\";}s:26:\"wp-includes/js/mce-view.js\";a:2:{s:1:\"d\";i:1438177764;s:1:\"h\";s:32:\"5d93951714ec40da1cd2defc66fb4ce0\";}s:30:\"wp-includes/js/mce-view.min.js\";a:2:{s:1:\"d\";i:1438177764;s:1:\"h\";s:32:\"42c639526ec5b00732f0fb2e7b0d6a53\";}s:34:\"wp-includes/js/media-audiovideo.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"17236090dcb388dd84b091ae7e373ae4\";}s:38:\"wp-includes/js/media-audiovideo.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"aedd794ce915a1b424abcfa487a27876\";}s:30:\"wp-includes/js/media-editor.js\";a:2:{s:1:\"d\";i:1429626985;s:1:\"h\";s:32:\"20f9f27717e6b1fd22576cdffba06336\";}s:34:\"wp-includes/js/media-editor.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"725a37e46661f84f85a5602e6cc33d02\";}s:28:\"wp-includes/js/media-grid.js\";a:2:{s:1:\"d\";i:1437491427;s:1:\"h\";s:32:\"1e05c8c75113e18fb3626f7ddbe07cbd\";}s:32:\"wp-includes/js/media-grid.min.js\";a:2:{s:1:\"d\";i:1437491427;s:1:\"h\";s:32:\"d01d7c54b7f1e87d1b3c9e7d9cd8589c\";}s:30:\"wp-includes/js/media-models.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"98fa336128f3c0da0271f568a0cc05d3\";}s:34:\"wp-includes/js/media-models.min.js\";a:2:{s:1:\"d\";i:1436196866;s:1:\"h\";s:32:\"bc01c1de1fdb0176783247e8a754a60b\";}s:29:\"wp-includes/js/media-views.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"3a7456ca374af47b36df25b8db73a9b6\";}s:33:\"wp-includes/js/media-views.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"7c56e29067eccb592238ea9e0650bed4\";}s:39:\"wp-includes/js/mediaelement/bigplay.svg\";a:2:{s:1:\"d\";i:1407617057;s:1:\"h\";s:32:\"ea090d716dd05e4024c29283f3c88d0d\";}s:40:\"wp-includes/js/mediaelement/controls.svg\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"40f56f5a736da4effeb790cedb8a52f0\";}s:49:\"wp-includes/js/mediaelement/flashmediaelement.swf\";a:2:{s:1:\"d\";i:1434746546;s:1:\"h\";s:32:\"2400c991b8473d44a7edc75605496760\";}s:45:\"wp-includes/js/mediaelement/froogaloop.min.js\";a:2:{s:1:\"d\";i:1420833863;s:1:\"h\";s:32:\"2a8742c0ac1cdbec23be44a7d4e9a3c9\";}s:39:\"wp-includes/js/mediaelement/loading.gif\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"76b326f4d44222126fee21076595bef5\";}s:58:\"wp-includes/js/mediaelement/mediaelement-and-player.min.js\";a:2:{s:1:\"d\";i:1436891425;s:1:\"h\";s:32:\"1abc152ca7ae762a29ac997bc779a187\";}s:54:\"wp-includes/js/mediaelement/mediaelementplayer.min.css\";a:2:{s:1:\"d\";i:1425574466;s:1:\"h\";s:32:\"2ca8d8977881d5e608aa01c45bac7dce\";}s:55:\"wp-includes/js/mediaelement/silverlightmediaelement.xap\";a:2:{s:1:\"d\";i:1425574466;s:1:\"h\";s:32:\"a83ab83a3d43222e4ba77cf96e0074aa\";}s:47:\"wp-includes/js/mediaelement/wp-mediaelement.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"b386228e88380ff75bcf293d432db6a4\";}s:46:\"wp-includes/js/mediaelement/wp-mediaelement.js\";a:2:{s:1:\"d\";i:1414545684;s:1:\"h\";s:32:\"9f38d89f0e227bebd5ba84ac75e10f5a\";}s:42:\"wp-includes/js/mediaelement/wp-playlist.js\";a:2:{s:1:\"d\";i:1409601318;s:1:\"h\";s:32:\"0ec99859384076f01ce50727d9bf18b3\";}s:35:\"wp-includes/js/plupload/handlers.js\";a:2:{s:1:\"d\";i:1425930266;s:1:\"h\";s:32:\"c9d857501549cabf90a9c546f0556729\";}s:39:\"wp-includes/js/plupload/handlers.min.js\";a:2:{s:1:\"d\";i:1425930266;s:1:\"h\";s:32:\"813ceb60612a365924d271704d03d95c\";}s:35:\"wp-includes/js/plupload/license.txt\";a:2:{s:1:\"d\";i:1311929975;s:1:\"h\";s:32:\"751419260aa954499f7abaabaa882bbe\";}s:42:\"wp-includes/js/plupload/plupload.flash.swf\";a:2:{s:1:\"d\";i:1429510405;s:1:\"h\";s:32:\"aeb99cfd67b07d467f9c39c1228c7e53\";}s:44:\"wp-includes/js/plupload/plupload.full.min.js\";a:2:{s:1:\"d\";i:1393531276;s:1:\"h\";s:32:\"9349f636c747a5e983020a1cb7213a44\";}s:48:\"wp-includes/js/plupload/plupload.silverlight.xap\";a:2:{s:1:\"d\";i:1397434036;s:1:\"h\";s:32:\"3c524750546de1b3aab36ff60719aebb\";}s:38:\"wp-includes/js/plupload/wp-plupload.js\";a:2:{s:1:\"d\";i:1415216243;s:1:\"h\";s:32:\"659d8f1d3bfd32cf405f6591d0521e7c\";}s:42:\"wp-includes/js/plupload/wp-plupload.min.js\";a:2:{s:1:\"d\";i:1413438858;s:1:\"h\";s:32:\"1d8eb51f53f479c82c6c660f7f40ad40\";}s:27:\"wp-includes/js/quicktags.js\";a:2:{s:1:\"d\";i:1434924088;s:1:\"h\";s:32:\"213aa843be923e9b3cd4e8231551d01d\";}s:31:\"wp-includes/js/quicktags.min.js\";a:2:{s:1:\"d\";i:1442384645;s:1:\"h\";s:32:\"fa5d97a49168b7454a06fa0e195fce4d\";}s:27:\"wp-includes/js/shortcode.js\";a:2:{s:1:\"d\";i:1417480282;s:1:\"h\";s:32:\"eb207a02d03e3196d9d14ad139327fb5\";}s:31:\"wp-includes/js/shortcode.min.js\";a:2:{s:1:\"d\";i:1398915433;s:1:\"h\";s:32:\"18ba5832006079f3bcbdeb4c38c92adf\";}s:27:\"wp-includes/js/swfobject.js\";a:2:{s:1:\"d\";i:1334704169;s:1:\"h\";s:32:\"9ffdba2cff497d701684657e329871f5\";}s:36:\"wp-includes/js/swfupload/handlers.js\";a:2:{s:1:\"d\";i:1393274954;s:1:\"h\";s:32:\"14b2d04fdb85bc1f171cf3dfb2987dca\";}s:40:\"wp-includes/js/swfupload/handlers.min.js\";a:2:{s:1:\"d\";i:1371799147;s:1:\"h\";s:32:\"96592c6b3fad580ce04e12bc3047ef3b\";}s:36:\"wp-includes/js/swfupload/license.txt\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"cbe05bb060c85e07882dc06ff751577a\";}s:53:\"wp-includes/js/swfupload/plugins/swfupload.cookies.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"7fa57ec00dda88dd6b5c2037ccb4d5cf\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.queue.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"9953522fbd4a1b02bbf635a92d76cd8f\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.speed.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"415a3787846bb6c2d745602c2afb73ac\";}s:55:\"wp-includes/js/swfupload/plugins/swfupload.swfobject.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"ccb51571a75637db08545caaf2ed9e73\";}s:37:\"wp-includes/js/swfupload/swfupload.js\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"ef3ae9014525cf81187afaa61bca737e\";}s:38:\"wp-includes/js/swfupload/swfupload.swf\";a:2:{s:1:\"d\";i:1375125300;s:1:\"h\";s:32:\"bd5a25f23589652ca472d41fe1484f0c\";}s:44:\"wp-includes/js/thickbox/loadingAnimation.gif\";a:2:{s:1:\"d\";i:1352149215;s:1:\"h\";s:32:\"ce2268030dd2151b63cdf4ffc2f626ba\";}s:36:\"wp-includes/js/thickbox/thickbox.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"255290108a1c6a8ad31f6fa1415978a7\";}s:35:\"wp-includes/js/thickbox/thickbox.js\";a:2:{s:1:\"d\";i:1431553344;s:1:\"h\";s:32:\"20baaf5da31ddd92caab7962d15c0ac3\";}s:43:\"wp-includes/js/tinymce/langs/wp-langs-en.js\";a:2:{s:1:\"d\";i:1418724443;s:1:\"h\";s:32:\"08f8669f7453b17563a62e6bbb376137\";}s:34:\"wp-includes/js/tinymce/license.txt\";a:2:{s:1:\"d\";i:1302546231;s:1:\"h\";s:32:\"045d04e17422d99e338da75b9c749b7c\";}s:48:\"wp-includes/js/tinymce/plugins/charmap/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a3a422577ac81c9ef6d7036869c30c7b\";}s:52:\"wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"218b586940473a3d64d408b22fa603ae\";}s:52:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"22538c49f524050bd8300b44526abc2a\";}s:56:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"1581bb02286f54b4fb0cce52d2ef61c7\";}s:54:\"wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";a:2:{s:1:\"d\";i:1434642686;s:1:\"h\";s:32:\"96b3a37270049ad482e5e0b14b2bff89\";}s:49:\"wp-includes/js/tinymce/plugins/compat3x/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"790e3c426331bcdfbb33c636090b6194\";}s:53:\"wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";a:2:{s:1:\"d\";i:1395204375;s:1:\"h\";s:32:\"5798e3d2fb0180a9179b8bd7cf728eae\";}s:55:\"wp-includes/js/tinymce/plugins/directionality/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"5f21385b1f4513568d611d595040d141\";}s:59:\"wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"60de57253ca9143a6f1e4aff10fc39d2\";}s:51:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"ed15397c76c49fb9518bdb1b912a55ef\";}s:55:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"d47998057f5f31758add87f462076fe2\";}s:43:\"wp-includes/js/tinymce/plugins/hr/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"428c9fb47a7b83fa0440a15886d0b11a\";}s:47:\"wp-includes/js/tinymce/plugins/hr/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"5c23255ad2d11db3f72c33b649f1389a\";}s:46:\"wp-includes/js/tinymce/plugins/image/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"e60f8eb665759cface17e2662e085ecd\";}s:50:\"wp-includes/js/tinymce/plugins/image/plugin.min.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"e0503423284ee602ddafaeb8dd074147\";}s:46:\"wp-includes/js/tinymce/plugins/lists/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a50a5f7469bc374bdf17a75c0cd4d98a\";}s:50:\"wp-includes/js/tinymce/plugins/lists/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"6bdcee3180998f7f8e13dc4917d8f9a9\";}s:52:\"wp-includes/js/tinymce/plugins/media/moxieplayer.swf\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"4e59d34efb2da0b9a033596a85e4b1ef\";}s:46:\"wp-includes/js/tinymce/plugins/media/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"abba483f4f8fd4d1bb3883dfdbde63b9\";}s:50:\"wp-includes/js/tinymce/plugins/media/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"4c19cd169dac570c6d6675fa82a4f3e5\";}s:46:\"wp-includes/js/tinymce/plugins/paste/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"afc4c67509b5f5b52fd2b7556836b69c\";}s:50:\"wp-includes/js/tinymce/plugins/paste/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"d41da4c3b9d07e54055ad9ab13b9112b\";}s:49:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"0001917ebec06ecb3fbf863f38f4af52\";}s:53:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"d810b096023695b38bf682f20774af98\";}s:50:\"wp-includes/js/tinymce/plugins/textcolor/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"ff76dd12efde3c20a321d00058535b3f\";}s:54:\"wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"a5ca0a92e1bdf1fbf3f9a07db5573092\";}s:50:\"wp-includes/js/tinymce/plugins/wordpress/plugin.js\";a:2:{s:1:\"d\";i:1438896925;s:1:\"h\";s:32:\"e2622abed0990e5fa1c0a46ec9857c81\";}s:54:\"wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";a:2:{s:1:\"d\";i:1438896925;s:1:\"h\";s:32:\"6e47a30fdc90cb4b42de68acf864c71a\";}s:53:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";a:2:{s:1:\"d\";i:1428538287;s:1:\"h\";s:32:\"640cbc0058638c4fb0400370dbcf25a3\";}s:57:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";a:2:{s:1:\"d\";i:1428538287;s:1:\"h\";s:32:\"564cd5d11909d4675327b6f71fa09269\";}s:50:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"06f7aecb5bdfa28739eea0a498d15a81\";}s:54:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"eafbb1478981e337981d287474e240b8\";}s:52:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"1368498ecb829d4e2c9d74efd0dc522e\";}s:56:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"aa3dc74f38e3be71febb90a89d2166a8\";}s:48:\"wp-includes/js/tinymce/plugins/wpemoji/plugin.js\";a:2:{s:1:\"d\";i:1429399766;s:1:\"h\";s:32:\"1d793200d7b3e0f80818903ca5721bc7\";}s:52:\"wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js\";a:2:{s:1:\"d\";i:1429399766;s:1:\"h\";s:32:\"7ceb852c73b74dc1b5f5f015be95506d\";}s:50:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";a:2:{s:1:\"d\";i:1413137600;s:1:\"h\";s:32:\"b10eadbf41e88b236ac764bd26e653f9\";}s:54:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";a:2:{s:1:\"d\";i:1413137600;s:1:\"h\";s:32:\"b229462e6a542696fbf6bd4917c9074f\";}s:47:\"wp-includes/js/tinymce/plugins/wplink/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"1cfe476c543e87f1bf2ad3ac091dc920\";}s:51:\"wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"30d7bde04e460530a72425ee649a16d5\";}s:54:\"wp-includes/js/tinymce/plugins/wptextpattern/plugin.js\";a:2:{s:1:\"d\";i:1439823084;s:1:\"h\";s:32:\"d4d46a49f3589ec1c136ab912a2da7ca\";}s:58:\"wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js\";a:2:{s:1:\"d\";i:1439823084;s:1:\"h\";s:32:\"8291a8caa3672971dc61b332ecc437c3\";}s:47:\"wp-includes/js/tinymce/plugins/wpview/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"381abc41a9cbc190de2ef74a2e393b06\";}s:51:\"wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"e608364cb27dcf58e94433c8c3f02518\";}s:61:\"wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"35b20a1298ab637a58ac70fa73df335c\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/content.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"b7c6c39dbee52e316139d6f41ec805ca\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/fonts/readme.md\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"7a0f64800cf38b2be8d3dc4540ec31dd\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"e33420c71c1a5c429069874d1de98a8b\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"473611093dd8089b0ed33c199725a723\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"b86135446ecf06e0ac722d6d8f403550\";}s:63:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"d725b287d3d6816c20520a31924fde17\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"a4e6a52223e2edbd1bc2b621ec7c08c3\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"006a3d1ce8aad3f9d3d6a9c3f6129a36\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"20eaff7be8a4f2cde874a39a898155c4\";}s:57:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"5acd099f84c92a932b0e2897f49be665\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"abd3613571800fdcc891181d5f34f840\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"394bafc3cc4dfb3a0ee48c1f54669539\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/object.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"f3726450d7457d750a2f4d9441c7ee20\";}s:52:\"wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:55:\"wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"cea6608407da4b0d07f4bdad387059c2\";}s:51:\"wp-includes/js/tinymce/skins/lightgray/skin.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"fa7377e0da20941e25af2944599e42db\";}s:53:\"wp-includes/js/tinymce/skins/wordpress/wp-content.css\";a:2:{s:1:\"d\";i:1438115545;s:1:\"h\";s:32:\"f1aacaf6e127e33987f04a8304d4764d\";}s:45:\"wp-includes/js/tinymce/themes/modern/theme.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"7b4a867a84575f7d26a9377b1eae7cbf\";}s:49:\"wp-includes/js/tinymce/themes/modern/theme.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a9c521859ff01e0528336828800db2cf\";}s:37:\"wp-includes/js/tinymce/tinymce.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"8dbe59343ccc14e1c3be2204e4c68c6a\";}s:40:\"wp-includes/js/tinymce/tiny_mce_popup.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"83efe579f26f25ac80fe550402db2467\";}s:48:\"wp-includes/js/tinymce/utils/editable_selects.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"eb642a0aba7a8666a7b1472230fcb374\";}s:42:\"wp-includes/js/tinymce/utils/form_utils.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"f9c61354383f5a50a9a77b902dfdae7f\";}s:38:\"wp-includes/js/tinymce/utils/mctabs.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"b9b50ddbe07c754a6b656b0fdada3500\";}s:40:\"wp-includes/js/tinymce/utils/validate.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"c42b5160bdbefd1293d76b30520757f4\";}s:39:\"wp-includes/js/tinymce/wp-tinymce.js.gz\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"ef12d9d3ef6c25d448e428619e49b730\";}s:37:\"wp-includes/js/tinymce/wp-tinymce.php\";a:2:{s:1:\"d\";i:1420253841;s:1:\"h\";s:32:\"8a620ab81dc7307f7072b1d312924876\";}s:25:\"wp-includes/js/tw-sack.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"b989a5bd84f6ebcbc1393ec003e6e991\";}s:29:\"wp-includes/js/tw-sack.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"bc4487194e1f88126b8a500ad47e6889\";}s:25:\"wp-includes/js/twemoji.js\";a:2:{s:1:\"d\";i:1435356085;s:1:\"h\";s:32:\"c5e2468d0609ca34092c9d68466332ba\";}s:29:\"wp-includes/js/twemoji.min.js\";a:2:{s:1:\"d\";i:1437039926;s:1:\"h\";s:32:\"9cfd48e37348e36a3caa072318531b08\";}s:32:\"wp-includes/js/underscore.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"929daff1019e5493c0486bfb7a642e2e\";}s:23:\"wp-includes/js/utils.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"01b7f89601bfa36ffee09f056f2cc38a\";}s:27:\"wp-includes/js/utils.min.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"41fa39bcefcede21b93beb099cfa78d7\";}s:25:\"wp-includes/js/wp-a11y.js\";a:2:{s:1:\"d\";i:1436810304;s:1:\"h\";s:32:\"807223bbf40755fb69e7a55413c63a4d\";}s:29:\"wp-includes/js/wp-a11y.min.js\";a:2:{s:1:\"d\";i:1435638924;s:1:\"h\";s:32:\"860cbbecce6b0a5fcbb0c0faa956011a\";}s:34:\"wp-includes/js/wp-ajax-response.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"4eee92d2ee86812037ed3afbcab3bf9a\";}s:38:\"wp-includes/js/wp-ajax-response.min.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"f64f062c6a647e25c7fe883edb139121\";}s:31:\"wp-includes/js/wp-auth-check.js\";a:2:{s:1:\"d\";i:1427842526;s:1:\"h\";s:32:\"a28190f5ed5d6bfa0702e414b65a2156\";}s:35:\"wp-includes/js/wp-auth-check.min.js\";a:2:{s:1:\"d\";i:1427842526;s:1:\"h\";s:32:\"4584099c38e5ed5f6f44644a79b6e473\";}s:29:\"wp-includes/js/wp-backbone.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"fdaba653baf259db7cb3d7a4d76a2970\";}s:33:\"wp-includes/js/wp-backbone.min.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"b569e29ff8fd482e0ee75e1494085621\";}s:33:\"wp-includes/js/wp-emoji-loader.js\";a:2:{s:1:\"d\";i:1430678729;s:1:\"h\";s:32:\"d4a819f73ff1a4574a969c9e46d6f117\";}s:37:\"wp-includes/js/wp-emoji-loader.min.js\";a:2:{s:1:\"d\";i:1430678729;s:1:\"h\";s:32:\"26ce699f92d7bd2d7dee5ff0827b296c\";}s:38:\"wp-includes/js/wp-emoji-release.min.js\";a:2:{s:1:\"d\";i:1437039926;s:1:\"h\";s:32:\"1c64b125732c6fe54928ee058ea72595\";}s:26:\"wp-includes/js/wp-emoji.js\";a:2:{s:1:\"d\";i:1436810364;s:1:\"h\";s:32:\"504d2cee82879a8d64df784d9f2e9928\";}s:30:\"wp-includes/js/wp-emoji.min.js\";a:2:{s:1:\"d\";i:1435356085;s:1:\"h\";s:32:\"f58df83b99c2e5bf0c6fe5f6313450f0\";}s:35:\"wp-includes/js/wp-list-revisions.js\";a:2:{s:1:\"d\";i:1384496650;s:1:\"h\";s:32:\"47510d7560d22a974c8c0eec6e24bcbd\";}s:39:\"wp-includes/js/wp-list-revisions.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"b4031fcf4f4279be864d4bd82f7fc46c\";}s:26:\"wp-includes/js/wp-lists.js\";a:2:{s:1:\"d\";i:1395875655;s:1:\"h\";s:32:\"c54ced2e822b232f2ad8a5f34930386f\";}s:30:\"wp-includes/js/wp-lists.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"8802453513507186e7cff5316d83bc1e\";}s:28:\"wp-includes/js/wp-pointer.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"35cb8b380bbd1f2eaa723ac49ba5f3f0\";}s:32:\"wp-includes/js/wp-pointer.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"368f987c644d70580097e48066c99082\";}s:25:\"wp-includes/js/wp-util.js\";a:2:{s:1:\"d\";i:1434205826;s:1:\"h\";s:32:\"705199da293ca7cfc6e98ea0b52774cb\";}s:29:\"wp-includes/js/wp-util.min.js\";a:2:{s:1:\"d\";i:1434205826;s:1:\"h\";s:32:\"d099d4d6b145900b334fc3215ff55791\";}s:26:\"wp-includes/js/wpdialog.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"72e8395fd44d4039009c5396888fa6ba\";}s:30:\"wp-includes/js/wpdialog.min.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"d22d9fa5bb00ba0667080da846c4a1be\";}s:24:\"wp-includes/js/wplink.js\";a:2:{s:1:\"d\";i:1438894705;s:1:\"h\";s:32:\"bb9a4f6e9e3f4f0578a8216e47621127\";}s:28:\"wp-includes/js/wplink.min.js\";a:2:{s:1:\"d\";i:1438894705;s:1:\"h\";s:32:\"5318022592bd8ec613a3ec32e68d47e9\";}s:30:\"wp-includes/js/zxcvbn-async.js\";a:2:{s:1:\"d\";i:1384299789;s:1:\"h\";s:32:\"97a79e96a815b200139356055d752333\";}s:34:\"wp-includes/js/zxcvbn-async.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"3196e9b61f703909e139ce7e049a7ffd\";}s:28:\"wp-includes/js/zxcvbn.min.js\";a:2:{s:1:\"d\";i:1386186790;s:1:\"h\";s:32:\"a14cd5113bd0d57563c1a9b63cae05f8\";}s:20:\"wp-includes/kses.php\";a:2:{s:1:\"d\";i:1437542125;s:1:\"h\";s:32:\"a838db624ccfcd76431c96c64ec03c31\";}s:20:\"wp-includes/l10n.php\";a:2:{s:1:\"d\";i:1438020324;s:1:\"h\";s:32:\"f51413af43c8b2bd1686479614151a62\";}s:29:\"wp-includes/link-template.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"1c57b921223f94eab7d75a0152d1fb86\";}s:20:\"wp-includes/load.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"e0a59aeb8d516829de111865ef440435\";}s:22:\"wp-includes/locale.php\";a:2:{s:1:\"d\";i:1435695684;s:1:\"h\";s:32:\"3bf20ab2b23efc32d6fd448a88315461\";}s:30:\"wp-includes/media-template.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"eea634d0bc09162900c3b598a98b1b2d\";}s:21:\"wp-includes/media.php\";a:2:{s:1:\"d\";i:1442270843;s:1:\"h\";s:32:\"8deb5434efed8a0ddc9ae25c26797401\";}s:20:\"wp-includes/meta.php\";a:2:{s:1:\"d\";i:1436823864;s:1:\"h\";s:32:\"091937220130df289041ecbb831fde04\";}s:24:\"wp-includes/ms-blogs.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"9fc249b42ddde4e519c9023489d94479\";}s:36:\"wp-includes/ms-default-constants.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"4450a7b433edecd44ab122163ffe78df\";}s:34:\"wp-includes/ms-default-filters.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"986ea4ae642955431825bf9c085987ad\";}s:29:\"wp-includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1434131306;s:1:\"h\";s:32:\"127be50737468a78f08e9c704118e01f\";}s:24:\"wp-includes/ms-files.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"d1b36f4a30038939309d41be68c26176\";}s:28:\"wp-includes/ms-functions.php\";a:2:{s:1:\"d\";i:1436746044;s:1:\"h\";s:32:\"0d03a037fb58286dc3264324f2b700d6\";}s:23:\"wp-includes/ms-load.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"3b3909d2f696036025990b997614fe5a\";}s:27:\"wp-includes/ms-settings.php\";a:2:{s:1:\"d\";i:1404172215;s:1:\"h\";s:32:\"8a8d737615b5c982687aa82aca65f893\";}s:33:\"wp-includes/nav-menu-template.php\";a:2:{s:1:\"d\";i:1438725445;s:1:\"h\";s:32:\"5792f1c7fbe309c80c9788e332296454\";}s:24:\"wp-includes/nav-menu.php\";a:2:{s:1:\"d\";i:1439388446;s:1:\"h\";s:32:\"0515adf09e2761b581533fa6bb820a97\";}s:22:\"wp-includes/option.php\";a:2:{s:1:\"d\";i:1436287526;s:1:\"h\";s:32:\"3496dcad0e1b7599317267c16ff549bc\";}s:36:\"wp-includes/pluggable-deprecated.php\";a:2:{s:1:\"d\";i:1417385965;s:1:\"h\";s:32:\"84dba0f9d4eb8476be216c22c8a4f32d\";}s:25:\"wp-includes/pluggable.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"4f1e31b0f7061fd9e879a751e2b0f5ca\";}s:22:\"wp-includes/plugin.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"a54ca88faa0764f834972699bd9451f9\";}s:26:\"wp-includes/pomo/entry.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"0434002fe4ebffa620261de12487e02f\";}s:23:\"wp-includes/pomo/mo.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"9a74e7dd40da5d849e4fd4a46fffb6b9\";}s:23:\"wp-includes/pomo/po.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"fb7514d4b01267af213f7830be38e357\";}s:28:\"wp-includes/pomo/streams.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"da1ad489968e66354b95787bb9da92f4\";}s:33:\"wp-includes/pomo/translations.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"70ceb81d023473eb86cd95ef96a2d739\";}s:28:\"wp-includes/post-formats.php\";a:2:{s:1:\"d\";i:1432742785;s:1:\"h\";s:32:\"7991c2630150a35c231555ad3aa4557b\";}s:29:\"wp-includes/post-template.php\";a:2:{s:1:\"d\";i:1434829826;s:1:\"h\";s:32:\"b8f8aad5ab246c755d50586782c210f9\";}s:39:\"wp-includes/post-thumbnail-template.php\";a:2:{s:1:\"d\";i:1432744168;s:1:\"h\";s:32:\"60f062518ec63f708c06904b8e846560\";}s:20:\"wp-includes/post.php\";a:2:{s:1:\"d\";i:1439866286;s:1:\"h\";s:32:\"3220c2db9cb0e7b4b048318f546e29a0\";}s:21:\"wp-includes/query.php\";a:2:{s:1:\"d\";i:1436215044;s:1:\"h\";s:32:\"5f62d8bafa835c18c05320dd70eb5400\";}s:38:\"wp-includes/registration-functions.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"5f3f3cb7c6d126548d7848dd5893434c\";}s:28:\"wp-includes/registration.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"7198cf8d485e8ddcb2b3bb49a6d069da\";}s:24:\"wp-includes/revision.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"9681cf22f338b82185d101e012f81ccf\";}s:23:\"wp-includes/rewrite.php\";a:2:{s:1:\"d\";i:1436824524;s:1:\"h\";s:32:\"d23e5fda4cb1d1e8e041f697018916d0\";}s:29:\"wp-includes/rss-functions.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"67b3b8bbb2d4166c5da5346a306c3d9d\";}s:19:\"wp-includes/rss.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"f3b9280e8ca919f20d1e4e96ee5a4813\";}s:29:\"wp-includes/script-loader.php\";a:2:{s:1:\"d\";i:1438276104;s:1:\"h\";s:32:\"d739c8af6eb1895e358f945cec81be3f\";}s:23:\"wp-includes/session.php\";a:2:{s:1:\"d\";i:1421448681;s:1:\"h\";s:32:\"29137c6fd72e3b6558be0b2b7d4e17fd\";}s:26:\"wp-includes/shortcodes.php\";a:2:{s:1:\"d\";i:1442270843;s:1:\"h\";s:32:\"b268cee6f570735e51378802ce211b46\";}s:32:\"wp-includes/SimplePie/Author.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"348071ed105ff0418b25964e771ba331\";}s:36:\"wp-includes/SimplePie/Cache/Base.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9443eda189bbd9325d0c9c045d237c6a\";}s:34:\"wp-includes/SimplePie/Cache/DB.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0659bf084f55a303f5922edc62bcfbf6\";}s:36:\"wp-includes/SimplePie/Cache/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a33dbb0540ecc29cc6425b14100953d1\";}s:40:\"wp-includes/SimplePie/Cache/Memcache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"f69d4a55b2a1168531535107ab843fb6\";}s:37:\"wp-includes/SimplePie/Cache/MySQL.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"e8911ece15df42ca43991a48d5785687\";}s:31:\"wp-includes/SimplePie/Cache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"79fc9017a23a836f4d0f68f7764ca734\";}s:33:\"wp-includes/SimplePie/Caption.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bdbabcdcca426a4dadf6675bc4c4ebe9\";}s:34:\"wp-includes/SimplePie/Category.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\";}s:46:\"wp-includes/SimplePie/Content/Type/Sniffer.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"7c72c3f369855562d96c77ece1c7db33\";}s:35:\"wp-includes/SimplePie/Copyright.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bd7fbf68b954a9d50955cc808db7cb6a\";}s:30:\"wp-includes/SimplePie/Core.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a4ae19a923b890f2dcf7e2d415fd1ad2\";}s:32:\"wp-includes/SimplePie/Credit.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0385e4a14de78c8b2a167f3e0aea197c\";}s:46:\"wp-includes/SimplePie/Decode/HTML/Entities.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"45975e2fcf0d428691a55a2394252f61\";}s:35:\"wp-includes/SimplePie/Enclosure.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"122e861f42eb6e01ce8d4b0f11fb735d\";}s:35:\"wp-includes/SimplePie/Exception.php\";a:2:{s:1:\"d\";i:1352402093;s:1:\"h\";s:32:\"094bfd76269c9fcc3c5cda8f05d05335\";}s:30:\"wp-includes/SimplePie/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"aeba08ad6b558736ea0aaf2beb2925b7\";}s:34:\"wp-includes/SimplePie/gzdecode.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"c538e2bc0e866197db616c17841134d4\";}s:37:\"wp-includes/SimplePie/HTTP/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"5725c7d0fb347f1c08df3690a58f3609\";}s:29:\"wp-includes/SimplePie/IRI.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"6e16ff20d3e68692cf3b617b875f36f5\";}s:30:\"wp-includes/SimplePie/Item.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"104510e221fa08437aec008e633cdca7\";}s:33:\"wp-includes/SimplePie/Locator.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8073a4c6da1bb33b877576665ef5eab5\";}s:30:\"wp-includes/SimplePie/Misc.php\";a:2:{s:1:\"d\";i:1373303416;s:1:\"h\";s:32:\"cecde679c62dd50207d8d25ece1a4b89\";}s:34:\"wp-includes/SimplePie/Net/IPv6.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a546790e216abdd9801795949fb6b40f\";}s:36:\"wp-includes/SimplePie/Parse/Date.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9a0a326d308c1e48a0f89bd3ce6e2760\";}s:32:\"wp-includes/SimplePie/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"52bb2ee462e7e414a77efdc7ebf52bcc\";}s:32:\"wp-includes/SimplePie/Rating.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"3d7013a46d09c74b0ee3d8af617412fb\";}s:34:\"wp-includes/SimplePie/Registry.php\";a:2:{s:1:\"d\";i:1442384742;s:1:\"h\";s:32:\"1cc8a2e6c0b5dd3176398d6400f0d9b8\";}s:37:\"wp-includes/SimplePie/Restriction.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"2a191e7168116418817388113bd57914\";}s:34:\"wp-includes/SimplePie/Sanitize.php\";a:2:{s:1:\"d\";i:1378872130;s:1:\"h\";s:32:\"42d8b8c0cf46b5d8a511e0ae48b88f75\";}s:32:\"wp-includes/SimplePie/Source.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8e83bb1de3e018f0537bb32a8c9617ff\";}s:48:\"wp-includes/SimplePie/XML/Declaration/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8fb1da7028c385bb9d4203c9f6732362\";}s:24:\"wp-includes/taxonomy.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"e15f8b52dce314724d23932e0818c267\";}s:31:\"wp-includes/template-loader.php\";a:2:{s:1:\"d\";i:1434654086;s:1:\"h\";s:32:\"de8e839d9f078c13336f75967cca59d9\";}s:24:\"wp-includes/template.php\";a:2:{s:1:\"d\";i:1436912844;s:1:\"h\";s:32:\"c1082de0d06e484bd6f96c6a505142a7\";}s:39:\"wp-includes/Text/Diff/Engine/native.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"e5ad272a18821212bee3c3df2ae8780e\";}s:38:\"wp-includes/Text/Diff/Engine/shell.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\";}s:39:\"wp-includes/Text/Diff/Engine/string.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"5eee1f967840b952b502c6993dbbfad3\";}s:38:\"wp-includes/Text/Diff/Engine/xdiff.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"d6b91fc8628a0c0474ad58389a475815\";}s:41:\"wp-includes/Text/Diff/Renderer/inline.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"880ae56e35b150b4b2c7e9d94227e81e\";}s:34:\"wp-includes/Text/Diff/Renderer.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"fc8720df4330b50f59374fdc40d94753\";}s:25:\"wp-includes/Text/Diff.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"6c70d59e9e9a6e9bd11537719313e32a\";}s:43:\"wp-includes/theme-compat/comments-popup.php\";a:2:{s:1:\"d\";i:1417901544;s:1:\"h\";s:32:\"5885552f89b4c18061da8c2e753c122e\";}s:37:\"wp-includes/theme-compat/comments.php\";a:2:{s:1:\"d\";i:1435971025;s:1:\"h\";s:32:\"b948f25994b0743bee52974985a12d39\";}s:35:\"wp-includes/theme-compat/footer.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"c6207e0b437e8e4d8f13dde9f8b5c93d\";}s:35:\"wp-includes/theme-compat/header.php\";a:2:{s:1:\"d\";i:1431427649;s:1:\"h\";s:32:\"58b491459624d60cbde033c11de8972f\";}s:36:\"wp-includes/theme-compat/sidebar.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"3e1abfa5fc227d5775166faa86842e48\";}s:21:\"wp-includes/theme.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"92e1b884057bd0d6b9cf1f7d3fd1a90c\";}s:22:\"wp-includes/update.php\";a:2:{s:1:\"d\";i:1432826968;s:1:\"h\";s:32:\"3d7b80ce841d5fd1214d89d4db17818b\";}s:20:\"wp-includes/user.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"cf38d70d2306414588980f879e55eb92\";}s:20:\"wp-includes/vars.php\";a:2:{s:1:\"d\";i:1435365924;s:1:\"h\";s:32:\"11a39afebff70d896e4a048de67846cd\";}s:23:\"wp-includes/version.php\";a:2:{s:1:\"d\";i:1442328569;s:1:\"h\";s:32:\"b5f10177ccd1f484f0610fcfa51107a1\";}s:23:\"wp-includes/widgets.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"c86541295210e626cfb9b903e0d19996\";}s:27:\"wp-includes/wlwmanifest.xml\";a:2:{s:1:\"d\";i:1386791351;s:1:\"h\";s:32:\"dfd490b6f383ea02a269031ff05e8896\";}s:21:\"wp-includes/wp-db.php\";a:2:{s:1:\"d\";i:1441868124;s:1:\"h\";s:32:\"29bb91f8c26d89f8f438ef235c21922c\";}s:23:\"wp-includes/wp-diff.php\";a:2:{s:1:\"d\";i:1422531382;s:1:\"h\";s:32:\"7a7b02df261fb505e0de51fbd0d2e822\";}s:17:\"wp-links-opml.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"c463c9c7fe769e018d496cda106d6697\";}s:11:\"wp-load.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"21ca69e84195c73e27a091d0c0d0b6a6\";}s:12:\"wp-login.php\";a:2:{s:1:\"d\";i:1442384984;s:1:\"h\";s:32:\"73d6b30645505ef713993ddabef349fa\";}s:11:\"wp-mail.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"7f890eff523aefdfb1350cd22436899c\";}s:15:\"wp-settings.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b71937336a917678a25a66f0ff750131\";}s:13:\"wp-signup.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b26da1f49704f1ef842d445692cf6496\";}s:16:\"wp-trackback.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"8fecf12e8ea164ba98d8236b0fb56c0b\";}s:10:\"xmlrpc.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b81903fdb0c4b40c3e64869864e709cd\";}}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:4.1600000000000001;}'),(3,'backup','Database Backup Executed',3,'2022-10-28 18:56:48','2022-10-28 18:56:48','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(4,'four_oh_four','404 Error',3,'2022-10-28 19:01:45','2022-10-28 19:01:45','66.249.70.141','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8303\";}'),(5,'four_oh_four','404 Error',3,'2022-10-28 19:01:47','2022-10-28 19:01:47','66.249.70.145','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8303\";}'),(6,'four_oh_four','404 Error',3,'2022-10-28 19:01:48','2022-10-28 19:01:48','66.249.70.145','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8303\";}'),(7,'four_oh_four','404 Error',3,'2022-10-28 19:09:30','2022-10-28 19:09:30','66.249.70.143','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7495\";}'),(8,'brute_force','Invalid Login Attempt',5,'2022-10-28 19:41:13','2022-10-28 19:41:13','51.68.11.191','admin',0,'','','a:0:{}'),(9,'four_oh_four','404 Error',3,'2022-10-28 19:57:15','2022-10-28 19:57:15','157.55.39.108','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8266\";}'),(10,'four_oh_four','404 Error',3,'2022-10-28 21:06:17','2022-10-28 21:06:17','54.36.149.104','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7258\";}'),(11,'four_oh_four','404 Error',3,'2022-10-28 21:09:08','2022-10-28 21:09:08','207.46.13.101','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8285\";}'),(12,'four_oh_four','404 Error',3,'2022-10-28 21:36:18','2022-10-28 21:36:18','54.36.148.87','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7555\";}'),(13,'four_oh_four','404 Error',3,'2022-10-28 21:47:21','2022-10-28 21:47:21','54.36.148.6','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7654\";}'),(14,'four_oh_four','404 Error',3,'2022-10-28 22:32:26','2022-10-28 22:32:26','54.36.148.48','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7703\";}'),(15,'four_oh_four','404 Error',3,'2022-10-28 22:38:57','2022-10-28 22:38:57','157.55.39.179','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8102\";}'),(16,'four_oh_four','404 Error',3,'2022-10-28 22:47:01','2022-10-28 22:47:01','207.46.13.101','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=8285\";}'),(17,'four_oh_four','404 Error',3,'2022-10-29 00:08:04','2022-10-29 00:08:04','54.36.149.65','',0,'/','','a:1:{s:12:\"query_string\";s:6:\"p=7639\";}'),(18,'file_change','File Changes Detected',8,'2022-10-30 07:36:33','2022-10-30 07:36:33','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221028-185649-Xb973DcWcXI6TCkxrxcNdmDBxgTZyi.sql\";a:2:{s:1:\"d\";i:1666983410;s:1:\"h\";s:32:\"288d5a7c78d9fc4095cafc416a130af0\";}}s:7:\"removed\";a:1:{s:97:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-1448318008-CGoTESejp6.sql\";a:2:{s:1:\"d\";i:1448318009;s:1:\"h\";s:32:\"1ae5b244db5161a10fe3df3e675219f1\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:9.2200000000000006;}'),(19,'file_change','File Changes Detected',8,'2022-10-31 07:55:55','2022-10-31 07:55:55','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4000000000000004;}'),(20,'backup','Database Backup Executed',3,'2022-11-01 02:46:08','2022-11-01 02:46:08','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(21,'file_change','File Changes Detected',8,'2022-11-01 08:32:25','2022-11-01 08:32:25','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221101-024617-GvIdpJ2QMtTZwz3dsgqUgySSQnAUnK.sql\";a:2:{s:1:\"d\";i:1667270777;s:1:\"h\";s:32:\"0b4648404e39ffbfa4f7a9dd7e7ca767\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221028-185429-at5jtXopdqk8xnFZK7MtX4JAdqweS7.sql\";a:2:{s:1:\"d\";i:1666983269;s:1:\"h\";s:32:\"5cb6dd5af0945a7af1d2eb72a1265093\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:9.2200000000000006;}'),(22,'file_change','File Changes Detected',8,'2022-11-02 08:41:53','2022-11-02 08:41:53','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4000000000000004;}'),(23,'file_change','File Changes Detected',8,'2022-11-03 09:11:37','2022-11-03 09:11:37','','',0,'','','a:4:{s:5:\"added\";a:1:{s:8:\"text.txt\";a:2:{s:1:\"d\";i:1667456037;s:1:\"h\";s:32:\"8f412e33872ae6a8707f2a299d21081b\";}}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:9.2200000000000006;}'),(24,'backup','Database Backup Executed',3,'2022-11-04 12:23:01','2022-11-04 12:23:01','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(25,'file_change','File Changes Detected',8,'2022-11-04 12:23:01','2022-11-04 12:23:01','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221104-122311-BWf0629j0ZCt0Zpc0x5Kg8glYDcGHZ.sql\";a:2:{s:1:\"d\";i:1667564592;s:1:\"h\";s:32:\"93aa9d13708d2c48fcc8befce0d0f398\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221028-185649-Xb973DcWcXI6TCkxrxcNdmDBxgTZyi.sql\";a:2:{s:1:\"d\";i:1666983410;s:1:\"h\";s:32:\"288d5a7c78d9fc4095cafc416a130af0\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.530000000000001;}'),(26,'file_change','File Changes Detected',8,'2022-11-06 02:55:23','2022-11-06 02:55:23','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(27,'backup','Database Backup Executed',3,'2022-11-08 02:42:22','2022-11-08 02:42:22','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(28,'backup','Database Backup Executed',3,'2022-11-08 02:43:49','2022-11-08 02:43:49','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(29,'file_change','File Changes Detected',8,'2022-11-08 02:42:22','2022-11-08 02:42:22','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221108-024233-3lJhJ50xo8mRAXOUPCVqf8OfnsC7dE.sql\";a:2:{s:1:\"d\";i:1667875354;s:1:\"h\";s:32:\"d3228f35521d1b7efb958a9563c246da\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221108-024352-7rOyBE17if3A6jcTty6OvWWlFhJP6G.sql\";a:2:{s:1:\"d\";i:1667875432;s:1:\"h\";s:32:\"4bf3afd20513e0c336181afed24e13ab\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221101-024617-GvIdpJ2QMtTZwz3dsgqUgySSQnAUnK.sql\";a:2:{s:1:\"d\";i:1667270777;s:1:\"h\";s:32:\"0b4648404e39ffbfa4f7a9dd7e7ca767\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221104-122311-BWf0629j0ZCt0Zpc0x5Kg8glYDcGHZ.sql\";a:2:{s:1:\"d\";i:1667564592;s:1:\"h\";s:32:\"93aa9d13708d2c48fcc8befce0d0f398\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.530000000000001;}'),(30,'backup','Database Backup Executed',3,'2022-11-20 08:20:54','2022-11-20 08:20:54','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(31,'file_change','File Changes Detected',8,'2022-11-20 08:20:54','2022-11-20 08:20:54','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221120-082105-QEK0vNONLEVLQtLfhqrfohX93DH6po.sql\";a:2:{s:1:\"d\";i:1668932466;s:1:\"h\";s:32:\"a7db6415b3e2c6de39c064c17c0a5b92\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221108-024233-3lJhJ50xo8mRAXOUPCVqf8OfnsC7dE.sql\";a:2:{s:1:\"d\";i:1667875354;s:1:\"h\";s:32:\"d3228f35521d1b7efb958a9563c246da\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.530000000000001;}'),(32,'backup','Database Backup Executed',3,'2022-11-25 12:02:40','2022-11-25 12:02:40','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(33,'file_change','File Changes Detected',8,'2022-11-25 12:02:40','2022-11-25 12:02:40','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221125-120248-7FFTvdEqNslItzBuNfP8sTdKIdmxDh.sql\";a:2:{s:1:\"d\";i:1669377768;s:1:\"h\";s:32:\"8bf9ce5345f4ed6d98c03c2debc7e981\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221108-024352-7rOyBE17if3A6jcTty6OvWWlFhJP6G.sql\";a:2:{s:1:\"d\";i:1667875432;s:1:\"h\";s:32:\"4bf3afd20513e0c336181afed24e13ab\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.530000000000001;}'),(34,'backup','Database Backup Executed',3,'2023-02-17 18:43:08','2023-02-17 18:43:08','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(35,'backup','Database Backup Executed',3,'2023-02-17 18:43:34','2023-02-17 18:43:34','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(36,'file_change','File Changes Detected',8,'2023-02-17 18:43:08','2023-02-17 18:43:08','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230217-184317-siomicsyAlnIE7HBSMn6Kf9cI8APnT.sql\";a:2:{s:1:\"d\";i:1676659398;s:1:\"h\";s:32:\"36b384b33bd869a50783ac790a1fab63\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230217-184335-tK9OVMHQSZv9oSZYHnQBFyrG7CBeVJ.sql\";a:2:{s:1:\"d\";i:1676659415;s:1:\"h\";s:32:\"b87cb3c68209b629f10b6da918ae7a68\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221120-082105-QEK0vNONLEVLQtLfhqrfohX93DH6po.sql\";a:2:{s:1:\"d\";i:1668932466;s:1:\"h\";s:32:\"a7db6415b3e2c6de39c064c17c0a5b92\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20221125-120248-7FFTvdEqNslItzBuNfP8sTdKIdmxDh.sql\";a:2:{s:1:\"d\";i:1669377768;s:1:\"h\";s:32:\"8bf9ce5345f4ed6d98c03c2debc7e981\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(37,'backup','Database Backup Executed',3,'2023-04-20 00:56:26','2023-04-20 00:56:26','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(38,'file_change','File Changes Detected',8,'2023-04-20 00:56:26','2023-04-20 00:56:26','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230420-005635-FSManD8UyELiXFtRSuVMGEOLVT9Vkx.sql\";a:2:{s:1:\"d\";i:1681952196;s:1:\"h\";s:32:\"7313f5f087cf8c3281bc2eb46ab3edcf\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230217-184317-siomicsyAlnIE7HBSMn6Kf9cI8APnT.sql\";a:2:{s:1:\"d\";i:1676659398;s:1:\"h\";s:32:\"36b384b33bd869a50783ac790a1fab63\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(39,'file_change','File Changes Detected',8,'2023-04-21 06:00:26','2023-04-21 06:00:26','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(40,'file_change','File Changes Detected',8,'2023-04-22 12:33:26','2023-04-22 12:33:26','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(41,'backup','Database Backup Executed',3,'2023-04-23 05:56:54','2023-04-23 05:56:54','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(42,'file_change','File Changes Detected',8,'2023-04-23 18:19:32','2023-04-23 18:19:32','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230423-055702-gLneVGhT2Srmk00oVKBtW90pmSuCxj.sql\";a:2:{s:1:\"d\";i:1682229422;s:1:\"h\";s:32:\"1dcb2408003a2039550ad863d91ef9fc\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230217-184335-tK9OVMHQSZv9oSZYHnQBFyrG7CBeVJ.sql\";a:2:{s:1:\"d\";i:1676659415;s:1:\"h\";s:32:\"b87cb3c68209b629f10b6da918ae7a68\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:9.2300000000000004;}'),(43,'file_change','File Changes Detected',8,'2023-04-25 00:31:13','2023-04-25 00:31:13','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(44,'backup','Database Backup Executed',3,'2023-04-26 06:30:31','2023-04-26 06:30:31','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(45,'file_change','File Changes Detected',8,'2023-04-26 06:30:31','2023-04-26 06:30:31','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230426-063039-cF9QKJ5Q3WYTgvNdE5I9wtSEvhA78y.sql\";a:2:{s:1:\"d\";i:1682490640;s:1:\"h\";s:32:\"f424e73af6b692937b9bb6b3603a38ca\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230420-005635-FSManD8UyELiXFtRSuVMGEOLVT9Vkx.sql\";a:2:{s:1:\"d\";i:1681952196;s:1:\"h\";s:32:\"7313f5f087cf8c3281bc2eb46ab3edcf\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(46,'file_change','File Changes Detected',8,'2023-04-27 12:04:15','2023-04-27 12:04:15','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(47,'file_change','File Changes Detected',8,'2023-04-28 13:14:10','2023-04-28 13:14:10','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(48,'backup','Database Backup Executed',3,'2023-04-29 07:06:42','2023-04-29 07:06:42','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(49,'file_change','File Changes Detected',8,'2023-04-29 19:05:58','2023-04-29 19:05:58','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230429-070648-SClLdFjEIc5auz0Qf0yIAjXfcpAdVX.sql\";a:2:{s:1:\"d\";i:1682752009;s:1:\"h\";s:32:\"ffc2764b6005e2983df2a4f2ddf427a2\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230423-055702-gLneVGhT2Srmk00oVKBtW90pmSuCxj.sql\";a:2:{s:1:\"d\";i:1682229422;s:1:\"h\";s:32:\"1dcb2408003a2039550ad863d91ef9fc\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:9.2300000000000004;}'),(50,'file_change','File Changes Detected',8,'2023-04-30 19:07:09','2023-04-30 19:07:09','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(51,'file_change','File Changes Detected',8,'2023-05-02 07:04:17','2023-05-02 07:04:17','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(52,'backup','Database Backup Executed',3,'2023-05-03 14:29:56','2023-05-03 14:29:56','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(53,'backup','Database Backup Executed',3,'2023-05-04 02:02:51','2023-05-04 02:02:51','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(54,'backup','Database Backup Executed',3,'2023-05-04 20:25:21','2023-05-04 20:25:21','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(55,'backup','Database Backup Executed',3,'2023-05-05 08:06:01','2023-05-05 08:06:01','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(56,'file_change','File Changes Detected',8,'2023-05-05 08:06:01','2023-05-05 08:06:01','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230504-202529-hv5M3iHsloQ3TrFAgVKOWGXsd8TE8j.sql\";a:2:{s:1:\"d\";i:1683231931;s:1:\"h\";s:32:\"7f81558cbebfa089e3e61f45b63e5a7d\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230505-080609-UyMuK1Qa3Ma6loNFtd3WsVn9Ps3R5L.sql\";a:2:{s:1:\"d\";i:1683273973;s:1:\"h\";s:32:\"395e802578afa66d24124e1310318ed0\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230426-063039-cF9QKJ5Q3WYTgvNdE5I9wtSEvhA78y.sql\";a:2:{s:1:\"d\";i:1682490640;s:1:\"h\";s:32:\"f424e73af6b692937b9bb6b3603a38ca\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230429-070648-SClLdFjEIc5auz0Qf0yIAjXfcpAdVX.sql\";a:2:{s:1:\"d\";i:1682752009;s:1:\"h\";s:32:\"ffc2764b6005e2983df2a4f2ddf427a2\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(57,'backup','Database Backup Executed',3,'2023-05-05 19:29:54','2023-05-05 19:29:54','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(58,'backup','Database Backup Executed',3,'2023-05-06 03:40:33','2023-05-06 03:40:33','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(59,'file_change','File Changes Detected',8,'2023-05-06 03:40:33','2023-05-06 03:40:33','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230505-193003-sGuM8vsPVPzM0Ix7tVeKu0qaerZv7v.sql\";a:2:{s:1:\"d\";i:1683315004;s:1:\"h\";s:32:\"007cdba87ddacef31d7c2d5818dac18b\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230506-034039-UJaEvvpqbLjpWPQlANU8nEdU0zkAFX.sql\";a:2:{s:1:\"d\";i:1683344440;s:1:\"h\";s:32:\"7188a23aff714c40a1d65a200086cc75\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230504-202529-hv5M3iHsloQ3TrFAgVKOWGXsd8TE8j.sql\";a:2:{s:1:\"d\";i:1683231931;s:1:\"h\";s:32:\"7f81558cbebfa089e3e61f45b63e5a7d\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230505-080609-UyMuK1Qa3Ma6loNFtd3WsVn9Ps3R5L.sql\";a:2:{s:1:\"d\";i:1683273973;s:1:\"h\";s:32:\"395e802578afa66d24124e1310318ed0\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(60,'file_change','File Changes Detected',8,'2023-05-07 09:51:41','2023-05-07 09:51:41','','',0,'','','a:4:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:0:{}s:6:\"memory\";d:5.4100000000000001;}'),(61,'backup','Database Backup Executed',3,'2023-05-10 09:38:51','2023-05-10 09:38:51','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(62,'file_change','File Changes Detected',8,'2023-05-10 09:38:51','2023-05-10 09:38:51','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230510-093858-KwONer041LuXa6uPlcMC8e9G6p0U5I.sql\";a:2:{s:1:\"d\";i:1683711538;s:1:\"h\";s:32:\"23ddea56b370bf3f5c028b010dbeff58\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230505-193003-sGuM8vsPVPzM0Ix7tVeKu0qaerZv7v.sql\";a:2:{s:1:\"d\";i:1683315004;s:1:\"h\";s:32:\"007cdba87ddacef31d7c2d5818dac18b\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(63,'backup','Database Backup Executed',3,'2023-05-15 09:57:02','2023-05-15 09:57:02','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(64,'backup','Database Backup Executed',3,'2023-05-20 12:19:02','2023-05-20 12:19:02','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(65,'backup','Database Backup Executed',3,'2023-05-20 16:11:10','2023-05-20 16:11:10','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(66,'backup','Database Backup Executed',3,'2023-05-20 20:05:50','2023-05-20 20:05:50','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(67,'file_change','File Changes Detected',8,'2023-05-20 20:05:50','2023-05-20 20:05:50','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230520-161119-dJbk2GIqXNa34mb7oO7KMhBHAj9ltl.sql\";a:2:{s:1:\"d\";i:1684599080;s:1:\"h\";s:32:\"099fd89dd1b58991ee354c6ffaf023d1\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230520-200559-cSbXSy1OfhsVZhInCJtdU2zFUIXhza.sql\";a:2:{s:1:\"d\";i:1684613159;s:1:\"h\";s:32:\"7a1ecdbf93868c60c77695f5c994ec28\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230506-034039-UJaEvvpqbLjpWPQlANU8nEdU0zkAFX.sql\";a:2:{s:1:\"d\";i:1683344440;s:1:\"h\";s:32:\"7188a23aff714c40a1d65a200086cc75\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230510-093858-KwONer041LuXa6uPlcMC8e9G6p0U5I.sql\";a:2:{s:1:\"d\";i:1683711538;s:1:\"h\";s:32:\"23ddea56b370bf3f5c028b010dbeff58\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(68,'backup','Database Backup Executed',3,'2023-05-26 08:04:39','2023-05-26 08:04:39','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(69,'file_change','File Changes Detected',8,'2023-05-26 08:04:39','2023-05-26 08:04:39','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230526-080449-oIpgue7UKVm946HXTaDHokb8SxbqQu.sql\";a:2:{s:1:\"d\";i:1685088290;s:1:\"h\";s:32:\"7ec60a3b874e4d31290912b4889c257c\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230520-161119-dJbk2GIqXNa34mb7oO7KMhBHAj9ltl.sql\";a:2:{s:1:\"d\";i:1684599080;s:1:\"h\";s:32:\"099fd89dd1b58991ee354c6ffaf023d1\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(70,'backup','Database Backup Executed',3,'2023-05-31 08:03:43','2023-05-31 08:03:43','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(71,'backup','Database Backup Executed',3,'2023-06-05 08:02:07','2023-06-05 08:02:07','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(72,'file_change','File Changes Detected',8,'2023-06-05 08:02:07','2023-06-05 08:02:07','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230531-080349-39rYzamAAPxDjWKixOdFyRczeetGOm.sql\";a:2:{s:1:\"d\";i:1685520230;s:1:\"h\";s:32:\"c053c0f9070b35458aeab6fff91d8e53\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230605-080217-F4O5iBsNzyj0ey0EDe4uNiInisev2V.sql\";a:2:{s:1:\"d\";i:1685952138;s:1:\"h\";s:32:\"d4c4f2afb80981d5e958135d272cd901\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230520-200559-cSbXSy1OfhsVZhInCJtdU2zFUIXhza.sql\";a:2:{s:1:\"d\";i:1684613159;s:1:\"h\";s:32:\"7a1ecdbf93868c60c77695f5c994ec28\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230526-080449-oIpgue7UKVm946HXTaDHokb8SxbqQu.sql\";a:2:{s:1:\"d\";i:1685088290;s:1:\"h\";s:32:\"7ec60a3b874e4d31290912b4889c257c\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(73,'backup','Database Backup Executed',3,'2023-06-10 07:07:24','2023-06-10 07:07:24','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(74,'file_change','File Changes Detected',8,'2023-06-10 07:07:24','2023-06-10 07:07:24','','',0,'','','a:4:{s:5:\"added\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230610-070733-05EBxMiR2wS9XoBFZZvUk3XDEqrzbZ.sql\";a:2:{s:1:\"d\";i:1686380854;s:1:\"h\";s:32:\"1e187128c89f9f5c7b9df3f406d06a57\";}}s:7:\"removed\";a:1:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230531-080349-39rYzamAAPxDjWKixOdFyRczeetGOm.sql\";a:2:{s:1:\"d\";i:1685520230;s:1:\"h\";s:32:\"c053c0f9070b35458aeab6fff91d8e53\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(75,'backup','Database Backup Executed',3,'2023-06-20 05:09:16','2023-06-20 05:09:16','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(76,'file_change','File Changes Detected',8,'2023-06-20 05:09:16','2023-06-20 05:09:16','','',0,'','','a:4:{s:5:\"added\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230615-091354-xBD4nVwH3aCVInDoiKHOixR75Dptqt.sql\";a:2:{s:1:\"d\";i:1686820435;s:1:\"h\";s:32:\"e9bf49c65e6b55c73753252a38ff436e\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230620-050925-AVY6MwN47eozCnl1J4fHpftCDmk5xx.sql\";a:2:{s:1:\"d\";i:1687237765;s:1:\"h\";s:32:\"bcf92d3f60870fadd2efcb6bc457c518\";}}s:7:\"removed\";a:2:{s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230605-080217-F4O5iBsNzyj0ey0EDe4uNiInisev2V.sql\";a:2:{s:1:\"d\";i:1685952138;s:1:\"h\";s:32:\"d4c4f2afb80981d5e958135d272cd901\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230610-070733-05EBxMiR2wS9XoBFZZvUk3XDEqrzbZ.sql\";a:2:{s:1:\"d\";i:1686380854;s:1:\"h\";s:32:\"1e187128c89f9f5c7b9df3f406d06a57\";}}s:7:\"changed\";a:0:{}s:6:\"memory\";d:47.520000000000003;}'),(77,'backup','Database Backup Executed',3,'2023-06-25 05:55:18','2023-06-25 05:55:18','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(78,'backup','Database Backup Executed',3,'2023-06-30 05:55:55','2023-06-30 05:55:55','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'),(79,'backup','Database Backup Executed',3,'2023-07-05 05:56:46','2023-07-05 05:56:46','','',0,'','','a:1:{i:0;a:2:{s:6:\"status\";s:7:\"Success\";s:7:\"details\";s:46:\"emailed to backup recipients and saved locally\";}}'); /*!40000 ALTER TABLE `wp_itsec_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_itsec_temp` -- DROP TABLE IF EXISTS `wp_itsec_temp`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_itsec_temp` ( `temp_id` bigint(20) unsigned NOT NULL auto_increment, `temp_type` varchar(20) NOT NULL, `temp_date` datetime NOT NULL, `temp_date_gmt` datetime NOT NULL, `temp_host` varchar(40) default NULL, `temp_user` bigint(20) unsigned default NULL, `temp_username` varchar(60) default NULL, PRIMARY KEY (`temp_id`), KEY `temp_date_gmt` (`temp_date_gmt`), KEY `temp_host` (`temp_host`), KEY `temp_user` (`temp_user`), KEY `temp_username` (`temp_username`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_itsec_temp` -- LOCK TABLES `wp_itsec_temp` WRITE; /*!40000 ALTER TABLE `wp_itsec_temp` DISABLE KEYS */; INSERT INTO `wp_itsec_temp` VALUES (1,'four_oh_four','2022-10-28 19:01:45','2022-10-28 19:01:45','66.249.70.141',NULL,NULL),(2,'four_oh_four','2022-10-28 19:01:47','2022-10-28 19:01:47','66.249.70.145',NULL,NULL),(3,'four_oh_four','2022-10-28 19:01:48','2022-10-28 19:01:48','66.249.70.145',NULL,NULL),(4,'four_oh_four','2022-10-28 19:09:30','2022-10-28 19:09:30','66.249.70.143',NULL,NULL),(5,'brute_force','2022-10-28 19:41:13','2022-10-28 19:41:13','51.68.11.191',NULL,NULL),(6,'brute_force','2022-10-28 19:41:13','2022-10-28 19:41:13',NULL,NULL,'admin'),(7,'four_oh_four','2022-10-28 19:57:15','2022-10-28 19:57:15','157.55.39.108',NULL,NULL),(8,'four_oh_four','2022-10-28 21:06:17','2022-10-28 21:06:17','54.36.149.104',NULL,NULL),(9,'four_oh_four','2022-10-28 21:09:08','2022-10-28 21:09:08','207.46.13.101',NULL,NULL),(10,'four_oh_four','2022-10-28 21:36:18','2022-10-28 21:36:18','54.36.148.87',NULL,NULL),(11,'four_oh_four','2022-10-28 21:47:21','2022-10-28 21:47:21','54.36.148.6',NULL,NULL),(12,'four_oh_four','2022-10-28 22:32:26','2022-10-28 22:32:26','54.36.148.48',NULL,NULL),(13,'four_oh_four','2022-10-28 22:38:57','2022-10-28 22:38:57','157.55.39.179',NULL,NULL),(14,'four_oh_four','2022-10-28 22:47:01','2022-10-28 22:47:01','207.46.13.101',NULL,NULL),(15,'four_oh_four','2022-10-29 00:08:04','2022-10-29 00:08:04','54.36.149.65',NULL,NULL); /*!40000 ALTER TABLE `wp_itsec_temp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_lawbusiness_likes` -- DROP TABLE IF EXISTS `wp_lawbusiness_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_lawbusiness_likes` ( `id` int(9) unsigned NOT NULL auto_increment, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `post_id` int(9) NOT NULL, `ip` varchar(15) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_lawbusiness_likes` -- LOCK TABLES `wp_lawbusiness_likes` WRITE; /*!40000 ALTER TABLE `wp_lawbusiness_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_lawbusiness_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `data` mediumtext NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL default '0', `flag_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; INSERT INTO `wp_layerslider` VALUES (1,'test','{\"properties\":{\"title\":\"test\",\"width\":\"1920\",\"height\":\"550\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"lawbusiness\",\"backgroundcolor\":\"\",\"backgroundimage\":\"\",\"sliderstyle\":\"margin-bottom: 0px;\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"circletimer\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: -10px; top: -10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) {\\r\\n\\r\\n}\",\"cbstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbpause\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstart\":\"function(data) {\\r\\n\\r\\n}\",\"cbanimstop\":\"function(data) {\\r\\n\\r\\n}\",\"cbprev\":\"function(data) {\\r\\n\\r\\n}\",\"cbnext\":\"function(data) {\\r\\n\\r\\n}\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/da15thdistrict.org\\/wp-content\\/uploads\\/2014\\/10\\/bg-2-1.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"slidedirection\":\"top\",\"timeshift\":\"0\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/da15thdistrict.org\\/wp-content\\/uploads\\/2014\\/10\\/seal3.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"39px\",\"left\":\"859px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Reliable & Effective\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Playfair Display\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"72\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"228px\",\"left\":\"648px\",\"style\":\"text-shadow: 1px 1px 1px #333;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2 copy\",\"type\":\"p\",\"image\":\"\",\"html\":\"legal solutions\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Playfair Display\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"32\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"322px\",\"left\":\"847px\",\"style\":\"text-shadow: 1px 1px 1px #333;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/da15thdistrict.org\\/wp-content\\/uploads\\/2014\\/10\\/hal1950.png\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"slidedirection\":\"top\",\"timeshift\":\"0\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #4\",\"type\":\"p\",\"image\":\"http:\\/\\/lawbusiness.cmsmasters.net\\/wp-content\\/uploads\\/2014\\/04\\/bg-red-1.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"319px\",\"left\":\"377px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #5\",\"type\":\"h1\",\"image\":\"\",\"html\":\"\\\\\\\"Bringing Criminals to Justice, and Justice to Victims...<\\/br>\\r\\nThat\\\\\'s what being a Good District Attorney is all about.\\\\\\\" <\\/br> \\r\\n- Hal Kittrell\",\"slidedirection\":\"auto\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"324px\",\"left\":\"200px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/da15thdistrict.org\\/wp-content\\/uploads\\/2014\\/07\\/courtroomgood.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"slidedirection\":\"top\",\"timeshift\":\"0\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Qualified\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Playfair Display\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"84\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"157px\",\"left\":\"682px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2 copy\",\"type\":\"p\",\"image\":\"\",\"html\":\"legal advice.\",\"slidedirection\":\"fade\",\"durationin\":\"\",\"easingin\":\"linear\",\"delayin\":\"\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"fade\",\"durationout\":\"\",\"easingout\":\"linear\",\"delayout\":\"\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"Playfair Display\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"32\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#ffffff\\\\\\\"}\",\"top\":\"255px\",\"left\":\"770px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1412883164,1436928142,0,0); /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_name` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_image` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_target` varchar(25) collate utf8_unicode_ci NOT NULL default '', `link_description` varchar(255) collate utf8_unicode_ci NOT NULL default '', `link_visible` varchar(20) collate utf8_unicode_ci 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) collate utf8_unicode_ci NOT NULL default '', `link_notes` mediumtext collate utf8_unicode_ci NOT NULL, `link_rss` varchar(255) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter` -- DROP TABLE IF EXISTS `wp_newsletter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter` ( `id` int(11) NOT NULL auto_increment, `email` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `surname` varchar(100) NOT NULL default '', `sex` char(1) NOT NULL default 'n', `status` char(1) NOT NULL default 'S', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `token` varchar(50) NOT NULL default '', `feed` tinyint(4) NOT NULL default '0', `feed_time` bigint(20) NOT NULL default '0', `country` varchar(4) NOT NULL default '', `list_1` tinyint(4) NOT NULL default '0', `list_2` tinyint(4) NOT NULL default '0', `list_3` tinyint(4) NOT NULL default '0', `list_4` tinyint(4) NOT NULL default '0', `list_5` tinyint(4) NOT NULL default '0', `list_6` tinyint(4) NOT NULL default '0', `list_7` tinyint(4) NOT NULL default '0', `list_8` tinyint(4) NOT NULL default '0', `list_9` tinyint(4) NOT NULL default '0', `list_10` tinyint(4) NOT NULL default '0', `list_11` tinyint(4) NOT NULL default '0', `list_12` tinyint(4) NOT NULL default '0', `list_13` tinyint(4) NOT NULL default '0', `list_14` tinyint(4) NOT NULL default '0', `list_15` tinyint(4) NOT NULL default '0', `list_16` tinyint(4) NOT NULL default '0', `list_17` tinyint(4) NOT NULL default '0', `list_18` tinyint(4) NOT NULL default '0', `list_19` tinyint(4) NOT NULL default '0', `list_20` tinyint(4) NOT NULL default '0', `profile_1` varchar(255) NOT NULL default '', `profile_2` varchar(255) NOT NULL default '', `profile_3` varchar(255) NOT NULL default '', `profile_4` varchar(255) NOT NULL default '', `profile_5` varchar(255) NOT NULL default '', `profile_6` varchar(255) NOT NULL default '', `profile_7` varchar(255) NOT NULL default '', `profile_8` varchar(255) NOT NULL default '', `profile_9` varchar(255) NOT NULL default '', `profile_10` varchar(255) NOT NULL default '', `profile_11` varchar(255) NOT NULL default '', `profile_12` varchar(255) NOT NULL default '', `profile_13` varchar(255) NOT NULL default '', `profile_14` varchar(255) NOT NULL default '', `profile_15` varchar(255) NOT NULL default '', `profile_16` varchar(255) NOT NULL default '', `profile_17` varchar(255) NOT NULL default '', `profile_18` varchar(255) NOT NULL default '', `profile_19` varchar(255) NOT NULL default '', `profile_20` varchar(255) NOT NULL default '', `referrer` varchar(50) NOT NULL default '', `http_referer` varchar(255) NOT NULL default '', `wp_user_id` int(11) NOT NULL default '0', `ip` varchar(50) NOT NULL default '', `test` tinyint(4) NOT NULL default '0', `flow` tinyint(4) NOT NULL default '0', `unsub_email_id` int(11) NOT NULL default '0', `unsub_time` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`) ) ENGINE=MyISAM AUTO_INCREMENT=116 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter` -- LOCK TABLES `wp_newsletter` WRITE; /*!40000 ALTER TABLE `wp_newsletter` DISABLE KEYS */; INSERT INTO `wp_newsletter` VALUES (1,'thisisconstan@gmail.com','','','n','S','2015-09-03 19:38:03','46be643b87',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'69.35.168.248',0,0,0,0),(2,'thisisconstant@gmail.com','','','n','S','2015-09-03 20:26:56','43cc552d94',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'69.35.168.248',0,0,0,0),(3,'michaelwcrosby@bellsouth.net','','','n','S','2015-09-27 16:09:21','11a32152b0',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','','http://da15thdistrict.org/wp-content/plugins/newsletter/do/subscribe.php',0,'107.194.180.187',0,0,0,0),(4,'jmcgee@da15thdistrict.org','','','n','C','2015-10-02 14:55:04','2edb343575',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','','http://da15thdistrict.org/wp-content/plugins/newsletter/do/subscribe.php',0,'104.232.169.42',0,0,0,0),(5,'shumaker2_teresa@yahoo.com','','','n','S','2015-10-13 11:15:02','9d372218b5',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','','http://da15thdistrict.org/wp-content/plugins/newsletter/do/subscribe.php',0,'70.196.138.176',0,0,0,0),(6,'lovellsandifer@bellsouth.net','','','n','S','2016-01-10 13:21:39','6be0fc6d39',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Shooting+in+lumberton+',0,'70.196.137.16',0,0,0,0),(7,'byphfd123@gmail.com','','','n','S','2016-05-10 04:11:31','7495bfe3bc',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=2871',0,'174.25.227.35',0,0,0,0),(8,'southernpud@gmail.com','','','n','S','2016-05-31 01:50:49','62da8c91ce',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6444',0,'70.169.80.140',0,0,0,0),(9,'ritaw1219@gmail.com','','','n','S','2016-08-08 17:30:44','4e4551a346',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Daniel+thomas+whiddon',0,'50.86.49.237',0,0,0,0),(10,'wandasingley@ymail.com','','','n','S','2016-08-17 18:46:51','5cb0e24968',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6045',0,'97.32.74.234',0,0,0,0),(11,'mlp39426@hotmail.com','','','n','S','2016-08-26 12:08:21','34470a05eb',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Marion+stockstill+',0,'108.216.236.207',0,0,0,0),(12,'vickieprice32@yahoo.com','','','n','S','2016-11-03 02:05:37','c1aa31664c',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?p=6929',0,'50.86.51.157',0,0,0,0),(13,'jmblann71@icloud.com','','','n','S','2016-11-15 21:14:55','9c58cf4d9f',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Warren+lewis',0,'198.223.246.144',0,0,0,0),(14,'buster@hubcityspokes.com','','','n','S','2017-03-22 22:33:47','2288f691b5',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?p=7022',0,'96.87.185.18',0,0,0,0),(15,'badolnana@yahoo.com','','','n','S','2017-05-02 12:33:13','b1b3cc5619',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?tag=sex-offender',0,'50.86.48.109',0,0,0,0),(16,'skinnyonemsline@gmail.com','','','n','S','2017-05-18 00:35:03','c9c41b10ec',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6045',0,'50.86.51.43',0,0,0,0),(17,'mcpeakamyhaybug@gmail.com','','','n','S','2017-05-21 23:10:35','c0356641f4',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6009',0,'174.255.198.201',0,0,0,0),(18,'mstink3@gmail.com','','','n','S','2017-06-25 02:03:30','ecd1b05942',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6000',0,'73.2.179.49',0,0,0,0),(19,'daciaagill@gmail.com','','','n','S','2017-08-25 04:25:56','82da28cb17',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5993',0,'76.85.79.108',0,0,0,0),(20,'tracey@circletfarmsupply.com','','','n','S','2017-09-25 17:37:18','f3e52c300b',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=2871',0,'70.196.138.245',0,0,0,0),(21,'saahb198@yahoo.com','','','n','S','2017-10-16 07:41:57','deceadecf0',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5982',0,'50.86.48.14',0,0,0,0),(22,'judge3@pearlrivercounty.net','','','n','S','2018-02-28 23:05:03','281bc81fb2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6045',0,'107.170.2.215',0,0,0,0),(23,'mstaggs44@gmail.com','','','n','S','2018-03-20 14:10:39','1255580674',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Where+the+grand+jury+meets',0,'50.86.51.25',0,0,0,0),(24,'m5h8op1@inbox.ru','Петров Иван Анатольевич http://dcironettrfn.ru','Влад','n','S','2018-04-06 10:26:29','c28cccd448',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org//',0,'95.81.212.42',0,0,0,0),(25,'jg3fridi@inbox.ru','Петров Иван Анатольевич http://lywmultnmvbl.ru','Влад','n','S','2018-04-08 15:43:35','21ce689121',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org//',0,'95.81.204.29',0,0,0,0),(26,'ahrmurh@googlemailcom.ml','de5c6e4ce','de5c6e4ce','m','S','2018-07-07 01:23:35','7e4429bf8f',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','',0,'134.255.230.17',0,0,0,0),(27,'nettermensch@gmailcom.cf','d83d4d9ae','d83d4d9ae','m','S','2018-07-09 09:56:38','109ea5d046',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','',0,'46.128.85.23',0,0,0,0),(28,'jacquelinewhiteesq@gmail.com','','','n','S','2018-08-01 17:15:49','5a0c828364',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'104.61.76.249',0,0,0,0),(29,'mliu@mississippitoday.org','','','n','S','2018-10-12 21:05:53','a56fd138b4',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=defender',0,'4.14.18.106',0,0,0,0),(30,'marvinnixon25@gmail.com','','','n','S','2018-10-29 21:12:00','66c3339bb0',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6000',0,'73.203.235.247',0,0,0,0),(31,'garkolym@yopmail.fr','80d235959','80d235959','m','S','2018-10-30 00:18:38','f670ef5d2d',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','',0,'134.255.230.17',0,0,0,0),(32,'bthompson@city-recognition.net','','','n','S','2018-12-06 09:52:06','24cc4e6e1e',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5993',0,'18.224.200.157',0,0,0,0),(33,'mr.flymailer@gmail.com','1655f738b','1655f738b','m','S','2019-01-30 21:41:18','33b3214d79',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','',0,'141.105.71.27',0,0,0,0),(34,'missjackiep@outlook.com','','','n','S','2019-03-19 15:27:35','b5f0eccbcd',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6000',0,'69.60.37.160',0,0,0,0),(35,'ginnylcomeaux@gmail.com','','','n','S','2019-06-25 04:51:42','9fd5e502c1',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6006',0,'47.7.98.160',0,0,0,0),(36,'kimday@gulfcoastcourtservices.com','','','n','S','2019-07-10 23:40:12','c359889a83',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6009',0,'162.201.134.182',0,0,0,0),(37,'ginny.l.comeaux@icloud.com','','','n','S','2019-08-22 07:20:23','5c469784ea',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5982',0,'47.7.98.160',0,0,0,0),(38,'stayouttmyshit@gmail.com','','','n','S','2019-09-06 16:41:56','a42b4dde87',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6493',0,'69.85.212.98',0,0,0,0),(39,'alauren1972@list.ru','Калогин http://da15thdistrict.org/ 1','thxx','m','S','2019-10-16 15:11:08','634841a683',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org//',0,'79.133.157.112',0,0,0,0),(40,'admin@blackvvjoker.com','','','n','S','2019-10-17 14:20:15','a73d731082',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.9.176.210',0,0,0,0),(41,'amanda_young_2020@mail.ru','kevinkevin da15thdistrict.org 3','pyat','m','S','2019-10-20 10:05:53','287a9108c7',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org//',0,'176.59.4.162',0,0,0,0),(42,'therock773@yahoo.com','','','n','S','2019-10-24 23:58:31','7b6ce75e5d',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'172.81.177.55',0,0,0,0),(43,'benkammerman@comcast.net','','','n','S','2019-10-25 04:34:05','449ef87e4d',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.154.21.150',0,0,0,0),(44,'donrubino@sbcglobal.net','','','n','S','2019-10-25 14:19:14','5470abe680',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'45.76.128.229',0,0,0,0),(45,'ericfroehlich@troyke.com','','','n','S','2019-10-25 15:48:50','3e50e8000a',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'213.183.56.170',0,0,0,0),(46,'melody103189@aol.com','','','n','S','2019-10-27 14:28:46','614b785e10',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'91.236.116.143',0,0,0,0),(47,'soniakk645@gmail.com','','','n','S','2019-10-28 03:22:36','cf3c6554ad',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'91.236.116.143',0,0,0,0),(48,'cdjd98@comcast.net','','','n','S','2019-10-30 08:15:29','7f9bcc3394',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'91.236.116.143',0,0,0,0),(49,'sweinberg@fwblaw.net','','','n','S','2019-10-30 11:32:07','3a95790514',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'172.81.177.55',0,0,0,0),(50,'invisiblejet01@aol.com','','','n','S','2019-11-07 09:34:41','eb72d013ce',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.134.119.86',0,0,0,0),(51,'claudia.wicher@sparkasse-koelnbonn.de','','','n','S','2019-11-07 16:50:12','93fc5aed8c',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.9.176.210',0,0,0,0),(52,'daryl.tunno@us.belfor.com','','','n','S','2019-11-07 20:23:06','ec812841d1',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'45.76.128.229',0,0,0,0),(53,'ilhuillier7@gmail.com','','','n','S','2019-11-07 21:02:30','3eb71f6293',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.9.176.210',0,0,0,0),(54,'enriselu@gmail.com','','','n','S','2019-11-07 21:44:03','41f87c79a2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'45.76.128.229',0,0,0,0),(55,'kstratford88@hotmail.com','','','n','S','2019-11-07 22:29:37','b70d15bf58',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.244.39.152',0,0,0,0),(56,'mike11636@yahoo.com','','','n','S','2019-11-07 23:36:30','9bc792898a',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'45.76.128.229',0,0,0,0),(57,'ocasa1@hotmail.com','','','n','S','2019-11-08 00:34:10','34b9df8d0a',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.134.119.86',0,0,0,0),(58,'ftorok@wowway.com','','','n','S','2019-11-10 09:29:39','0993b7960f',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'95.179.183.39',0,0,0,0),(59,'williamlpeebles@gmail.com','','','n','S','2020-04-20 18:10:20','bea274dd9c',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'50.86.49.55',0,0,0,0),(60,'quilting1171@yahoo.com','','','n','S','2020-06-03 17:54:27','0477b724bf',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.220.101.133',0,0,0,0),(61,'catherineledfordscott@gmail.com','','','n','S','2020-06-07 05:41:03','1441f32b14',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'193.70.13.47',0,0,0,0),(62,'judicase@outlook.com','','','n','S','2020-06-07 06:17:10','d8b0308234',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'79.137.69.214',0,0,0,0),(63,'steinhoff1750@gmail.com','','','n','S','2020-06-08 09:28:41','8e3e360412',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.100.87.206',0,0,0,0),(64,'brendab8285@gmail.com','','','n','S','2020-07-21 02:08:52','80e4e45813',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=Next+court+date',0,'107.194.178.130',0,0,0,0),(65,'pd08@gmx.de','','','n','S','2020-07-26 07:57:23','e7b9661263',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'54.38.75.41',0,0,0,0),(66,'blnetland@yahoo.com','','','n','S','2020-07-30 22:12:58','a7b7e4b277',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'162.247.74.200',0,0,0,0),(67,'kittybeartaya@gmail.com','','','n','S','2020-08-01 06:42:58','0f995c9aeb',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'151.80.16.162',0,0,0,0),(68,'joyciemrgn@gmail.com','','','n','S','2020-08-05 12:45:28','c10059c0ac',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6876',0,'50.86.51.223',0,0,0,0),(69,'furlongd@musc.edu','','','n','S','2020-08-06 11:44:28','b47122497e',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'77.247.181.163',0,0,0,0),(70,'cosmic7531@naver.com','','','n','S','2020-08-07 23:56:08','c165ed49ed',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'95.211.230.211',0,0,0,0),(71,'donaldkillingworthii123@da15thdistrict.org','','','n','S','2020-08-17 01:20:41','3142c42ca1',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'172.58.3.233',0,0,0,0),(72,'5129819640@vtext.com','','','n','S','2020-09-08 06:28:54','5564890753',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'95.154.24.73',0,0,0,0),(73,'dzermeno991@gmail.com','','','n','S','2020-09-12 01:24:54','4cba8b40e2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'45.154.255.69',0,0,0,0),(74,'leann.hilton@yahoo.com','','','n','S','2020-09-15 23:27:23','24e01830d2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.81.83.161',0,0,0,0),(75,'genjea@hotmail.com','','','n','S','2020-09-22 17:55:45','0af7879458',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.91.111.61',0,0,0,0),(76,'loren198877@gmail.com','35b59c940','35b59c940','m','S','2020-09-22 19:47:49','73618455b2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','',0,'94.242.243.73',0,0,0,0),(77,'james@ethicalmarketingvendor.com','','','n','S','2020-09-24 17:05:00','1b58db3880',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'178.62.8.174',0,0,0,0),(78,'kchsht11@hotmail.com','','','n','S','2020-10-08 01:41:44','f1a94cef23',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6876',0,'166.137.10.93',0,0,0,0),(79,'wallaceroger616@gmqil.com','','','n','S','2020-10-11 09:26:23','aa37c29c86',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?tag=drugs',0,'24.179.56.139',0,0,0,0),(80,'jjmalcuit12@outlook.com','','','n','S','2020-10-13 17:43:53','e334ea1774',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'147.135.112.147',0,0,0,0),(81,'bryce.simpson7@gmail.com','','','n','S','2020-10-14 14:34:30','e74843b99d',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.195.150.130',0,0,0,0),(82,'amyasahl71@aol.com','','','n','S','2020-10-15 18:30:20','152c97a9bb',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.195.149.141',0,0,0,0),(83,'15125684548@mms.cricketwireless.net','','','n','S','2020-10-24 08:29:39','7da66e82dc',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.222.202.12',0,0,0,0),(84,'vgadhok@gmail.com','','','n','S','2020-11-11 16:34:16','e02476ced9',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'146.59.155.27',0,0,0,0),(85,'linda.nevels@advantageresourcing.com','','','n','S','2020-11-11 22:50:49','873a420964',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=6493',0,'165.225.0.106',0,0,0,0),(86,'pay.invoice12@gmail.com','','','n','S','2020-11-12 03:24:04','4b21cf96d4',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.210.243.200',0,0,0,0),(87,'mistervtransport@gmail.com','','','n','S','2020-11-19 23:11:57','fea68355a2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'199.249.230.110',0,0,0,0),(88,'eric.vanular@gmail.com','','','n','S','2020-11-26 01:29:39','abdbeb4d8d',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'195.176.3.23',0,0,0,0),(89,'benakowuah@yahoo.co.uk','','','n','S','2020-12-04 11:36:40','77b88288eb',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'51.210.242.192',0,0,0,0),(90,'mofavene1987@mail.ru','!Сергей Васильевич || **da15thdistrict** ||-','pyat','m','S','2020-12-09 12:46:08','5bd844f11f',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org//',0,'89.151.186.147',0,0,0,0),(91,'ehorton665@gmail.com','','','n','S','2020-12-29 08:27:39','db49d990bf',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'71.19.154.84',0,0,0,0),(92,'teresarouse90@gmail.com','','','n','S','2021-01-07 06:47:29','2a774e3902',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?cat=118&paged=3',0,'24.179.58.5',0,0,0,0),(93,'mingchengnk@gmail.com','','','n','S','2021-01-12 03:23:34','3f7b5208b0',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'217.182.192.217',0,0,0,0),(94,'phposton859@aol.com','','','n','S','2021-01-13 17:33:05','7d2be41b1b',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'5.61.57.93',0,0,0,0),(95,'katieh91a@gmail.com','','','n','S','2021-01-16 16:38:16','250473494b',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'199.249.230.118',0,0,0,0),(96,'lnevels1298@gmail.com','','','n','S','2021-01-21 23:01:30','3ad1108c03',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?p=7100',0,'165.225.9.96',0,0,0,0),(97,'richcranwell@aol.com','','','n','S','2021-01-26 16:23:01','0215373e47',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.220.103.7',0,0,0,0),(98,'jagdgruppe54@gmail.com','','','n','S','2021-01-29 17:54:46','b977b53240',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5993',0,'174.235.138.134',0,0,0,0),(99,'loribarnett74@gmail.com','','','n','S','2021-03-02 21:05:12','649a066d41',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5982',0,'172.6.30.93',0,0,0,0),(100,'jennifercadenum5@gmail.com','','','n','S','2021-03-23 15:33:00','669c35c595',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5947/',0,'76.123.182.191',0,0,0,0),(101,'bassissexy222@outlook.com','','','n','S','2021-06-22 07:33:52','26f5bd4aa6',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/',0,'104.244.79.187',0,0,0,0),(102,'jipe35@hotmail.fr','','','n','S','2021-07-03 19:32:05','122a3db2ed',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/',0,'217.160.174.204',0,0,0,0),(103,'jillporter75@gmail.com','','','n','S','2021-07-07 21:00:05','402de63be8',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'185.220.101.4',0,0,0,0),(104,'penelope.feit@protonmail.com','','','n','S','2021-07-10 12:24:47','9fa04f87c9',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?page_id=5950',0,'172.58.60.242',0,0,0,0),(105,'janielattimore@yahoo.com','','','n','S','2021-07-22 01:57:12','06992f330e',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/',0,'152.36.132.197',0,0,0,0),(106,'crowther.raymond@yahoo.com','','','n','S','2021-07-25 22:45:20','7d13726bb9',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=5947',0,'172.58.3.194',0,0,0,0),(107,'law22inoc@gmail.com','','','n','S','2021-07-27 09:28:19','eddea82ad2',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/',0,'192.42.116.19',0,0,0,0),(108,'olakintanruth@gmail.com','','','n','S','2021-08-02 08:12:20','6171f62320',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','http://da15thdistrict.org/?s=If+swindled+what+can+I+do',0,'129.205.113.214',0,0,0,0),(109,'dmjames524@aol.com','','','n','S','2021-08-19 21:46:52','252e98b185',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=6009',0,'8.48.248.0',0,0,0,0),(110,'desieposton007@gmail.com','','','n','S','2021-09-16 12:37:57','6832a7b24b',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=6876',0,'67.142.112.83',0,0,0,0),(111,'brownsugar5639466@yahoo.com','','','n','S','2022-02-14 20:05:43','928924fef1',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=5947',0,'107.77.232.201',0,0,0,0),(112,'mandacody13@gmail.com','','','n','S','2022-03-25 05:44:31','aff272815f',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=6003',0,'174.215.151.110',0,0,0,0),(113,'lsalwach@gmail.com','','','n','S','2022-06-17 11:32:00','3260980739',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?s=Gieselman',0,'98.114.138.254',0,0,0,0),(114,'rvmcdonald@icloud.com','','','n','S','2022-07-08 15:36:55','99e9ed2e02',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?page_id=6876',0,'71.12.227.112',0,0,0,0),(115,'nelodymyrick726@gmail.com','','','n','S','2022-09-12 02:04:02','854d6fae5e',0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','','','','','','','','','','','','','','','','','','widget','https://da15thdistrict.org/?s=Alex',0,'47.38.35.62',0,0,0,0); /*!40000 ALTER TABLE `wp_newsletter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_emails` -- DROP TABLE IF EXISTS `wp_newsletter_emails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter_emails` ( `id` int(11) NOT NULL auto_increment, `message` longtext, `message_text` longtext, `subject` varchar(255) NOT NULL default '', `type` varchar(50) NOT NULL default '', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `status` enum('new','sending','sent','paused') NOT NULL default 'new', `total` int(11) NOT NULL default '0', `last_id` int(11) NOT NULL default '0', `sent` int(11) NOT NULL default '0', `send_on` int(11) NOT NULL default '0', `track` tinyint(4) NOT NULL default '0', `editor` tinyint(4) NOT NULL default '0', `sex` char(1) NOT NULL default '', `query` longtext, `preferences` longtext, `options` longtext, `token` varchar(10) NOT NULL default '', `private` tinyint(1) NOT NULL default '0', `read_count` int(10) unsigned NOT NULL default '0', `click_count` int(10) unsigned NOT NULL default '0', `open_count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter_emails` -- LOCK TABLES `wp_newsletter_emails` WRITE; /*!40000 ALTER TABLE `wp_newsletter_emails` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_emails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_sent` -- DROP TABLE IF EXISTS `wp_newsletter_sent`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter_sent` ( `email_id` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `error` varchar(100) NOT NULL default '', `open` tinyint(1) unsigned NOT NULL default '0', `ip` varchar(100) NOT NULL default '', PRIMARY KEY (`email_id`,`user_id`), KEY `user_id` (`user_id`), KEY `email_id` (`email_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter_sent` -- LOCK TABLES `wp_newsletter_sent` WRITE; /*!40000 ALTER TABLE `wp_newsletter_sent` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_sent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_newsletter_stats` -- DROP TABLE IF EXISTS `wp_newsletter_stats`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_newsletter_stats` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL default '0', `email_id` int(11) NOT NULL default '0', `link_id` int(11) NOT NULL default '0', `created` timestamp NOT NULL default CURRENT_TIMESTAMP, `url` varchar(255) collate utf8_unicode_ci NOT NULL default '', `anchor` varchar(200) collate utf8_unicode_ci NOT NULL default '', `ip` varchar(20) collate utf8_unicode_ci NOT NULL default '', `country` varchar(4) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`id`), KEY `email_id` (`email_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_newsletter_stats` -- LOCK TABLES `wp_newsletter_stats` WRITE; /*!40000 ALTER TABLE `wp_newsletter_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_newsletter_stats` 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) collate utf8_unicode_ci NOT NULL default '', `option_value` longtext collate utf8_unicode_ci NOT NULL, `autoload` varchar(20) collate utf8_unicode_ci NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=544526 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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://da15thdistrict.org','yes'),(2,'home','http://da15thdistrict.org','yes'),(3,'blogname','District Attorney 15th District Court of Mississippi','yes'),(4,'blogdescription','Bringing Criminals to Justice, and Justice to Victims','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','grantalexander@pileum.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','1','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','2','yes'),(19,'default_comment_status','closed','yes'),(20,'default_ping_status','closed','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','5','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'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','','yes'),(29,'gzipcompression','0','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:7:{i:0;s:41:\"better-wp-security/better-wp-security.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"easy-columns/easy-columns.php\";i:3;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:4;s:21:\"newsletter/plugin.php\";i:5;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:6;s:27:\"updraftplus/updraftplus.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','0','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:90:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/themes/Divi/style.css\";i:1;s:91:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/themes/divi/header.php\";i:3;s:88:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/themes/Divi/404.php\";i:4;s:113:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";i:5;s:91:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/themes/Divi/footer.php\";}','no'),(41,'template','Divi','yes'),(42,'stylesheet','Divi','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','1','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','33056','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','wp-content/uploads','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','0','yes'),(54,'show_on_front','page','yes'),(55,'tag_base','','yes'),(56,'show_avatars','','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:3:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:250:\"<p><strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong></p>\r\n\r\n<p><strong>Office: </strong>601-731-1476<br>\r\n<strong>Checks:</strong> 601-736-2164<br>\r\n<strong>Fax:</strong> 601-731-1489\r\n</p>\r\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:2:{s:29:\"easy-columns/easy-columns.php\";a:2:{i:0;s:11:\"EasyColumns\";i:1;s:9:\"uninstall\";}s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:12:\"on_uninstall\";}}','no'),(83,'timezone_string','','yes'),(85,'page_on_front','5868','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','29630','yes'),(89,'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:10:\"copy_posts\";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:10:\"copy_posts\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(90,'widget_search','a:3:{i:5;a:1:{s:5:\"title\";s:0:\"\";}i:8;a:1:{s:5:\"title\";s:6:\"SEARCH\";}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:5:{i:2;a:3:{s:5:\"title\";s:10:\"Recent New\";s:6:\"number\";i:7;s:9:\"show_date\";b:0;}i:5;a:4:{s:5:\"title\";s:14:\"Press Releases\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:12:\"widget_width\";s:9:\"one_first\";}i:7;a:3:{s:5:\"title\";s:11:\"LATEST NEWS\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}i:8;a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:9:{s:18:\"orphaned_widgets_2\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:19:\"wp_inactive_widgets\";a:2:{i:0;s:17:\"recent-comments-2\";i:1;s:14:\"recent-posts-5\";}s:9:\"sidebar-1\";a:4:{i:0;s:8:\"search-5\";i:1;s:14:\"recent-posts-2\";i:2;s:12:\"categories-2\";i:3;s:11:\"tag_cloud-5\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-3\";a:1:{i:0;s:14:\"recent-posts-7\";}s:9:\"sidebar-4\";a:2:{i:0;s:8:\"search-8\";i:1;s:18:\"newsletterwidget-2\";}s:9:\"sidebar-5\";a:0:{}s:19:\"et_pb_widget_area_1\";a:1:{i:0;s:14:\"recent-posts-8\";}s:13:\"array_version\";i:3;}','yes'),(98,'gd_quicksetup_options','a:2:{s:3:\"key\";s:64:\"/H8/jIp0DGuMlLsA7OqH6WlpAXM43RjQgcqPpp5aUBiMKgSXMinOOfTg73ABniEE\";s:7:\"api_url\";s:33:\"https://wpqs.secureserver.net/v1/\";}','yes'),(99,'cron','a:375:{i:1627421999;a:1:{s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1632999466;a:1:{s:10:\"newsletter\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"newsletter\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1633040761;a:1:{s:20:\"itsec_purge_lockouts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1654701602;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1654702226;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1654702279;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1654702842;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1661114019;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"9e4e5f06829be6ddb3c7a71bb28cfdcf\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7265;}}}}i:1661173622;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"fea2049f2507cbc9f3aeea446111aa0a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7266;}}}}i:1661916466;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c685cf5794efa168627eb78fdc2b5ebe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7267;}}}}i:1662386974;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c6f8fb012e5fe694a3cc4cbecdb91621\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7268;}}}}i:1662403753;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"15165877c5294c99987419aab59f46f6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7269;}}}}i:1662432155;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"f1f61a3efbe84f0548297ebf4aeb04ea\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7270;}}}}i:1662435297;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"c9c0d14b32d2eadc16f639a3a7d9dc3b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7271;}}}}i:1662437254;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"f57a374f28853431d495eb6925d37ffc\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7273;}}}}i:1662484036;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"5da080849e05e19da90e3999891dd3e3\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7274;}}}}i:1662695725;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"95cea10e4382e698627b7fd8ce3ef0e9\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7276;}}}}i:1662953634;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"1b2104f8e678438bbcd0b0aa0955c6fe\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7277;}}}}i:1662955478;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"273dedc00659e08e6414e9e460251e3e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7278;}}}}i:1663522886;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663673936;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663678908;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663698050;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663707414;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663711287;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663719571;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663767365;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774222;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774240;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774257;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774274;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774291;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663774307;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663784144;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663784584;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663788923;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663794095;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663800942;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663802283;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663817923;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663825491;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663834521;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663835466;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663836296;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663837784;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663838784;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663839065;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663840859;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663841971;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663842042;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663842516;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663844522;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663849588;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663851156;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663851379;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663853461;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663853874;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663854236;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663855118;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663857491;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663859305;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663938752;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663960206;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"1025eb04171b4b553ac9fddfa679b87e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7409;}}}}i:1663980516;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663983210;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1663983370;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664015738;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664055389;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664131601;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"ec0cd4a0e683fc0b004045f3ec4ac930\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7425;}}}}i:1664140339;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664176733;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664185154;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664188558;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664194713;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"1e8df68df496ff867dbbf23df28a6c2a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7435;}}}}i:1664194727;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"384d74bfd444837b60ed9496aeb5231b\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7436;}}}}i:1664210199;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664213458;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664214826;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664217001;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664217572;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664217736;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664217754;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664221725;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664237910;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664243391;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664246901;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664249334;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664252536;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664256444;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664269614;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664273640;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664282443;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664353340;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664353790;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664355381;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664355785;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664357835;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664359544;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664361411;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664362308;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664381370;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664389193;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664391856;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664394422;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664406176;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664437774;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664438081;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664439388;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664442346;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664443811;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664532809;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664536912;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664538854;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664541344;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664542578;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664542782;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664542794;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664542992;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664543727;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664557175;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664570655;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664607833;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664662863;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664720990;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664724619;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664728046;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664731347;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664733899;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664739083;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664740513;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664744907;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664781244;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664789327;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664793590;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664795472;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664796251;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664799805;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664801102;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664804795;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664807802;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664807964;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664809566;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664810697;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664811624;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664819853;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664825685;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664826715;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664827988;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664829132;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664830370;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664831744;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664875994;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664879385;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664898555;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664913948;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664945264;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664947455;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664950425;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664950785;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664953034;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664954534;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664957020;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664958412;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664961971;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664965440;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664969598;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664972961;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664973199;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664973415;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664974270;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975865;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975881;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975898;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975914;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975930;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975946;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975963;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975980;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664975996;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664976012;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664982410;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664982666;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664983351;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664983374;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664983399;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664983422;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664986365;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664994026;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1664996077;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665003193;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665018548;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036163;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036180;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036196;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036213;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036229;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036244;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036260;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036277;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036293;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665036308;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041882;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041897;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041912;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041929;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041944;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041958;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041973;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665041989;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665042003;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665042017;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665059900;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665061039;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071770;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071787;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071803;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071819;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071825;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071837;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665071853;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073381;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073401;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073420;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073440;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073460;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073479;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073500;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073521;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073540;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665073560;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074393;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074409;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074424;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074441;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074456;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074471;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074487;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074503;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074518;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665074533;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080501;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080520;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080539;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080559;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080578;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665080596;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665106104;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665113913;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665119192;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665121357;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122783;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122797;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122812;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122831;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122846;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122860;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122875;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122889;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122905;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665122919;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665124500;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665126421;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665129005;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665130058;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665130641;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665131247;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665132769;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134335;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134349;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134366;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134383;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134398;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134412;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134426;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134440;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134456;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665134470;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665136156;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665136819;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665136864;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665139901;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140618;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140634;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140651;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140668;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140684;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140699;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140714;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140731;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140747;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665140763;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665141712;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665144667;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665151547;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665154615;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665166806;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665178565;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665184232;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665253859;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665255679;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665258299;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665302215;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665305874;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665307795;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665308665;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665310132;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665311371;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665315226;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665319642;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665334268;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665376522;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665381639;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665384818;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665393686;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665408428;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665458795;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665459536;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665460749;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665461139;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665471662;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665472534;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665472581;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665472827;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665472959;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665473676;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665473711;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665473773;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665563906;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665592909;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665612952;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665614235;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665735950;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665736599;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665758306;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665758646;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1665801587;a:1:{s:21:\"updraft_backup_resume\";a:1:{s:32:\"e530d0b797da7afb83c431a4b07b96a6\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:2:{i:0;i:1;i:1;s:12:\"0b9d3e9c7107\";}}}}i:1665817715;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:1665819780;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:1665840341;a:1:{s:21:\"et_cron_check_account\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1665844773;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:1665844901;a:1:{s:16:\"itsec_purge_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1665862906;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1665965607;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"263b23685d54a0161fb8cc991a02fb29\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:8216;}}}}i:1665965723;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"66a1c89a8856c39536e421bea103ce39\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:8217;}}}}i:1666007050;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666007645;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666009386;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666009749;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666012685;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666114264;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666117733;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666120925;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666125225;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666129199;a:1:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1666148151;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666171339;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666240169;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666318012;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666327518;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666334539;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666366134;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666380282;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666398517;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666531040;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666603596;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666606163;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666629546;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666689893;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666699452;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666788694;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666805669;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666876760;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666904674;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1666976212;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(62379,'_site_transient_timeout_browser_75d88247c3b2581a3d29a5ab089e9f62','1442951422','yes'),(62380,'_site_transient_browser_75d88247c3b2581a3d29a5ab089e9f62','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:13:\"Mobile Safari\";s:7:\"version\";s:6:\"537.36\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(110,'_transient_random_seed','aceab423918a2a5fffbbe649e8f85496','yes'),(60696,'widget_aboutmewidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(60697,'widget_adsensewidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(60698,'widget_advwidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(912,'cmsms_options_lawbusiness_error','a:5:{s:24:\"lawbusiness_error_search\";i:1;s:32:\"lawbusiness_error_sitemap_button\";i:1;s:30:\"lawbusiness_error_sitemap_link\";s:0:\"\";s:26:\"lawbusiness_error_bg_color\";s:7:\"#5dbde0\";s:26:\"lawbusiness_error_bg_image\";s:68:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/error_bg.jpg\";}','yes'),(40514,'et_images_temp_folder','/home/content/38/9865338/html/da/wp-content/uploads/et_temp','yes'),(40515,'et_schedule_clean_images_last_time','1687237979','yes'),(40516,'theme_mods_Divi','a:8:{s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:36:\"et_pb_predefined_layouts_updated_2_0\";s:2:\"on\";s:16:\"background_image\";s:68:\"http://da15thdistrict.org/wp-content/uploads/2014/10/embossmedal.jpg\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:2:{s:12:\"primary-menu\";i:90;s:11:\"footer-menu\";i:127;}s:21:\"et_pb_replace_content\";s:2:\"on\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_1\";s:13:\"Home_Side_Bar\";}s:6:\"number\";i:2;}}','yes'),(40517,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(40518,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(40519,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(40520,'et_divi','a:111:{s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:12:\"header_style\";s:8:\"centered\";s:9:\"divi_logo\";s:61:\"http://da15thdistrict.org/wp-content/uploads/2015/09/logo.png\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:5:\"false\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_mailchimp_api_key\";s:0:\"\";s:31:\"divi_regenerate_mailchimp_lists\";s:5:\"false\";s:28:\"divi_regenerate_aweber_lists\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:21:\"divi_show_google_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:2:\"on\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:15:\"divi_custom_css\";s:2926:\".wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {\nbackground-color: #eee !important;\nborder: none !important;\nwidth: 100% !important;\n-moz-border-radius: 0 !important;\n-webkit-border-radius: 0 !important;\nborder-radius: 0 !important;\nfont-size: 14px;\ncolor: #999 !important;\npadding: 16px !important;\n-moz-box-sizing: border-box;\n-webkit-box-sizing: border-box;\nbox-sizing: border-box;\n}\n.wpcf7-submit {\ncolor: #0039a3 !important;\nmargin: 8px auto 0;\ncursor: pointer;\nfont-size: 20px;\nfont-weight: 500;\n-moz-border-radius: 3px;\n-webkit-border-radius: 3px;\nborder-radius: 3px;\npadding: 6px 20px;\nline-height: 1.7em;\nbackground: transparent;\nborder: 2px solid;\n-webkit-font-smoothing: antialiased;\n-moz-osx-font-smoothing: grayscale;\n-moz-transition: all 0.2s;\n-webkit-transition: all 0.2s;\ntransition: all 0.2s;\n}\n.wpcf7-submit:hover { \nbackground-color: #eee; \nborder-color:#eee; \npadding: 6px 20px !important; \n}\na {\n text-decoration: underline;\n}\na:hover {\n font-weight: bold;\n text-decoration: underline;\n}\n/*media all*/\n.et_pb_bg_layout_light .et_pb_widget li a {\n color: #0039a3;\n text-decoration: underline;\n}\n#logo, .logo_container, #main-header, .container { transition: none; -webkit-transition: none; -moz-transition: none; }\n .et_header_style_centered #logo { max-height: 170px; }\n .et_header_style_centered header#main-header .logo_container { height: auto; max-height: 170px; padding: 0; }\n .et_header_style_split header#main-header .logo_container { height: auto; max-height: 170px; padding: 0; }\n .et_header_style_split #logo { max-height: 120px; }\n .et_vertical_nav span.logo_helper { display: inline-block; }\n .et_vertical_nav.et_header_style_left .logo_container { height: 100%; position: absolute; }\n .et_header_style_left #logo, .et_header_style_split #logo { max-width: 50%; }\n\n/*media all*/\nh2 {\n font-size: 21px;\n}\n\n.btn {\n -webkit-border-radius: 0;\n -moz-border-radius: 0;\n border-radius: 0px;\n -webkit-box-shadow: 0px 1px 3px #666666;\n -moz-box-shadow: 0px 1px 3px #666666;\n box-shadow: 0px 1px 3px #666666;\n color: #ffffff;\n font-size: 14px;\n font-weight: bold;\n background: #cc0000;\n padding: 5px;\n margin-top: 15px;\n margin-bottom: 10px;\n border: solid #ffffff 3px;\n text-decoration: none;\n}\n\n.btn:hover {\n background: #0039a3;\n text-decoration: none;\n}\n/*media all*/\n.wp-caption {\n border: 1px solid #ddd;\n text-align: center;\n background-color: #ffffff;\n padding-top: 17px;\n padding-left: 15px;\n padding-right: 15px;\n padding-bottom: 5px;\n margin-bottom: 10px;\n max-width: 96%; \n}\n/*media all*/\n.wp-caption p.wp-caption-text {\n font-size: 12px;\n padding: 0 4px 10px;\n margin: 7px;\n}\n\n.newsletter-email {\n width: 275px;\n font-size: 16px;\n padding: 5px;\n}\n\n.newsletter-submit {\n font-size: 16px;\n background-color: #0039a3;\n padding: 5px;\n border: 3px solid #fff;\n width: 275px;\n color: #fff;\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:16:\"cover_background\";b:0;s:12:\"boxed_layout\";b:1;s:14:\"primary_nav_bg\";s:7:\"#0039a3\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#0039a3\";s:31:\"primary_nav_dropdown_link_color\";s:7:\"#ffffff\";s:9:\"menu_link\";s:7:\"#ffffff\";s:16:\"primary_nav_font\";s:9:\"Open Sans\";s:16:\"menu_link_active\";s:7:\"#ffffff\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#cc0000\";s:12:\"accent_color\";s:7:\"#ffffff\";s:12:\"heading_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:10:\"link_color\";s:7:\"#0039a3\";s:10:\"font_color\";s:7:\"#000000\";s:12:\"header_color\";s:7:\"#000000\";s:18:\"secondary_nav_font\";s:9:\"Open Sans\";s:16:\"secondary_nav_bg\";s:7:\"#cc0000\";s:14:\"footer_columns\";s:1:\"3\";s:9:\"footer_bg\";s:7:\"#cc0000\";s:22:\"footer_menu_text_color\";s:7:\"#ffffff\";s:29:\"footer_menu_active_link_color\";s:7:\"#ffffff\";s:28:\"footer_menu_background_color\";s:7:\"#0039a3\";s:27:\"bottom_bar_background_color\";s:7:\"#cccccc\";s:24:\"show_footer_social_icons\";b:0;s:24:\"widget_header_font_style\";s:0:\"\";s:12:\"phone_number\";s:14:\"1-601-731-1476\";s:12:\"header_email\";s:0:\"\";}','yes'),(79634,'_site_transient_browser_b10ea858e287322be96ef3a56d4aafea','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.80\";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'),(933,'cmsms_options_lawbusiness_icon_heading','','yes'),(934,'cmsms_options_lawbusiness_icon_social','a:1:{s:24:\"lawbusiness_social_icons\";a:8:{i:0;s:83:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/facebook.png|#ea2e0d|#|true\";i:1;s:82:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/twitter.png|#ea2e0d|#|true\";i:2;s:78:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/rss.png|#ea2e0d|#|true\";i:3;s:83:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/dribbble.png|#ea2e0d|#|true\";i:4;s:83:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/linkedin.png|#ea2e0d|#|true\";i:5;s:82:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/behance.png|#ea2e0d|#|true\";i:6;s:80:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/pinit.png|#ea2e0d|#|true\";i:7;s:81:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/flickr.png|#ea2e0d|#|true\";}}','yes'),(935,'cmsms_options_lawbusiness_blog_page','a:5:{s:25:\"lawbusiness_blog_page_cat\";i:1;s:28:\"lawbusiness_blog_page_author\";i:0;s:29:\"lawbusiness_blog_page_comment\";i:0;s:25:\"lawbusiness_blog_page_tag\";i:0;s:26:\"lawbusiness_blog_page_more\";i:1;}','yes'),(1495,'tl-categs_children','a:0:{}','yes'),(1576,'widget_layerslider_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1577,'widget_custom-advertisement','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1578,'widget_custom-contact-info','a:4:{i:1;a:0:{}i:2;a:9:{s:5:\"title\";s:31:\"Office of the District Attorney\";s:4:\"name\";s:0:\"\";s:7:\"address\";s:30:\"500 Courthouse Square, Suite 3\";s:4:\"city\";s:8:\"Columbia\";s:5:\"state\";s:2:\"Ms\";s:3:\"zip\";s:5:\"39429\";s:5:\"phone\";s:20:\"Office:601-731-1476 \";s:5:\"email\";s:25:\"office@da15thdistrict.org\";s:12:\"widget_width\";s:9:\"one_first\";}s:12:\"_multiwidget\";i:1;i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"name\";s:0:\"\";s:7:\"address\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:3:\"zip\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:12:\"widget_width\";s:10:\"one_fourth\";}}','yes'),(1579,'widget_custom-divider','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1580,'widget_custom-divider-responsive','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1581,'widget_custom-video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1582,'widget_custom-facebook','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1583,'widget_custom-featured','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(926,'cmsms_options_lawbusiness_font_h1','a:7:{s:31:\"lawbusiness_h1_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h1_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h1_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h1_font_font_size\";s:2:\"34\";s:31:\"lawbusiness_h1_font_line_height\";s:2:\"42\";s:31:\"lawbusiness_h1_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h1_font_font_style\";s:6:\"normal\";}','yes'),(927,'cmsms_options_lawbusiness_font_h2','a:7:{s:31:\"lawbusiness_h2_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h2_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h2_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h2_font_font_size\";s:2:\"26\";s:31:\"lawbusiness_h2_font_line_height\";s:2:\"32\";s:31:\"lawbusiness_h2_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h2_font_font_style\";s:6:\"normal\";}','yes'),(928,'cmsms_options_lawbusiness_font_h3','a:7:{s:31:\"lawbusiness_h3_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h3_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h3_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h3_font_font_size\";s:2:\"20\";s:31:\"lawbusiness_h3_font_line_height\";s:2:\"28\";s:31:\"lawbusiness_h3_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h3_font_font_style\";s:6:\"normal\";}','yes'),(929,'cmsms_options_lawbusiness_font_h4','a:7:{s:31:\"lawbusiness_h4_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h4_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h4_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h4_font_font_size\";s:2:\"18\";s:31:\"lawbusiness_h4_font_line_height\";s:2:\"24\";s:31:\"lawbusiness_h4_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h4_font_font_style\";s:6:\"normal\";}','yes'),(930,'cmsms_options_lawbusiness_font_h5','a:7:{s:31:\"lawbusiness_h5_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h5_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h5_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h5_font_font_size\";s:2:\"16\";s:31:\"lawbusiness_h5_font_line_height\";s:2:\"22\";s:31:\"lawbusiness_h5_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h5_font_font_style\";s:6:\"normal\";}','yes'),(931,'cmsms_options_lawbusiness_font_h6','a:7:{s:31:\"lawbusiness_h6_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:31:\"lawbusiness_h6_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:30:\"lawbusiness_h6_font_font_color\";s:7:\"#000000\";s:29:\"lawbusiness_h6_font_font_size\";s:2:\"14\";s:31:\"lawbusiness_h6_font_line_height\";s:2:\"20\";s:31:\"lawbusiness_h6_font_font_weight\";s:6:\"normal\";s:30:\"lawbusiness_h6_font_font_style\";s:6:\"normal\";}','yes'),(932,'cmsms_options_lawbusiness_font_other','a:43:{s:34:\"lawbusiness_quote_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:34:\"lawbusiness_quote_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:33:\"lawbusiness_quote_font_font_color\";s:7:\"#989898\";s:32:\"lawbusiness_quote_font_font_size\";s:2:\"15\";s:34:\"lawbusiness_quote_font_line_height\";s:2:\"24\";s:34:\"lawbusiness_quote_font_font_weight\";s:6:\"normal\";s:33:\"lawbusiness_quote_font_font_style\";s:6:\"normal\";s:36:\"lawbusiness_dropcap_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:36:\"lawbusiness_dropcap_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:35:\"lawbusiness_dropcap_font_font_color\";s:7:\"#000000\";s:34:\"lawbusiness_dropcap_font_font_size\";s:2:\"36\";s:36:\"lawbusiness_dropcap_font_line_height\";s:2:\"40\";s:36:\"lawbusiness_dropcap_font_font_weight\";s:6:\"normal\";s:35:\"lawbusiness_dropcap_font_font_style\";s:6:\"normal\";s:33:\"lawbusiness_code_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:33:\"lawbusiness_code_font_google_font\";s:0:\"\";s:32:\"lawbusiness_code_font_font_color\";s:7:\"#7e7e7e\";s:31:\"lawbusiness_code_font_font_size\";s:2:\"13\";s:33:\"lawbusiness_code_font_line_height\";s:2:\"18\";s:33:\"lawbusiness_code_font_font_weight\";s:6:\"normal\";s:32:\"lawbusiness_code_font_font_style\";s:6:\"normal\";s:34:\"lawbusiness_small_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:34:\"lawbusiness_small_font_google_font\";s:0:\"\";s:33:\"lawbusiness_small_font_font_color\";s:7:\"#7e7e7e\";s:32:\"lawbusiness_small_font_font_size\";s:2:\"12\";s:34:\"lawbusiness_small_font_line_height\";s:2:\"20\";s:34:\"lawbusiness_small_font_font_weight\";s:6:\"normal\";s:33:\"lawbusiness_small_font_font_style\";s:6:\"normal\";s:34:\"lawbusiness_input_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:34:\"lawbusiness_input_font_google_font\";s:0:\"\";s:33:\"lawbusiness_input_font_font_color\";s:7:\"#7e7e7e\";s:32:\"lawbusiness_input_font_font_size\";s:2:\"13\";s:34:\"lawbusiness_input_font_line_height\";s:2:\"20\";s:34:\"lawbusiness_input_font_font_weight\";s:6:\"normal\";s:33:\"lawbusiness_input_font_font_style\";s:6:\"normal\";s:33:\"lawbusiness_bottom_headings_color\";s:7:\"#ffffff\";s:35:\"lawbusiness_bottom_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:35:\"lawbusiness_bottom_font_google_font\";s:0:\"\";s:34:\"lawbusiness_bottom_font_font_color\";s:7:\"#8d8d8d\";s:33:\"lawbusiness_bottom_font_font_size\";s:2:\"12\";s:35:\"lawbusiness_bottom_font_line_height\";s:2:\"18\";s:35:\"lawbusiness_bottom_font_font_weight\";s:6:\"normal\";s:34:\"lawbusiness_bottom_font_font_style\";s:6:\"normal\";}','yes'),(144,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412279001;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(145,'current_theme','Divi','yes'),(146,'theme_mods_theme','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:10;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412611966;s:4:\"data\";a:2:{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\";}}}}','yes'),(147,'theme_switched','','yes'),(148,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:2:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:7:\"General\";s:7:\"content\";s:30:\"<p>Help content goes here!</p>\";}}s:7:\"sidebar\";s:33:\"<p>Sidebar content goes here!</p>\";}s:8:\"sections\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"General\";s:2:\"id\";s:7:\"general\";}i:1;a:2:{s:5:\"title\";s:7:\"Contact\";s:2:\"id\";s:7:\"contact\";}}s:8:\"settings\";a:19:{i:0;a:10:{s:5:\"label\";s:11:\"Site author\";s:2:\"id\";s:11:\"site-author\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Enter site owner for SEO.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:1:\"5\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:1;a:10:{s:5:\"label\";s:4:\"Logo\";s:2:\"id\";s:4:\"logo\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:22:\"Upload site logo here.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:2;a:10:{s:5:\"label\";s:9:\"Site tags\";s:2:\"id\";s:9:\"site-tags\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:24:\"Enter site tags for seo.\";s:3:\"std\";s:23:\"Ex: photography, design\";s:4:\"rows\";s:1:\"5\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:3;a:10:{s:5:\"label\";s:7:\"Favicon\";s:2:\"id\";s:7:\"favicon\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:26:\"Upload 16 by 16px favicon.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:4;a:10:{s:5:\"label\";s:10:\"Apple icon\";s:2:\"id\";s:10:\"apple-icon\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:29:\"Upload 16 by 16px apple icon.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:5;a:10:{s:5:\"label\";s:10:\"Apple icon\";s:2:\"id\";s:13:\"apple-icon-72\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:29:\"Upload 72 by 72px apple icon.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:6;a:10:{s:5:\"label\";s:10:\"Apple icon\";s:2:\"id\";s:14:\"apple-icon-114\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:31:\"Upload 114 by 114px apple icon.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:7;a:11:{s:5:\"label\";s:36:\"Background slider and homepage quote\";s:2:\"id\";s:3:\"bgq\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:73:\"Add slides and quotes to the background slider and homepage quote slider.\";s:8:\"settings\";a:3:{i:0;a:9:{s:5:\"label\";s:12:\"Image upload\";s:2:\"id\";s:9:\"bgq-image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:13:\"Upload image.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:1;a:9:{s:5:\"label\";s:5:\"Quote\";s:2:\"id\";s:9:\"bgq-quote\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:10:\"Add quote.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:2;a:9:{s:5:\"label\";s:6:\"Author\";s:2:\"id\";s:10:\"bgq-author\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:17:\"Add quote author.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:8;a:10:{s:5:\"label\";s:11:\"Footer text\";s:2:\"id\";s:11:\"footer-text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:16:\"Add footer text.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:7:\"general\";s:7:\"section\";s:7:\"general\";}i:9;a:10:{s:5:\"label\";s:13:\"Buttons color\";s:2:\"id\";s:2:\"bc\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:30:\"Change the black button color.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:10;a:10:{s:5:\"label\";s:19:\"Buttons hover color\";s:2:\"id\";s:3:\"bhc\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:30:\"Change the button hover color.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:11;a:10:{s:5:\"label\";s:17:\"Footer text color\";s:2:\"id\";s:4:\"fdiv\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:29:\"Change the footer text color.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:12;a:10:{s:5:\"label\";s:18:\"Progress bar color\";s:2:\"id\";s:3:\"pbb\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:30:\"Change the progress bar color.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:13;a:10:{s:5:\"label\";s:15:\"Blog page title\";s:2:\"id\";s:3:\"bpn\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:47:\"Enter blog page title here. It defaults to Blog\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:1:\"5\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:14;a:10:{s:5:\"label\";s:18:\"Clients page title\";s:2:\"id\";s:3:\"cpn\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:53:\"Enter clients page title here. It defaults to Clients\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:1:\"5\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:15;a:10:{s:5:\"label\";s:10:\"Custom CSS\";s:2:\"id\";s:4:\"ccss\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:68:\"Add all your custom css styles. They will override any theme styles.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"general\";}i:16;a:10:{s:5:\"label\";s:11:\"Map Address\";s:2:\"id\";s:8:\"caddress\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Enter google map address.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"contact\";}i:17;a:10:{s:5:\"label\";s:8:\"Map desc\";s:2:\"id\";s:5:\"cdesc\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:29:\"Enter google map description.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"contact\";}i:18;a:10:{s:5:\"label\";s:18:\"Contact extra info\";s:2:\"id\";s:7:\"cextrai\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:30:\"Add contact footer extra info.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"contact\";}}}','yes'),(149,'option_tree','a:19:{s:11:\"site-author\";s:0:\"\";s:4:\"logo\";s:0:\"\";s:9:\"site-tags\";s:23:\"Ex: photography, design\";s:7:\"favicon\";s:0:\"\";s:10:\"apple-icon\";s:0:\"\";s:13:\"apple-icon-72\";s:0:\"\";s:14:\"apple-icon-114\";s:0:\"\";s:3:\"bgq\";a:1:{i:0;a:4:{s:5:\"title\";s:0:\"\";s:9:\"bgq-image\";s:67:\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-069.jpg\";s:9:\"bgq-quote\";s:0:\"\";s:10:\"bgq-author\";s:0:\"\";}}s:11:\"footer-text\";s:0:\"\";s:2:\"bc\";s:0:\"\";s:3:\"bhc\";s:0:\"\";s:4:\"fdiv\";s:0:\"\";s:3:\"pbb\";s:0:\"\";s:3:\"bpn\";s:0:\"\";s:3:\"cpn\";s:0:\"\";s:4:\"ccss\";s:0:\"\";s:8:\"caddress\";s:0:\"\";s:5:\"cdesc\";s:0:\"\";s:7:\"cextrai\";s:0:\"\";}','yes'),(153,'recently_activated','a:0:{}','yes'),(544410,'category_children','a:0:{}','yes'),(162,'portfolio_filter_children','a:0:{}','yes'),(164,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(165,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(166,'widget_tag_cloud','a:4:{i:1;a:0:{}i:2;a:3:{s:5:\"title\";s:0:\"\";s:8:\"taxonomy\";s:8:\"post_tag\";s:12:\"widget_width\";s:9:\"one_third\";}i:5;a:2:{s:5:\"title\";s:4:\"Tags\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_recent_blog_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_recent_social_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(170,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.4.2\";}','yes'),(218,'namo','a:112:{s:8:\"last_tab\";s:1:\"7\";s:13:\"dev_or_deploy\";s:3:\"dev\";s:9:\"enable_pb\";s:1:\"1\";s:4:\"logo\";s:65:\"http://da15thdistrict.org/wp-content/uploads/2014/07/StateSeal-01.png\";s:16:\"logo_transparent\";s:65:\"http://da15thdistrict.org/wp-content/uploads/2014/07/StateSeal-01.png\";s:22:\"logo_transparent_light\";s:65:\"http://da15thdistrict.org/wp-content/uploads/2014/07/StateSeal-01.png\";s:12:\"logo_sidebar\";s:65:\"http://da15thdistrict.org/wp-content/uploads/2014/07/StateSeal-01.png\";s:7:\"favicon\";s:62:\"http://da15thdistrict.org/wp-content/uploads/2014/10/DaFavicon.png\";s:14:\"copyright_text\";s:57:\"© Copyright 2014 Blacktie Marketing. All Rights Reserved\";s:21:\"google_analytics_code\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:6:\"header\";a:11:{s:10:\"background\";s:7:\"Style-2\";s:4:\"none\";s:1:\"1\";s:5:\"scale\";s:1:\"1\";s:6:\"custom\";s:1:\"1\";s:9:\"bgdefault\";s:7:\"Style-2\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#0a0a0a\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:3:\"0.9\";}s:8:\"field-id\";s:19:\"header_title_module\";s:4:\"body\";a:8:{s:10:\"background\";s:4:\"None\";s:9:\"bgdefault\";s:4:\"None\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:1:\"1\";}s:7:\"content\";a:8:{s:10:\"background\";s:4:\"None\";s:9:\"bgdefault\";s:4:\"None\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:1:\"1\";}s:14:\"bottom_widgets\";a:8:{s:10:\"background\";s:4:\"None\";s:9:\"bgdefault\";s:4:\"None\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#202020\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:1:\"1\";}s:17:\"footer_background\";a:8:{s:10:\"background\";s:7:\"Style-2\";s:9:\"bgdefault\";s:7:\"Style-2\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:1:\"1\";}s:19:\"header_title_module\";a:9:{s:10:\"background\";s:4:\"None\";s:6:\"custom\";s:1:\"1\";s:9:\"bgdefault\";s:4:\"None\";s:9:\"bgpattern\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:5:\"recur\";s:6:\"repeat\";s:6:\"attach\";s:6:\"scroll\";s:8:\"position\";s:8:\"left top\";s:7:\"opacity\";s:3:\"0.8\";}s:16:\"submenu_bg_color\";s:7:\"#141414\";s:21:\"sidebar_menu_bg_color\";s:7:\"#141414\";s:9:\"hidden-id\";s:22:\"page_title_module_typo\";s:10:\"hidden-url\";s:76:\"http://da15thdistrict.org/wp-content/themes/namo/options/fields/typo/preview.php\";s:13:\"heading-group\";s:4:\"typo\";s:2:\"h1\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"6px\";s:4:\"size\";s:4:\"47px\";s:11:\"line_height\";s:4:\"68px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:2:\"h2\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"6px\";s:4:\"size\";s:4:\"38px\";s:11:\"line_height\";s:4:\"50px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:2:\"h3\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"3px\";s:4:\"size\";s:4:\"30px\";s:11:\"line_height\";s:4:\"45px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:2:\"h4\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"20px\";s:11:\"line_height\";s:4:\"36px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:7:\"#000000\";}s:2:\"h5\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"20px\";s:11:\"line_height\";s:4:\"36px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:2:\"h6\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"13px\";s:11:\"line_height\";s:4:\"29px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:9:\"body_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"14px\";s:11:\"line_height\";s:4:\"29px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:7:\"#7e7e7e\";}s:20:\"sidebar_widget_title\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"13px\";s:11:\"line_height\";s:4:\"22px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:19:\"sidebar_widget_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"14px\";s:11:\"line_height\";s:4:\"25px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:8:\"#7e7e7e;\";}s:19:\"bottom_widget_title\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"13px\";s:11:\"line_height\";s:4:\"22px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#ffffff\";}s:18:\"bottom_widget_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"14px\";s:11:\"line_height\";s:4:\"25px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:7:\"#9f9f9f\";}s:21:\"slidebar_widget_title\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"13px\";s:11:\"line_height\";s:4:\"22px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#ffffff\";}s:20:\"slidebar_widget_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"14px\";s:11:\"line_height\";s:4:\"25px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:7:\"#9f9f9f\";}s:11:\"footer_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"0px\";s:4:\"size\";s:4:\"14px\";s:11:\"line_height\";s:4:\"14px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:4:\"none\";s:5:\"color\";s:7:\"#868686\";}s:15:\"navigation_text\";a:8:{s:6:\"family\";s:20:\"google/Open Sans:600\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"11px\";s:11:\"line_height\";s:4:\"24px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:3:\"600\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#8D8D8D\";}s:11:\"button_font\";s:24:\"google/Open Sans:regular\";s:15:\"portfolio_title\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"3px\";s:4:\"size\";s:4:\"13px\";s:11:\"line_height\";s:4:\"30px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:12:\"submenu_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"1px\";s:4:\"size\";s:4:\"11px\";s:11:\"line_height\";s:4:\"32px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#a2a2a2\";}s:17:\"sidebar_menu_text\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"11px\";s:11:\"line_height\";s:4:\"50px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#a9a9a9\";}s:22:\"page_title_module_typo\";a:8:{s:6:\"family\";s:24:\"google/Open Sans:regular\";s:14:\"letter_spacing\";s:3:\"2px\";s:4:\"size\";s:4:\"20px\";s:11:\"line_height\";s:4:\"36px\";s:5:\"style\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:9:\"transform\";s:9:\"uppercase\";s:5:\"color\";s:7:\"#000000\";}s:6:\"layout\";s:11:\"layout-wide\";s:21:\"bottom_widgets_layout\";s:9:\"three-col\";s:17:\"main_header_style\";s:3:\"top\";s:17:\"header_search_box\";s:1:\"1\";s:18:\"header_cart_widget\";s:1:\"1\";s:13:\"show_main_nav\";s:3:\"yes\";s:14:\"show_sliderbar\";s:3:\"yes\";s:15:\"custom_sidebars\";a:1:{i:0;s:0:\"\";}s:12:\"color_scheme\";s:7:\"#dd3333\";s:17:\"alt_bg_text_color\";s:7:\"#ffffff\";s:6:\"sec_bg\";s:7:\"#efefef\";s:9:\"sec_color\";s:7:\"#555555\";s:10:\"sec_border\";s:7:\"#dedede\";s:28:\"header_cart_count_background\";s:7:\"#141414\";s:23:\"header_cart_count_color\";s:7:\"#ffffff\";s:21:\"submenu_mobile_border\";s:7:\"#303030\";s:20:\"slidebar_menu_border\";s:7:\"#303030\";s:7:\"mail_id\";s:0:\"\";s:16:\"open_to_lightbox\";s:1:\"1\";s:10:\"blog_style\";s:6:\"style1\";s:12:\"blog_sidebar\";s:5:\"right\";s:11:\"blog_column\";s:9:\"three-col\";s:19:\"show_bottom_widgets\";s:3:\"yes\";s:15:\"portfolio_style\";s:21:\"portfolio_full_screen\";s:13:\"portfolio_col\";s:4:\"five\";s:21:\"portfolio_hover_color\";s:7:\"#dd3333\";s:23:\"portfolio_hover_opacity\";s:2:\"85\";s:27:\"number_of_products_per_page\";s:1:\"9\";s:29:\"single_blog_hero_section_from\";s:20:\"inherit_option_panel\";s:24:\"single_blog_hero_section\";s:4:\"none\";s:41:\"single_blog_hero_section_slider_shortcode\";s:0:\"\";s:25:\"single_blog_header_sticky\";s:7:\"inherit\";s:43:\"single_blog_header_transparent_color_scheme\";s:4:\"dark\";s:33:\"single_blog_hero_section_position\";s:5:\"after\";s:36:\"single_blog_hero_section_with_header\";s:2:\"no\";s:38:\"single_blog_hero_section_custom_height\";s:0:\"\";s:33:\"single_blog_hero_section_bg_color\";s:7:\"#ffffff\";s:33:\"single_blog_hero_section_bg_image\";s:0:\"\";s:34:\"single_blog_hero_section_bg_repeat\";s:6:\"repeat\";s:38:\"single_blog_hero_section_bg_attachment\";s:6:\"scroll\";s:36:\"single_blog_hero_section_bg_position\";s:13:\"center center\";s:37:\"single_blog_hero_section_bg_video_mp4\";s:0:\"\";s:37:\"single_blog_hero_section_bg_video_ogg\";s:0:\"\";s:38:\"single_blog_hero_section_bg_video_webm\";s:0:\"\";s:41:\"single_blog_hero_section_bg_overlay_color\";s:7:\"#ffffff\";s:43:\"single_blog_hero_section_bg_overlay_opacity\";s:0:\"\";s:39:\"single_blog_hero_section_container_wrap\";s:3:\"yes\";s:32:\"single_blog_hero_section_content\";s:0:\"\";s:29:\"single_shop_hero_section_from\";s:20:\"inherit_option_panel\";s:24:\"single_shop_hero_section\";s:4:\"none\";s:41:\"single_shop_hero_section_slider_shortcode\";s:0:\"\";s:25:\"single_shop_header_sticky\";s:7:\"inherit\";s:43:\"single_shop_header_transparent_color_scheme\";s:4:\"dark\";s:33:\"single_shop_hero_section_position\";s:5:\"after\";s:36:\"single_shop_hero_section_with_header\";s:2:\"no\";s:38:\"single_shop_hero_section_custom_height\";s:0:\"\";s:33:\"single_shop_hero_section_bg_color\";s:7:\"#ffffff\";s:33:\"single_shop_hero_section_bg_image\";s:0:\"\";s:34:\"single_shop_hero_section_bg_repeat\";s:6:\"repeat\";s:38:\"single_shop_hero_section_bg_attachment\";s:6:\"scroll\";s:36:\"single_shop_hero_section_bg_position\";s:13:\"center center\";s:37:\"single_shop_hero_section_bg_video_mp4\";s:0:\"\";s:37:\"single_shop_hero_section_bg_video_ogg\";s:0:\"\";s:38:\"single_shop_hero_section_bg_video_webm\";s:0:\"\";s:41:\"single_shop_hero_section_bg_overlay_color\";s:7:\"#ffffff\";s:43:\"single_shop_hero_section_bg_overlay_opacity\";s:0:\"\";s:39:\"single_shop_hero_section_container_wrap\";s:3:\"yes\";s:32:\"single_shop_hero_section_content\";s:0:\"\";}','yes'),(171,'ppt-token-options','a:3:{s:4:\"salt\";s:32:\"$1$H9C0cBXu$5EYYmN1kIFbXVj2XIHJK\";s:6:\"enable\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}s:14:\"hide_protected\";i:0;}','no'),(246,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(217,'theme_mods_namo','a:9:{i:0;b:0;s:16:\"header_textcolor\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:6:\"scroll\";s:18:\"nav_menu_locations\";a:2:{s:8:\"main_nav\";i:10;s:11:\"sidebar_nav\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1412867668;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:15:\"default-sidebar\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:15:\"footer-widget-1\";a:1:{i:0;s:6:\"text-2\";}s:15:\"footer-widget-2\";a:1:{i:0;s:12:\"categories-3\";}s:15:\"footer-widget-3\";a:1:{i:0;s:6:\"text-3\";}s:15:\"footer-widget-4\";a:0:{}s:14:\"sliderbar-area\";a:0:{}s:9:\"undefined\";a:0:{}}}}','yes'),(222,'widget_be-recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(223,'widget_bra_photostream_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(224,'revslider_checktables','1','yes'),(225,'revslider-static-css','.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}','yes'),(284,'portfolio_categories_children','a:0:{}','yes'),(251,'widget_rev-slider-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1575,'widget_custom-contact-form','a:3:{i:1;a:0:{}i:2;a:4:{s:5:\"title\";s:10:\"Contact US\";s:5:\"email\";s:25:\"office@da15thdistrict.org\";s:8:\"formname\";s:29:\"contact_us_144899789709597820\";s:12:\"widget_width\";s:9:\"one_first\";}s:12:\"_multiwidget\";i:1;}','yes'),(61593,'_split_terms','a:6:{i:12;a:1:{s:11:\"post_format\";i:106;}i:13;a:2:{s:8:\"s-categs\";i:107;s:13:\"s-sort-categs\";i:108;}i:17;a:1:{s:8:\"post_tag\";i:109;}i:18;a:1:{s:8:\"post_tag\";i:110;}i:21;a:1:{s:8:\"post_tag\";i:111;}i:79;a:1:{s:8:\"s-categs\";i:112;}}','yes'),(913,'cmsms_options_lawbusiness_seo','a:4:{s:15:\"lawbusiness_seo\";i:1;s:21:\"lawbusiness_seo_title\";s:0:\"\";s:27:\"lawbusiness_seo_description\";s:0:\"\";s:24:\"lawbusiness_seo_keywords\";s:0:\"\";}','yes'),(914,'cmsms_options_lawbusiness_code','a:3:{s:28:\"lawbusiness_google_analytics\";s:0:\"\";s:22:\"lawbusiness_custom_css\";s:0:\"\";s:21:\"lawbusiness_custom_js\";s:0:\"\";}','yes'),(915,'cmsms_options_lawbusiness_recaptcha','','yes'),(916,'cmsms_options_lawbusiness_style_bg','a:7:{s:17:\"lawbusiness_boxed\";i:0;s:18:\"lawbusiness_bg_col\";s:7:\"#ffffff\";s:25:\"lawbusiness_bg_img_enable\";i:0;s:18:\"lawbusiness_bg_img\";s:0:\"\";s:18:\"lawbusiness_bg_rep\";s:0:\"\";s:18:\"lawbusiness_bg_pos\";s:0:\"\";s:18:\"lawbusiness_bg_att\";s:0:\"\";}','yes'),(917,'cmsms_options_lawbusiness_style_header','a:7:{s:25:\"lawbusiness_header_height\";s:2:\"90\";s:28:\"lawbusiness_header_nav_fixed\";i:1;s:25:\"lawbusiness_header_social\";i:1;s:30:\"lawbusiness_header_custom_html\";i:0;s:34:\"lawbusiness_header_custom_html_top\";s:1:\"0\";s:36:\"lawbusiness_header_custom_html_right\";s:1:\"0\";s:23:\"lawbusiness_header_html\";s:0:\"\";}','yes'),(918,'cmsms_options_lawbusiness_style_content','a:8:{s:18:\"lawbusiness_layout\";s:9:\"r_sidebar\";s:22:\"lawbusiness_breadcrumb\";i:1;s:23:\"lawbusiness_top_sidebar\";i:0;s:26:\"lawbusiness_middle_sidebar\";i:0;s:26:\"lawbusiness_bottom_sidebar\";i:1;s:26:\"lawbusiness_bottom_twitter\";i:1;s:35:\"lawbusiness_bottom_twitter_username\";s:0:\"\";s:33:\"lawbusiness_bottom_twitter_number\";s:1:\"1\";}','yes'),(919,'cmsms_options_lawbusiness_style_footer','a:4:{s:37:\"lawbusiness_footer_additional_content\";s:3:\"nav\";s:30:\"lawbusiness_footer_custom_html\";i:1;s:23:\"lawbusiness_footer_html\";s:32:\"<br />Site by Blacktie Marketing\";s:28:\"lawbusiness_footer_copyright\";s:26:\"© 2014 Blacktie Marketing\";}','yes'),(920,'cmsms_options_lawbusiness_logo_image','a:5:{s:20:\"lawbusiness_logo_url\";s:4:\"6047\";s:22:\"lawbusiness_logo_width\";s:3:\"205\";s:23:\"lawbusiness_logo_height\";s:3:\"115\";s:20:\"lawbusiness_logo_top\";s:1:\"0\";s:21:\"lawbusiness_logo_left\";s:3:\"-17\";}','yes'),(921,'cmsms_options_lawbusiness_logo_text','a:4:{s:21:\"lawbusiness_text_logo\";i:0;s:27:\"lawbusiness_text_logo_title\";s:17:\"District Attorney\";s:30:\"lawbusiness_text_logo_subtitle\";i:0;s:35:\"lawbusiness_text_logo_subtitle_text\";s:17:\"District Attorney\";}','yes'),(922,'cmsms_options_lawbusiness_logo_favicon','a:2:{s:19:\"lawbusiness_favicon\";i:1;s:23:\"lawbusiness_favicon_url\";s:67:\"http://da15thdistrict.org/wp-content/themes/lawbusiness/img/favicon.ico\";}','yes'),(923,'cmsms_options_lawbusiness_font_content','a:7:{s:36:\"lawbusiness_content_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:36:\"lawbusiness_content_font_google_font\";s:0:\"\";s:35:\"lawbusiness_content_font_font_color\";s:7:\"#7e7e7e\";s:34:\"lawbusiness_content_font_font_size\";s:2:\"13\";s:36:\"lawbusiness_content_font_line_height\";s:2:\"20\";s:36:\"lawbusiness_content_font_font_weight\";s:6:\"normal\";s:35:\"lawbusiness_content_font_font_style\";s:6:\"normal\";}','yes'),(924,'cmsms_options_lawbusiness_font_link','a:12:{s:33:\"lawbusiness_link_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:33:\"lawbusiness_link_font_google_font\";s:0:\"\";s:32:\"lawbusiness_link_font_font_color\";s:7:\"#ea2e0d\";s:31:\"lawbusiness_link_font_font_size\";s:2:\"13\";s:33:\"lawbusiness_link_font_line_height\";s:2:\"20\";s:33:\"lawbusiness_link_font_font_weight\";s:6:\"normal\";s:32:\"lawbusiness_link_font_font_style\";s:6:\"normal\";s:27:\"lawbusiness_link_font_hover\";s:7:\"#000000\";s:42:\"lawbusiness_bottom_content_link_font_color\";s:7:\"#ffffff\";s:41:\"lawbusiness_bottom_content_link_font_size\";s:2:\"12\";s:43:\"lawbusiness_bottom_content_link_line_height\";s:2:\"18\";s:37:\"lawbusiness_bottom_content_link_hover\";s:7:\"#ea2e0d\";}','yes'),(925,'cmsms_options_lawbusiness_font_nav','a:14:{s:38:\"lawbusiness_nav_title_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:38:\"lawbusiness_nav_title_font_google_font\";s:44:\"Playfair+Display:400,700,400italic,700italic\";s:37:\"lawbusiness_nav_title_font_font_color\";s:7:\"#000000\";s:36:\"lawbusiness_nav_title_font_font_size\";s:2:\"16\";s:38:\"lawbusiness_nav_title_font_font_weight\";s:6:\"normal\";s:37:\"lawbusiness_nav_title_font_font_style\";s:6:\"normal\";s:32:\"lawbusiness_nav_title_font_hover\";s:7:\"#ea2e0d\";s:41:\"lawbusiness_nav_dropdown_font_system_font\";s:42:\"Verdana, Geneva, \'DejaVu Sans\', sans-serif\";s:41:\"lawbusiness_nav_dropdown_font_google_font\";s:0:\"\";s:40:\"lawbusiness_nav_dropdown_font_font_color\";s:7:\"#7e7e7e\";s:39:\"lawbusiness_nav_dropdown_font_font_size\";s:2:\"12\";s:41:\"lawbusiness_nav_dropdown_font_line_height\";s:2:\"24\";s:41:\"lawbusiness_nav_dropdown_font_font_weight\";s:6:\"normal\";s:40:\"lawbusiness_nav_dropdown_font_font_style\";s:6:\"normal\";}','yes'),(1590,'widget_custom-recent-testimonials','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1591,'widget_custom-twitter','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(361,'itsec_malware','a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"enabled\";b:0;}','yes'),(906,'theme_mods_lawbusiness','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:90;s:6:\"footer\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1437082912;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:4:{i:0;s:14:\"recent-posts-2\";i:1;s:10:\"archives-2\";i:2;s:12:\"categories-2\";i:3;s:6:\"meta-2\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:6:\"text-2\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:12:\"categories-3\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:6:\"text-3\";}s:18:\"orphaned_widgets_5\";a:2:{i:0;s:14:\"recent-posts-5\";i:1;s:11:\"tag_cloud-4\";}s:18:\"orphaned_widgets_6\";a:1:{i:0;s:8:\"search-3\";}s:18:\"orphaned_widgets_7\";a:3:{i:0;s:6:\"text-4\";i:1;s:14:\"recent-posts-3\";i:2;s:11:\"tag_cloud-2\";}}}}','yes'),(907,'cmsms_options_lawbusiness_general','a:7:{s:23:\"lawbusiness_theme_color\";s:7:\"#dd3333\";s:27:\"lawbusiness_sec_theme_color\";s:7:\"#ffffff\";s:28:\"lawbusiness_heading_bg_color\";s:7:\"#900900\";s:28:\"lawbusiness_heading_bg_image\";s:0:\"\";s:22:\"lawbusiness_responsive\";i:1;s:18:\"lawbusiness_retina\";i:1;s:18:\"lawbusiness_inview\";i:1;}','yes'),(908,'cmsms_options_lawbusiness_sidebar','','yes'),(909,'cmsms_options_lawbusiness_sitemap','a:6:{s:23:\"lawbusiness_sitemap_nav\";i:1;s:26:\"lawbusiness_sitemap_categs\";i:1;s:24:\"lawbusiness_sitemap_tags\";i:1;s:25:\"lawbusiness_sitemap_month\";i:1;s:28:\"lawbusiness_sitemap_s_categs\";i:1;s:26:\"lawbusiness_sitemap_s_tags\";i:1;}','yes'),(910,'cmsms_options_lawbusiness_archive','a:5:{s:26:\"lawbusiness_archive_layout\";s:9:\"r_sidebar\";s:38:\"lawbusiness_archive_right_left_sidebar\";s:7:\"default\";s:31:\"lawbusiness_archive_top_sidebar\";s:0:\"\";s:34:\"lawbusiness_archive_middle_sidebar\";s:0:\"\";s:34:\"lawbusiness_archive_bottom_sidebar\";s:0:\"\";}','yes'),(911,'cmsms_options_lawbusiness_search','a:5:{s:25:\"lawbusiness_search_layout\";s:9:\"fullwidth\";s:37:\"lawbusiness_search_right_left_sidebar\";s:7:\"default\";s:30:\"lawbusiness_search_top_sidebar\";s:0:\"\";s:33:\"lawbusiness_search_middle_sidebar\";s:0:\"\";s:33:\"lawbusiness_search_bottom_sidebar\";s:0:\"\";}','yes'),(666,'WPLANG','','yes'),(1589,'widget_custom-posts-tabs','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1584,'widget_custom-flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1585,'widget_custom-html5-audio','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1586,'widget_custom-html5-video','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1587,'widget_custom-latest-services','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1588,'widget_custom-popular-services','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(598,'duplicate_post_copyexcerpt','1','yes'),(599,'duplicate_post_copyattachments','0','yes'),(600,'duplicate_post_copychildren','0','yes'),(601,'duplicate_post_copystatus','0','yes'),(602,'duplicate_post_taxonomies_blacklist','a:0:{}','yes'),(603,'duplicate_post_show_row','1','yes'),(604,'duplicate_post_show_adminbar','1','yes'),(605,'duplicate_post_show_submitbox','1','yes'),(606,'duplicate_post_version','2.6','yes'),(861,'_transient_be_themes_css','/* ======================\n Backgrounds\n ====================== */\nbody {\n background-color: rgb(255,255,255);background-color: rgba(255,255,255,1);}\n#header-inner-wrap,\nbody.header-transparent #header #header-inner-wrap.no-transparent {\n background: none; box-shadow: 0 1px 1px rgba(0,0,0,0.15);\n}\nbody.header-transparent #header #header-inner-wrap {\n -webkit-transition: background .25s ease, box-shadow .25s ease;\n -moz-transition: background .25s ease, box-shadow .25s ease;\n -o-transition: background .25s ease, box-shadow .25s ease;\n transition: background .25s ease, box-shadow .25s ease;\n}\n#content {\n background-color: rgb(255,255,255);background-color: rgba(255,255,255,1);}\n#bottom-widgets {\n background-color: rgb(32,32,32);background-color: rgba(32,32,32,1);}\n#footer {\n background: #000000 url(http://da15thdistrict.org/wp-content/themes/namo/css/patterns/Style-2.png) repeat scroll left top;}\n.page-title-module-custom {\n background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.8); padding: 32px 0px;\n}\n#navigation .sub-menu,\n#mobile-menu, #mobile-menu ul {\n background-color: #141414;\n}\n.sb-slidebar {\n background-color: #141414;\n}\n\n/* ======================\n Typography\n ====================== */\nbody {\n font: normal normal 14px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #7e7e7e;\n line-height: 29px;\n letter-spacing: 0px;\n text-transform: none; -webkit-font-smoothing: antialiased; \n -moz-osx-font-smoothing: grayscale;\n}\n\nh1 {\n font: normal normal 47px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 68px;\n letter-spacing: 6px;\n text-transform: uppercase;}\nh2 {\n font: normal normal 38px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 50px;\n letter-spacing: 6px;\n text-transform: uppercase;}\nh3 {\n font: normal normal 30px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 45px;\n letter-spacing: 3px;\n text-transform: uppercase;}\nh4 {\n font: normal normal 20px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 36px;\n letter-spacing: 0px;\n text-transform: none;}\nh5, #reply-title {\n font: normal normal 20px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 36px;\n letter-spacing: 2px;\n text-transform: uppercase;}\nh6 {\n font: normal normal 13px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 29px;\n letter-spacing: 2px;\n text-transform: uppercase;}\n#navigation {\n font: normal 600 11px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #8D8D8D;\n line-height: 24px;\n letter-spacing: 2px;\n text-transform: uppercase;;\n}\n.thumb-title,\n.full-screen-portfolio-overlay-title {\n font: normal normal 13px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 30px;\n letter-spacing: 3px;\n text-transform: uppercase;;\n}\n#footer {\n font: normal normal 14px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #868686;\n line-height: 14px;\n letter-spacing: 0px;\n text-transform: none;}\n#bottom-widgets h6 {\n font: normal normal 13px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #ffffff;\n line-height: 22px;\n letter-spacing: 2px;\n text-transform: uppercase; margin-bottom:20px;\n}\n#bottom-widgets {\n font: normal normal 14px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #9f9f9f;\n line-height: 25px;\n letter-spacing: 0px;\n text-transform: none;}\n.sidebar-widgets h6 {\n font: normal normal 13px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 22px;\n letter-spacing: 2px;\n text-transform: uppercase; margin-bottom:20px;\n}\n.sidebar-widgets {\n font: normal normal 14px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #7e7e7e;;\n line-height: 25px;\n letter-spacing: 0px;\n text-transform: none;}\n#navigation .sub-menu,\n#mobile-menu {\n font: normal normal 11px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #a2a2a2;\n line-height: 32px;\n letter-spacing: 1px;\n text-transform: uppercase;}\n\n#slidebar-menu {\n font: normal normal 11px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #a9a9a9;\n line-height: 50px;\n letter-spacing: 2px;\n text-transform: uppercase;}\n.sb-slidebar .widget {\n font: normal normal 14px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #9f9f9f;\n line-height: 25px;\n letter-spacing: 0px;\n text-transform: none;}\n.sb-slidebar .widget h6 {\n font: normal normal 13px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #ffffff;\n line-height: 22px;\n letter-spacing: 2px;\n text-transform: uppercase;}\n#bottom-widgets .widget ul li a, #bottom-widgets a {\n color: inherit;\n}\n#bottom-widgets .widget ul li a:hover, #bottom-widgets a:hover {\n color: #dd3333;\n}\n\n#mobile-menu a,\n#navigation .menu > ul > li.mega > ul > li {\n border-color: #303030;\n}\n#slidebar-menu a {\n border-color: #303030;\n}\n\n.page-title-module-custom .page-title-custom {\n font: normal normal 20px \"Open Sans\",\"Open Sans\",\"Arial\",sans-serif; \n color: #000000;\n line-height: 36px;\n letter-spacing: 2px;\n text-transform: uppercase;}\n.page-title-module-custom .header-breadcrumb {\n line-height: 36px;\n}\n\n.be-button {\n font-family: \"Open Sans\";\n}\n\n.ui-tabs .ui-tabs-nav li a,\n.ui-accordion .ui-accordion-header,\n.skill_name,\n.be-notification, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ok {\n font-size: 11px;\n letter-spacing: 2px;\n text-transform: uppercase;\n}\n\n\n\n/* ======================\n Layout \n ====================== */\n\n\nbody #header-inner-wrap.top-animate #navigation, \nbody #header-inner-wrap.top-animate .header-controls, \nbody #header-inner-wrap.stuck #navigation, \nbody #header-inner-wrap.stuck .header-controls {\n -webkit-transition: line-height 0.5s ease;\n -moz-transition: line-height 0.5s ease;\n -ms-transition: line-height 0.5s ease;\n -o-transition: line-height 0.5s ease;\n transition: line-height 0.5s ease;\n}\n \n.header-cart-controls .cart-contents {\n background: #141414;\n}\n.header-cart-controls .cart-contents {\n color: #ffffff;\n}\n\n.left-sidebar-page,.right-sidebar-page, .no-sidebar-page .be-section-pad:first-child, .page-template-page-940-php #content , .blog .no-sidebar-page #content-wrap, .portfolio-archives.no-sidebar-page #content-wrap {\n padding-top: 80px;\n} \n.left-sidebar-page .be-section:first-child, .right-sidebar-page .be-section:first-child, .dual-sidebar-page .be-section:first-child {\n padding-top:0 !important;\n}\n\n\n/* ======================\n Colors \n ====================== */\n\n\n.sec-bg {\n background-color: #efefef;\n}\n.sec-color,\n.post-meta a,\n.pagination a, .pagination span, .pages_list a {\n color: #555555;\n}\n\n.sec-border {\n border: 1px solid #dedede;\n}\n\n.pricing-table li {\n border-bottom: 1px solid #dedede;\n}\n\n.separator {\n border:0;\n height:1px;\n color: #dedede;\n background-color: #dedede;\n}\n\n\n.alt-color,\nli.ui-tabs-active h6 a,\n#navigation a:hover,\n#header-top-menu a:hover,\n#navigation .current-menu-item > a,\n#slidebar-menu .current-menu-item > a,\na,\na:visited,\n.social_media_icons a:hover,\n.post-title a:hover,\n.fn a:hover,\na.team_icons:hover,\n.recent-post-title a:hover,\n.widget_nav_menu ul li.current-menu-item a,\n.widget_nav_menu ul li.current-menu-item:before,\n.filters .current_choice,\n.woocommerce ul.cart_list li a:hover,\n.woocommerce ul.product_list_widget li a:hover,\n.woocommerce-page ul.cart_list li a:hover,\n.woocommerce-page ul.product_list_widget li a:hover,\n.woocommerce-page .product-categories li a:hover,\n.woocommerce ul.products li.product .product-meta-data h3:hover,\n.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover,\ntd.product-name a:hover,\n.woocommerce-page #content .quantity .plus:hover,\n.woocommerce-page #content .quantity .minus:hover,\n.post-category a:hover {\n color: #dd3333;\n}\n\n.post-title a:hover {\n color: #dd3333 !important;\n}\n\n.alt-bg,\ninput[type=\"submit\"],\n.tagcloud a:hover,\n.pagination a:hover,\n.widget_tag_cloud a:hover,\n#navigation .sub-menu a:hover,\n.flex-direction-nav a:hover,\n.pagination .current,\n#navigation .sub-menu .current-menu-item > a {\n background-color: #dd3333;\n transition: 0.2s linear all;\n}\n.mejs-controls .mejs-time-rail .mejs-time-current ,\n.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,\n.woocommerce span.onsale, \n.woocommerce-page span.onsale, \n.woocommerce a.add_to_cart_button.button.product_type_simple.added,\n.woocommerce-page .widget_shopping_cart_content .buttons a.button:hover,\n.woocommerce nav.woocommerce-pagination ul li span.current, \n.woocommerce nav.woocommerce-pagination ul li a:hover, \n.woocommerce nav.woocommerce-pagination ul li a:focus,\n.woocommerce .button.alt,.woocommerce-page #respond input#submit.alt,\n.woocommerce .button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,\n.woocommerce a.button:hover,\n.woocommerce input.button:hover,\n.woocommerce-page #content input.button.alt#place_order:hover,\n.testimonial-flex-slider .flex-control-paging li a.flex-active,\n.woocommerce .widget_shopping_cart_content .button.checkout {\n background: #dd3333 !important;\n}\n\n.tagcloud a:hover,\n.testimonial-flex-slider .flex-control-paging li a.flex-active,\n.testimonial-flex-slider .flex-control-paging li a {\n border-color: #dd3333;\n}\n\n\n.thumb-bg {\n background-color: rgba(221,51,51,0.85);\n}\n\n.photostream_overlay,\n.be-button {\n background-color: #dd3333;\n}\n.alt-bg-text-color,\ninput[type=\"submit\"],\n.tagcloud a:hover,\n.pagination a:hover,\n.widget_tag_cloud a:hover,\n#navigation .sub-menu a:hover,\n#navigation .sub-menu .menu-item:hover:before,\n.pagination .current,\n#navigation .sub-menu .current-menu-item > a,\n.woocommerce nav.woocommerce-pagination ul li span.current, \n.woocommerce nav.woocommerce-pagination ul li a:hover, \n.woocommerce nav.woocommerce-pagination ul li a:focus {\n color: #ffffff !important;\n transition: 0.2s linear all;\n}\n\n.be-button {\n color: #ffffff;\n transition: 0.2s linear all;\n}\n\n.portfolio-title a {\n color: inherit;\n}\n\npre {\n background-image: -webkit-repeating-linear-gradient(top, #ffffff 0px, #ffffff 30px, #efefef 24px, #efefef 56px);\n background-image: -moz-repeating-linear-gradient(top, #ffffff 0px, #ffffff 30px, #efefef 24px, #efefef 56px);\n background-image: -ms-repeating-linear-gradient(top, #ffffff 0px, #ffffff 30px, #efefef 24px, #efefef 56px);\n background-image: -o-repeating-linear-gradient(top, #ffffff 0px, #ffffff 30px, #efefef 24px, #efefef 56px);\n background-image: repeating-linear-gradient(top, #ffffff 0px, #ffffff 30px, #efefef 24px, #efefef 56px);\n display: block;\n line-height: 28px;\n margin-bottom: 50px;\n overflow: auto;\n padding: 0px 10px;\n border:1px solid #dedede;\n}\n\n@media only screen and (max-width : 767px ) {\n #hero-section h1 , \n .full-screen-section-wrap h1 {\n font-size: 30px;\n line-height: 40px;\n }\n #hero-section h2,\n .full-screen-section-wrap h2 { \n font-size: 25px;\n line-height: 35px;\n }\n #hero-section h4,\n .full-screen-section-wrap h4 {\n font-size: 16px;\n line-height: 30px;\n }\n #hero-section h5,\n .full-screen-section-wrap h5 {\n font-size: 16px;\n line-height: 30px;\n } \n}\n\n#navigation,\n.header-controls, \n.mobile-nav-controller-wrap {\n line-height: 142px;\n}\nbody.header-transparent #header-inner-wrap #navigation,\nbody.header-transparent #header-inner-wrap .header-controls, \nbody.header-transparent #header-inner-wrap .mobile-nav-controller-wrap {\n line-height: 142px;\n}\nbody #header-inner-wrap.top-animate #navigation, \nbody #header-inner-wrap.top-animate .header-controls, \nbody #header-inner-wrap.stuck #navigation, \nbody #header-inner-wrap.stuck .header-controls {\n line-height: 122px;\n}\n\n\n/*********************************************************************\n LOADING\n*********************************************************************/\n.bubblingG {\n text-align: center;\n width:50px;\n height:30px;\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 2;\n margin: -15px 0px 0px -24px;\n display: none;\n overflow: hidden;\n}\n.bubblingG span {\n display: inline-block;\n vertical-align: middle;\n width: 6px;\n height: 6px;\n margin: 15px auto;\n background:#dd3333 !important;\n -moz-border-radius: 30px;\n -moz-animation: bubblingG 0.4s infinite alternate;\n -webkit-border-radius: 30px;\n -webkit-animation: bubblingG 0.4s infinite alternate;\n -ms-border-radius: 30px;\n -ms-animation: bubblingG 0.4s infinite alternate;\n -o-border-radius: 30px;\n -o-animation: bubblingG 0.4s infinite alternate;\n border-radius: 30px;\n animation: bubblingG 0.4s infinite alternate;\n}\n#bubblingG_1 {\n -moz-animation-delay: 0s;\n -webkit-animation-delay: 0s;\n -ms-animation-delay: 0s;\n -o-animation-delay: 0s;\n animation-delay: 0s;\n}\n#bubblingG_2 {\n -moz-animation-delay: 0.12s;\n -webkit-animation-delay: 0.12s;\n -ms-animation-delay: 0.12s;\n -o-animation-delay: 0.12s;\n animation-delay: 0.12s;\n}\n#bubblingG_3 {\n -moz-animation-delay: 0.24s;\n -webkit-animation-delay: 0.24s;\n -ms-animation-delay: 0.24s;\n -o-animation-delay: 0.24s;\n animation-delay: 0.24s;\n}\n#bubblingG_1_1 {\n -moz-animation-delay: 0s;\n -webkit-animation-delay: 0s;\n -ms-animation-delay: 0s;\n -o-animation-delay: 0s;\n animation-delay: 0s;\n}\n#bubblingG_2_2 {\n -moz-animation-delay: 0.12s;\n -webkit-animation-delay: 0.12s;\n -ms-animation-delay: 0.12s;\n -o-animation-delay: 0.12s;\n animation-delay: 0.12s;\n}\n#bubblingG_3_3 {\n -moz-animation-delay: 0.24s;\n -webkit-animation-delay: 0.24s;\n -ms-animation-delay: 0.24s;\n -o-animation-delay: 0.24s;\n animation-delay: 0.24s;\n}\n.page-loader {\n position: fixed;\n z-index: 10;\n}\n@-moz-keyframes bubblingG {\n 0% {\n width: 6px;\n height: 6px;\n background-color: #dd3333;\n -moz-transform: translateY(0);\n }\n 100% {\n width: 14px;\n height: 14px;\n background-color:#000000;\n -moz-transform: translateY(-13px);\n }\n}\n@-webkit-keyframes bubblingG {\n 0% {\n width: 6px;\n height: 6px;\n background-color: #dd3333;\n -webkit-transform: translateY(0);\n }\n 100% {\n width: 14px;\n height: 14px;\n background-color:#000000;\n -webkit-transform: translateY(-13px);\n }\n}\n@-ms-keyframes bubblingG {\n 0% {\n width: 6px;\n height: 6px;\n background-color: #dd3333;\n -ms-transform: translateY(0);\n }\n 100% {\n width: 14px;\n height: 14px;\n background-color:#000000;\n -ms-transform: translateY(-13px);\n }\n}\n@-o-keyframes bubblingG {\n 0% {\n width: 6px;\n height: 6px;\n background-color: #dd3333;\n -o-transform: translateY(0);\n }\n 100% {\n width: 14px;\n height: 14px;\n background-color:#000000;\n -o-transform: translateY(-13px);\n }\n}\n@keyframes bubblingG {\n 0% {\n width: 6px;\n height: 6px;\n background-color:#3A8C35;\n transform: translateY(0);\n }\n 100% {\n width: 14px;\n height: 14px;\n background-color:#000000;\n transform: translateY(-13px);\n }\n}\n\n/* Optiopn Panel Css */\n','yes'),(936,'cmsms_options_lawbusiness_blog_post','a:11:{s:28:\"lawbusiness_blog_post_layout\";s:9:\"r_sidebar\";s:27:\"lawbusiness_blog_post_title\";i:1;s:25:\"lawbusiness_blog_post_cat\";i:1;s:28:\"lawbusiness_blog_post_author\";i:0;s:29:\"lawbusiness_blog_post_comment\";i:0;s:25:\"lawbusiness_blog_post_tag\";i:1;s:29:\"lawbusiness_blog_post_nav_box\";i:1;s:31:\"lawbusiness_blog_post_share_box\";i:1;s:32:\"lawbusiness_blog_post_author_box\";i:0;s:31:\"lawbusiness_blog_more_posts_box\";a:3:{s:7:\"related\";s:4:\"true\";s:7:\"popular\";s:4:\"true\";s:6:\"recent\";s:4:\"true\";}s:34:\"lawbusiness_blog_post_r_p_l_number\";s:1:\"4\";}','yes'),(8473,'faq_cat_children','a:0:{}','yes'),(937,'cmsms_options_lawbusiness_services_full','a:2:{s:31:\"lawbusiness_services_full_title\";i:1;s:29:\"lawbusiness_services_full_cat\";i:1;}','yes'),(938,'cmsms_options_lawbusiness_services_service','a:14:{s:34:\"lawbusiness_services_service_title\";i:0;s:33:\"lawbusiness_services_service_date\";i:1;s:32:\"lawbusiness_services_service_cat\";i:1;s:35:\"lawbusiness_services_service_author\";i:1;s:36:\"lawbusiness_services_service_comment\";i:0;s:32:\"lawbusiness_services_service_tag\";i:0;s:33:\"lawbusiness_services_service_link\";i:0;s:36:\"lawbusiness_services_service_nav_box\";i:1;s:38:\"lawbusiness_services_service_share_box\";i:1;s:39:\"lawbusiness_services_service_author_box\";i:1;s:46:\"lawbusiness_services_more_services_box_related\";s:4:\"true\";s:46:\"lawbusiness_services_more_services_box_popular\";s:4:\"true\";s:45:\"lawbusiness_services_more_services_box_recent\";s:4:\"true\";s:41:\"lawbusiness_services_service_r_p_l_number\";s:1:\"4\";}','yes'),(939,'cmsms_options_lawbusiness_testimonial_t_page','a:6:{s:42:\"lawbusiness_testimonial_page_author_avatar\";i:1;s:41:\"lawbusiness_testimonial_page_author_descr\";i:1;s:33:\"lawbusiness_testimonial_page_date\";i:0;s:32:\"lawbusiness_testimonial_page_cat\";i:1;s:36:\"lawbusiness_testimonial_page_comment\";i:1;s:33:\"lawbusiness_testimonial_page_more\";i:1;}','yes'),(940,'cmsms_options_lawbusiness_testimonial_t_post','a:11:{s:35:\"lawbusiness_testimonial_post_layout\";s:9:\"r_sidebar\";s:42:\"lawbusiness_testimonial_post_author_avatar\";i:1;s:41:\"lawbusiness_testimonial_post_author_descr\";i:1;s:33:\"lawbusiness_testimonial_post_date\";i:0;s:32:\"lawbusiness_testimonial_post_cat\";i:0;s:36:\"lawbusiness_testimonial_post_comment\";i:0;s:36:\"lawbusiness_testimonial_post_nav_box\";i:1;s:38:\"lawbusiness_testimonial_post_share_box\";i:1;s:58:\"lawbusiness_testimonial_post_more_testimonials_box_popular\";s:4:\"true\";s:57:\"lawbusiness_testimonial_post_more_testimonials_box_recent\";s:4:\"true\";s:39:\"lawbusiness_testimonial_post_p_l_number\";s:1:\"4\";}','yes'),(15643,'auto_core_update_notified','a:4:{s:4:\"type\";s:6:\"manual\";s:5:\"email\";s:25:\"richardmaliden@pileum.com\";s:7:\"version\";s:5:\"4.7.1\";s:9:\"timestamp\";i:1484680430;}','yes'),(40477,'db_upgraded','','yes'),(40534,'theme_switched_via_customizer','','yes'),(12106,'daves-wordpress-live-search_display_post_meta','','yes'),(12107,'daves-wordpress-live-search_excerpt','1','yes'),(12108,'daves-wordpress-live-search_excerpt_length','20','yes'),(12109,'daves-wordpress-live-search_css_option','default_red','yes'),(12110,'daves-wordpress-live-search_custom_options','a:8:{s:5:\"width\";i:250;s:5:\"title\";s:0:\"\";s:2:\"fg\";s:0:\"\";s:2:\"bg\";s:0:\"\";s:7:\"hoverbg\";s:0:\"\";s:7:\"divider\";s:0:\"\";s:6:\"footbg\";s:0:\"\";s:6:\"footfg\";s:0:\"\";}','yes'),(12129,'daves-wordpress-live-search_max_results','50','yes'),(12130,'daves-wordpress-live-search_results_direction','down','yes'),(12131,'daves-wordpress-live-search_minchars','1','yes'),(12132,'daves-wordpress-live-search_source','0','yes'),(544116,'_site_transient_timeout_browser_37d3967d07c9b22805e08690bb4659c2','1664729190','yes'),(544432,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1667012975','no'),(544433,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1667012975','no'),(544434,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1666969775','no'),(544344,'_site_transient_timeout_wporg_theme_feature_list','1665969321','yes'),(544345,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(544444,'_site_transient_timeout_theme_roots','1666988544','yes'),(544445,'_site_transient_theme_roots','a:11:{s:4:\"Divi\";s:7:\"/themes\";s:8:\"OKPVO3RU\";s:7:\"/themes\";s:8:\"W9BQGCDA\";s:7:\"/themes\";s:5:\"bl-gl\";s:7:\"/themes\";s:7:\"blockio\";s:7:\"/themes\";s:7:\"bloglog\";s:7:\"/themes\";s:7:\"blogood\";s:7:\"/themes\";s:5:\"choyu\";s:7:\"/themes\";s:5:\"dumbo\";s:7:\"/themes\";s:4:\"rixl\";s:7:\"/themes\";s:10:\"storepress\";s:7:\"/themes\";}','yes'),(79685,'itsec_brute_force','a:5:{s:17:\"max_attempts_host\";i:5;s:17:\"max_attempts_user\";i:10;s:12:\"check_period\";i:5;s:7:\"enabled\";b:0;s:14:\"auto_ban_admin\";b:0;}','yes'),(79686,'itsec_backup','a:9:{s:6:\"method\";i:0;s:8:\"location\";s:101:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/ithemes-security/backups\";s:6:\"retain\";i:2;s:3:\"zip\";b:1;s:7:\"exclude\";a:3:{i:0;s:14:\"itsec_lockouts\";i:1;s:9:\"itsec_log\";i:2;s:10:\"itsec_temp\";}s:8:\"interval\";i:3;s:7:\"enabled\";b:0;s:9:\"all_sites\";b:0;s:8:\"last_run\";i:0;}','yes'),(79687,'itsec_file_change','a:9:{s:6:\"method\";b:1;s:9:\"file_list\";a:1:{i:0;s:0:\"\";}s:5:\"types\";a:6:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".log\";i:4;s:3:\".mo\";i:5;s:3:\".po\";}s:5:\"email\";b:1;s:12:\"notify_admin\";b:1;s:7:\"enabled\";b:0;s:5:\"split\";b:0;s:10:\"last_chunk\";b:0;s:8:\"last_run\";i:1448231631;}','yes'),(79688,'itsec_hide_backend','a:7:{s:7:\"enabled\";b:0;s:12:\"theme_compat\";b:0;s:12:\"show-tooltip\";b:0;s:4:\"slug\";s:7:\"wplogin\";s:16:\"post_logout_slug\";s:0:\"\";s:8:\"register\";s:15:\"wp-register.php\";s:17:\"theme_compat_slug\";s:9:\"not_found\";}','yes'),(62173,'mc4wp_lite_version','2.3.9','yes'),(60774,'easycol_options','a:38:{s:10:\"use_custom\";b:0;s:13:\"quarter_width\";s:0:\"\";s:18:\"quarter_width_type\";s:1:\"%\";s:14:\"quarter_margin\";s:0:\"\";s:19:\"quarter_margin_type\";s:1:\"%\";s:13:\"onehalf_width\";s:0:\"\";s:18:\"onehalf_width_type\";s:1:\"%\";s:14:\"onehalf_margin\";s:0:\"\";s:12:\"onehalf_type\";s:1:\"%\";s:18:\"threequarter_width\";s:0:\"\";s:23:\"threequarter_width_type\";s:1:\"%\";s:19:\"threequarter_margin\";s:0:\"\";s:17:\"threequarter_type\";s:1:\"%\";s:14:\"onethird_width\";s:0:\"\";s:19:\"onethird_width_type\";s:1:\"%\";s:15:\"onethird_margin\";s:0:\"\";s:20:\"onethird_margin_type\";s:1:\"%\";s:14:\"twothird_width\";s:0:\"\";s:19:\"twothird_width_type\";s:1:\"%\";s:15:\"twothird_margin\";s:0:\"\";s:20:\"twothird_margin_type\";s:1:\"%\";s:14:\"onefifth_width\";s:0:\"\";s:19:\"onefifth_width_type\";s:1:\"%\";s:15:\"onefifth_margin\";s:0:\"\";s:20:\"onefifth_margin_type\";s:1:\"%\";s:14:\"twofifth_width\";s:0:\"\";s:19:\"twofifth_width_type\";s:1:\"%\";s:15:\"twofifth_margin\";s:0:\"\";s:20:\"twofifth_margin_type\";s:1:\"%\";s:16:\"threefifth_width\";s:0:\"\";s:21:\"threefifth_width_type\";s:1:\"%\";s:17:\"threefifth_margin\";s:0:\"\";s:22:\"threefifth_margin_type\";s:1:\"%\";s:15:\"fourfifth_width\";s:0:\"\";s:20:\"fourfifth_width_type\";s:1:\"%\";s:16:\"fourfifth_margin\";s:0:\"\";s:21:\"fourfifth_margin_type\";s:1:\"%\";s:10:\"custom_css\";s:0:\"\";}','yes'),(43691,'hmbkp_notices','a:1:{s:13:\"backup_errors\";a:0:{}}','yes'),(59189,'et_account_status','active','yes'),(58801,'_site_transient_et_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1666986843;}','yes'),(544322,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1666986872;s:7:\"checked\";a:9:{s:42:\"body-class/body-class-by-url-parameter.php\";s:5:\"0.0.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"4.4.2\";s:29:\"easy-columns/easy-columns.php\";s:6:\"v2.1.3\";s:49:\"elegant-themes-updater/elegant-themes-updater.php\";s:3:\"1.1\";s:41:\"better-wp-security/better-wp-security.php\";s:5:\"5.5.0\";s:21:\"newsletter/plugin.php\";s:5:\"4.2.2\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:7:\"1.8.0.1\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.12.13\";s:27:\"wp-megamenu/wp-megamenu.php\";s:5:\"2.9.8\";}s:8:\"response\";a:1:{s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.22.23\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.22.23.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.6.4\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.6.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:32:\"w.org/plugins/better-wp-security\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"8.1.3\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.8.1.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/better-wp-security/assets/icon-256x256.png?rev=2698018\";s:2:\"1x\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2698018\";s:3:\"svg\";s:63:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=2698018\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/better-wp-security/assets/banner-772x250.png?rev=2698018\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";s:6:\"tested\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"7.3\";s:13:\"compatibility\";a:0:{}s:14:\"upgrade_notice\";s:57:\"<p>Version 8.1.3 includes important security updates.</p>\";}s:21:\"newsletter/plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:6:\"plugin\";s:21:\"newsletter/plugin.php\";s:11:\"new_version\";s:5:\"7.5.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/newsletter/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/newsletter.7.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028\";s:2:\"1x\";s:63:\"https://ps.w.org/newsletter/assets/icon-128x128.png?rev=1160467\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/newsletter/assets/banner-1544x500.png?rev=1052027\";s:2:\"1x\";s:65:\"https://ps.w.org/newsletter/assets/banner-772x250.png?rev=1052027\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/really-simple-captcha.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"6.0.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:27:\"wp-megamenu/wp-megamenu.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/wp-megamenu\";s:4:\"slug\";s:11:\"wp-megamenu\";s:6:\"plugin\";s:27:\"wp-megamenu/wp-megamenu.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-megamenu/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-megamenu.1.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-megamenu/assets/icon-256x256.jpg?rev=2451874\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-megamenu/assets/icon-128x128.jpg?rev=2451874\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-megamenu/assets/banner-1544x500.jpg?rev=2451874\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-megamenu/assets/banner-772x250.jpg?rev=2451893\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}}','yes'),(58802,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1666986872;}','yes'),(58810,'et_automatic_updates_options','a:2:{s:8:\"username\";s:7:\"nikkali\";s:7:\"api_key\";s:40:\"6cd9381e8d80601f1344ad1b106307819197cd39\";}','yes'),(62182,'newsletter_logger_secret','d205e6c4','yes'),(62175,'mc4wp_lite_form','a:12:{s:3:\"css\";s:7:\"default\";s:6:\"markup\";s:144:\"<p>\r\n <input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n\r\n<p>\r\n <input type=\"submit\" value=\"Sign up\" />\r\n</p>\";s:12:\"double_optin\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:15:\"text_subscribed\";s:79:\"Thank you, your sign-up request was successful! Please check your e-mail inbox.\";s:18:\"text_invalid_email\";s:37:\"Please provide a valid email address.\";s:27:\"text_required_field_missing\";s:35:\"Please fill in the required fields.\";s:23:\"text_already_subscribed\";s:53:\"Given email address is already subscribed, thank you!\";s:10:\"text_error\";s:51:\"Oops. Something went wrong. Please try again later.\";s:17:\"text_unsubscribed\";s:35:\"You were successfully unsubscribed.\";s:19:\"text_not_subscribed\";s:38:\"Given email address is not subscribed.\";}','yes'),(81187,'_site_transient_timeout_browser_aae735ec03f1638322dc78928464f33f','1449506353','yes'),(81188,'_site_transient_browser_aae735ec03f1638322dc78928464f33f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"46.0.2490.86\";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'),(143219,'_site_transient_timeout_browser_f090f6a7d8b34b667ea95e57e0b3046a','1465937618','yes'),(143220,'_site_transient_browser_f090f6a7d8b34b667ea95e57e0b3046a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.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'),(532110,'_site_transient_timeout_browser_388c3c87419e2fd240ebfa01f9899af2','1579036048','yes'),(532111,'_site_transient_browser_388c3c87419e2fd240ebfa01f9899af2','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.117\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(532197,'_site_transient_browser_560d830cbc3434e5cbb88dacb7c8c626','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(393035,'_site_transient_timeout_browser_9aac439d521303fb976b379ca55697eb','1530571616','yes'),(393036,'_site_transient_browser_9aac439d521303fb976b379ca55697eb','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"67.0.3396.99\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(79633,'_site_transient_timeout_browser_b10ea858e287322be96ef3a56d4aafea','1448921741','yes'),(481529,'_site_transient_timeout_browser_1d4160c118d5527a3d9d2d1af5ec6433','1551730035','yes'),(533156,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:19:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"6.0.3\";s:7:\"version\";s:5:\"6.0.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.9.5\";s:7:\"version\";s:5:\"5.9.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.6\";s:7:\"version\";s:5:\"5.8.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.8.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.8-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.8-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.8\";s:7:\"version\";s:5:\"5.7.8\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.6.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.6.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.6.10\";s:7:\"version\";s:6:\"5.6.10\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.5.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.5.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.5.11\";s:7:\"version\";s:6:\"5.5.11\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.4.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.4.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.4.12\";s:7:\"version\";s:6:\"5.4.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.3.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.3.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.3.14\";s:7:\"version\";s:6:\"5.3.14\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.17\";s:7:\"version\";s:6:\"5.2.17\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.15.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.15-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.15-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.15\";s:7:\"version\";s:6:\"5.1.15\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.18\";s:7:\"version\";s:6:\"5.0.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:12;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.22.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.22-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.22-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.22\";s:7:\"version\";s:6:\"4.9.22\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:13;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.21.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.21.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.21-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.21-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.8.21\";s:7:\"version\";s:6:\"4.8.21\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:14;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.25\";s:7:\"version\";s:6:\"4.7.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:15;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.25.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.25-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.25-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.25\";s:7:\"version\";s:6:\"4.6.25\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:16;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.28.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.28-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.28-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.28\";s:7:\"version\";s:6:\"4.5.28\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:17;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.29\";s:7:\"version\";s:6:\"4.4.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:18;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.30.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.30.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.30-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.3.30-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.30-rollback-1.zip\";}s:7:\"current\";s:6:\"4.3.30\";s:7:\"version\";s:6:\"4.3.30\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:5:\"4.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1666986881;s:15:\"version_checked\";s:5:\"4.3.1\";s:12:\"translations\";a:0:{}}','yes'),(461039,'_site_transient_timeout_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','1547677975','yes'),(461040,'_site_transient_browser_0b7b0b55fdad6f060cb1a7eb4a93bd74','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"71.0.3578.98\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(88629,'_transient_timeout_feed_43714d3ce832e4e9f85ca3b68967fa47','1452072036','no'),(88630,'_transient_feed_43714d3ce832e4e9f85ca3b68967fa47','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:34:\"\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:23:\"MarketPress » BackWPup\";s:7:\"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:23:\"https://marketpress.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:44:\"Marketplace for 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2016 09:26: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: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:29:\"http://wordpress.org/?v=4.1.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:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:57:\"\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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Instructions: Restoring WordPress Backup – Database and Files\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://marketpress.com/2014/restoring-wordpress-backup-database-files/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://marketpress.com/2014/restoring-wordpress-backup-database-files/#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, 15 Dec 2014 13:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:8:\"Tutorial\";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:6:\"backup\";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:8:\"BackWPup\";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:10:\"phpMyAdmin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"tutorial\";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:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://marketpress.com/?p=36218\";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:334:\"Performing routine backups is essential, and most WordPress users are aware of that. But what do you do when disaster strikes? How do you copy the backup onto the server again? Our instructions will show you how – step-by-step. Note: It is worthwhile to have already tried out the tutorial prior to a potential failure […]\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:74:\"https://marketpress.com/wp-content/uploads/2014/12/erste-hilfe-150x150.jpg\";s:6:\"length\";s:4:\"5406\";s:4:\"type\";s:10:\"image/jpeg\";}}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:15:\"Michael Firnkes\";s: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:24804:\"<p><strong class=\"teaser\">Performing routine backups is essential, and most WordPress users are aware of that. But what do you do when disaster strikes? How do you copy the backup onto the server again? Our instructions will show you how – step-by-step.</strong><span id=\"more-36218\"></span></p>\n<p class=\"infos\"><strong>Note:</strong> It is worthwhile to have already tried out the tutorial prior to a potential failure of your website, on a test system, for instance. Then you’ll be considerably more composed. At any rate, your emergency bookmarks should include a link to the instructions.</p>\n<p>In case you’re “in a hurry”, here are shortcuts to the individual methods:</p>\n<ol>\n<li><a href=\"#to-phpmyadmin\">Restore database with phpMyAdmin</a></li>\n<li><a href=\"#to-adminer\">Restore database with Adminer</a></li>\n<li><a href=\"#to-adminer-plugin\">The Adminer plugin for WordPress</a></li>\n<li><a href=\"#to-mysqldumper\">Restore database with MySQLDumper</a></li>\n<li><a href=\"#to-filezilla\">Restore database with FileZilla</a></li>\n</ol>\n<p>However, please also note our instructions on <a href=\"#to-vorbereitung\">Preparation of the database for a dual backup</a>.</p>\n<h2 id=\"to-unterschied\">Restoring a database versus files – what is the difference?</h2>\n<p>First of all, you should distinguish between the following: Do you want to</p>\n<ul>\n<li>restore a database (containing all blog articles, pages, products of your WordPress shop…) and/or</li>\n<li>the files of the WordPress installation (incl. your uploaded images, etc.)?</li>\n</ul>\n<p>Most backup applications – such as our <a href=\"https://wordpress.org/plugins/backwpup/\">Plugin BackWPup</a> back up both, if you have configured them that way (perhaps now would be a good time to check on this).</p>\n<p class=\"infos\"><strong>Note:</strong> The export module from WordPress is no substitute for a complete backup solution. It only exports individual elements from the database. Important information on theme or widget content, for example, is not backed up, nor are the files of the WordPress installation or your uploaded media.</p>\n<p>You typically restore a <strong>database backup</strong> if your WordPress installation is no longer working properly or you can no longer log in, and an appropriate error message is generated (example: “Error in establishing a database connection”). Before restoring the backup, however, check to see whether there is another cause for the error:</p>\n<ul>\n<li>Is the database server or your provider currently not available?</li>\n<li>Have you stored the wrong access data in the file <em>wp-config.php</em>?</li>\n<li>Can the database <a href=\"http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-error-establishing-a-database-connection-in-wordpress/\">be repaired</a>?</li>\n</ul>\n<p>If the complete content of the web server is lost, or if you are required to restore the entire system – after a “hack” into your blog or shop, for instance – then you have to upload the <strong>file backup</strong>. We’ll explain both scenarios to you.</p>\n<h2 id=\"to-vorbereitung\">Restore database – preparation</h2>\n<p>Most backup services and plugins generate a ZIP file. You extract this locally on your computer. In it, you should find a file with the extension “.sql” or “.sql.gz” – that is the content of your data backup.</p>\n<div id=\"attachment_36242\" style=\"width: 474px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/sql.png\" alt=\"A sample data backup - with the searched SQL file\" width=\"464\" height=\"127\" class=\"size-full wp-image-36242\" /><p class=\"wp-caption-text\">A sample data backup – with the searched SQL file</p></div>\n<p>In this segment, we will show you a method with which the table prefix of the database tables is modified in such a way that new tables are created during the subsequent import. This enables the existing database contents to be preserved – a safety measure, as your backup could be faulty and/or out of date as well. If you should discover that after successfully restoring the files, you can still access parts of the old tables.</p>\n<p class=\"infos\"><strong>Note:</strong> For large databases (from roughly 100 MB, depending upon your system), you may have editing difficulties when changing the table prefix. In that case – or if you wish to restore the database without the extra procedure of creating new tables – simply omit the following steps.</p>\n<p>To modify the prefix, proceed as follows:</p>\n<ul>\n<li>Open the file <em>wp-config.php</em> in your data backup with a text editor. Or download it from your server <a href=\"https://marketpress.com/?p=36218&preview=true#to-filezilla\">by means of FTP</a> if you have only made one database backup.</li>\n<li>Search there for the line <code>$table_prefix = \'wp_\';</code> (the prefix may also be named differently than <em>wp_</em>).</li>\n<li>Modify the <em>wp_</em> to <em>wpnew_</em> (or in any other random, yet unique, abbreviation) and save the file.</li>\n<p><img src=\"https://marketpress.com/wp-content/uploads/2014/12/wp_new1.png\" alt=\"wp_new\" width=\"653\" height=\"208\" class=\"alignnone size-full wp-image-36240\" /></p>\n<li>Open the SQL file of your database backup, also using a text editor.</li>\n<li>Execute a search-and-replace query in the editor: In doing so, replace each <em>wp_</em> with <em>wpnew_</em> (or with whatever your new abbreviation may be).</li>\n<li>Save the SQL file, and modification of the table prefix is complete.</li>\n</ul>\n<p class=\"infos\"><strong>Important:</strong> Please remember the following for this version: After restoring the database, you still have to upload the modified wp-config.php to your web server, so that your WordPress installation will access the new tables.</p>\n<p>Now you can begin with the actual restoration or import of the data. This scenario uses phpMyAdmin, which most of the webspace providers have preinstalled as a tool.</p>\n<h2 id=\"to-phpmyadmin\">Restore database with phpMyAdmin</h2>\n<p>First log in to your phpMyAdmin account.</p>\n<ul>\n<li>For Strato servers, this is possible under <em>Your server → Administer databases → Main phpMyAdmin login</em>.</li>\n<li>At 1&1 under <em>Hosting → Administer Webspace → MySQL database → phpMyAdmin</em>.</li>\n</ul>\n<p>For all other providers: Please consult with your provider directly. Depending upon the phpMyAdmin version, the whole procedure works as follows:</p>\n<div id=\"attachment_36245\" style=\"width: 703px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/phpmyadmin_en.png\" alt=\"The main interface of phpMyAdmin\" width=\"693\" height=\"357\" class=\"size-full wp-image-36245\" /><p class=\"wp-caption-text\">The main interface of phpMyAdmin</p></div>\n<ul>\n<li>From the left-hand list, select the database you wish to restore, in case there are several databases or WordPress installations on your server (with a click on the database name <em>db00xyz</em>).\n<p class=\"infos\"><strong>Tip:</strong> In case you are unsure here as to which database is involved: The database name is also listed in the <em>wp-config.php</em>, in the row <code>define(\'DB_NAME\', ‘NameOfDatabase\');</code>.</p>\n</li>\n<li>In the menu bar above, go to <strong>Import</strong>.</li>\n<li>Click on the <strong>Search</strong> button. Navigate to the extracted SQL file from your data backup that you wish to restore.</li>\n<li>As a general rule, the other miscellaneous values are properly preconfigured. In terms of <strong>Character set of the file</strong>, “utf” or “utf-8″ are normally used. Some databases are also encoded as ISO-8859-1 (Latin 1). You would recognize an incorrect format after import due to errors in displaying special characters in your blog articles.</li>\n<li>The <strong>format</strong> must be set to SQL, unless your backup solution stored an XML file.</li>\n<li>With a subsequent click on <strong>Go</strong>, restoration is launched.</li>\n</ul>\n<p>Wait until – hopefully – the message appears indicating that the import has been successfully completed. Now your database, and your website, should be functional again. In case you modified the table prefix, it is necessary for you to first upload the modified <em>wp-config.php</em> file onto the server. In this case, you can also delete the old tables, if you are sure that all new uploaded contents are working and up-to-date (in phpMyAdmin under the item “Structure”, select tables with the old prefix, and choose “delete” at the bottom of the selection field).</p>\n<p>With some providers, only databases up to a particular file size can be uploaded at once. If you import a larger file, you’ll receive a corresponding error message. Then you can use a so-called SQL splitter, which divides up the SQL file into several files. Such as the <a href=\"http://www.rusiczki.net/2007/01/24/sql-dump-file-splitter/\">SQLDumpSplitter</a> for Windows. For Linux or Mac OS please read <a href=\"http://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/\">these instructions</a>.</p>\n<div id=\"attachment_39259\" style=\"width: 444px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.de/files/2014/09/sqldumpsplitter.gif\" alt=\"SQLDumpSplitter\" width=\"434\" height=\"406\" class=\"size-full wp-image-39259\" /><p class=\"wp-caption-text\">The SQLDumpSplitter</p></div>\n<p class=\"infos\"><strong>Caution:</strong> Be sure to obtain proper information beforehand on the SQL splitter you wish to install. There are splitter tools that contain malware or useless additional software. In case your provider only allows small phpMyAdmin import packets, a high number of small individual packets will be made out of large databases (from roughly 20MB). Then you should use <a href=\"#to-adminer\">Adminer</a> or the <a href=\"#to-mysqldumper\">MySQLDumper</a> to complete the restoration, as long as the web host allows access to the relevant MySQL database.</p>\n<p>With SQLDumpSplitter, an additional file is generated, which contains the data structure of the table (*DataStructure.sql). This must be imported first. This is followed by the individual split SQL files – in the sequence of the file name numbering. For other tools, you will find more detailed instructions in their respective descriptions.</p>\n<h2 id=\"to-adminer\">Restore database with Adminer</h2>\n<p>Especially for larger databases, it is usually significantly more convenient to restore them using <a href=\"http://www.adminer.org/en/\">Adminer</a> (formerly phpMinAdmin). It is a free tool for administering databases which consists of a single PHP file, <em>adminer.php</em>. You <a href=\"http://www.adminer.org/en/\">download it here</a>, copy it onto the web server (using FTP, see <a href=\"#to-filezilla\">here</a>) and launch it from there. If you store Adminer in the main directory of your server, it is sufficient to simply enter <em>www.yourdomain.de/adminer.php</em> in the web browser. Subsequently, the following login window appears:</p>\n<div id=\"attachment_36258\" style=\"width: 331px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/adminer-login.png\" alt=\"The Login Window of Adminer\" width=\"321\" height=\"260\" class=\"size-full wp-image-36258\" /><p class=\"wp-caption-text\">The Login Window of Adminer</p></div>\n<p>Here you can log in with the user data of your database account. You’ll find these details in the user account of your server, they are also contained in the <em>wp-config.php</em> file of your WordPress installation. With some providers, it is necessary to enter the actual server address instead of “localhost”. This should also be saved in the server user account.</p>\n<p>After logging on, you have access to your database, the individual tables as well as the menu item “Import” (in the upper left-hand sidebar):</p>\n<div id=\"attachment_36261\" style=\"width: 796px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/adminer-server.png\" alt=\"The Database View of Adminer\" width=\"786\" height=\"432\" class=\"size-full wp-image-36261\" /><p class=\"wp-caption-text\">The Database View of Adminer</p></div>\n<p>If you click on this menu item, you are directed to the import function with which the database backup can be restored:</p>\n<div id=\"attachment_36262\" style=\"width: 468px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/adminer-import.png\" alt=\"The Import Function of Adminer\" width=\"458\" height=\"253\" class=\"size-full wp-image-36262\" /><p class=\"wp-caption-text\">The Import Function of Adminer</p></div>\n<p>There are two options for this function:</p>\n<ul>\n<li>With <strong>File upload</strong>, you can select the database backup stored locally on your computer (as in SQL or a compressed GZIP file), and this is copied into your database by clicking on “Execute”. Caution: The existing server database and the tables contained in the backup will be overwritten in the process. Where necessary, as a first step, please bear in mind our explanations under <a href=\"#to-vorbereitung\">Preparation of the database</a>.</li>\n<li>Alternatively, by means of <strong>From server</strong>, a backup can be restored that you previously uploaded to your web server via FTP. In doing so, the backup must be located in the same directory as the file adminer.php, and renamed to <em>adminer.sql</em> or <em>adminer.gz</em>. If there is an error during the restoration of the backup via “File upload”, due to a server timeout or low upload speeds of your Internet connection, for example, then try using this alternative method.</li>\n</ul>\n<p>You can deactivate the checkbox “Stop on error”, if</p>\n<ul>\n<li>remaining records are to be manually imported if import is terminated</li>\n<li>the import generates database errors that are negligible</li>\n</ul>\n<p>It is worthwhile in this case to leave “Show only errors” checked. As otherwise, you have to scroll through a large number of positive status messages in order to pinpoint any errors.</p>\n<p class=\"infos\"><strong>Important:</strong> After using Adminer, you should delete the adminer.php file from the server for security reasons, along with any backup you may have uploaded there (when using the import version “On the server”). Or you can also move them into a password-protected server area.</p>\n<h2 id=\"to-adminer-plugin\">The Adminer plugin for WordPress</h2>\n<p>Some providers don’t allow you to connect with the server database from your local computer. This is the case, for example, with individual Strato PowerWeb packages. Then when logging on to Adminer, an appropriate error message is generated (e.g.: “Can’t connect to local MySQL server through socket /tmp/mysql.sock”).</p>\n<p>This is where our free plugin <a href=\"https://wordpress.org/plugins/adminer/\">Adminer for WordPress</a> comes in handy. It links the control of adminer.php to the back end of WordPress, thus circumventing the access lock. To complete this operation, <a href=\"https://wordpress.org/plugins/adminer/installation/\">install the plugin</a> and after activation, launch <em>Tools → Adminer</em> (in the sidebar of the WordPress back end):</p>\n<div id=\"attachment_36268\" style=\"width: 760px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/adminer-en.png\" alt=\"The Adminer WordPress Plugin\" width=\"750\" height=\"399\" class=\"size-full wp-image-36268\" /><p class=\"wp-caption-text\">The Adminer WordPress Plugin</p></div>\n<p>No additional configuration is necessary, as the plugin retrieves the login data directly from your WordPress installation. One click on “Start Adminer inside” or “Start Adminer in a new tab” is sufficient to launch Adminer itself. Now you can proceed as described in the previous section.</p>\n<p class=\"infos\"><strong>Tip:</strong> If you wish to use the Adminer import function “On the server”, the files to be imported must be contained in the plugin directory <em>..wp-content/plugins/adminer/inc/adminer/</em></p>\n<h2 id=\"to-mysqldumper\">Restore database with MySQLDumper</h2>\n<p><a href=\"http://www.mysqldumper.net/\">MySQLDumper</a> is a backup program for MySQL databases, which also enables easy and quick restoration of backups. And this is independent of whether they were created with MySQLDumper, as long as they are in an SQL standard format. The tool is also installed on the web server:</p>\n<ul>\n<li>Download the latest version <a href=\"http://www.mysqldumper.net/\">here</a> (under “Download”) and extract it locally on the computer.</li>\n<li>Change to the extracted folder <em>msdx.x.x</em>, and copy all directories and files via FTP into a new subdirectory of your web server.</li>\n<li>Launch the install.php installation routine. If the uploaded data is in the server directory “mysqldumper”, you simply enter <em>www.yourdomain.de/mysqldumper/install.php</em> in your browser.</li>\n<li>Select the desired language and click on “Installation”.</li>\n<li>Enter the database parameters: Database hostname, user, password and, where necessary, the database name itself (for more information, see explanations under “Restore database with Adminer”). Then click on “Connect to MySQL”.<br />\n<img src=\"https://marketpress.com/wp-content/uploads/2014/12/mysqldumper-en.png\" alt=\"mysqldumper\" width=\"719\" height=\"261\" class=\"alignnone size-full wp-image-36272\" />\n</li>\n<li>If the connection is successfully completed, “Save and continue installation”.</li>\n<li>Now the main administration interface of MySQLDumper appears, which can be repeatedly called up at any time by entering <em>www.yourdomain.de/mysqldumper/</em>:<br />\n<img src=\"https://marketpress.com/wp-content/uploads/2014/12/mysqldumper-home.png\" alt=\"mysqldumper home\" width=\"781\" height=\"419\" class=\"alignnone size-full wp-image-36274\" />\n</ul>\n<p>You copy the database backup you wish to restore into the subdirectory <em>../work/backup/</em> of MySQLDumper (thus in our case study, this would be <em>/mysqldumper/work/backup/</em>). During an initial installation of the tool, or if the backup itself was not generated with MySQLDumper, this directory must first be created manually (using FileZilla, for instance, more on this topic later).</p>\n<p>Now you navigate in the MySQLDumper menu (in the left-hand sidebar) to the item “Restore”. If the database to be imported – as just described – was properly saved, copied, a link will appear there with a reference “Backups of other scripts”:</p>\n<div id=\"attachment_36276\" style=\"width: 780px\" class=\"wp-caption alignnone\"><img src=\"https://marketpress.com/wp-content/uploads/2014/12/database-restore.png\" alt=\"Restore database with MySQLDumper\" width=\"770\" height=\"301\" class=\"size-full wp-image-36276\" /><p class=\"wp-caption-text\">Restore database with MySQLDumper</p></div>\n<p>Now you choose the file to be restored, and you confirm the upper left-hand “Restore” button:</p>\n<p><img src=\"https://marketpress.com/wp-content/uploads/2014/12/restore-final.png\" alt=\"restore final\" width=\"426\" height=\"253\" class=\"alignnone size-full wp-image-36277\" /></p>\n<p>It’s necessary for you to confirm this once with “OK”; in addition, you will also be queried as to the encoding of the backup file (as a general rule, this is utf8). And now the restoration process can begin. Please also note here that your old database or already existing tables will be overwritten.</p>\n<p class=\"infos\"><strong>Note:</strong> The function “Choose tables to be restored” can only be used if the backup was also generated using the MySQLDumper.</p>\n<p class=\"infos\"><strong>Important:</strong> MySQLDumper should be installed in a password-protected area of your web server. The tool offers a separate option for this, “Create directory protection”. Please note that this may lead to problems for certain server constellations. As an alternative, you can remove the entire MySQLDumper directory as soon as the database has been successfully restored.</p>\n<h2 id=\"to-filezilla\">Restore files with FileZilla</h2>\n<p>After copying the database, now the key is to restore all the files of the WordPress installation. This step is only necessary if the data on the web server have been completely lost or if despite a database repair, not all areas of the blog are functioning (e.g. article images, functions controlled by plugins, elements of the blog design, etc.). </p>\n<p>The files saved in your backup are uploaded via FTP (file transfer protocol, a file transfer method) onto the web server.</p>\n<p class=\"infos\"><strong>Note:</strong> In doing so, any existing contents are overwritten. In case you are not sure whether your backup is up-to-date, and there are still files remaining on the web server, you can initially transfer them over to your computer (also via FTP). Different status conditions between the backup and the actual status of the server can thus be corrected after the fact. Naturally, this does not apply if your WordPress version has been hacked (risk of viruses and malware).</p>\n<p>The most common FTP client is the FileZilla freeware application. It must be installed locally on the computer. <a href=\"http://filezilla-project.org/\">This link takes you to the download</a> of the client version for Windows, Mac OS X and Linux. Afterwards, to restore your file backup, you proceed as follows:</p>\n<ul>\n<li>Extract the ZIP file of the data backup into a directory on your computer.</li>\n<li>Set up FTP access in the user account of your server (your provider should make the instructions for this available to you).</li>\n<li>Launch FileZilla.</li>\n<li>Go to the top menu item <em>File → Site Manager</em>. In the opened menu, click on <em>New Site</em>.<br />\n<img src=\"https://marketpress.com/wp-content/uploads/2014/12/new-site.png\" alt=\"new Filezilla site\" width=\"737\" height=\"502\" class=\"alignnone size-full wp-image-36392\" />\n</li>\n<li>Now you can enter the server (host) and user name, as well as the FTP password in the relevant fields. The remaining fields can generally remain empty. Then click on “Connect”.\n<p class=\"infos\"><strong>Important:</strong> If possible, use a secure FTPS/SSL connection protocol, instead of the preconfigured setting “FTP”. Practically all web hosting companies use their own versions. Ask your provider for the correct procedure. In case your provider does not support SSL, change your FTP password prior to creating the connection (in the user account of your web server). Then use this temporary password only for restoring the backup, and reset it again afterwards.</p>\n</li>\n<li>In the left-hand corner (below “file name”), you now see the local content of your computer, and on the right, that of the web server. Navigate in the left-hand side to the folder in which your extracted backup of WordPress files is located. It should appear as follows, and as a general rule, begin with the folder “wp-admin”.<br />\n<img src=\"https://marketpress.com/wp-content/uploads/2014/12/wp.png\" alt=\"wp\" width=\"548\" height=\"238\" class=\"alignnone size-full wp-image-36397\" />\n</li>\n<li>Now highlight all the folders and files of your backup. Click once on the top entry (in this case “wp-admin”), scroll down, hold down the shift button, and click on the last entry. Now all the folders and files are highlighted in blue.</li>\n<li>Click on the left-hand mouse button in the blue area, hold down the mouse button and drag the files with the cursor into the right-hand server window.</li>\n</ul>\n<p>Now FileZilla will begin copying. In case there are still files on the server, you will be asked whether you wish to overwrite them (see the note at the beginning of this section). If all contents have been successfully moved, then your file backup is restored. Your blog or your shop should now function normally.</p>\n<p class=\"infos\">We will be happy to answer any general questions <strong>regarding this tutorial</strong> in the comments. In case you are aware of <strong>additional options</strong> for restoring a backup, we look forward to your feedback as a comment.</p>\n<p><em>Title image: © <a href=\"https://www.flickr.com/photos/loauc/\">Felix E. Guerrero</a> License: <a href=\"https://creativecommons.org/licenses/by-sa/2.0/\">CC BY-SA 2.0</a></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:76:\"https://marketpress.com/2014/restoring-wordpress-backup-database-files/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:\"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:\"\";}}}}}i:1;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:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"BackWPup Pro: Saving a WordPress backup to Dropbox\";s:7:\"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:\"https://marketpress.com/2014/wordpress-backup-dropbox/\";s: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:63:\"https://marketpress.com/2014/wordpress-backup-dropbox/#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, 25 Nov 2014 18:31: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"BackWPup\";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:6:\"Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://marketpress.com/?p=35552\";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:328:\"Saving WordPress backups to a Dropbox may not always be easy, as it requires a one-time authentication. We will show you how the connection works using our plugins BackWPup Pro or BackWPup. The procedure described here remains the same if you want to do a one-time backup or want to schedule periodic backups (e.g. via […]\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:79:\"https://marketpress.com/wp-content/uploads/2014/11/backwpup-dropbox-150x150.png\";s:6:\"length\";s:5:\"11723\";s:4:\"type\";s:9:\"image/png\";}}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:15:\"Michael Firnkes\";s: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:4481:\"<p><strong class=\"teaser\">Saving WordPress backups to a Dropbox may not always be easy, as it requires a one-time authentication. We will show you how the connection works using our plugins <a href=\"https://marketpress.com/product/backwpup-pro/\">BackWPup Pro</a> or <a href=\"https://wordpress.org/plugins/backwpup/\">BackWPup</a>.</strong></p>\n<p>The procedure described here remains the same if you want to do a one-time backup or want to schedule periodic backups (e.g. via WordPress Cronjobs).<span id=\"more-35552\"></span></p>\n<p class=\"infos\"><strong>Important:</strong> The instructions provided here apply for the BackWPup versions 3.1.3 and higher (before that, Dropbox used another form of authentication).</p>\n<ol>\n<li>Select <em>BackWPup (Pro) → Add new job</em> from your dashboard to create the backup. Give your backup a unique <strong>Job Name</strong>.</li>\n<li>Specify in <strong>Job Tasks</strong>, whether you would like to backup the database and/or the files, as well as other elements. Specify the backup format you want, and other details in <strong>Backup File Creation</strong>.</li>\n<li>Select “Backup to Dropbox” for <strong>Job Destination</strong>:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/job-destination.png\" alt=\"backup job destination\" width=\"459\" height=\"207\" class=\"alignnone size-full wp-image-35560\" /></p>\n<li>A new tab will appear at the top of the page “To: Dropbox”:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/to-dropbox.png\" alt=\"to dropbox\" width=\"592\" height=\"251\" class=\"alignnone size-full wp-image-35562\" /></p>\n<li>There you can now retrieve the authentication code (token) needed for a Dropbox connection. Click “Get Dropbox App auth code” if you want your WordPress installation to only have access to the apps subsection of the Dropbox. Select “Get full Dropbox auth code” for complete access, or for a backup in the main folder of Dropbox:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/dropbox-access.png\" alt=\"dropbox access\" width=\"784\" height=\"459\" class=\"alignnone size-full wp-image-35565\" /></p>\n<p class=\"infos\"><strong>Important:</strong> The Dropbox folder <em>Apps/BackWPup</em> will be created automatically for the first variant, which means you will not have to create the folder manually beforehand.</p>\n<li>You will now be forwarded to a new page, where you have to confirm access by clicking “Allow”:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/allow-dropbox.png\" alt=\"allow dropbox\" width=\"556\" height=\"295\" class=\"alignnone size-full wp-image-35567\" /></p>\n<li>The system will now generate the code (token). Copy that code to the clipboard or a temporary file, and then close the page:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/dropbox-token.png\" alt=\"dropbox token\" width=\"556\" height=\"267\" class=\"alignnone size-full wp-image-35569\" /></p>\n<li>Paste the code into the relevant access field. Confirm at the bottom of the page by clicking “Save Changes”:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/auth-code.png\" alt=\"auth code dropbox\" width=\"795\" height=\"349\" class=\"alignnone size-full wp-image-35577\" /></p>\n<li>The authentication process should now be complete:</li>\n<p><img src=\"http://marketpress.com/wp-content/uploads/2014/11/authenticated.png\" alt=\"authenticated dropbox\" width=\"448\" height=\"134\" class=\"alignnone size-full wp-image-35579\" /></p>\n</ol>\n<p>You can specify additional BackWPup options as usual, e.g. timed backups under “Schedule”. All you have to do now is start the job.</p>\n<p class=\"infos\"><strong>Important:</strong> You should verify correct connection by initiating your first backup manually before scheduling timed backups. Don’t forget that Dropbox may reject very large backup files, depending on the type of package you purchased from your provider.</p>\n<p>In addition to Dropbox, <a href=\"https://marketpress.com/product/backwpup-pro/\">BackWPup Pro</a> also supports WordPress backups via FTP, email, S3 provider (including Amazon, Google Storage), Google Drive, SugarSync, Microsoft Azure, Rackspace Cloud, and Amazon Glacier.</p>\n<p>Find out how to load back <strong>a WordPress backup to repair</strong> or restore your blog or shop <a href=\"http://marketpress.de/2014/wordpress-backup-wiederherstellen/\">in this tutorial</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:59:\"https://marketpress.com/2014/wordpress-backup-dropbox/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:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:69:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Backup your WordPress – Using BackWPup Archives with AWS Glacier (Tutorial)\";s:7:\"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:\"https://marketpress.com/2014/wordpress-backup-backwpup-archives-with-aws-glacier/\";s: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:90:\"https://marketpress.com/2014/wordpress-backup-backwpup-archives-with-aws-glacier/#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, 21 Jan 2014 16:05: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:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:8:\"BackWPup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Tutorial\";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:6:\"amazon\";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:3:\"aws\";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:6:\"backup\";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:5:{s:4:\"data\";s:7:\"glacier\";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:5:{s:4:\"data\";s:6:\"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:\"\";}i:8;a:5:{s:4:\"data\";s:8:\"tutorial\";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:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://marketpress.com/?p=20232\";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:333:\"BackWPup includes a S3 connection which we can use with Amazon’s Service Glacier. Amazon Glacier was developed to store or archive data that we don’t use regularly for a long time, thus significantly reducing the costs for storing the archives. However, it can take up to 9 hours to access the data. 4 hours for […]\";s: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:\"Daniel Hüsken\";s: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:9371:\"<p><a href=\"https://marketpress.de/files/2013/11/backwpupbeitrag.jpg\"><img src=\"https://marketpress.de/files/2013/11/backwpupbeitrag.jpg\" alt=\"BackWPup Pro and Amazon S3 Glacier\" width=\"1000\" height=\"400\" class=\"aligncenter size-full wp-image-17714\" /></a><br />\n<strong class=\"teaser\"><a href=\"http://marketpress.com/product/backwpup-pro/\">BackWPup</a> includes a S3 connection which we can use with Amazon’s Service <em>Glacier</em>. <a href=\"http://aws.amazon.com/de/glacier/\">Amazon Glacier</a> was developed to store or archive data that we don’t use regularly for a long time, thus significantly reducing the <a href=\"http://aws.amazon.com/de/glacier/#pricing\">costs</a> for storing the archives.</p>\n<p>However, it can take up to 9 hours to access the data. 4 hours for getting the directory and another 3 to 5 hours to request the archive for the download. What are the advantages and how can we use it?</p>\n<p></strong></p>\n<p><span id=\"more-20232\"></span></p>\n<p><a href=\"http://aws.amazon.com/de/s3/\">Amazon S3</a> provides a simple web service interface to store and access any amount of data – anywhere and any time.</p>\n<h3>Reasons for using Glacier with S3</h3>\n<ul>\n<li>We don’t need any additional tools to access the archives at Glacier. Everything can be done with the AWS console.\n<li>We can adjust when the archives are moved to Glacier. This way, we always have access to the most recent backup archives without waiting.\n<li>We don’t have to wait four hours for the directory, since it is stored by S3.\n<li>Up to 90% savings (<a href=\"#mp_notice\">see conclusion</a>).\n</ul>\n<p>In the newest <a href=\"http://marketpress.de/product/backwpup-pro/\">BackWPup</a> version, the archives’ storage class are be shown in the list of backup archives: Glacier, Reduced redundancy or Standard.</p>\n<h3>Glacier support in BackWPup Pro</h3>\n<p><b>An outlook on the Glacier connection in BackWPup Pro in the upcoming major release:</b></p>\n<ul>\n<li>Direct Glacier support.\n<li>The IDs needed for a restore are shown in the backup list.\n<li>An extra tool is needed, however, for downloading the archive.\n</ul>\n<p>Warning: Amazon <a href=\"http://aws.amazon.com/glacier/pricing/\" title=\"AWS Glacier pricing\">charges a fee</a> per deleted GB for deleting archives that have been stored at Glacier for less than 90 days.</p>\n<h3>Setting up Glacier via S3 with Amazon</h3>\n<p>First, we go to the <a href=\"https://console.aws.amazon.com/s3/home\">AWS Management console</a> and create a new S3 bucket.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/01_createbucket.png\"><img src=\"https://marketpress.de/files/2013/11/01_createbucket.png\" alt=\"01 Amazon Glacier How to BackWPup Backup WordPress - create a bucket\" width=\"738\" height=\"313\" class=\"aligncenter size-full wp-image-17690\" /></a></p>\n<p>Now, we have to create a “Lifecycle Rule” for the bucket.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/02_lifecycel.png\"><img src=\"https://marketpress.de/files/2013/11/02_lifecycel.png\" alt=\"02 Amazon Glacier How to BackWPup Backup WordPress - lifecycle\" width=\"983\" height=\"603\" class=\"aligncenter size-full wp-image-17691\" /></a></p>\n<p><a href=\"https://marketpress.de/files/2013/11/03_lifecycle_rule.png\"><img src=\"https://marketpress.de/files/2013/11/03_lifecycle_rule.png\" alt=\"03 Amazon Glacier How to BackWPup Backup WordPress Lifecycle_Rule\" width=\"621\" height=\"456\" class=\"aligncenter size-full wp-image-17692\" /></a></p>\n<p>In the »Lifecycle Rule« we have to specify number of days, after which the archives will automatically be moved to Glacier. The number should be chosen that at least the last backup will not be moved to Glacier, so we can still access it in case of an emergency. In case of daily backups we pick 1, for weekly backups, we pick 7.</p>\n<p>Now, the bucket has been configured. The next step is to open the <a href=\"https://portal.aws.amazon.com/gp/aws/securityCredentials\">Security Credetials</a> page, so we can later copy & paste it into BackWPup.</p>\n<p><a href=\"http://marketpress.com/wp-content/uploads/2014/01/04-Amazon-Glacier-How-to-BackWPup-Backup-WordPress-AWS-Keys.jpg\"><img src=\"http://marketpress.com/wp-content/uploads/2014/01/04-Amazon-Glacier-How-to-BackWPup-Backup-WordPress-AWS-Keys.jpg\" alt=\"04 Amazon Glacier How to BackWPup Backup WordPress AWS Keys\" width=\"739\" height=\"393\" class=\"aligncenter size-full wp-image-20241\" /></a></p>\n<p>Under »show« we find the secret key to be entered into BackWPup.</p>\n<h3>Setting up Glacier in BackWPup</h3>\n<p>Now we can create an assignment in BackWPup and pick an S3 server as target. We must set no Synchronization with S3, since Glacier only uses archives.</p>\n<p><a href=\"http://marketpress.com/wp-content/uploads/2014/01/05-Amazon-Glacier-How-to-BackWPup-Backup-WordPress-JOB-S3-Setting.jpg\"><img src=\"http://marketpress.com/wp-content/uploads/2014/01/05-Amazon-Glacier-How-to-BackWPup-Backup-WordPress-JOB-S3-Setting.jpg\" alt=\"05 Amazon Glacier How to BackWPup Backup WordPress JOB S3 Setting\" width=\"612\" height=\"781\" class=\"aligncenter size-full wp-image-20243\" /></a></p>\n<p>Under S3 service in the assignment settings, we pick the provider and the region. We then enter the keys and the AWS credentials. The bucket selection should refresh automatically now and we can pick the new bucket.</p>\n<p>If the bucket is used for several backups, we should define a folder in the bucket to put the archives in.</p>\n<p>The deletion of data should be set so archives are not deleted until after 90 days (because of the additional costs). In my case, that is one backup a day, so 90.</p>\n<p>Currently, the multipart upload only works with Amazon. With this, uploads can continue if the backup is automatically restarted.</p>\n<p>The storage class can be set as required. I use <em>reduced redundancy</em>, since it reduces costs for data storage with S3, although it makes the archive more prone to defects and failures.</p>\n<p>Now we can start the assignment and see if it works as planned.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/06_job-ausfuehren.png\"><img src=\"https://marketpress.de/files/2013/11/06_job-ausfuehren.png\" alt=\"06 Amazon Glacier How to BackWPup Backup WordPress Job ausführen\" width=\"1177\" height=\"469\" class=\"aligncenter size-full wp-image-17695\" /></a></p>\n<p>If everything works and we look at the S3 console a few days later, we should see this:</p>\n<p><a href=\"https://marketpress.de/files/2013/11/07_s3-files.png\"><img src=\"https://marketpress.de/files/2013/11/07_s3-files.png\" alt=\"Backup-Liste\" width=\"850\" height=\"358\" class=\"aligncenter size-full wp-image-17696\" /></a></p>\n<p>We can see here, that the archives were automatically moved to Glacier, except for the most recent ones.</p>\n<p>With the right click menu we can access the archives, as long as they have not been moves to Glacier yet. In that case, we would have to do an <em>initiate restore</em>.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/08_s3-glacier-restore.png\"><img src=\"https://marketpress.de/files/2013/11/08_s3-glacier-restore.png\" alt=\"08 Amazon Glacier How to BackWPup Backup WordPress S3 Glacier restore\" width=\"492\" height=\"555\" class=\"aligncenter size-full wp-image-17697\" /></a></p>\n<p>After selecting initiate restore, we get a message telling us how long the archive is available for download after the restore.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/09_s3-glacier-restore-initiate.png\"><img src=\"https://marketpress.de/files/2013/11/09_s3-glacier-restore-initiate.png\" alt=\"09 Amazon Glacier How to BackWPup Backup WordPress S3 Glacier restore initiate\" width=\"648\" height=\"240\" class=\"aligncenter size-full wp-image-17698\" /></a></p>\n<p>After clicking <em>Okay</em>, it will take 3 to 5 hours until the download is available. In the data properties we can see, if the restore is still in progress.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/10_glcier-restore-panding.png\"><img src=\"https://marketpress.de/files/2013/11/10_glcier-restore-panding.png\" alt=\"10 Amazon Glacier How to BackWPup Backup WordPress Glacier restore panding\" width=\"1005\" height=\"690\" class=\"aligncenter size-full wp-image-17699\" /></a></p>\n<p>When the message »Restored until …« appears, we can download the archive in the stated time frame via the right click menu.</p>\n<p><a href=\"https://marketpress.de/files/2013/11/11_s3_glaicer_restore.png\"><img src=\"https://marketpress.de/files/2013/11/11_s3_glaicer_restore.png\" alt=\"11 Amazon Glacier How to BackWPup Backup WordPress S3_Glaicer_restore\" width=\"957\" height=\"553\" class=\"aligncenter size-full wp-image-17700\" /></a></p>\n<p id=\"mp_notice\">\n<h3>Conclusion</h3>\n</p>\n<p>Glacier is suitable for S3 backups. With small amounts of data, the waiting might be a bigger drawback. However, considering the very low prices, it is worth it. With big archives the advantages are more significant: At $0.01/GB, data storing with Glacier is almost 90% cheaper than the regular S3 price of $0.095/GB. Data transfer to S3 is free in both cases. </p>\n<p>This way, you can minimize your monthly running costs. Only in a real case of need, when the WordPress installation is lost and the hard drive is destroyed, you pay extra for the download. Even without BackWPup, Amazon’s Glacier is a cost-effective way of real long-term data storage.</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:86:\"https://marketpress.com/2014/wordpress-backup-backwpup-archives-with-aws-glacier/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:51:\"\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:5:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Adventskalender Day 22 – We celebrate 1 Mio downloads of BackWPup with a new release and 33% off till NYE!\";s:7:\"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:\"https://marketpress.com/2013/celebrate-1-mio-downloads-of-backwpup-33-off-till-nye/\";s: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:92:\"https://marketpress.com/2013/celebrate-1-mio-downloads-of-backwpup-33-off-till-nye/#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, 21 Dec 2013 23:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"Adventskalender\";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:\"BackWPup\";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:7:\"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:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://marketpress.com/?p=19552\";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:349:\"Today we gonna party! Why? “Just” because it is the 4th Advent, Christmas is coming and again one of our products will get a special price? No! Today there is another great cause: Our worldwide popular WordPress backup plugin BackWPup will reach download number 1 million – exactly today! Therefor we released a brand new […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:99:\"https://marketpress.com/wp-content/uploads/2013/12/201312marketpress-adventskalender-22-150x150.jpg\";s:6:\"length\";s:4:\"6366\";s:4:\"type\";s:10:\"image/jpeg\";}}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:15:\"Manuel Schmutte\";s: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:3443:\"<p><strong class=\"teaser\">Today we gonna party! Why? “Just” because it is the 4th Advent, Christmas is coming and again one of our products will get a special price? No! Today there is another great cause:</strong></p>\n<p><strong>Our worldwide popular <a href=\"http://marketpress.com/product/backwpup-pro/\">WordPress backup plugin BackWPup</a> will reach download number 1 million – exactly today!</strong> Therefor we released a brand new version with some new pro features like Google Drive support. And we asked ourself: An offer just for one day? No way! <strong>The 33% off will be available till New Year’s Eve 2013</strong>. Furthermore we interviewed the developer of BackWPup, Daniel Hüsken. <a href=\"http://vimeo.com/82049616\">You can watch the German video on vimeo</a>.</p>\n<p><a href=\"http://marketpress.com/product/backwpup-pro/\"><img src=\"http://marketpress.com/wp-content/uploads/2013/12/bwpupen.jpg\" alt=\"BackWPup Pro - 1 Million Downloads\" width=\"2510\" height=\"1004\" class=\"aligncenter size-full wp-image-19563\" /></a></p>\n<p><span id=\"more-19552\"></span></p>\n<p>Maybe you already know <a href=\"http://marketpress.com/product/backwpup-pro/\">BackWPup</a>. It is one of our most popular WordPress plugins – and we would say: The most important one! With BackWPup Pro you can schedule automatic backups. You decide which content will be saved, where and when. BackWPup Pro is the all-in-one backup solution for WordPress! Why is a backup of your WordPress installation so important? Ask yourself: “What would a total data loss of your content and website mean for you and your company?” Yes, that’s why you should do regular backups.</p>\n<p>What BackWPup Pro 3.1 can do? The most important new feature is the Google Drive support. This one was the biggest wich for most of our costumers. </p>\n<ul>\n<li><strong>Full database backup</strong></li>\n<li><strong>Full data backup</strong></li>\n<li><strong>Backup a list of all installed plugins</strong></li>\n<li><strong>Backup with various storage options:</strong> Email, S3 (Amazon, Google Storage, Hosteurope…), Dropbox, Google Drive (NEW!), FTP-Server, SugarSync, Amazon Glacier</li>\n<li><strong>Step by step Wizard</strong></li>\n<li><strong>Differential backup of changed directories</strong> Only submit files that have changed since the last backup. This works for Dropbox, Google Drive (NEW!), S3, Rackspace Cloud Files and Microsoft Azure.</li>\n<li><strong>Database check and compression</strong></li>\n<li><strong>Backup archives management</strong></li>\n<li><strong>WordPress Multisite Support</strong></li>\n<li><strong>Log report via email</strong>After every backup an email can be send to you. And if there are any errors, you will get an email too!</li>\n</ul>\n<p>To see the complete feature list check the <a href=\"http://marketpress.com/product/backwpup-pro/\">product page</a>. </p>\n<p>And of cause we want to say thank you and congrat Daniel Hüsken. For creating an easy, very helpful and good backup solution for WordPress, and the first 1 Mio. downloads! </p>\n<p><strong>So, why wait till New Year’s Eve? Buy BackWPup Pro now, and start you backups immediately. The wizard will support you. And if you like, you can congratulate Daniel with your BackWPup story.</strong></p>\n<p>[termlist term=’adventskalender’ taxonomy=’tag’]<br />\n<h3>All Adventskalender Posts</h3>\n<p>[/termlist]</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:88:\"https://marketpress.com/2013/celebrate-1-mio-downloads-of-backwpup-33-off-till-nye/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:54:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress backup-plugin BackWPup Pro update – Version 3.0.13 with bug fixes\";s:7:\"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:103:\"https://marketpress.com/2013/wordpress-backup-plugin-backwpup-pro-update-version-3-0-13-with-bug-fixes/\";s: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:112:\"https://marketpress.com/2013/wordpress-backup-plugin-backwpup-pro-update-version-3-0-13-with-bug-fixes/#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, 13 Aug 2013 09:56: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:7:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"BackWPup\";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:6:\"bugfix\";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:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"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:\"https://marketpress.com/?p=14890\";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:374:\"With more than 800.000 downloads, worlds most famous WordPress Backup Plugin BackWPup got a bug-fix-release. Beside a buggy redirect we closed a security gap. The center of this release is the fix of a redirect-bug, and the remove of a security gap. It was about Cross-Site-Scripting (XSS) (“…which enables attackers to inject client-side script into […]\";s: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:15:\"Manuel Schmutte\";s: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:1572:\"<p><strong><a href=\"http://marketpress.com/product/backwpup-pro/\"><img class=\"alignleft\" style=\"margin-right: 10px;\" alt=\"\" src=\"https://marketpress.de/files/2013/02/backwpup1-150x150.png\" width=\"150\" height=\"150\" /></a><strong class=\"teaser\">With more than 800.000 downloads, worlds most famous <a title=\"BackWPup Pro - die All-in-One Backupsolution for WordPress\" href=\"http://marketpress.com/product/backwpup-pro/\">WordPress Backup Plugin BackWPup</a> got a bug-fix-release. Beside a buggy redirect <strong>we closed a security gap.</strong> </strong></strong></p>\n<p>The center of this release is the fix of a redirect-bug, and the remove of a security gap. It was about <a title=\"Cross-Site-Scripting on Wikipedia.org\" href=\"http://en.wikipedia.org/wiki/Cross-site_scripting\">Cross-Site-Scripting (XSS)</a> (“…which enables attackers to inject client-side script into web pages viewed by other users”). Our thanks go out to <a title=\"High-Tech Bridge\" href=\"https://www.htbridge.com/advisory/HTB23161\">High-Tech Bridge</a> for reporting this. The risk can be considered as low. <strong>But we ask everyone to update the plugin!<span id=\"more-14890\"></span></strong></p>\n<h3>Version 3.0.13</h3>\n<ul>\n<li>Improved: redirect</li>\n<li>Added: countries added for rackspace cloud</li>\n<li>Fixed: security gap</li>\n<li>Fixed: Fatal error when uninstalling on WordPress 3.4.2 and older</li>\n</ul>\n<h3>Prospects</h3>\n<p>We work flat out on new features for BackWPup Pro, but decided to release this update to close the security gap as fast as possible.</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:108:\"https://marketpress.com/2013/wordpress-backup-plugin-backwpup-pro-update-version-3-0-13-with-bug-fixes/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:42:\"https://marketpress.com/tag/backwpup/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:9:{s:4:\"date\";s:29:\"Tue, 05 Jan 2016 21:20:35 GMT\";s:6:\"server\";s:6:\"Apache\";s:10:\"x-pingback\";s:34:\"https://marketpress.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 05 Jan 2016 09:26:17 GMT\";s:4:\"vary\";s:26:\"User-Agent,Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:5:\"15170\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20150916062542\";}','no'),(89772,'_site_transient_timeout_browser_1b1a9fe8dea603b93684d610b5808c02','1452789105','yes'),(89773,'_site_transient_browser_1b1a9fe8dea603b93684d610b5808c02','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.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'),(393085,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1530574579','yes'),(393086,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:10:{s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"11.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:74:\"https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads\";s:7:\"img_src\";s:39:\"http://s.w.org/images/browsers/ie.png?1\";s:11:\"img_src_ssl\";s:40:\"https://s.w.org/images/browsers/ie.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(62183,'newsletter_main','a:23:{s:11:\"return_path\";N;s:8:\"reply_to\";N;s:12:\"sender_email\";s:25:\"jmcgee@da15thdistrict.org\";s:11:\"sender_name\";s:37:\"District Attorney 15th District Court\";s:6:\"editor\";s:1:\"0\";s:13:\"scheduler_max\";s:3:\"100\";s:9:\"phpmailer\";s:1:\"0\";s:12:\"contract_key\";s:0:\"\";s:11:\"header_logo\";a:2:{s:2:\"id\";s:0:\"\";s:3:\"url\";s:0:\"\";}s:12:\"header_title\";s:0:\"\";s:10:\"header_sub\";s:0:\"\";s:12:\"facebook_url\";s:0:\"\";s:14:\"googleplus_url\";s:0:\"\";s:11:\"twitter_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"youtube_url\";s:0:\"\";s:9:\"vimeo_url\";s:0:\"\";s:12:\"footer_title\";s:0:\"\";s:14:\"footer_contact\";s:0:\"\";s:12:\"footer_legal\";s:0:\"\";s:7:\"api_key\";s:10:\"1f260de63b\";s:3:\"css\";s:0:\"\";s:25:\"content_transfer_encoding\";s:0:\"\";}','yes'),(125320,'newsletter_wp_version','1.0.1','yes'),(62184,'newsletter_extension_versions','a:39:{i:0;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"23\";s:7:\"version\";s:5:\"2.0.0\";}i:1;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"48\";s:7:\"version\";s:5:\"4.1.4\";}i:2;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"50\";s:7:\"version\";s:5:\"4.2.1\";}i:3;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"49\";s:7:\"version\";s:5:\"4.0.0\";}i:4;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"51\";s:7:\"version\";s:5:\"4.1.0\";}i:5;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"52\";s:7:\"version\";s:5:\"4.0.5\";}i:6;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"53\";s:7:\"version\";s:5:\"2.2.0\";}i:7;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"58\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"54\";s:7:\"version\";s:5:\"4.1.1\";}i:9;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"55\";s:7:\"version\";s:5:\"4.0.4\";}i:10;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"56\";s:7:\"version\";s:5:\"2.2.0\";}i:11;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"59\";s:7:\"version\";s:5:\"2.0.0\";}i:12;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"60\";s:7:\"version\";s:5:\"1.1.6\";}i:13;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"61\";s:7:\"version\";s:5:\"4.1.3\";}i:14;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"62\";s:7:\"version\";s:5:\"4.3.2\";}i:15;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"63\";s:7:\"version\";s:5:\"1.3.5\";}i:16;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"65\";s:7:\"version\";s:5:\"4.0.7\";}i:17;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"66\";s:7:\"version\";s:5:\"1.0.3\";}i:18;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"67\";s:7:\"version\";s:5:\"1.1.3\";}i:19;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"69\";s:7:\"version\";s:5:\"1.1.4\";}i:20;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"68\";s:7:\"version\";s:5:\"1.0.9\";}i:21;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"70\";s:7:\"version\";s:5:\"1.0.4\";}i:22;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"71\";s:7:\"version\";s:5:\"1.0.2\";}i:23;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"72\";s:7:\"version\";s:5:\"1.1.0\";}i:24;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"73\";s:7:\"version\";s:5:\"1.1.5\";}i:25;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"74\";s:7:\"version\";s:5:\"1.0.2\";}i:26;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"75\";s:7:\"version\";s:5:\"1.0.8\";}i:27;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"76\";s:7:\"version\";s:5:\"1.0.5\";}i:28;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"77\";s:7:\"version\";s:5:\"2.0.2\";}i:29;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"78\";s:7:\"version\";s:5:\"1.0.0\";}i:30;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"79\";s:7:\"version\";s:5:\"1.0.5\";}i:31;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"81\";s:7:\"version\";s:5:\"1.0.0\";}i:32;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"82\";s:7:\"version\";s:5:\"1.0.0\";}i:33;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"83\";s:7:\"version\";s:5:\"1.0.2\";}i:34;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"84\";s:7:\"version\";s:5:\"1.0.1\";}i:35;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"85\";s:7:\"version\";s:5:\"1.0.4\";}i:36;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"86\";s:7:\"version\";s:5:\"1.0.1\";}i:37;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"87\";s:7:\"version\";s:5:\"1.0.3\";}i:38;O:8:\"stdClass\":2:{s:2:\"id\";s:2:\"88\";s:7:\"version\";s:5:\"1.0.0\";}}','no'),(62185,'newsletter_main_version','1.2.9','yes'),(62186,'newsletter','a:20:{s:14:\"noconfirmation\";i:0;s:12:\"profile_text\";s:305:\"<p>Change your subscription preferences to get what you are most interested in.</p>\r\n <p>If you change your email address, a confirmation email will be sent to activate it.</p>\r\n </p>\r\n {profile_form}\r\n <p>To cancel your subscription, <a href=\'{unsubscription_confirm_url}\'>click here</a>.</p>\";s:21:\"profile_email_changed\";s:123:\"Your email has been changed, an activation email has been sent. Please follow the instructions to activate the new address.\";s:13:\"profile_error\";s:147:\"Your email is not valid or already in use by another subscriber or another generic error has been found. Check your data or contact the site owner.\";s:10:\"error_text\";s:173:\"<p>This subscription can\'t be completed, sorry. The email address is blocked or already subscribed. You should contact the owner to unlock that email address. Thank you.</p>\";s:17:\"subscription_text\";s:19:\"{subscription_form}\";s:17:\"confirmation_text\";s:271:\"<p>You have successfully subscribed to the newsletter. You\'ll\r\nreceive a confirmation email in few minutes. Please follow the\r\nlink in it to confirm your subscription. If the email takes\r\nmore than 15 minutes to appear in your mailbox, please check\r\nyour spam folder.</p>\";s:20:\"confirmation_subject\";s:53:\"Please confirm subscription - {blog_title} newsletter\";s:21:\"confirmation_tracking\";s:0:\"\";s:20:\"confirmation_message\";s:434:\"<p>Hi {name},</p>\r\n<p>A newsletter subscription request for this email address was\r\nreceived. Please confirm it by <a href=\"{subscription_confirm_url}\"><strong>clicking here</strong></a>. If you cannot\r\nclick the link, please use the following link:</p>\r\n\r\n<p>{subscription_confirm_url}</p>\r\n\r\n<p>If you did not make this subscription request, just ignore this\r\nmessage.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:14:\"confirmed_text\";s:62:\"<p>Your subscription has been confirmed! Thank you {name}!</p>\";s:17:\"confirmed_subject\";s:22:\"Welcome aboard, {name}\";s:17:\"confirmed_message\";s:281:\"<p>This message confirms your subscription to the {blog_title} newsletter.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\r\n<p>To unsubscribe, <a href=\'{unsubscription_url}\'>click here</a>. To change subscriber options,\r\n<a href=\'{profile_url}\'>click here</a>.</p>\";s:18:\"confirmed_tracking\";s:0:\"\";s:19:\"unsubscription_text\";s:111:\"<p>Please confirm that you want to unsubscribe by <a href=\'{unsubscription_confirm_url}\'>clicking here</a>.</p>\";s:25:\"unsubscription_error_text\";s:118:\"<p>The subscriber was not found, it probably has already been removed. No further actions are required. Thank you.</p>\";s:17:\"unsubscribed_text\";s:53:\"<p>Your subscription has been deleted. Thank you.</p>\";s:20:\"unsubscribed_subject\";s:8:\"Goodbye!\";s:20:\"unsubscribed_message\";s:198:\"<p>This message confirms that you have unsubscribed from the {blog_title} newsletter.</p>\r\n<p>You\'re welcome to sign up again anytime.</p>\r\n<p>Thank you!<br>\r\n<a href=\'{blog_url}\'>{blog_url}</a></p>\";s:22:\"already_confirmed_text\";s:99:\"<p>This email address is already subscribed, anyway a welcome email has been resent. Thank you.</p>\";}','yes'),(125315,'newsletter_subscription_lists','a:60:{s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";i:0;s:14:\"list_1_checked\";i:0;s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";i:0;s:14:\"list_2_checked\";i:0;s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";i:0;s:14:\"list_3_checked\";i:0;s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";i:0;s:14:\"list_4_checked\";i:0;s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";i:0;s:14:\"list_5_checked\";i:0;s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";i:0;s:14:\"list_6_checked\";i:0;s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";i:0;s:14:\"list_7_checked\";i:0;s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";i:0;s:14:\"list_8_checked\";i:0;s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";i:0;s:14:\"list_9_checked\";i:0;s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";i:0;s:15:\"list_10_checked\";i:0;s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";i:0;s:15:\"list_11_checked\";i:0;s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";i:0;s:15:\"list_12_checked\";i:0;s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";i:0;s:15:\"list_13_checked\";i:0;s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";i:0;s:15:\"list_14_checked\";i:0;s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";i:0;s:15:\"list_15_checked\";i:0;s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";i:0;s:15:\"list_16_checked\";i:0;s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";i:0;s:15:\"list_17_checked\";i:0;s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";i:0;s:15:\"list_18_checked\";i:0;s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";i:0;s:15:\"list_19_checked\";i:0;s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";i:0;s:15:\"list_20_checked\";i:0;}','no'),(88558,'_site_transient_timeout_browser_15297098b1b9a9d1d3687dc973a31662','1452631527','yes'),(61739,'theme_mods_twentyfifteen','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1440126324;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:17:\"recent-comments-2\";i:1;s:14:\"recent-posts-5\";}s:9:\"sidebar-1\";a:1:{i:0;s:8:\"search-3\";}s:18:\"orphaned_widgets_1\";a:3:{i:0;s:6:\"text-4\";i:1;s:14:\"recent-posts-3\";i:2;s:11:\"tag_cloud-2\";}s:18:\"orphaned_widgets_2\";a:3:{i:0;s:14:\"recent-posts-2\";i:1;s:8:\"search-5\";i:2;s:11:\"tag_cloud-5\";}s:18:\"orphaned_widgets_3\";a:1:{i:0;s:14:\"recent-posts-6\";}s:18:\"orphaned_widgets_4\";a:1:{i:0;s:8:\"search-6\";}}}}','yes'),(544435,'_transient_timeout_plugin_slugs','1667073972','no'),(544436,'_transient_plugin_slugs','a:9:{i:0;s:42:\"body-class/body-class-by-url-parameter.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"easy-columns/easy-columns.php\";i:3;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:4;s:41:\"better-wp-security/better-wp-security.php\";i:5;s:21:\"newsletter/plugin.php\";i:6;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:7;s:27:\"updraftplus/updraftplus.php\";i:8;s:27:\"wp-megamenu/wp-megamenu.php\";}','no'),(62174,'widget_mc4wp_widget','a:2:{i:2;a:1:{s:5:\"title\";s:10:\"NEWSLETTER\";}s:12:\"_multiwidget\";i:1;}','yes'),(79689,'itsec_ssl','a:2:{s:8:\"frontend\";i:0;s:5:\"admin\";b:0;}','yes'),(79691,'itsec_strong_passwords','a:2:{s:4:\"roll\";s:13:\"administrator\";s:7:\"enabled\";b:0;}','yes'),(79692,'itsec_tweaks','a:21:{s:14:\"disable_xmlrpc\";i:0;s:22:\"allow_xmlrpc_multiauth\";b:1;s:13:\"protect_files\";b:0;s:18:\"directory_browsing\";b:0;s:15:\"request_methods\";b:0;s:24:\"suspicious_query_strings\";b:0;s:22:\"non_english_characters\";b:0;s:16:\"long_url_strings\";b:0;s:17:\"write_permissions\";b:0;s:18:\"wlwmanifest_header\";b:0;s:14:\"edituri_header\";b:0;s:13:\"theme_updates\";b:0;s:14:\"plugin_updates\";b:0;s:12:\"core_updates\";b:0;s:12:\"comment_spam\";b:0;s:11:\"file_editor\";b:0;s:11:\"uploads_php\";b:0;s:11:\"safe_jquery\";b:0;s:12:\"login_errors\";b:0;s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;}','yes'),(79710,'itsec_jquery_version','1.11.3','yes'),(89198,'_site_transient_timeout_browser_9db1e73107cd717e7b5a1ffa9d8049e8','1452720522','yes'),(89199,'_site_transient_browser_9db1e73107cd717e7b5a1ffa9d8049e8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.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'),(88559,'_site_transient_browser_15297098b1b9a9d1d3687dc973a31662','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(494021,'_transient_timeout_4-2edb343575','1553796112','no'),(494022,'_transient_4-2edb343575','a:5:{s:2:\"na\";s:1:\"s\";s:2:\"nr\";s:6:\"widget\";s:2:\"ne\";s:25:\"jmcgee@da15thdistrict.org\";s:3:\"nhr\";s:26:\"http://da15thdistrict.org/\";s:2:\"ts\";s:10:\"1553623311\";}','no'),(62435,'_site_transient_timeout_browser_51e5383ef3804ac31fc1703e62555604','1442969238','yes'),(62436,'_site_transient_browser_51e5383ef3804ac31fc1703e62555604','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"45.0.2454.85\";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'),(62439,'ftp_credentials','a:3:{s:8:\"hostname\";s:22:\"www.da15thdistrict.org\";s:8:\"username\";s:14:\"richardmaliden\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(540521,'_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3','1627083346','yes'),(540522,'_site_transient_browser_f27a70fef65ab50236291e1635e268f3','a:10:{s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"11.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:68:\"https://support.microsoft.com/help/17621/internet-explorer-downloads\";s:7:\"img_src\";s:39:\"http://s.w.org/images/browsers/ie.png?1\";s:11:\"img_src_ssl\";s:40:\"https://s.w.org/images/browsers/ie.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(143158,'_site_transient_timeout_itsec_upload_dir','1465408471','yes'),(143159,'_site_transient_itsec_upload_dir','a:6:{s:4:\"path\";s:84:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/2016/06\";s:3:\"url\";s:52:\"http://da15thdistrict.org/wp-content/uploads/2016/06\";s:6:\"subdir\";s:8:\"/2016/06\";s:7:\"basedir\";s:76:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads\";s:7:\"baseurl\";s:44:\"http://da15thdistrict.org/wp-content/uploads\";s:5:\"error\";b:0;}','yes'),(79676,'itsec_data','a:5:{s:5:\"build\";i:4041;s:20:\"activation_timestamp\";i:1448317560;s:17:\"already_supported\";b:1;s:15:\"setup_completed\";b:1;s:18:\"tooltips_dismissed\";b:1;}','yes'),(79677,'itsec_global','a:24:{s:18:\"notification_email\";a:1:{i:0;s:18:\"tech@rdgraphics.cc\";}s:12:\"backup_email\";a:1:{i:0;s:18:\"tech@rdgraphics.cc\";}s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:16:\"blacklist_period\";i:7;s:14:\"lockout_period\";i:15;s:18:\"lockout_white_list\";a:1:{i:0;s:14:\"162.207.149.76\";}s:19:\"email_notifications\";b:1;s:8:\"log_type\";i:0;s:12:\"log_rotation\";i:14;s:12:\"log_location\";s:98:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/ithemes-security/logs\";s:11:\"did_upgrade\";b:0;s:14:\"allow_tracking\";b:0;s:11:\"write_files\";b:0;s:10:\"nginx_file\";s:68:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/nginx.conf\";s:24:\"infinitewp_compatibility\";b:0;s:8:\"log_info\";s:23:\"district-attorney-15-Eg\";s:9:\"lock_file\";b:0;s:12:\"digest_email\";b:0;s:14:\"proxy_override\";b:0;s:14:\"hide_admin_bar\";b:0;}','yes'),(544446,'_site_transient_timeout_available_translations','1666998035','yes'),(544447,'_site_transient_available_translations','a:84:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2021-05-13 16:00:08\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.34/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 00:32:07\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 20:45:33\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-22 14:16:17\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2016-04-10 19:04:48\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.34/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2019-05-14 11:31:02\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.34/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-25 14:32:58\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-07 03:25:59\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2022-10-18 14:08:13\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 09:17:13\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 19:34:34\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:05:44\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-22 13:06:33\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.3.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-02 05:19:03\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-10 09:57:22\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 20:57:21\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-14 00:38:16\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 22:20:50\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 12:35:01\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-13 23:56:05\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-16 10:50:33\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 19:20:19\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2022-01-07 04:10:48\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2021-11-10 03:15:52\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-26 22:31:40\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 14:33:57\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-26 19:53:52\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-05 16:34:02\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-12 17:21:08\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-15 15:41:04\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 02:28:05\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-08 17:58:19\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 20:37:24\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 23:34:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-11-05 03:23:19\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-22 08:59:41\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-20 14:39:18\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-04 22:14:16\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-15 12:00:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-24 08:17:28\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-22 13:47:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-06 06:16:37\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-30 16:23:05\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2022-10-24 07:41:49\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2020-11-23 21:04:22\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.34/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2016-08-29 16:50:07\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.34/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-06 04:24:53\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-01-28 23:04:15\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.2.34/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 07:48:28\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2021-05-26 10:03:42\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.34/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2019-09-04 12:19:16\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-15 04:39:52\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-23 10:49:34\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-28 15:14:19\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:56:13\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-27 13:38:57\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-08-04 21:04:58\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.34/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 16:41:01\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-12-16 17:23:30\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-18 16:44:05\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-03 10:08:50\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-20 09:27:40\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-27 07:05:44\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-17 18:31:56\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-19 10:43:45\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-08 12:30:32\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-19 13:55:59\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2021-07-03 18:38:27\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.34/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-10-08 09:34:14\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"4.2.34\";s:7:\"updated\";s:19:\"2021-06-29 08:58:23\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.2.34/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-08-20 19:10:20\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.3.1\";s:7:\"updated\";s:19:\"2015-09-21 11:18:12\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(544360,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1666046092','yes'),(544361,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5779;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4800;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2771;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2643;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2039;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1889;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1889;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1600;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1552;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1539;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1530;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1512;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1498;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1411;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1343;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1313;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1259;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1174;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1147;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1127;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1036;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:990;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:982;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:951;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:901;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:865;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:856;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:853;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:850;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:847;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:829;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:785;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:782;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:777;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:761;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:761;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:740;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:730;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:729;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:727;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:714;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:705;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:678;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:677;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:677;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:676;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:667;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:667;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:623;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:613;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:604;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:602;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:601;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:594;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:587;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:582;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:582;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:579;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:573;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:565;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:561;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:556;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:542;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:539;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:538;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:536;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:532;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:527;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:522;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:518;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:507;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:506;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:506;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:505;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:502;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:487;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:468;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:464;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:461;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:450;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:448;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:447;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:443;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:434;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:426;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:426;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:421;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:417;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:416;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:411;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:409;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:404;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:403;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:400;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:395;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:394;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:385;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:385;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:381;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:380;}}','yes'),(544425,'_site_transient_timeout_browser_d57bf7af33bc5b7923c68ca46271944f','1667542094','yes'),(544426,'_site_transient_browser_d57bf7af33bc5b7923c68ca46271944f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"91.0.4472.114\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544437,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1667012978','no'),(544438,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/10/wordpress-6-1-release-candidate-3/\'>WordPress 6.1 Release Candidate 3 (RC3) Now Available</a> <span class=\"rss-date\">October 25, 2022</span><div class=\"rssSummary\">WordPress 6.1 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.1 is planned for general release on November 01, 2022. This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/building-your-community-without-the-noise/\'>Do The Woo Community: Building Your Community Without the Noise</a></li><li><a class=\'rsswidget\' href=\'https://poststatus.com/wordpress-user-experiences/\'>Post Status: Post Status Excerpt (No. 72) — Can We Get to “Yes” on Better UX?</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-14-4-introduces-distraction-free-mode-redesigns-pattern-inserter\'>WPTavern: Gutenberg 14.4 Introduces Distraction-Free Mode, Redesigns Pattern Inserter</a></li></ul></div><div class=\"rss-widget\"><ul></ul></div>','no'),(544441,'itsec_local_file_list','a:3397:{s:9:\"index.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b61b25303be0f573a6b9446d5cbe3a5b\";}s:11:\"license.txt\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"3938fcd57688b4d7681a50d6a1f53e71\";}s:25:\"nsitestscripts/footer.htm\";a:2:{s:1:\"d\";i:1442257925;s:1:\"h\";s:32:\"4a836005a05076689d0b49aa9231860c\";}s:32:\"nsitestscripts/images/arrowd.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"ef10bada01ec1aa23f510289748c18b6\";}s:32:\"nsitestscripts/images/arrowl.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"bdcbe24245490a1e6876b1f0adbc18ff\";}s:35:\"nsitestscripts/images/unix-icon.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"99384307a33f5da0bfee576658720a27\";}s:33:\"nsitestscripts/images/windows.gif\";a:2:{s:1:\"d\";i:1442257926;s:1:\"h\";s:32:\"c256822fc34f2743fdebd4d41319ccd9\";}s:24:\"nsitestscripts/index.htm\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"96225019d56d33e1f7a64cc47ecd111c\";}s:34:\"nsitestscripts/Other/ajaxtest.html\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"53915666b3a526b323a999a6cb61adf6\";}s:46:\"nsitestscripts/Other/Server Side Include.shtml\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"55c6858115e91f354db0c21214586201\";}s:30:\"nsitestscripts/Other/test.shtm\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"5b5ee2eb8a07d9408bd8e8aa73a275c7\";}s:31:\"nsitestscripts/pageOrganizer.js\";a:2:{s:1:\"d\";i:1442257927;s:1:\"h\";s:32:\"165a5b5b38e863143098de4accdf138a\";}s:35:\"nsitestscripts/PHP/AbsolutePath.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"538a496d5b6cfb9b5e5ec86ff603d87f\";}s:38:\"nsitestscripts/PHP/BigDump/bigdump.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"753fc2f7b4691babbe11cbe39c50bc29\";}s:43:\"nsitestscripts/PHP/BigDump/bigdumpindex.htm\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"76b1e0badd9ae43388fbb85c80e65a52\";}s:31:\"nsitestscripts/PHP/formmail.htm\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"5269fb91a0c6ad4045792ef6e8e49fd0\";}s:35:\"nsitestscripts/PHP/General_test.php\";a:2:{s:1:\"d\";i:1442257928;s:1:\"h\";s:32:\"e4b7c6b0b3505c563e2184831105cd03\";}s:29:\"nsitestscripts/PHP/mailer.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"f680ba21aeb86e30f28c568586a41058\";}s:31:\"nsitestscripts/PHP/moveback.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"5f96fdb319d2383d8ca4aaba8a3f9605\";}s:31:\"nsitestscripts/PHP/movefile.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"541eef3c2a93cd22d055f326133b645b\";}s:33:\"nsitestscripts/PHP/mysql test.php\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"5ed4b94f32055016b6c8c6c91d35e3ab\";}s:37:\"nsitestscripts/PHP/mysql test.php.old\";a:2:{s:1:\"d\";i:1442257929;s:1:\"h\";s:32:\"028455cfcf8f40983533352d6a975463\";}s:37:\"nsitestscripts/PHP/nsiformmailtest.pl\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"7621c691657372eb868259bfe570e2ef\";}s:38:\"nsitestscripts/PHP/optimize_tables.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"015b9acb7d74c86b107c749c18d2d22c\";}s:30:\"nsitestscripts/PHP/phpinfo.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"20c581a883b2e37ba9df9cd63ecff801\";}s:32:\"nsitestscripts/PHP/PHPmailer.php\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"de233bd4b48f546cd85c2fd493c17853\";}s:33:\"nsitestscripts/PHP/successful.htm\";a:2:{s:1:\"d\";i:1442257930;s:1:\"h\";s:32:\"10db70852e65f6d8530dadebdb0c01a2\";}s:35:\"nsitestscripts/PHP/Upload/index.php\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"cb00ccd9ed1f1a6a068134a117b57787\";}s:36:\"nsitestscripts/PHP/Upload/upload.php\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"b266e739d78859efbfe79519b7804d45\";}s:28:\"nsitestscripts/top_nav.shtml\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"50c4f495bd0e88bb4ef81f4a27c84693\";}s:27:\"nsitestscripts/welcome.html\";a:2:{s:1:\"d\";i:1442257931;s:1:\"h\";s:32:\"1e848f5da4f2fdce7c61f9d5f43e13c6\";}s:11:\"readme.html\";a:2:{s:1:\"d\";i:1442327199;s:1:\"h\";s:32:\"29c26e3150a452ccea556ee308935691\";}s:8:\"text.txt\";a:2:{s:1:\"d\";i:1667456037;s:1:\"h\";s:32:\"8f412e33872ae6a8707f2a299d21081b\";}s:15:\"wp-activate.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"7055c8aaaf4ef6e0a98ce6b37b654799\";}s:18:\"wp-admin/about.php\";a:2:{s:1:\"d\";i:1442327199;s:1:\"h\";s:32:\"4c983ae09c59cb82b82befc6d552804d\";}s:23:\"wp-admin/admin-ajax.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"3946f770f5acf19c13684b4edcb1f21e\";}s:25:\"wp-admin/admin-footer.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"01a55fa1de8a78c0a59030c07c2c1edd\";}s:28:\"wp-admin/admin-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"e3f39d6761a2cdce12638d33ad6171bd\";}s:25:\"wp-admin/admin-header.php\";a:2:{s:1:\"d\";i:1435106248;s:1:\"h\";s:32:\"e59419f76c64a6ba6018ffe48a25382f\";}s:23:\"wp-admin/admin-post.php\";a:2:{s:1:\"d\";i:1417347744;s:1:\"h\";s:32:\"9405e022d36cdf45f029d94518ce4103\";}s:18:\"wp-admin/admin.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"de91337c593fe53d165663e565913085\";}s:25:\"wp-admin/async-upload.php\";a:2:{s:1:\"d\";i:1423703729;s:1:\"h\";s:32:\"f83c42723f64875427828b5a179c3058\";}s:20:\"wp-admin/comment.php\";a:2:{s:1:\"d\";i:1437953784;s:1:\"h\";s:32:\"9a2a1823887a25bec48888e9e343dae2\";}s:20:\"wp-admin/credits.php\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"9ba128679b564f6e8c482d948a64ffea\";}s:26:\"wp-admin/css/about-rtl.css\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"070bb778119c82963673e25e8d87a22a\";}s:22:\"wp-admin/css/about.css\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"d3b700086ab8f218fd0986abe9c37601\";}s:31:\"wp-admin/css/admin-menu-rtl.css\";a:2:{s:1:\"d\";i:1435894165;s:1:\"h\";s:32:\"e3708169a620043b2c2bad64b0092b7e\";}s:27:\"wp-admin/css/admin-menu.css\";a:2:{s:1:\"d\";i:1435894165;s:1:\"h\";s:32:\"cdff2ab873be887ba6f04022ec98fdcb\";}s:33:\"wp-admin/css/color-picker-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"f9e65b1bb803a9710e3447d689c1d361\";}s:37:\"wp-admin/css/color-picker-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"3646498d3f7a1ef1d030eedfef4d8b7f\";}s:29:\"wp-admin/css/color-picker.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"2d0d4dc75f8710681395c1b31c6c662f\";}s:33:\"wp-admin/css/color-picker.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"872f4d623649b2d92097ec890c34d3bf\";}s:39:\"wp-admin/css/colors/blue/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"eeccabc9952f2e1ba54a7b4abd49fafc\";}s:43:\"wp-admin/css/colors/blue/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"ae72be7c678881355fa484ebb34f76bf\";}s:35:\"wp-admin/css/colors/blue/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"929931f07eb6f9063098fb589b618d52\";}s:39:\"wp-admin/css/colors/blue/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"b05bd2b90583cd670ef66e4fbd08c12e\";}s:36:\"wp-admin/css/colors/blue/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"d9d03549d79484672c29145aad594db3\";}s:41:\"wp-admin/css/colors/coffee/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"b8a702008f8b8b1a38b0a2ef37723c6e\";}s:45:\"wp-admin/css/colors/coffee/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"865c41c44ac51f501ee2fe2307950b26\";}s:37:\"wp-admin/css/colors/coffee/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"46a337f2ec44eb87918c06bc84f82a55\";}s:41:\"wp-admin/css/colors/coffee/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"16ae38eb245d0aa76cfa9428044afcc9\";}s:38:\"wp-admin/css/colors/coffee/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"397e3820b27a234330c95e05250f61ce\";}s:44:\"wp-admin/css/colors/ectoplasm/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"f906280467b81f0c303c11ecf5449a11\";}s:48:\"wp-admin/css/colors/ectoplasm/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"8581d6918e5aec966962ff88b92b7515\";}s:40:\"wp-admin/css/colors/ectoplasm/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"c3e46fa1074909ce32b410a3c854f4c8\";}s:44:\"wp-admin/css/colors/ectoplasm/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"dea6294c84c0d202c84e256b1693da9d\";}s:41:\"wp-admin/css/colors/ectoplasm/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"940171d1392bd8071122a905d12b9195\";}s:40:\"wp-admin/css/colors/light/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"47089b7b3f48af038d9731dcd450da3b\";}s:44:\"wp-admin/css/colors/light/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6e8c045bd416f95339a55569ea56af50\";}s:36:\"wp-admin/css/colors/light/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"e4022388c07ee804bd347f23e1662158\";}s:40:\"wp-admin/css/colors/light/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"7cb25e3697da8c991aafdff1746a2844\";}s:37:\"wp-admin/css/colors/light/colors.scss\";a:2:{s:1:\"d\";i:1436991265;s:1:\"h\";s:32:\"480b9bd647e5b323ef88d63ce55e1d6f\";}s:43:\"wp-admin/css/colors/midnight/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"8018aa2ae5df17ae3ba3b88fe1818fd8\";}s:47:\"wp-admin/css/colors/midnight/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"c1724aa74b85565ad129608093d951a7\";}s:39:\"wp-admin/css/colors/midnight/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"1c2a62ec116bd5398f75e699028af52d\";}s:43:\"wp-admin/css/colors/midnight/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"29888360ce68d130f41ed391bd647ab3\";}s:40:\"wp-admin/css/colors/midnight/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"26dc8daaf0c47c4457b8bc2145f48634\";}s:40:\"wp-admin/css/colors/ocean/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"e6e9cf722d8de33ad8061c14181b9d02\";}s:44:\"wp-admin/css/colors/ocean/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6aa2e9fb264e5c58d2a755d1b09cdad2\";}s:36:\"wp-admin/css/colors/ocean/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"744e9c6c33a37d9db3ad2f57318efa09\";}s:40:\"wp-admin/css/colors/ocean/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"9533bb981ce46f45ce5d8359112e400e\";}s:37:\"wp-admin/css/colors/ocean/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"1a7c5bfd9faf7f6cc77cd9b166062568\";}s:42:\"wp-admin/css/colors/sunrise/colors-rtl.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"f090d9aa28ba371afd6f6b0b4e1969f2\";}s:46:\"wp-admin/css/colors/sunrise/colors-rtl.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"6a4efa94b2b654bef45f862cd92278ac\";}s:38:\"wp-admin/css/colors/sunrise/colors.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"498b30f5cba3b1901b40567201b0700f\";}s:42:\"wp-admin/css/colors/sunrise/colors.min.css\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"ca11cd01b2e32f152a3e8c6a74a85811\";}s:39:\"wp-admin/css/colors/sunrise/colors.scss\";a:2:{s:1:\"d\";i:1391667918;s:1:\"h\";s:32:\"5692871a8a7a1914ee0968ddf9923dec\";}s:31:\"wp-admin/css/colors/_admin.scss\";a:2:{s:1:\"d\";i:1438041025;s:1:\"h\";s:32:\"073d4e2e9dce085364cba7b11dcafa8b\";}s:32:\"wp-admin/css/colors/_mixins.scss\";a:2:{s:1:\"d\";i:1409121135;s:1:\"h\";s:32:\"53e25fcbec91e57c9127342e6f2736ee\";}s:35:\"wp-admin/css/colors/_variables.scss\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"3ab501096b1a091972d84c85b284135a\";}s:27:\"wp-admin/css/common-rtl.css\";a:2:{s:1:\"d\";i:1437756687;s:1:\"h\";s:32:\"3b0c7a4c53c44f527276ed85520f94f8\";}s:23:\"wp-admin/css/common.css\";a:2:{s:1:\"d\";i:1437756687;s:1:\"h\";s:32:\"f78ebe20922d0a67cacf2ec916d89e1c\";}s:39:\"wp-admin/css/customize-controls-rtl.css\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"2c67af9db85d688107d3f55599929ae1\";}s:43:\"wp-admin/css/customize-controls-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ea3c70b45147963bb9bc33c09003abd2\";}s:35:\"wp-admin/css/customize-controls.css\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"1a1d016d4f1a1639a25c77b3f8c52615\";}s:39:\"wp-admin/css/customize-controls.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"78f7aa6798d9b73385777e885e281438\";}s:40:\"wp-admin/css/customize-nav-menus-rtl.css\";a:2:{s:1:\"d\";i:1439587407;s:1:\"h\";s:32:\"bb16ef190fbd8dc23da6275b186e8ee3\";}s:44:\"wp-admin/css/customize-nav-menus-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ed59d15bec63adfb0080179e64a13954\";}s:36:\"wp-admin/css/customize-nav-menus.css\";a:2:{s:1:\"d\";i:1439587407;s:1:\"h\";s:32:\"b1f7b5e6dbe60deefaa7691e6a826633\";}s:40:\"wp-admin/css/customize-nav-menus.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6e343b576a49ade0f56fa49dc42980af\";}s:38:\"wp-admin/css/customize-widgets-rtl.css\";a:2:{s:1:\"d\";i:1436390485;s:1:\"h\";s:32:\"423dfcdad5293cfcebfa0ddeb2b61226\";}s:42:\"wp-admin/css/customize-widgets-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"1ca6e43e5d42931eee34e8be303da579\";}s:34:\"wp-admin/css/customize-widgets.css\";a:2:{s:1:\"d\";i:1436390485;s:1:\"h\";s:32:\"8bb04d6e7cb432209ea569d82301f14a\";}s:38:\"wp-admin/css/customize-widgets.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"eefa6b818378b15f66df7ae4e4bcc1a7\";}s:30:\"wp-admin/css/dashboard-rtl.css\";a:2:{s:1:\"d\";i:1435417644;s:1:\"h\";s:32:\"980373b7e45d9657f82af1dbc31be9e9\";}s:26:\"wp-admin/css/dashboard.css\";a:2:{s:1:\"d\";i:1435417644;s:1:\"h\";s:32:\"ef190537aee285d82bb5fe4c5da5e769\";}s:37:\"wp-admin/css/deprecated-media-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"558fe352dfdab9790dab9710438af5a9\";}s:41:\"wp-admin/css/deprecated-media-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"11bce99ac6be4fc46b9510278de3365a\";}s:33:\"wp-admin/css/deprecated-media.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"0ada8c65bb367cab1cabc0defa1ac6a6\";}s:37:\"wp-admin/css/deprecated-media.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"3fe617931e6f3e488d120de15875f696\";}s:25:\"wp-admin/css/edit-rtl.css\";a:2:{s:1:\"d\";i:1437043105;s:1:\"h\";s:32:\"418e0259481989778b697f1a65f49a66\";}s:21:\"wp-admin/css/edit.css\";a:2:{s:1:\"d\";i:1437043105;s:1:\"h\";s:32:\"6292dae0a22fbb3114f650ad14eb0633\";}s:31:\"wp-admin/css/farbtastic-rtl.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"118f1189ffbb71e014402121b5456bc2\";}s:27:\"wp-admin/css/farbtastic.css\";a:2:{s:1:\"d\";i:1384705091;s:1:\"h\";s:32:\"f9e33829b8faed7d7bbef843fb683255\";}s:26:\"wp-admin/css/forms-rtl.css\";a:2:{s:1:\"d\";i:1442379828;s:1:\"h\";s:32:\"03c4f503d77c221c7db24be17eb1883d\";}s:22:\"wp-admin/css/forms.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"8ab3dc5d6517e5fb1615317ef16d9f7c\";}s:23:\"wp-admin/css/ie-rtl.css\";a:2:{s:1:\"d\";i:1435470385;s:1:\"h\";s:32:\"931711f9b9b9e7c4182dbe7e382cf804\";}s:27:\"wp-admin/css/ie-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"db4a9159f318b8a8d1dce9cd40628d51\";}s:19:\"wp-admin/css/ie.css\";a:2:{s:1:\"d\";i:1435470385;s:1:\"h\";s:32:\"d4656da83c9bd1b862f7e067b50cefed\";}s:23:\"wp-admin/css/ie.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"155dad24f705111873d99ba61cf7ac98\";}s:28:\"wp-admin/css/install-rtl.css\";a:2:{s:1:\"d\";i:1438985426;s:1:\"h\";s:32:\"fc3897e410c67fa0f71e13e0fedc0f0c\";}s:32:\"wp-admin/css/install-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"48140068d8f15c150fee36f905cd98f8\";}s:24:\"wp-admin/css/install.css\";a:2:{s:1:\"d\";i:1438985426;s:1:\"h\";s:32:\"96f0b4f48fed4e062afe2b7fc7d0d890\";}s:28:\"wp-admin/css/install.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"06874217e7bf290a096fc10fc90a9a52\";}s:25:\"wp-admin/css/l10n-rtl.css\";a:2:{s:1:\"d\";i:1439146525;s:1:\"h\";s:32:\"cabc44df7d4f2fa084496d62a1c9db53\";}s:21:\"wp-admin/css/l10n.css\";a:2:{s:1:\"d\";i:1439146525;s:1:\"h\";s:32:\"4cd680a0941c3452ba43a54fca56a406\";}s:32:\"wp-admin/css/list-tables-rtl.css\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"fa889ee210eab899c77c4fb798382a7f\";}s:28:\"wp-admin/css/list-tables.css\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"0a4fd78915295ce70bda1d402bfa1243\";}s:26:\"wp-admin/css/login-rtl.css\";a:2:{s:1:\"d\";i:1436844744;s:1:\"h\";s:32:\"2ddb9c1a0460fb2bd1684880ec5e4b7f\";}s:30:\"wp-admin/css/login-rtl.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"1456ea18b6e704b2de23e24e9f01b905\";}s:22:\"wp-admin/css/login.css\";a:2:{s:1:\"d\";i:1436844744;s:1:\"h\";s:32:\"61fcf1005a8af792f340f449f6a2c988\";}s:26:\"wp-admin/css/login.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"72708014eb3072db16d015b5cb73b514\";}s:26:\"wp-admin/css/media-rtl.css\";a:2:{s:1:\"d\";i:1435677565;s:1:\"h\";s:32:\"23aabbc47036a0feaaed7f25d4863cfb\";}s:22:\"wp-admin/css/media.css\";a:2:{s:1:\"d\";i:1435677565;s:1:\"h\";s:32:\"4bd7f1b4b0aecd69638848b6c37851ff\";}s:30:\"wp-admin/css/nav-menus-rtl.css\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"ced8cb7d002258e5a711cc0e610b3cf0\";}s:26:\"wp-admin/css/nav-menus.css\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"0f976bf7efaf94fab3099a544671bf06\";}s:38:\"wp-admin/css/press-this-editor-rtl.css\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"9c1467e35e805d97da87d6df5b80f9c2\";}s:34:\"wp-admin/css/press-this-editor.css\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"d423a8f9152d19050b6020d0599e550b\";}s:31:\"wp-admin/css/press-this-rtl.css\";a:2:{s:1:\"d\";i:1436567844;s:1:\"h\";s:32:\"434c0fa5ab62607cf4bf1fc05df759b6\";}s:35:\"wp-admin/css/press-this-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"9dad58e09b0522a67f359c9d85cd15a1\";}s:27:\"wp-admin/css/press-this.css\";a:2:{s:1:\"d\";i:1436567844;s:1:\"h\";s:32:\"636d3786cc0a809009380c1b8040e9e1\";}s:31:\"wp-admin/css/press-this.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"7e44b4a4422dc8db4efe76a8be193cb5\";}s:30:\"wp-admin/css/revisions-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"cc328e9ddbef2ef2c495786078ff612a\";}s:26:\"wp-admin/css/revisions.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"d266c3e67470bf8f70d91d920b1b50f1\";}s:30:\"wp-admin/css/site-icon-rtl.css\";a:2:{s:1:\"d\";i:1437418910;s:1:\"h\";s:32:\"651951a752929e9254b3599b8496029a\";}s:26:\"wp-admin/css/site-icon.css\";a:2:{s:1:\"d\";i:1437418910;s:1:\"h\";s:32:\"17ca77d176cb8d49591f32eab4c55d00\";}s:27:\"wp-admin/css/themes-rtl.css\";a:2:{s:1:\"d\";i:1437968065;s:1:\"h\";s:32:\"c69c734910d5078b179e84f8bf99e5d6\";}s:23:\"wp-admin/css/themes.css\";a:2:{s:1:\"d\";i:1437968065;s:1:\"h\";s:32:\"ce3f414694b2c845341d2e3d69130267\";}s:28:\"wp-admin/css/widgets-rtl.css\";a:2:{s:1:\"d\";i:1431217951;s:1:\"h\";s:32:\"49b9300d93ddad2c4c8c5136062c5200\";}s:24:\"wp-admin/css/widgets.css\";a:2:{s:1:\"d\";i:1431217951;s:1:\"h\";s:32:\"4aa8d8e3d5d42930d6c7788880431a86\";}s:29:\"wp-admin/css/wp-admin-rtl.css\";a:2:{s:1:\"d\";i:1435582705;s:1:\"h\";s:32:\"74f9dcf5ab8c92f6666ff52c699873c8\";}s:33:\"wp-admin/css/wp-admin-rtl.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"f77e30fb3963f31a628ad369fc71ad37\";}s:25:\"wp-admin/css/wp-admin.css\";a:2:{s:1:\"d\";i:1435582705;s:1:\"h\";s:32:\"bfe4bd90350018abc7c9210bfb9d2a5b\";}s:29:\"wp-admin/css/wp-admin.min.css\";a:2:{s:1:\"d\";i:1442236043;s:1:\"h\";s:32:\"0b9fe6899f34daa1a46f71466cc73f8b\";}s:30:\"wp-admin/custom-background.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"4231cfe25050ee1b6955ff0419601ce0\";}s:26:\"wp-admin/custom-header.php\";a:2:{s:1:\"d\";i:1436730204;s:1:\"h\";s:32:\"f5c924d5a5ee6b31e3f17744463eeb53\";}s:22:\"wp-admin/customize.php\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"813531b957e172cbbf060472154df4e4\";}s:26:\"wp-admin/edit-comments.php\";a:2:{s:1:\"d\";i:1438848206;s:1:\"h\";s:32:\"cfcdd458348f8e298de3636266f200d0\";}s:31:\"wp-admin/edit-form-advanced.php\";a:2:{s:1:\"d\";i:1438159465;s:1:\"h\";s:32:\"ad60e10f95cecfe7e4e3c7c8a96d97aa\";}s:30:\"wp-admin/edit-form-comment.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"f2a834facad34d4ea3ec24b2da50a295\";}s:27:\"wp-admin/edit-link-form.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"e780c94028a3d92fc3a58386a02124c8\";}s:26:\"wp-admin/edit-tag-form.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"1e50779c851b5f301403e308b55b0049\";}s:22:\"wp-admin/edit-tags.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d1c6f9e0018015e9f7b9404b7e06df06\";}s:17:\"wp-admin/edit.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"c1ab099542aef8e22032171c2f5ae9db\";}s:19:\"wp-admin/export.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"abb3a8bbbb0db448dd6a9666580fa25d\";}s:21:\"wp-admin/freedoms.php\";a:2:{s:1:\"d\";i:1439503895;s:1:\"h\";s:32:\"60314e14df63b7393d9b6f31c23fffe6\";}s:32:\"wp-admin/images/bubble_bg-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"16523d5bf9efd8ca3b92e7631edfc513\";}s:29:\"wp-admin/images/bubble_bg.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"3d2cb3f7baa628c9e51a326356e72038\";}s:34:\"wp-admin/images/date-button-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2952932c246bf9828429361643a8bb63\";}s:31:\"wp-admin/images/date-button.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"979d8e2e08aada49819556950ec48ff6\";}s:27:\"wp-admin/images/loading.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2d5b92b61674c850bff00cecaf0864ec\";}s:38:\"wp-admin/images/media-button-image.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7ea2c9c157c38edb40b1ce62d572d5b3\";}s:38:\"wp-admin/images/media-button-music.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"eff55df37f325c5aae2f02e4d913de95\";}s:38:\"wp-admin/images/media-button-other.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8bc6b46bc70c7c1918dce62c4fe3229c\";}s:38:\"wp-admin/images/media-button-video.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"abaac3dfd81fbf72e578f13451eae7d0\";}s:29:\"wp-admin/images/resize-2x.gif\";a:2:{s:1:\"d\";i:1392278594;s:1:\"h\";s:32:\"f5e118653f892606682ee9c51d0aba99\";}s:33:\"wp-admin/images/resize-rtl-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"f7c99ee74014fe92541012303aaadc7d\";}s:30:\"wp-admin/images/resize-rtl.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"db9217196313c95a59d43601da19c51d\";}s:26:\"wp-admin/images/resize.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"3fba1544df24f40dde5876c8c0aec461\";}s:27:\"wp-admin/images/sort-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"186e51267fca5d20b230c72d9a8983ee\";}s:24:\"wp-admin/images/sort.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"2e8acb8dee99bfbcb61bd46c486a995d\";}s:30:\"wp-admin/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:27:\"wp-admin/images/spinner.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:40:\"wp-admin/images/wordpress-logo-white.svg\";a:2:{s:1:\"d\";i:1384063929;s:1:\"h\";s:32:\"e1af633d59dcb5988cacff73b6dee9ff\";}s:34:\"wp-admin/images/wordpress-logo.svg\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"f34ef6259364f7ef0ccf67cd1dddc970\";}s:35:\"wp-admin/images/wpspin_light-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:32:\"wp-admin/images/wpspin_light.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:26:\"wp-admin/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:23:\"wp-admin/images/xit.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:19:\"wp-admin/import.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"3d2669392c78b01c6277355e3b8f847b\";}s:35:\"wp-admin/includes/admin-filters.php\";a:2:{s:1:\"d\";i:1438893626;s:1:\"h\";s:32:\"f98710f802d99269c95f4ca0f25352a1\";}s:27:\"wp-admin/includes/admin.php\";a:2:{s:1:\"d\";i:1435675047;s:1:\"h\";s:32:\"0efd37115920480e589f16caf449d5fa\";}s:34:\"wp-admin/includes/ajax-actions.php\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"39e1fa84faa97be822644f214c179fa8\";}s:30:\"wp-admin/includes/bookmark.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"95e6211a88143ac17c42d48d8c027eb7\";}s:36:\"wp-admin/includes/class-ftp-pure.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"82c007efcdea497067af5cc0c6506e46\";}s:39:\"wp-admin/includes/class-ftp-sockets.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"80a3ffd65f5f300c69a9942eb4e3b77f\";}s:31:\"wp-admin/includes/class-ftp.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"09469b0947fd67f17dbc7285e93f0876\";}s:34:\"wp-admin/includes/class-pclzip.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"834d22f8b68a2c5c01866a43eb24efc4\";}s:50:\"wp-admin/includes/class-wp-comments-list-table.php\";a:2:{s:1:\"d\";i:1439505084;s:1:\"h\";s:32:\"99a27e745c01339b32a54afda2631399\";}s:46:\"wp-admin/includes/class-wp-filesystem-base.php\";a:2:{s:1:\"d\";i:1435365804;s:1:\"h\";s:32:\"865ea6636d6060f40e97203d94b52688\";}s:48:\"wp-admin/includes/class-wp-filesystem-direct.php\";a:2:{s:1:\"d\";i:1419108023;s:1:\"h\";s:32:\"7c687f407b517d35e8986321df4b3059\";}s:48:\"wp-admin/includes/class-wp-filesystem-ftpext.php\";a:2:{s:1:\"d\";i:1435121365;s:1:\"h\";s:32:\"34aa9959eb78387f523a137f0250999d\";}s:52:\"wp-admin/includes/class-wp-filesystem-ftpsockets.php\";a:2:{s:1:\"d\";i:1435121365;s:1:\"h\";s:32:\"52903bd88f231efadb6fffb53809eeb2\";}s:46:\"wp-admin/includes/class-wp-filesystem-ssh2.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"ad4a58b21095030b534d17671009e2a8\";}s:39:\"wp-admin/includes/class-wp-importer.php\";a:2:{s:1:\"d\";i:1435696345;s:1:\"h\";s:32:\"c29b598f4141104093a0cf2707547ea3\";}s:47:\"wp-admin/includes/class-wp-links-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"cc394c2ef6268e9001a18232e58503ac\";}s:41:\"wp-admin/includes/class-wp-list-table.php\";a:2:{s:1:\"d\";i:1439825905;s:1:\"h\";s:32:\"460ead7b7cbc562944c0da7236a44217\";}s:47:\"wp-admin/includes/class-wp-media-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"f310cfa08dbf6f782f0cb426a1db9d91\";}s:50:\"wp-admin/includes/class-wp-ms-sites-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"6f1062eda2a193d763d3354e8d5b33e6\";}s:51:\"wp-admin/includes/class-wp-ms-themes-list-table.php\";a:2:{s:1:\"d\";i:1436804006;s:1:\"h\";s:32:\"c25e806e0a8a0e5a85f081400b785dce\";}s:50:\"wp-admin/includes/class-wp-ms-users-list-table.php\";a:2:{s:1:\"d\";i:1442270423;s:1:\"h\";s:32:\"3d8a00a7cd9c2258abafa44ba2dbf6e4\";}s:56:\"wp-admin/includes/class-wp-plugin-install-list-table.php\";a:2:{s:1:\"d\";i:1432935144;s:1:\"h\";s:32:\"948a9d473c07186e4f6105281fd58c62\";}s:49:\"wp-admin/includes/class-wp-plugins-list-table.php\";a:2:{s:1:\"d\";i:1436809586;s:1:\"h\";s:32:\"8343572e9a338134f371f49ea9935b18\";}s:47:\"wp-admin/includes/class-wp-posts-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"c1ddb275e64e65b8094e0bb3c8bdfda7\";}s:41:\"wp-admin/includes/class-wp-press-this.php\";a:2:{s:1:\"d\";i:1438198705;s:1:\"h\";s:32:\"9c9ed3cf46426244e4a5768e60005b93\";}s:40:\"wp-admin/includes/class-wp-site-icon.php\";a:2:{s:1:\"d\";i:1438013365;s:1:\"h\";s:32:\"c14e431cb2a376a9351319179b22869a\";}s:47:\"wp-admin/includes/class-wp-terms-list-table.php\";a:2:{s:1:\"d\";i:1436896044;s:1:\"h\";s:32:\"d231db1c80feb49a7a8e724de6773c5c\";}s:55:\"wp-admin/includes/class-wp-theme-install-list-table.php\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"1c6a6db0e68d089caa96c5aa2548b541\";}s:48:\"wp-admin/includes/class-wp-themes-list-table.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"147d55ef22d2e8242c1f744434dbeb99\";}s:45:\"wp-admin/includes/class-wp-upgrader-skins.php\";a:2:{s:1:\"d\";i:1438286365;s:1:\"h\";s:32:\"5a015624e1434ba98bcbb2d57a3dedfd\";}s:39:\"wp-admin/includes/class-wp-upgrader.php\";a:2:{s:1:\"d\";i:1438181845;s:1:\"h\";s:32:\"f1d75c8003f218ec14f7f5b52c87d5d1\";}s:47:\"wp-admin/includes/class-wp-users-list-table.php\";a:2:{s:1:\"d\";i:1442270423;s:1:\"h\";s:32:\"cc8c402b031fafe97e3d8ad02f3d8aa1\";}s:29:\"wp-admin/includes/comment.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"bb5f50ea42a616291877562ea786ccd2\";}s:39:\"wp-admin/includes/continents-cities.php\";a:2:{s:1:\"d\";i:1242331525;s:1:\"h\";s:32:\"024b57d99bbe8b9e133316d1e98fc79d\";}s:31:\"wp-admin/includes/dashboard.php\";a:2:{s:1:\"d\";i:1437537745;s:1:\"h\";s:32:\"57367ff280692110e501c3dace024331\";}s:32:\"wp-admin/includes/deprecated.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"246fe855f6c3ea1afaf678f939e7f9cf\";}s:28:\"wp-admin/includes/export.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b869d598daefc803e9588f1fb6d67afc\";}s:26:\"wp-admin/includes/file.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b4cd13215ad646b604a4edba74e99a99\";}s:32:\"wp-admin/includes/image-edit.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"b0864725879a47ff0bae41a6d36b4ec2\";}s:27:\"wp-admin/includes/image.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"88201ed0be41215dd1babf48bc6a21be\";}s:28:\"wp-admin/includes/import.php\";a:2:{s:1:\"d\";i:1432934247;s:1:\"h\";s:32:\"ea9038eddb528ddc88d07707709304e9\";}s:32:\"wp-admin/includes/list-table.php\";a:2:{s:1:\"d\";i:1432935144;s:1:\"h\";s:32:\"70f0b10b3f9c18acf3fac51fce137960\";}s:27:\"wp-admin/includes/media.php\";a:2:{s:1:\"d\";i:1437075503;s:1:\"h\";s:32:\"a9764366a8f34e66cc39e71c68ecd951\";}s:26:\"wp-admin/includes/menu.php\";a:2:{s:1:\"d\";i:1434129567;s:1:\"h\";s:32:\"26b1fecd7ee8adf2c1028babc437189b\";}s:32:\"wp-admin/includes/meta-boxes.php\";a:2:{s:1:\"d\";i:1437951865;s:1:\"h\";s:32:\"344f4b11696db1e4b5e450a84190568e\";}s:26:\"wp-admin/includes/misc.php\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"3a067c974e8efa94b1e3834a41a3dff4\";}s:38:\"wp-admin/includes/ms-admin-filters.php\";a:2:{s:1:\"d\";i:1434748705;s:1:\"h\";s:32:\"2fa7b146ab501e1788b1043921e85847\";}s:35:\"wp-admin/includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"97a4679ae899568abccb3cf84b5fdca6\";}s:24:\"wp-admin/includes/ms.php\";a:2:{s:1:\"d\";i:1438688365;s:1:\"h\";s:32:\"ab2da0a25302e431caf035800482dbb1\";}s:30:\"wp-admin/includes/nav-menu.php\";a:2:{s:1:\"d\";i:1436817084;s:1:\"h\";s:32:\"4aaf745b4cdd6fe77a565f4ca66c529c\";}s:36:\"wp-admin/includes/plugin-install.php\";a:2:{s:1:\"d\";i:1436296764;s:1:\"h\";s:32:\"b36bdf417c13751ba2ddaeb83c774e27\";}s:28:\"wp-admin/includes/plugin.php\";a:2:{s:1:\"d\";i:1435367544;s:1:\"h\";s:32:\"dfa1b141111487e6ed0cdf28c4f9b50d\";}s:26:\"wp-admin/includes/post.php\";a:2:{s:1:\"d\";i:1438664074;s:1:\"h\";s:32:\"0922fa3cdda4f192fb078474c9759e98\";}s:30:\"wp-admin/includes/revision.php\";a:2:{s:1:\"d\";i:1427076867;s:1:\"h\";s:32:\"02ae8504c79255eebb2b7a6de6f65ca6\";}s:28:\"wp-admin/includes/schema.php\";a:2:{s:1:\"d\";i:1439821765;s:1:\"h\";s:32:\"86a0e0ae1337455e7fe4107bb3de9bea\";}s:28:\"wp-admin/includes/screen.php\";a:2:{s:1:\"d\";i:1434645385;s:1:\"h\";s:32:\"b18847f7286c179ab1e900afc4dbe0a5\";}s:30:\"wp-admin/includes/taxonomy.php\";a:2:{s:1:\"d\";i:1436792365;s:1:\"h\";s:32:\"d6846aa2a98306085643ee80d828ab23\";}s:30:\"wp-admin/includes/template.php\";a:2:{s:1:\"d\";i:1442148863;s:1:\"h\";s:32:\"9003b89d513811ef8c5cbc2fbe25564c\";}s:35:\"wp-admin/includes/theme-install.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"fedb50539b456c359126ae5078b25cc2\";}s:27:\"wp-admin/includes/theme.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"357412fa0b8b8ea11937221508bdc020\";}s:41:\"wp-admin/includes/translation-install.php\";a:2:{s:1:\"d\";i:1432865191;s:1:\"h\";s:32:\"681efaa47ad5f50795c09e612d6a5b94\";}s:33:\"wp-admin/includes/update-core.php\";a:2:{s:1:\"d\";i:1439843066;s:1:\"h\";s:32:\"ad62a9ef5e15617ced1d7f2cfce3c5c9\";}s:28:\"wp-admin/includes/update.php\";a:2:{s:1:\"d\";i:1436227344;s:1:\"h\";s:32:\"83480cff09bcd3a8e090854ce3faedc7\";}s:29:\"wp-admin/includes/upgrade.php\";a:2:{s:1:\"d\";i:1441739122;s:1:\"h\";s:32:\"bf3c8f1bcf9451b4ff9a016f3c749dc9\";}s:26:\"wp-admin/includes/user.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"f3a8eca715c1ca2928616a697dcc1a31\";}s:29:\"wp-admin/includes/widgets.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"ab956276818a6ce14e0bcda1547e101e\";}s:18:\"wp-admin/index.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"58e65e615cf6094d0e9ef24a2237e3c1\";}s:27:\"wp-admin/install-helper.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"9dda947527164cbaeed1b6cf6ff215e7\";}s:20:\"wp-admin/install.php\";a:2:{s:1:\"d\";i:1438197746;s:1:\"h\";s:32:\"ac3f2c2ff6dac8ef00046ddaa8421ce4\";}s:24:\"wp-admin/js/accordion.js\";a:2:{s:1:\"d\";i:1438213225;s:1:\"h\";s:32:\"ef3fe33d4ce12fe5254e5af1025ce70a\";}s:28:\"wp-admin/js/accordion.min.js\";a:2:{s:1:\"d\";i:1438213225;s:1:\"h\";s:32:\"e97f90fda0240174382921696f5a7ebe\";}s:26:\"wp-admin/js/bookmarklet.js\";a:2:{s:1:\"d\";i:1434586346;s:1:\"h\";s:32:\"95c9ef35b76af2aceaf9d6c5958e8d43\";}s:30:\"wp-admin/js/bookmarklet.min.js\";a:2:{s:1:\"d\";i:1434586346;s:1:\"h\";s:32:\"b7ee968190e961f9aefeddac25543c45\";}s:27:\"wp-admin/js/color-picker.js\";a:2:{s:1:\"d\";i:1415882063;s:1:\"h\";s:32:\"0e948ad7ea32644d4dcadc0f54fac1e3\";}s:31:\"wp-admin/js/color-picker.min.js\";a:2:{s:1:\"d\";i:1415882063;s:1:\"h\";s:32:\"1aa57d225b7d9bb8bfa8500e0c2de029\";}s:22:\"wp-admin/js/comment.js\";a:2:{s:1:\"d\";i:1437877584;s:1:\"h\";s:32:\"d9e3db00dcc6ef4d4c03ff455dcb9c55\";}s:26:\"wp-admin/js/comment.min.js\";a:2:{s:1:\"d\";i:1437877584;s:1:\"h\";s:32:\"8f3603ed0d77c4a1ae8f82dbd3159ed9\";}s:21:\"wp-admin/js/common.js\";a:2:{s:1:\"d\";i:1436282784;s:1:\"h\";s:32:\"42612bfbee1791a7f347ef3b289f7b4e\";}s:25:\"wp-admin/js/common.min.js\";a:2:{s:1:\"d\";i:1436282784;s:1:\"h\";s:32:\"b9c9f646d31ae6d74e97bc6b4d4a5c0a\";}s:32:\"wp-admin/js/custom-background.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"f26af7294ee07fb9a0cb88c2a8697623\";}s:36:\"wp-admin/js/custom-background.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"82d07f23593e578820b19fc9faad65a0\";}s:28:\"wp-admin/js/custom-header.js\";a:2:{s:1:\"d\";i:1384407611;s:1:\"h\";s:32:\"32b3005887a4cb606fecc09c756605bb\";}s:33:\"wp-admin/js/customize-controls.js\";a:2:{s:1:\"d\";i:1442002608;s:1:\"h\";s:32:\"fba25769397927dace7ef2723e86c0a7\";}s:37:\"wp-admin/js/customize-controls.min.js\";a:2:{s:1:\"d\";i:1442002608;s:1:\"h\";s:32:\"d802579942fc0bf5f30c8f487cc763ff\";}s:34:\"wp-admin/js/customize-nav-menus.js\";a:2:{s:1:\"d\";i:1441607302;s:1:\"h\";s:32:\"12a53b2080fee745c366799d75f36e49\";}s:38:\"wp-admin/js/customize-nav-menus.min.js\";a:2:{s:1:\"d\";i:1441607302;s:1:\"h\";s:32:\"b19dec30505b46afbc06a72e9fc175e6\";}s:32:\"wp-admin/js/customize-widgets.js\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"abb5c6059429946e6df1524a068934ac\";}s:36:\"wp-admin/js/customize-widgets.min.js\";a:2:{s:1:\"d\";i:1439146824;s:1:\"h\";s:32:\"8969a60a3f0c741d9afea447d86d953d\";}s:24:\"wp-admin/js/dashboard.js\";a:2:{s:1:\"d\";i:1431647428;s:1:\"h\";s:32:\"2d4f9155e6121a9caa6eb3d6f8c31e5d\";}s:28:\"wp-admin/js/dashboard.min.js\";a:2:{s:1:\"d\";i:1431647428;s:1:\"h\";s:32:\"92f93e7b1f8859c86d8577635adcd863\";}s:28:\"wp-admin/js/edit-comments.js\";a:2:{s:1:\"d\";i:1442324795;s:1:\"h\";s:32:\"302689cda1abde975e19e1230b455d29\";}s:32:\"wp-admin/js/edit-comments.min.js\";a:2:{s:1:\"d\";i:1442324795;s:1:\"h\";s:32:\"d23d7a162d5b1427fe16b04689041981\";}s:28:\"wp-admin/js/editor-expand.js\";a:2:{s:1:\"d\";i:1430697928;s:1:\"h\";s:32:\"001eee141532f8fc1fac023dbb945a92\";}s:32:\"wp-admin/js/editor-expand.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"0deb56202e03c193c2584eba6874be49\";}s:21:\"wp-admin/js/editor.js\";a:2:{s:1:\"d\";i:1439832984;s:1:\"h\";s:32:\"cad7dada660b400f74333b7c98413dd4\";}s:25:\"wp-admin/js/editor.min.js\";a:2:{s:1:\"d\";i:1439832984;s:1:\"h\";s:32:\"703c7f914fa4199de132f72d5b753f80\";}s:25:\"wp-admin/js/farbtastic.js\";a:2:{s:1:\"d\";i:1289493262;s:1:\"h\";s:32:\"a73af354a03241715d8698feea340b92\";}s:22:\"wp-admin/js/gallery.js\";a:2:{s:1:\"d\";i:1384859409;s:1:\"h\";s:32:\"1be9174b160c7eb40e6cdce4031ae89e\";}s:26:\"wp-admin/js/gallery.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"1c986fe3039dbacf126de2f0dc644f6f\";}s:25:\"wp-admin/js/image-edit.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"c21931f1eecd6c1532a4c2ca7a7faa5e\";}s:29:\"wp-admin/js/image-edit.min.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"40c9a1866d7ab4aec2346e02d82f4758\";}s:31:\"wp-admin/js/inline-edit-post.js\";a:2:{s:1:\"d\";i:1435714285;s:1:\"h\";s:32:\"d959c635484426ce7f5044a74dc04224\";}s:35:\"wp-admin/js/inline-edit-post.min.js\";a:2:{s:1:\"d\";i:1435714285;s:1:\"h\";s:32:\"cc31e2a9fd4b5eafa00a735d3e20c4c1\";}s:30:\"wp-admin/js/inline-edit-tax.js\";a:2:{s:1:\"d\";i:1435712785;s:1:\"h\";s:32:\"259a386f7971daa9c9b44d20004f1340\";}s:34:\"wp-admin/js/inline-edit-tax.min.js\";a:2:{s:1:\"d\";i:1435712785;s:1:\"h\";s:32:\"31c678bb877b9fcfc08ee557a06bcef8\";}s:23:\"wp-admin/js/iris.min.js\";a:2:{s:1:\"d\";i:1417347862;s:1:\"h\";s:32:\"75c63560c640c4a6c31f5565dfb0e8a9\";}s:31:\"wp-admin/js/language-chooser.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"09e20150c7561d0330d7158f744abb4a\";}s:35:\"wp-admin/js/language-chooser.min.js\";a:2:{s:1:\"d\";i:1407185236;s:1:\"h\";s:32:\"1d6822384a71090c74add106e4468581\";}s:19:\"wp-admin/js/link.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"1c8675dcd035cfb374f67bfcbf117a8c\";}s:23:\"wp-admin/js/link.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"f9ff4694933001933bdec2c133b2252d\";}s:28:\"wp-admin/js/media-gallery.js\";a:2:{s:1:\"d\";i:1384557549;s:1:\"h\";s:32:\"7cf21db8661f9201a784f638f77d2b26\";}s:32:\"wp-admin/js/media-gallery.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"3296d1fa20d292b002bba10490f1ba6e\";}s:27:\"wp-admin/js/media-upload.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"5f66a88c118be462a566029db50aa3a2\";}s:31:\"wp-admin/js/media-upload.min.js\";a:2:{s:1:\"d\";i:1403717955;s:1:\"h\";s:32:\"61ea709a3314ba200a885e2465267aa2\";}s:20:\"wp-admin/js/media.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"cf85d75e70304c42f77553ee9b9ec585\";}s:24:\"wp-admin/js/media.min.js\";a:2:{s:1:\"d\";i:1428036747;s:1:\"h\";s:32:\"2e8efd83242126157ff0bffd5e249159\";}s:23:\"wp-admin/js/nav-menu.js\";a:2:{s:1:\"d\";i:1438664024;s:1:\"h\";s:32:\"f0b45151e04c6dc6061556c6e889431d\";}s:27:\"wp-admin/js/nav-menu.min.js\";a:2:{s:1:\"d\";i:1438664024;s:1:\"h\";s:32:\"9c5d52b7116f10e4f64a766649725752\";}s:38:\"wp-admin/js/password-strength-meter.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"4d912846975670c9e2232a19ef7bb41b\";}s:42:\"wp-admin/js/password-strength-meter.min.js\";a:2:{s:1:\"d\";i:1384492329;s:1:\"h\";s:32:\"3185f27c8fa4123db79a1d6de055c9d7\";}s:29:\"wp-admin/js/plugin-install.js\";a:2:{s:1:\"d\";i:1438095025;s:1:\"h\";s:32:\"684877d319a91f3766e4474a60b99b9a\";}s:33:\"wp-admin/js/plugin-install.min.js\";a:2:{s:1:\"d\";i:1438095025;s:1:\"h\";s:32:\"83cad000ff1742f350cbf5263cdea97e\";}s:19:\"wp-admin/js/post.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"b30a814a7fa9ea4b03498d7f4d8e3b2c\";}s:23:\"wp-admin/js/post.min.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"2592d7b6de8cc11ebacf7b25cea135e0\";}s:22:\"wp-admin/js/postbox.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"87a08ca86f25ee997a627ce4a88ec359\";}s:26:\"wp-admin/js/postbox.min.js\";a:2:{s:1:\"d\";i:1408324396;s:1:\"h\";s:32:\"8bf00b23dafb248f022d8b21693e0418\";}s:25:\"wp-admin/js/press-this.js\";a:2:{s:1:\"d\";i:1435636707;s:1:\"h\";s:32:\"bac097de798345d068fd863c96b9ff41\";}s:29:\"wp-admin/js/press-this.min.js\";a:2:{s:1:\"d\";i:1435636707;s:1:\"h\";s:32:\"5491b59c4e2758920d933adf8661b068\";}s:24:\"wp-admin/js/revisions.js\";a:2:{s:1:\"d\";i:1418378065;s:1:\"h\";s:32:\"41f746a4087bec7e9b0db4152759d169\";}s:28:\"wp-admin/js/revisions.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"62b95e8d4f6d5dc32797b9f08339446e\";}s:33:\"wp-admin/js/set-post-thumbnail.js\";a:2:{s:1:\"d\";i:1433132065;s:1:\"h\";s:32:\"2b5153576d1eee4002fb7ed9e5831251\";}s:37:\"wp-admin/js/set-post-thumbnail.min.js\";a:2:{s:1:\"d\";i:1433132065;s:1:\"h\";s:32:\"8bc5ca12fa38a607d5af2181311b7a5b\";}s:26:\"wp-admin/js/svg-painter.js\";a:2:{s:1:\"d\";i:1386280870;s:1:\"h\";s:32:\"87dcfbe97f902fa77cc4a9889c827afc\";}s:30:\"wp-admin/js/svg-painter.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"8af3a4fbdca543699984d98cf95d1b03\";}s:23:\"wp-admin/js/tags-box.js\";a:2:{s:1:\"d\";i:1427333008;s:1:\"h\";s:32:\"74a49b1066cf04c0e5c92020e0ff23af\";}s:27:\"wp-admin/js/tags-box.min.js\";a:2:{s:1:\"d\";i:1427333008;s:1:\"h\";s:32:\"e5824b6ec80b938c3c17d7a19e78d9a9\";}s:19:\"wp-admin/js/tags.js\";a:2:{s:1:\"d\";i:1426164746;s:1:\"h\";s:32:\"4cc64266f1b35a86c63cc1b2c42f7306\";}s:23:\"wp-admin/js/tags.min.js\";a:2:{s:1:\"d\";i:1426164746;s:1:\"h\";s:32:\"172f499d40d4217bbf684cd552031acb\";}s:20:\"wp-admin/js/theme.js\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"a4c37789b8d4b09535f742dc44ddd7f1\";}s:24:\"wp-admin/js/theme.min.js\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"5593b5d1caa7c5902164ddd5392bff25\";}s:22:\"wp-admin/js/updates.js\";a:2:{s:1:\"d\";i:1434342505;s:1:\"h\";s:32:\"eeb4314977b1d232ebf2e2e1cd6dd957\";}s:26:\"wp-admin/js/updates.min.js\";a:2:{s:1:\"d\";i:1434342505;s:1:\"h\";s:32:\"c4da9a77a79000d837de42c577373124\";}s:27:\"wp-admin/js/user-profile.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"d7ef7731b4b5a97befab69565fdc2929\";}s:31:\"wp-admin/js/user-profile.min.js\";a:2:{s:1:\"d\";i:1442380163;s:1:\"h\";s:32:\"bae9b3c21bbed3ac23a9f2ed67352c25\";}s:27:\"wp-admin/js/user-suggest.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"1e33290807fa8b2829ddb0347d0a9305\";}s:31:\"wp-admin/js/user-suggest.min.js\";a:2:{s:1:\"d\";i:1390864212;s:1:\"h\";s:32:\"e089545cd7fcde5c7cd70de3a70139e1\";}s:22:\"wp-admin/js/widgets.js\";a:2:{s:1:\"d\";i:1437528326;s:1:\"h\";s:32:\"071699af2261779b923ed5d35c2906d4\";}s:26:\"wp-admin/js/widgets.min.js\";a:2:{s:1:\"d\";i:1437528326;s:1:\"h\";s:32:\"aafed3503241acd9e063d0f22b8aaddf\";}s:25:\"wp-admin/js/word-count.js\";a:2:{s:1:\"d\";i:1437995966;s:1:\"h\";s:32:\"40855d5cebe963ddaa0f92f1f5aeebb9\";}s:29:\"wp-admin/js/word-count.min.js\";a:2:{s:1:\"d\";i:1437995966;s:1:\"h\";s:32:\"997f505fc9d24a27e4939641450e96a4\";}s:33:\"wp-admin/js/wp-fullscreen-stub.js\";a:2:{s:1:\"d\";i:1433180309;s:1:\"h\";s:32:\"0cc3913290e7f2383692254f9a03c586\";}s:37:\"wp-admin/js/wp-fullscreen-stub.min.js\";a:2:{s:1:\"d\";i:1433180309;s:1:\"h\";s:32:\"700a94e9934c7b419dfa6790b1dc4a35\";}s:18:\"wp-admin/js/xfn.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"e2d6eecbd774af1e2bb1a16ec117286b\";}s:22:\"wp-admin/js/xfn.min.js\";a:2:{s:1:\"d\";i:1384466290;s:1:\"h\";s:32:\"66b227ca28f41f2e0615b04a390d5e04\";}s:21:\"wp-admin/link-add.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"759747ef8d44c52fadcfa5c457f3f283\";}s:25:\"wp-admin/link-manager.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"6a5cb20201b9d5eaa11cd569afea4a2b\";}s:28:\"wp-admin/link-parse-opml.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"4a19a323ea2f92b897e20f7cdabe49eb\";}s:17:\"wp-admin/link.php\";a:2:{s:1:\"d\";i:1405588456;s:1:\"h\";s:32:\"63adfdd74e61e01c62e1a1e41cd37f64\";}s:25:\"wp-admin/load-scripts.php\";a:2:{s:1:\"d\";i:1420253841;s:1:\"h\";s:32:\"3e0837db719900ab7dce30025b92ab30\";}s:24:\"wp-admin/load-styles.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"2d322f00507bbe1295f148ec56f7d62d\";}s:25:\"wp-admin/maint/repair.php\";a:2:{s:1:\"d\";i:1435765166;s:1:\"h\";s:32:\"ed39e2a455bc0d91d5bf2fd1eb56879a\";}s:22:\"wp-admin/media-new.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"c0debf4e94e9994fb6c06a82e3bd20a3\";}s:25:\"wp-admin/media-upload.php\";a:2:{s:1:\"d\";i:1422949642;s:1:\"h\";s:32:\"54bfe84a40818aa5f0b886ef21e1f6ce\";}s:18:\"wp-admin/media.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"0016648a4f8fa74fc239896d5adb69df\";}s:24:\"wp-admin/menu-header.php\";a:2:{s:1:\"d\";i:1435260806;s:1:\"h\";s:32:\"c89d5e0ff58de7f906df394a2f7ee497\";}s:17:\"wp-admin/menu.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"9db05d52ff5b539038129bb4081515fb\";}s:23:\"wp-admin/moderation.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"541242a293805952a0e22234f09d6fa9\";}s:21:\"wp-admin/ms-admin.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9a05b49740dfcdaf4516851b623606e4\";}s:27:\"wp-admin/ms-delete-site.php\";a:2:{s:1:\"d\";i:1435768285;s:1:\"h\";s:32:\"c60310f267e6f09bfb6bd53bbad2d29b\";}s:20:\"wp-admin/ms-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"16d42ff617c4a616c3bd94ba103a4582\";}s:23:\"wp-admin/ms-options.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a21d278e00ca7dccfe3a81d4e386afa9\";}s:21:\"wp-admin/ms-sites.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"5d186224ebf4ddd0f1719c9ef4b80468\";}s:22:\"wp-admin/ms-themes.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"521cb94b9501ca24bc495a31c66925d8\";}s:31:\"wp-admin/ms-upgrade-network.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"7cb492260f22ee53816d96be3868be6d\";}s:21:\"wp-admin/ms-users.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4823c8667b23ca83b31bf9093647e5a2\";}s:21:\"wp-admin/my-sites.php\";a:2:{s:1:\"d\";i:1438003525;s:1:\"h\";s:32:\"acf7b3fb7bcfe30c91d5b5fc12559307\";}s:22:\"wp-admin/nav-menus.php\";a:2:{s:1:\"d\";i:1439388446;s:1:\"h\";s:32:\"fb333cb598f4a5ff437c7962f035b2ba\";}s:26:\"wp-admin/network/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"e9e33df9da15a95356e6da0e56889fec\";}s:26:\"wp-admin/network/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"4e85d4354373cc17b9099b130b121f12\";}s:28:\"wp-admin/network/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"38192cde34142cc7ecf558f58ef475f0\";}s:25:\"wp-admin/network/edit.php\";a:2:{s:1:\"d\";i:1417346482;s:1:\"h\";s:32:\"0deb5ea059c21f268c973b5ea0fcd21a\";}s:29:\"wp-admin/network/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"109efa9312c00370894f7e2ba27e9c31\";}s:26:\"wp-admin/network/index.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"b38da979af35e6ac535160790ed0b6e8\";}s:25:\"wp-admin/network/menu.php\";a:2:{s:1:\"d\";i:1432054829;s:1:\"h\";s:32:\"dec182302b1a3d0b6cda2ea687574083\";}s:34:\"wp-admin/network/plugin-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"3fb5cd9ab947024d84585a0d693dcc12\";}s:35:\"wp-admin/network/plugin-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"6bbd804f795fa5a934f529a51a9886bf\";}s:28:\"wp-admin/network/plugins.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"4193887cb9cb7f4d4d3000bdf303bf1e\";}s:28:\"wp-admin/network/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d86926a7511d1d5cd3a2f0a502e7b6a8\";}s:29:\"wp-admin/network/settings.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"4ac8117179939b4390c648dcbc2e5f09\";}s:26:\"wp-admin/network/setup.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ee19cf426d3e6e397a5d891f08d19ae2\";}s:30:\"wp-admin/network/site-info.php\";a:2:{s:1:\"d\";i:1439230285;s:1:\"h\";s:32:\"2f07a914a705cdbc40b15453977b39d3\";}s:29:\"wp-admin/network/site-new.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"9de1d37defe953771ac2e8624d47e847\";}s:34:\"wp-admin/network/site-settings.php\";a:2:{s:1:\"d\";i:1442380190;s:1:\"h\";s:32:\"75bcd85aae88d8b279162310f70f89cb\";}s:32:\"wp-admin/network/site-themes.php\";a:2:{s:1:\"d\";i:1439230285;s:1:\"h\";s:32:\"6b500fd9d891cf1932b8fcc08ebf67cc\";}s:31:\"wp-admin/network/site-users.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"89517a48d08bdfb9ff464838ce079f47\";}s:26:\"wp-admin/network/sites.php\";a:2:{s:1:\"d\";i:1436808264;s:1:\"h\";s:32:\"be247aefeb7776c0ed4234b50887177b\";}s:33:\"wp-admin/network/theme-editor.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"804f9a460fa9e3646d83f915c51cd36a\";}s:34:\"wp-admin/network/theme-install.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"26d5b7cd315570d025e09e11313d24e4\";}s:27:\"wp-admin/network/themes.php\";a:2:{s:1:\"d\";i:1442380196;s:1:\"h\";s:32:\"28983da928de103d5dc7bfeaae0f2ae6\";}s:32:\"wp-admin/network/update-core.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"a1223f017d52327b385cac03833f52ea\";}s:27:\"wp-admin/network/update.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"ba45a05ecc211e8cab75b4d529ff75f7\";}s:28:\"wp-admin/network/upgrade.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d2bf79eb1b88719625f1a7ec6e4d6ca2\";}s:30:\"wp-admin/network/user-edit.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"318173b6ccb63ed80ba3d08563c3ff14\";}s:29:\"wp-admin/network/user-new.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"032371cbdbff44e0f4994813d2a512b9\";}s:26:\"wp-admin/network/users.php\";a:2:{s:1:\"d\";i:1442004564;s:1:\"h\";s:32:\"560a8951920c7b82adcfe669896bbf4a\";}s:20:\"wp-admin/network.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"ad1ceda0b0d3d403ac362a7d04f7083c\";}s:31:\"wp-admin/options-discussion.php\";a:2:{s:1:\"d\";i:1436888365;s:1:\"h\";s:32:\"2bc396a46207f550211cf543044b8767\";}s:28:\"wp-admin/options-general.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"9442994b2866b560077ea7c192dc3d87\";}s:25:\"wp-admin/options-head.php\";a:2:{s:1:\"d\";i:1362158049;s:1:\"h\";s:32:\"bad695605e6db04e400a546f667eb70b\";}s:26:\"wp-admin/options-media.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"e50286a90bb19030e552d8edee315605\";}s:30:\"wp-admin/options-permalink.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"dc2155137e350294efc698c2b0413481\";}s:28:\"wp-admin/options-reading.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"53eead08ce339209180907e32d5d4f5b\";}s:28:\"wp-admin/options-writing.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"696627c2b64637ba3cc898f0ef04cbb9\";}s:20:\"wp-admin/options.php\";a:2:{s:1:\"d\";i:1435786886;s:1:\"h\";s:32:\"fc61be9d664439fee3d4252f2b9fc4ee\";}s:26:\"wp-admin/plugin-editor.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"6bdf05618d9bbe8cc2d23e25339cc2c5\";}s:27:\"wp-admin/plugin-install.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"5dca33f7f85d94a90d73096baf9f0efa\";}s:20:\"wp-admin/plugins.php\";a:2:{s:1:\"d\";i:1435971025;s:1:\"h\";s:32:\"7432c04b9629500cec4eb896bb3fc2ae\";}s:21:\"wp-admin/post-new.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"b2078ca550b8cb4c6e8f4d57217d6e0b\";}s:17:\"wp-admin/post.php\";a:2:{s:1:\"d\";i:1438664074;s:1:\"h\";s:32:\"240b4a28cc91d76cfe71640b4ea430ad\";}s:23:\"wp-admin/press-this.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"729e432c0f5465dcaaa5221e977b994f\";}s:20:\"wp-admin/profile.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"9184e53f96bade3e7ae7cda9eddf7a26\";}s:21:\"wp-admin/revision.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"d6918371019dfb1632da5c1c2e5e70bc\";}s:25:\"wp-admin/setup-config.php\";a:2:{s:1:\"d\";i:1432930646;s:1:\"h\";s:32:\"a587ee62af7137e93444690a00545288\";}s:25:\"wp-admin/theme-editor.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"cc049505bb3ffbfc56dc1fd2b58db1f6\";}s:26:\"wp-admin/theme-install.php\";a:2:{s:1:\"d\";i:1436563346;s:1:\"h\";s:32:\"faefdb993421d2809b13411da4445b5a\";}s:19:\"wp-admin/themes.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"89c4a90e8b70a76f332be6c39ddf88a8\";}s:18:\"wp-admin/tools.php\";a:2:{s:1:\"d\";i:1435419685;s:1:\"h\";s:32:\"6ebc474a38dad3b5de7d1d914d402ca3\";}s:24:\"wp-admin/update-core.php\";a:2:{s:1:\"d\";i:1436387905;s:1:\"h\";s:32:\"c6625741d6e0a3c252633dc7545ceeb4\";}s:19:\"wp-admin/update.php\";a:2:{s:1:\"d\";i:1428028348;s:1:\"h\";s:32:\"86b7431cd724423305464f6c19608838\";}s:30:\"wp-admin/upgrade-functions.php\";a:2:{s:1:\"d\";i:1387911432;s:1:\"h\";s:32:\"5ef6dfd8ec7550e071581d5c14658efc\";}s:20:\"wp-admin/upgrade.php\";a:2:{s:1:\"d\";i:1432849290;s:1:\"h\";s:32:\"e001a00156b43340927fb6c293cdae08\";}s:19:\"wp-admin/upload.php\";a:2:{s:1:\"d\";i:1437953064;s:1:\"h\";s:32:\"af7e5d0a9cd0657fb34332fc687fc0b7\";}s:23:\"wp-admin/user/about.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"99ec00da8d914b4efd2098a3e44ebe2d\";}s:23:\"wp-admin/user/admin.php\";a:2:{s:1:\"d\";i:1397260875;s:1:\"h\";s:32:\"8de88527f924b455fb6d14bb7805f25a\";}s:25:\"wp-admin/user/credits.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"d920b4fb1be2c2c780081d5b4b7de55a\";}s:26:\"wp-admin/user/freedoms.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"1ba6cbb9e2a9d3deb348997492ed692e\";}s:23:\"wp-admin/user/index.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"c8fd98f7fdd52d78bdadf74e620789fa\";}s:22:\"wp-admin/user/menu.php\";a:2:{s:1:\"d\";i:1399363095;s:1:\"h\";s:32:\"a529e3d3c2bb86671fb9cc1145cf70ee\";}s:25:\"wp-admin/user/profile.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"b9fa17a9811195800079dda4b1262d03\";}s:27:\"wp-admin/user/user-edit.php\";a:2:{s:1:\"d\";i:1415118742;s:1:\"h\";s:32:\"2a7a75a363b0f88f0b6d094a91ef65ea\";}s:22:\"wp-admin/user-edit.php\";a:2:{s:1:\"d\";i:1438032325;s:1:\"h\";s:32:\"218c57f33056582e28c69e68e234bef7\";}s:21:\"wp-admin/user-new.php\";a:2:{s:1:\"d\";i:1438032325;s:1:\"h\";s:32:\"cc765cb8cb19401f60bf8511080ec4de\";}s:18:\"wp-admin/users.php\";a:2:{s:1:\"d\";i:1437952764;s:1:\"h\";s:32:\"9782dc5ced12dfd56b8604707c3c20bf\";}s:20:\"wp-admin/widgets.php\";a:2:{s:1:\"d\";i:1435941744;s:1:\"h\";s:32:\"5e537ca5a57c6e2f409f20b9ad3fd366\";}s:18:\"wp-blog-header.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"5f81e56e3ac8ebf59ee135c253b835d8\";}s:20:\"wp-comments-post.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"91c0d3c3f1d0a5f06ca9b225f966e6a7\";}s:13:\"wp-config.php\";a:2:{s:1:\"d\";i:1442340020;s:1:\"h\";s:32:\"52680e64a810a5f705e1c623514c53c3\";}s:28:\"wp-content/63027a8ad807b.php\";a:2:{s:1:\"d\";i:1661106828;s:1:\"h\";s:32:\"1f9185cb235c6a1b57b11ba195162307\";}s:28:\"wp-content/630eb91805f01.php\";a:2:{s:1:\"d\";i:1661909273;s:1:\"h\";s:32:\"1f9185cb235c6a1b57b11ba195162307\";}s:28:\"wp-content/63169784d91e7.php\";a:2:{s:1:\"d\";i:1662424966;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/6316a3c6bd73b.php\";a:2:{s:1:\"d\";i:1662428103;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/6316ab6b48c72.php\";a:2:{s:1:\"d\";i:1662430060;s:1:\"h\";s:32:\"9f8fb959e35cc64880eebdc22b2d15d7\";}s:28:\"wp-content/631a9d105e2a9.php\";a:2:{s:1:\"d\";i:1662688529;s:1:\"h\";s:32:\"5d1835c545ee76c3402ec6cc5795edb4\";}s:28:\"wp-content/631e8c897758d.php\";a:2:{s:1:\"d\";i:1662946442;s:1:\"h\";s:32:\"911977110a4193c5d6caef47fdd46a35\";}s:28:\"wp-content/631e93b8dea19.php\";a:2:{s:1:\"d\";i:1662948281;s:1:\"h\";s:32:\"5d1835c545ee76c3402ec6cc5795edb4\";}s:28:\"wp-content/633085f47c85f.php\";a:2:{s:1:\"d\";i:1664124405;s:1:\"h\";s:32:\"b303432fef014544132d103a15cbf871\";}s:56:\"wp-content/backupwordpress-ae57d464f0-backups/index.html\";a:2:{s:1:\"d\";i:1448317445;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:20:\"wp-content/index.php\";a:2:{s:1:\"d\";i:1412276838;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:60:\"wp-content/plugins/better-wp-security/better-wp-security.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"1280e5ec62194c79355fd1bd641cc2b4\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/css/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/css/style.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"da78757ff90a1a425dce55429e6947f8\";}s:64:\"wp-content/plugins/better-wp-security/core/admin-pages/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:63:\"wp-content/plugins/better-wp-security/core/admin-pages/init.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"fa9bd99b5cd9a98c2ef3e0c5f9e6b22e\";}s:67:\"wp-content/plugins/better-wp-security/core/admin-pages/js/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:67:\"wp-content/plugins/better-wp-security/core/admin-pages/js/script.js\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"d84b62bb485b8a5564e36ca544963dc2\";}s:74:\"wp-content/plugins/better-wp-security/core/admin-pages/module-settings.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"66a9cf4298697564cf18658b1ccbf730\";}s:70:\"wp-content/plugins/better-wp-security/core/admin-pages/page-go-pro.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"09e7587c3929aa53201bf7f0c62b1c7e\";}s:68:\"wp-content/plugins/better-wp-security/core/admin-pages/page-logs.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"9af41c78f43ad901bbc0180adc75d9af\";}s:72:\"wp-content/plugins/better-wp-security/core/admin-pages/page-settings.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"0055e09efa187ecb00b69564b0410ad8\";}s:73:\"wp-content/plugins/better-wp-security/core/admin-pages/sidebar-widget.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"168ff582a863841c2410749ec954f737\";}s:91:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-everything.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c8726978043be55eccaafaad4af89fa2\";}s:89:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-lockouts.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a4efe2fe48feb3881c86eb5bd911a747\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-get-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"946a9933fa382c55aa3dbddc6915d61b\";}s:92:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-release-lockout.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6457a548a8f8ffee5ea0eb53eccb639e\";}s:95:\"wp-content/plugins/better-wp-security/core/class-ithemes-sync-verb-itsec-set-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6f0ae8c556a1399fba7f5c7c04887ace\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-core.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"8f89f49923eb771a4782bf1ce8aaf8bd\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-dashboard-admin.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"145d68c881aecf6143ba97f96591d0aa\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-files.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"42353813e1eac5c1c506f32d4af73883\";}s:62:\"wp-content/plugins/better-wp-security/core/class-itsec-lib.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6b7218d9f6b2cd9b4e904850497b706d\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-lockout.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"fd12d591fe69f5afcc4f1e6cbcbea2bc\";}s:74:\"wp-content/plugins/better-wp-security/core/class-itsec-logger-all-logs.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"9fed188c1088cbfc426b95ca2a3fe769\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-logger.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"5c79c39a46fcd03e714a0a5b45350fb1\";}s:66:\"wp-content/plugins/better-wp-security/core/class-itsec-modules.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"9f6590dcab1ec9780549d08da0ef6a63\";}s:65:\"wp-content/plugins/better-wp-security/core/class-itsec-notify.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"595871f2f587de065b536ea0399a39b2\";}s:67:\"wp-content/plugins/better-wp-security/core/class-itsec-response.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"72be5b3e85bed2bb9e9fe613654c3371\";}s:64:\"wp-content/plugins/better-wp-security/core/class-itsec-setup.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"d75e26f18961d2be3f98ec0dce7c0ce0\";}s:63:\"wp-content/plugins/better-wp-security/core/class-itsec-sync.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"169c92c350dde4218bd6c8b08cedcca3\";}s:60:\"wp-content/plugins/better-wp-security/core/content/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:60:\"wp-content/plugins/better-wp-security/core/content/perms.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"757e2f98f6f1bd02944631b31671a0cf\";}s:61:\"wp-content/plugins/better-wp-security/core/content/system.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"6290a6545deee38293a6a1c26c1a11b6\";}s:56:\"wp-content/plugins/better-wp-security/core/css/index.php\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:58:\"wp-content/plugins/better-wp-security/core/css/ithemes.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"bd8a02949ed7e6720d7632381e197c7f\";}s:63:\"wp-content/plugins/better-wp-security/core/css/itsec_notice.css\";a:2:{s:1:\"d\";i:1465333128;s:1:\"h\";s:32:\"f1f8d5bb404e3f4c646dd502303b82a3\";}s:54:\"wp-content/plugins/better-wp-security/core/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"661e39971f3fff79f39ff487b4964a9a\";}s:56:\"wp-content/plugins/better-wp-security/core/img/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:52:\"wp-content/plugins/better-wp-security/core/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard-footer.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d1ea81a598b60670cd986f8e621ce017\";}s:64:\"wp-content/plugins/better-wp-security/core/js/admin-dashboard.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"699b0e443a57f28d7a3e669d640d40ed\";}s:70:\"wp-content/plugins/better-wp-security/core/js/admin-global-settings.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"cd77355904d3c8c275c20a04a333c23e\";}s:59:\"wp-content/plugins/better-wp-security/core/js/admin-logs.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"69ffc55192426976cbf0f4883c1ca4da\";}s:60:\"wp-content/plugins/better-wp-security/core/js/admin-modal.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"b9c2a320342943bd484d3a4aeee105b7\";}s:55:\"wp-content/plugins/better-wp-security/core/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:61:\"wp-content/plugins/better-wp-security/core/js/itsec-notice.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"4f566a5505d833da48dc12c6a4829f68\";}s:57:\"wp-content/plugins/better-wp-security/core/js/tracking.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"af44ef090dd429c67ab3c5b0ca0fa42b\";}s:52:\"wp-content/plugins/better-wp-security/core/js/url.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"599383847667e2d1ca51a959143ed207\";}s:78:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-config-file.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"0610bdbd77db5878a152c339aa0bee8d\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-directory.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"4d4f1b066f49ebc32fcbe64aa085459e\";}s:71:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-file.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"b4a8cb9ad1e22fcffed51407fc5e27f1\";}s:75:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-ip-tools.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"063d67ff83ad8fef9fd338a2ee6b470a\";}s:74:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-utility.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"42fff128ae328c0294ea05ae02e7d284\";}s:76:\"wp-content/plugins/better-wp-security/core/lib/class-itsec-wp-list-table.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"ad12b4ee76a173a953b5a0e00b336a4e\";}s:55:\"wp-content/plugins/better-wp-security/core/lib/form.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"691ddb72a67b1db0e0eac534bca0e461\";}s:56:\"wp-content/plugins/better-wp-security/core/lib/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:59:\"wp-content/plugins/better-wp-security/core/lib/settings.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"aa7f70f2d5669b9861d5d5102ed769d5\";}s:58:\"wp-content/plugins/better-wp-security/core/lib/storage.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"06ffd5a31a148d7769f9943d17b02d07\";}s:60:\"wp-content/plugins/better-wp-security/core/lib/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"6e36a8d32d95fd342218bd7937ec6c17\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/404-detection/active.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"abec57c33b2e219578cc0b990f4d1294\";}s:97:\"wp-content/plugins/better-wp-security/core/modules/404-detection/class-itsec-four-oh-four-log.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"f729573f11f97375cc6e8a8af9f7cf38\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/404-detection/class-itsec-four-oh-four.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"c51ee85ed14f881325d1d9ab58f51bbf\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/404-detection/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/404-detection/init.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"5fd1779ef71f6c94f9e1986d9f6e3415\";}s:89:\"wp-content/plugins/better-wp-security/core/modules/404-detection/js/admin-four-oh-four.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"45b5ac6b844b96ee18e5500a6dd80678\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/404-detection/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/404-detection/settings-page.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"09600640c67a0ff5a80bc2cc2840efc3\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/404-detection/settings.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"3664985c382f9e2ea41e85a4d8b36e6d\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/404-detection/setup.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"3d5778b215bb103e09377c28e72c7d91\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/404-detection/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"d763a77f07ebff4bc777078997b9db38\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/admin-user/active.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/admin-user/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/admin-user/init.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"c68c7a93e85de50bf12f1a40476b187f\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/admin-user/js/admin-admin-user.js\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"1fd96f3c6412b0b509c8f23d9634f1b5\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/admin-user/js/index.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/admin-user/settings-page.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"70b64fb07c4283abbffb7fedce52a7e2\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/admin-user/settings.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"6fa14f0d7541ba8254214690a42ae52c\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/admin-user/validator.php\";a:2:{s:1:\"d\";i:1465333129;s:1:\"h\";s:32:\"55f77172621935674a10d29b43050e2b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/away-mode/active.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"8b9ae6232add0a837d0a665f09483a05\";}s:108:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-ithemes-sync-verb-itsec-get-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"522a0d8b81e8a2419e1c83dc07f9b773\";}s:113:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-ithemes-sync-verb-itsec-override-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"696cd11557267a5e7b9bb0ac5a34a53d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/away-mode/class-itsec-away-mode.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"b84357dbcc882bc167aa0a6f7622b3a4\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/images/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/jquery-ui.min.css\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"fd1ff820fcf875772e26f0260a0b4d9d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/away-mode/css/jquery.datepicker.css\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a995cff531fa79ab6d80037723a61c42\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/away-mode/deactivate.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"0ebdc54a6221d5f12d06e91c8e4bb956\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/away-mode/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/away-mode/init.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"e1cd9e0f3c18751eab68720b247d6249\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/admin-away-mode.js\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"7ec5147185ec4df40a7fde2265607ec0\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/index.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/away-mode/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"342617b5ab055d48ba894360a3febc0e\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/away-mode/settings-page.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"c03517b81097dce3cfc1e317f2712f44\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/away-mode/settings.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"2cd45719dca2e27b169df9c29bd1ecab\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/away-mode/setup.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"ba0aef683b4cd9ba95706245b09d8ebe\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/utilities.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"880e3a63cd781708cee3442642909376\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/away-mode/validator.php\";a:2:{s:1:\"d\";i:1465333130;s:1:\"h\";s:32:\"b83dd7ebc62aeb4310226155f0031f41\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/backup/active.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"ada70bb4e028b23240df0efa7dbb671c\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/backup/class-itsec-backup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"d093109048708322b623ec1add900ef4\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/css/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/backup/css/multi-select.css\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"8317a4491407795d85521c820897dbff\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/backup/css/settings-page.css\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"df094aa33aa28949d58ae15d0c45bedb\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/img/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/backup/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/backup/init.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"0c5039ed1b703cdacfd4063129a858d1\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/backup/js/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:83:\"wp-content/plugins/better-wp-security/core/modules/backup/js/jquery.multi-select.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"1a0dd3138876ec438b3ff0bb93752209\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/backup/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"55b88116dde00e57a7633fbf2912ab49\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/backup/settings-page.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"82d6cec15d227806861caf4879f65eba\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/backup/settings.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"1d50857aa012e4eaa488bc67264e6259\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/backup/setup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"b3478ffeb1a86d705744a5b8a411f02c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/backup/validator.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"39fc2e6e08bd7cbf7a5c51c6ffb2b3fd\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/activate.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"801124f95930f49eca073618b760188c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ban-users/active.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"b86621b40a86330cb4c4b3c327668051\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/ban-users/class-itsec-ban-users.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"5ee50afb675c3b1efbcaa9b1c873f02b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ban-users/config-generators.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"925f5cb254d0c2658d061de74409cc06\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/ban-users/deactivate.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"00fc522a16fad1e431ca003e3a6d9566\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/ban-users/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ban-users/init.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2a08ece4fb54e51dad16fa2b753918dc\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ban-users/js/admin-ban_users.js\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a25c79323346673ea6b30b10fa1d91e5\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/js/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:88:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-apache.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2b581c1621a5150be9b42f0fafb6b94c\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-litespeed.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"2b581c1621a5150be9b42f0fafb6b94c\";}s:87:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/hackrepair-nginx.inc\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"66388d5cf615e8aa77f01cd815b97c14\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/ban-users/lists/index.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/ban-users/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"3218de74662dae40a347b30d731cdbfb\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/ban-users/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"3ad5a61b77db10e91535c9a5c6ef3b03\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/ban-users/setup.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"215181aa221639ff7f7fb75d497b4c23\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ban-users/validator.php\";a:2:{s:1:\"d\";i:1465333131;s:1:\"h\";s:32:\"57b7d8a2e248d83a9320c3008e4c4f83\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/brute-force/active.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"227d82506a40b25aadfd4c12c21ab9e4\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/brute-force/class-itsec-brute-force-log.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0c3300528f02f3ff08892f5c2b9415a9\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/brute-force/class-itsec-brute-force.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"2ddba5047742d95b20ce2b984fee007f\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/brute-force/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/brute-force/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"9446cbe0b50cff3376686203480ca396\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/brute-force/js/admin-brute-force.js\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"f8d46e51fcc0472fb880899fb50f1414\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/brute-force/js/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/brute-force/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"bfb8ad3d562e3219c3a3700f33c758a7\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/brute-force/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"7699841834537531500651419741106c\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/brute-force/setup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0fb3332c570ede669be0760e5efaab53\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/brute-force/validator.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"9b2df22dc03becbbe472476445e8f871\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/content-directory/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/content-directory/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"0dfff04a0b29fc8b59635f986ca16f9d\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/content-directory/settings-page.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a76217adcef394d9db95f2c075dff584\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/content-directory/utility.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"c1bae01660e5ea0ffd6f7c1b73849114\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/core/active.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"8ee72ab5d6f447ea73bcbed0b559766d\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/core/class-itsec-core-admin.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"81df7e832f94163105b693e9e747cbc2\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/core/img/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/core/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/core/init.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"1a401774b1e9a83f884073ff3ae0a934\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/core/js/index.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/core/js/mc-validate.js\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"da377be172ed4b9322260112887f5b62\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/core/settings.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"356445a023a052f59f950c618bf191db\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/core/setup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"1d2612a098ca49f4826d0928befbad8b\";}s:98:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-backupbuddy-cross-promo.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"e13b41209da00b9044484311362bb8bf\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-mail-list-signup.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"4850615abe7ab5b82d53b843089b8d59\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-pro-upsell.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"32355d45be83f363f8ec70be4c1e5f94\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-support.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"ab04b93afca5f3ed25d33ca12b067a74\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/core/sidebar-widget-sync-cross-promo.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"2fe96234bd36cadf125e0371a1f1d18b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/core/validator.php\";a:2:{s:1:\"d\";i:1465333132;s:1:\"h\";s:32:\"ef1ffebcb18eb035abce6c6d53a8ffb3\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/init.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"177ae800d80f5897c27b556cf39f29c7\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/settings-page.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"04bdfb16d7c5d6d005d7fa89bfdbfa37\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/database-prefix/utility.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"54da1ce4728c907c3751a090add185ae\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-change/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"957777c629067569779d2fa705320e0b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/admin.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"daa55b088a7e4501620387ee2b2f8bac\";}s:114:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-ithemes-sync-verb-itsec-perform-file-scan.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"f476345d24bfee8d40fc062058e10ede\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change-log.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"2779419bda531bcd7ea85cc2682e95f8\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/file-change/class-itsec-file-change.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"62f4d53c5a939db7642eff5438ad5f6c\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-change/css/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/file-change/css/settings.css\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"b898e370555960d5799e2e0ceb51a1ef\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/file-change/images/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/file-change/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e00ecfa754513a0ffcf5f052218b4576\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/admin-file-change-warning.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"892b85a2b487aeb8f07ece552a6f8924\";}s:91:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/images/index.php\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/images/spinner.gif\";a:2:{s:1:\"d\";i:1465333133;s:1:\"h\";s:32:\"9a8269421303631316be4ab5e34870e1\";}s:84:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:93:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/jqueryFileTree.css\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"60f395cd20597c1609bea2fc572d3d4d\";}s:92:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/filetree/jqueryFileTree.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"36548e752f6a754125c83b86afed099f\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/script.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"f279b3c5267bc6b31f6e4cb52a805999\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/file-change/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"3cef7c8e855632707d271165c10b4f16\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/file-change/scanner.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"198e070132713c4459853e53d02c7814\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/file-change/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"d1e19506c36fa05a69b6706c11975b34\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/file-change/settings.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"b493ba8f85a9b87fd940493d184005ab\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-change/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"6df291012adbb1619dee08b82c44e7c4\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-change/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"198939370999f2386d63b19ef99facf3\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8ef59131ab56da88c34a705daaa1d5d9\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/file-permissions/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"924b5049a99b2fc7b280598a25f1a27b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-writing/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/file-writing/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"fc8ac4fb51731b6c28fe9292fe759795\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/file-writing/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"29f75bee246ecb8ed65417f1cf5b8734\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/file-writing/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/global/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"936d49960612316778e1639ac5610319\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/global/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/global/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e283b9375ecf74b6e5301d96e0c62d96\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/global/js/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/global/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"cb56c78b6dbe95bc1635d566a1c6f405\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/global/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"df2cc3368081ea8efa8211b50dd9cdef\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/global/settings.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"4268a2e1ef1ab4d372625d8dc58b8fff\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/global/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"7111757fafd6ec277f5b4d45d30c9b5f\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/global/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"1f9fc8aa51b44be62687a82727aa6491\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/active.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8b70beeec3ff2d7e1e172c369559e1db\";}s:92:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/class-itsec-hide-backend.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"e8d6827891345d4f023d5f4f3dbff518\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/config-generators.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"8ee901777279fe6dc20b2dbb53341163\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/index.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/init.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"68439352a68cd619bfac3c6e24405fca\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/settings-page.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"472d6f2903bc612e522becc2eab80652\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"cdc5c94f6f18517fa0b46efe088099d0\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/setup.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"ec5c9aed8309867aa0af6b2a3098ad52\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/hide-backend/validator.php\";a:2:{s:1:\"d\";i:1465333134;s:1:\"h\";s:32:\"722f6b99e3a48645e3a18d2940f1cf8a\";}s:60:\"wp-content/plugins/better-wp-security/core/modules/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"aa0c83580921333d664322b693fa757b\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/class-itsec-ipcheck.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3d33e01f517f8ab2eaefa4c1e4040b18\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"95de3f4cd65d703cbac1a7c0050a6a63\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/js/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"4834b7b6127ebd3d55afb16e9c78364e\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"e413178b74bf6bfacf392f6a16eb4d3c\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"f7eb6d20cfe18bc4211b604b72aa10dd\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"7c91a982c5e560d321f70175559a49e8\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/utilities.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"d4f962f5dad5900047cc6798e3fec9e8\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ipcheck/validator.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3ef6b8075c1efc155b6820979854844b\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/malware/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"ac84cbab30ae5e7bdae8274f531641d0\";}s:108:\"wp-content/plugins/better-wp-security/core/modules/malware/class-ithemes-sync-verb-itsec-do-malware-scan.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"fbfffe0d3e8606acb1e22f9dcc7a15f5\";}s:113:\"wp-content/plugins/better-wp-security/core/modules/malware/class-ithemes-sync-verb-itsec-get-malware-scan-log.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"1981ab27fd0f1ea55d67fab8c768bd22\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-log.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"90de3268c8483641c00912db5ef61776\";}s:104:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-scan-results-template.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"8e633b9a6aaf299f4b5680d8a928aa52\";}s:90:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware-scanner.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b5b046332dbb139cc02b67d9aa2ac64a\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/malware/class-itsec-malware.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"270f395e88e592ec7134b9ee128b89f4\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/malware/css/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/malware/css/malware.css\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"130f95a10299b27581f05f9e122b95a0\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/malware/css/settings.css\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"130f95a10299b27581f05f9e122b95a0\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/malware/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/malware/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"30aa8db7be0c3dc41642b5daf5279082\";}s:71:\"wp-content/plugins/better-wp-security/core/modules/malware/js/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/malware/js/malware.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"f1a1e9af4d9efffed71bb76b97d07ad6\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/malware/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a93c0500ba0db76d423da34badee2575\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/malware/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"c959e171a3d7ae807f317163184f3959\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/malware/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"690539d225d347cdd5f40ea461488d65\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"15a693142b639bebe480363cf1eb4a9d\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/class-itsec-multisite-tweaks.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"fd6919df594a28cd5e2753736cebf10d\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"e4c334ad140fed3b5e298291a7cfb4f6\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"c9e83ed2386cb0e415eb6a26d33959be\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"4f042b651ccc0e0237779a84e972266a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b0d1fc05a146b839c3b3df6b4ab01871\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/multisite-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"3b6cf5ffa0304d31e2fbd128547f65d6\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/pro/index.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:63:\"wp-content/plugins/better-wp-security/core/modules/pro/init.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"44827eecb56f31dadf5310fbef808572\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/pro/settings-page.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"b315ef6332aedac700edbc968d4b0fd8\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/pro/setup.php\";a:2:{s:1:\"d\";i:1465333135;s:1:\"h\";s:32:\"5a6f1078eeae438be029b115e418873c\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/salts/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"ce407ff5715c837d02b1aba7975bf512\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/salts/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/salts/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"d08b62e204f0f80c1433268aa13bcb3a\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/salts/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"bb8917f14c87fcddf65fcc792f5bc90f\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/salts/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"7846b860564da007e3bb44eae95a7ed3\";}s:66:\"wp-content/plugins/better-wp-security/core/modules/salts/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"08088815347a2411f008bf77b2e8c573\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/salts/utilities.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"8e60dbabe8a72671114bd955cd8bdca8\";}s:70:\"wp-content/plugins/better-wp-security/core/modules/salts/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3d6e9f7e9ff78590df02413587605b86\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/activate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"ee71fb06c2300e28351dfbfb6ae69e97\";}s:65:\"wp-content/plugins/better-wp-security/core/modules/ssl/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"f89e1edc7be7af2e875e67c21ad8f662\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/ssl/class-itsec-ssl-admin.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e4be18355fcc7ecbfc2eab5b7bfb5d0c\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ssl/class-itsec-ssl.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"af020e5da6b9e8fb01ca88b35f9fa39d\";}s:69:\"wp-content/plugins/better-wp-security/core/modules/ssl/deactivate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"148c35ecb0ee92a25117c65e280eda80\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/ssl/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:63:\"wp-content/plugins/better-wp-security/core/modules/ssl/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"42fbd938ba979b51e1a0ec250b60f45d\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/js/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/ssl/js/settings-page.js\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"eccf7c9a69dc80496f79189e336cec73\";}s:72:\"wp-content/plugins/better-wp-security/core/modules/ssl/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"5805857285e8550d09f8ea089e0845e0\";}s:67:\"wp-content/plugins/better-wp-security/core/modules/ssl/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3f920d710b7160f081f452adfa7428aa\";}s:64:\"wp-content/plugins/better-wp-security/core/modules/ssl/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"0b4c9f73e19eaa67f5d6c3b6b0b51063\";}s:68:\"wp-content/plugins/better-wp-security/core/modules/ssl/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"237941a55ec15c62219bfcfec70aa200\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b61b014bb7e632a134922f71b211f456\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/class-itsec-strong-passwords.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"2c4a066ab9512b2c26113bbc691b19eb\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b22d048d3a0ad5d86018f60905a4d000\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/js/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/js/script.js\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a925b8a5600bec12120ff7e88089526b\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"85028e176c3ae42c8623839047556779\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"191076abf2c891d235a00991478b863a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"1d5b8b64c956276f95a42a04809c9b3b\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/strong-passwords/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"7c1b67f73a5ff55eddfdb0cb8d7c8c9b\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/activate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c028cc2b3058437a109a177b36c40f34\";}s:75:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"3778470393a87b7e373320ac7bd4c589\";}s:94:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/class-itsec-system-tweaks.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e0052f9ebf6c56cb1434912d24d619c2\";}s:86:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/config-generators.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c314ad62ba3b996d81afd8461fa4f8b8\";}s:79:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/deactivate.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"64b65c1e19cf17eb91417c27b3b2426f\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:73:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"c7d8ab474fe12a38a4b44e0a0d16e099\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"68e2de2224d174af2c966725d5fc7b1a\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"b0bbf56e6f7a5a066913fe31e9b21ede\";}s:74:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"709e4d670ac738eb766fe83c16287469\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/system-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"26ecebfca4e9991ac2799fb169ea7f85\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/activate.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"15f144ec7d33b7ed1e3b37cfbc860a7c\";}s:78:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/active.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"36ac85d1fbcac8a1dd9ac999c039d3ab\";}s:100:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/class-itsec-wordpress-tweaks.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"f12fa5c5760680d69d0fba03b338278c\";}s:89:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/config-generators.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"e63fcf20410234833a924dd2e291eb39\";}s:82:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/deactivate.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"54aa496c6107d14d119092aa0c30bab1\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a5eb3a234af13e4af877ef721778894b\";}s:76:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/init.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c85ec1b6faf1f76d0d732cafea4c3259\";}s:102:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page-multisite-tweaks.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"c9e83ed2386cb0e415eb6a26d33959be\";}s:99:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page-system-tweaks.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"68e2de2224d174af2c966725d5fc7b1a\";}s:85:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings-page.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"ccf1929d5e61b7acf34f5f2814521608\";}s:80:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/settings.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"81012946659b1db9060ad1eef39de252\";}s:77:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/setup.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"72c585e2faa5e9fccccb59675062bbde\";}s:81:\"wp-content/plugins/better-wp-security/core/modules/wordpress-tweaks/validator.php\";a:2:{s:1:\"d\";i:1465333136;s:1:\"h\";s:32:\"5b8a6f3ccfe837ea9e0eeadc0d51afe2\";}s:75:\"wp-content/plugins/better-wp-security/core/show-multiple-version-notice.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"614ae85a21ef48d51dee055c1cc2d726\";}s:77:\"wp-content/plugins/better-wp-security/core/sidebar-widget-active-lockouts.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"f62df54a1374136cf1f69e6d8dd69d77\";}s:76:\"wp-content/plugins/better-wp-security/core/sidebar-widget-temp-whitelist.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"62413d65cb9f90675c9c49c305d759d3\";}s:49:\"wp-content/plugins/better-wp-security/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"137d3510f78029e2f2b78d8df2defdbe\";}s:47:\"wp-content/plugins/better-wp-security/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:68:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.eot\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"806a53b830f29c4e1a92398a5233dbce\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.svg\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"80804bef4ecda4805e6f87f9325a77af\";}s:76:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.ttf\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"3638c3971bed7ade6547754a896668e8\";}s:77:\"wp-content/plugins/better-wp-security/lib/icon-fonts/fonts/ithemes-icons.woff\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"1849448daea1ad4ba5d53cc439b2e773\";}s:64:\"wp-content/plugins/better-wp-security/lib/icon-fonts/history.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"a1314384f4d9242b5ffef5a365473efa\";}s:67:\"wp-content/plugins/better-wp-security/lib/icon-fonts/icon-fonts.css\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"07a63c161dc5e944dd1450699dd47ebb\";}s:62:\"wp-content/plugins/better-wp-security/lib/icon-fonts/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"edd44fb57046348bb90a9bca014b6b4f\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/init.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"daf9ccc98e1dd336debfd9523d34f9ce\";}s:61:\"wp-content/plugins/better-wp-security/lib/icon-fonts/load.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"7a36ea8313f8bdbd123c037f75b0e3e6\";}s:51:\"wp-content/plugins/better-wp-security/lib/index.php\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"56d4439768678cd301f9a9f140f9440b\";}s:48:\"wp-content/plugins/better-wp-security/readme.txt\";a:2:{s:1:\"d\";i:1465333137;s:1:\"h\";s:32:\"6712c5368e9a512f695bbf0f9a26d23d\";}s:61:\"wp-content/plugins/body-class/body-class-by-url-parameter.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"e111cc32e37e84b9721971db5ca3b951\";}s:39:\"wp-content/plugins/body-class/index.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"5e94ebe97612121aaa1bfa057fe62294\";}s:42:\"wp-content/plugins/body-class/settings.php\";a:2:{s:1:\"d\";i:1664187527;s:1:\"h\";s:32:\"bc37ff090284aa88baec1a58ce269542\";}s:49:\"wp-content/plugins/contact-form-7/admin/admin.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"5a77b57f56dcef5ee4609d1821adc9e8\";}s:58:\"wp-content/plugins/contact-form-7/admin/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"9316f9d92133f8c51e2895d703711bee\";}s:54:\"wp-content/plugins/contact-form-7/admin/css/styles.css\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"f8e9b05886f00b9771b5703282a19160\";}s:61:\"wp-content/plugins/contact-form-7/admin/edit-contact-form.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"6b9871c3e728d0136a9ff1fcd9c43ced\";}s:68:\"wp-content/plugins/contact-form-7/admin/includes/admin-functions.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"76c909279ecfec847fc0fe22cc7da934\";}s:83:\"wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"11b7fe352c6ee6de14b06363fc8ca2a0\";}s:59:\"wp-content/plugins/contact-form-7/admin/includes/editor.php\";a:2:{s:1:\"d\";i:1465333108;s:1:\"h\";s:32:\"d6dcf76fb473749a9100698b0855becc\";}s:62:\"wp-content/plugins/contact-form-7/admin/includes/help-tabs.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"4e80acf14a4af0472e016fce451e11ff\";}s:66:\"wp-content/plugins/contact-form-7/admin/includes/tag-generator.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"572aaaf7737047bb4ffff77dc1147032\";}s:53:\"wp-content/plugins/contact-form-7/admin/js/scripts.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"a0bd9c1336ac95cc4d308bef46848113\";}s:59:\"wp-content/plugins/contact-form-7/admin/js/tag-generator.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2775fa5d8c4152f954e04abff65540ea\";}s:56:\"wp-content/plugins/contact-form-7/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"af962b37779a443a77ab836b3b7a93f5\";}s:59:\"wp-content/plugins/contact-form-7/includes/capabilities.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"6484f207c2029b129c53d1e09b3cb59f\";}s:63:\"wp-content/plugins/contact-form-7/includes/config-validator.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3521da852a1b3a452b1b1d4bea5052f4\";}s:68:\"wp-content/plugins/contact-form-7/includes/contact-form-template.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"c8727e1a069108df365af43016d965e3\";}s:59:\"wp-content/plugins/contact-form-7/includes/contact-form.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"15bbc7dc43fb162e58b9f80aabe8c9c0\";}s:57:\"wp-content/plugins/contact-form-7/includes/controller.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"855f9ab7800a6c01a2659a8f52bcaf17\";}s:61:\"wp-content/plugins/contact-form-7/includes/css/styles-rtl.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"515d4bdbca19494847b979264c3d39e2\";}s:57:\"wp-content/plugins/contact-form-7/includes/css/styles.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"7c88da3fc9b78c9ec34a880f3da7aa4b\";}s:57:\"wp-content/plugins/contact-form-7/includes/formatting.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"891db4cc50ac6360036d4c2696067d5c\";}s:56:\"wp-content/plugins/contact-form-7/includes/functions.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3c74e7636a2bca98633e72d23686c9c0\";}s:58:\"wp-content/plugins/contact-form-7/includes/integration.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"0455f0546a01b65ae4bc563d21514a82\";}s:101:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:87:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"d172b560b073f3bc42fea160bbff96a2\";}s:91:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"60f0405edd95e7135ec6a0bbc36d1385\";}s:93:\"wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"2c238464ee5deea4320eada193f15378\";}s:60:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"08a24670beb2eae7ef79a6d5ac23874b\";}s:64:\"wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"f448c593c242d134e9733a84c7a4d26c\";}s:56:\"wp-content/plugins/contact-form-7/includes/js/scripts.js\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"3de2ff2655aff2237a038c6677aff44a\";}s:51:\"wp-content/plugins/contact-form-7/includes/l10n.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"7f5a157d89298c87f531da9283a6a97e\";}s:51:\"wp-content/plugins/contact-form-7/includes/mail.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"be7be8f887027a6ecc380fd1293ee8c2\";}s:51:\"wp-content/plugins/contact-form-7/includes/pipe.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"2ee6fd182c42107fb3efdbdf777b8a93\";}s:57:\"wp-content/plugins/contact-form-7/includes/shortcodes.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"945b16ee205719d93ccc4e34b720b36c\";}s:57:\"wp-content/plugins/contact-form-7/includes/submission.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"09970e7f820c3b293e398c504e90ac02\";}s:54:\"wp-content/plugins/contact-form-7/includes/upgrade.php\";a:2:{s:1:\"d\";i:1465333110;s:1:\"h\";s:32:\"af77155353989ce7a325c634490ea4b5\";}s:57:\"wp-content/plugins/contact-form-7/includes/validation.php\";a:2:{s:1:\"d\";i:1465333109;s:1:\"h\";s:32:\"b8b09285f6f97d37bccf124aea121904\";}s:62:\"wp-content/plugins/contact-form-7/languages/contact-form-7.pot\";a:2:{s:1:\"d\";i:1465333111;s:1:\"h\";s:32:\"9631c8507c857a6ac37e55a0d3801534\";}s:54:\"wp-content/plugins/contact-form-7/languages/readme.txt\";a:2:{s:1:\"d\";i:1465333111;s:1:\"h\";s:32:\"755aeace57344fe2433ed1cca63a05ae\";}s:45:\"wp-content/plugins/contact-form-7/license.txt\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6c1f8c760ec5ec6918852cd23c2cd1e7\";}s:56:\"wp-content/plugins/contact-form-7/modules/acceptance.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"ff9729e446bcebb73944f2e1fa9f90bb\";}s:53:\"wp-content/plugins/contact-form-7/modules/akismet.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"48168b156c2cc22dfaa27dd8c2b1b792\";}s:54:\"wp-content/plugins/contact-form-7/modules/checkbox.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"a84bb6a56e59a7833de49967d34705fd\";}s:51:\"wp-content/plugins/contact-form-7/modules/count.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"3e9619295b1ee6db956f7f41f4e4f962\";}s:50:\"wp-content/plugins/contact-form-7/modules/date.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"fa8ff349f9e4be15eaf77eb5332f3926\";}s:50:\"wp-content/plugins/contact-form-7/modules/file.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"256cec87cafb0ed027a8f62836bf48c9\";}s:54:\"wp-content/plugins/contact-form-7/modules/flamingo.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"3d58b773fd65289965d9bc68ece0aed5\";}s:51:\"wp-content/plugins/contact-form-7/modules/listo.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"d775cb97fc17c5af8cea7c043a5a0790\";}s:52:\"wp-content/plugins/contact-form-7/modules/number.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"8ead4151c5dd6037f274cb40fcc67d4d\";}s:50:\"wp-content/plugins/contact-form-7/modules/quiz.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"4370e335e3e3169a9e3b59b2c078713e\";}s:67:\"wp-content/plugins/contact-form-7/modules/really-simple-captcha.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"c99b7a4ed2c3615ed3c997f41e367241\";}s:55:\"wp-content/plugins/contact-form-7/modules/recaptcha.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6592c120ebb9c0d96879bd8f13fbb685\";}s:54:\"wp-content/plugins/contact-form-7/modules/response.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"e554c2087e630d735c702e44602f4a54\";}s:52:\"wp-content/plugins/contact-form-7/modules/select.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"e6f24db78e92bf060067c7f5758efb82\";}s:52:\"wp-content/plugins/contact-form-7/modules/submit.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"294287dfca790843328ff550a7d34aeb\";}s:50:\"wp-content/plugins/contact-form-7/modules/text.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"691a795830129442f7aa3f1283253e87\";}s:54:\"wp-content/plugins/contact-form-7/modules/textarea.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"107d8005feb3ea05015d7b63b0a983d0\";}s:44:\"wp-content/plugins/contact-form-7/readme.txt\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"6ccd6c0febccdfa7b885a026b234af07\";}s:46:\"wp-content/plugins/contact-form-7/settings.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"1d02d81349c912f05bb8a2a127abd854\";}s:47:\"wp-content/plugins/contact-form-7/uninstall.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"61be2af9e9463a04d3140773e39e7bee\";}s:55:\"wp-content/plugins/contact-form-7/wp-contact-form-7.php\";a:2:{s:1:\"d\";i:1465333112;s:1:\"h\";s:32:\"0023b41dd069eeb2681d75ebc6067708\";}s:52:\"wp-content/plugins/easy-columns/css/easy-columns.css\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"9a762d0947d13acb4230d149cc176cd4\";}s:56:\"wp-content/plugins/easy-columns/easy-columns-options.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"054d70d94c5422f4aeb62132bca00c86\";}s:48:\"wp-content/plugins/easy-columns/easy-columns.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"e04d0dcd455c62e16273218dc07bd513\";}s:42:\"wp-content/plugins/easy-columns/readme.txt\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"79f80179bd2030bb2ed82bb9a97a1dd4\";}s:56:\"wp-content/plugins/easy-columns/tinymce/editor_plugin.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"00728e558b51ffce3cfe4c61eead324b\";}s:51:\"wp-content/plugins/easy-columns/tinymce/langs/en.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"617c2098daf3a2813cf645951acedff8\";}s:54:\"wp-content/plugins/easy-columns/tinymce/langs/en_en.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"01c19d7578f460d7bdfbffbcf6f4a556\";}s:54:\"wp-content/plugins/easy-columns/tinymce/langs/en_US.js\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"01c19d7578f460d7bdfbffbcf6f4a556\";}s:50:\"wp-content/plugins/easy-columns/tinymce/window.php\";a:2:{s:1:\"d\";i:1437240462;s:1:\"h\";s:32:\"102f0c50e2bbf5971da21c06bae90481\";}s:68:\"wp-content/plugins/elegant-themes-updater/elegant-themes-updater.php\";a:2:{s:1:\"d\";i:1436911378;s:1:\"h\";s:32:\"ac3ba22fbf72bbe90b4bdf3e9d8567c2\";}s:28:\"wp-content/plugins/index.php\";a:2:{s:1:\"d\";i:1412276839;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:39:\"wp-content/plugins/newsletter/admin.css\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"b72558707c65c10f4f4b04dd6a13f2a9\";}s:38:\"wp-content/plugins/newsletter/admin.js\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"303df206e4fab20bbf09e0d7ab1f05d2\";}s:41:\"wp-content/plugins/newsletter/api/add.php\";a:2:{s:1:\"d\";i:1465333157;s:1:\"h\";s:32:\"ec2c445d47654b1684fb55e33d29e55b\";}s:44:\"wp-content/plugins/newsletter/api/delete.php\";a:2:{s:1:\"d\";i:1465333157;s:1:\"h\";s:32:\"e194fe085414148b9c29e8292ea3a094\";}s:46:\"wp-content/plugins/newsletter/css/dropdown.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"5883efb71f81ca31349d5e539fc713aa\";}s:57:\"wp-content/plugins/newsletter/css/jquery-ui/jquery-ui.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"308772348bb40180861e9a9ed4c2c991\";}s:44:\"wp-content/plugins/newsletter/css/jqvmap.css\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"6cf64fd51cec5a4b607330c9dc9fa29c\";}s:43:\"wp-content/plugins/newsletter/do/change.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"9ddb6a47f3b812866a31498f55c93981\";}s:44:\"wp-content/plugins/newsletter/do/confirm.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"b3622e9a182e29d0333f7f8fc856bd3a\";}s:44:\"wp-content/plugins/newsletter/do/profile.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"355da9b24c7ea26e2adba655e83d29e9\";}s:41:\"wp-content/plugins/newsletter/do/save.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"610efd230eb59034f66a84c6fe1568dd\";}s:46:\"wp-content/plugins/newsletter/do/subscribe.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"ba413dbdeb305210460d0a6ebfae57c4\";}s:49:\"wp-content/plugins/newsletter/do/subscription.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"43f159f04c72e9dc0526129ce6858459\";}s:43:\"wp-content/plugins/newsletter/do/unlock.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"398e7a79ce8426f9f9064ed9fe02d5bb\";}s:48:\"wp-content/plugins/newsletter/do/unsubscribe.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"62add7b1bdb5a7faaa7b74432808b3aa\";}s:51:\"wp-content/plugins/newsletter/do/unsubscription.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"890fb481fbfe97e5cbfccece5c3e1cf0\";}s:41:\"wp-content/plugins/newsletter/do/view.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"dd3d10812e7076ac1c99024f8c8eb395\";}s:40:\"wp-content/plugins/newsletter/editor.css\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"5b9d9b4adbfac5540493f385278a17e4\";}s:47:\"wp-content/plugins/newsletter/emails/create.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"2ec233e391a271524544e963e972fe0e\";}s:44:\"wp-content/plugins/newsletter/emails/css.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"639a764a78ed2d40d7633ab23e0402ff\";}s:45:\"wp-content/plugins/newsletter/emails/edit.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"932b102418a908d867a547d110c3dd8c\";}s:47:\"wp-content/plugins/newsletter/emails/editor.css\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"631174313f8ab7dab821b042a91acd37\";}s:47:\"wp-content/plugins/newsletter/emails/emails.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"fe7437325d209d69088529ebf0078119\";}s:46:\"wp-content/plugins/newsletter/emails/index.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"f4735c0b9a3af9babf8fb86e7f3f1e2d\";}s:56:\"wp-content/plugins/newsletter/emails/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"21f14c0ea084af9862d95f92411f8047\";}s:44:\"wp-content/plugins/newsletter/emails/new.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"013c13a02783f70f7a245274e1ad0894\";}s:53:\"wp-content/plugins/newsletter/emails/preview-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"b2abd97a828a7967afc6d467ded24f9b\";}s:48:\"wp-content/plugins/newsletter/emails/preview.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0eeee2b788567db04cbe5bf818bae3f6\";}s:46:\"wp-content/plugins/newsletter/emails/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"f94e5c154531e7b05788e8eae536f574\";}s:67:\"wp-content/plugins/newsletter/emails/themes/blank/theme-options.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"dccb42ba10cdc3fce895b76426277ba0\";}s:64:\"wp-content/plugins/newsletter/emails/themes/blank/theme-text.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:59:\"wp-content/plugins/newsletter/emails/themes/blank/theme.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"b30f0bdc885f8995c58f8ee357cd02b7\";}s:70:\"wp-content/plugins/newsletter/emails/themes/cta-2015/theme-options.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"ef6c84b19339692b6bb79f76f723db1c\";}s:62:\"wp-content/plugins/newsletter/emails/themes/cta-2015/theme.php\";a:2:{s:1:\"d\";i:1465333158;s:1:\"h\";s:32:\"f2917d7f09593b681d136aa0435a5c80\";}s:62:\"wp-content/plugins/newsletter/emails/themes/default/footer.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"53ec64ecffd4287c4b58146da766f0ff\";}s:70:\"wp-content/plugins/newsletter/emails/themes/default/social-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"943a6ac585c880ac9bebb4dd9f57172c\";}s:62:\"wp-content/plugins/newsletter/emails/themes/default/social.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"513bd3ce807b2dfbe4cd166419e543ce\";}s:67:\"wp-content/plugins/newsletter/emails/themes/default/social_main.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"29ff2bc6d1a967dcd9d5a3aa668c92d9\";}s:69:\"wp-content/plugins/newsletter/emails/themes/default/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"ec83bfb7643b74735b573af9804a9f90\";}s:66:\"wp-content/plugins/newsletter/emails/themes/default/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:61:\"wp-content/plugins/newsletter/emails/themes/default/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"c1fe7033ffa6bc2ace78ca8a22039def\";}s:68:\"wp-content/plugins/newsletter/emails/themes/linear/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"631a154e824a69849e6fe81541c30c1c\";}s:65:\"wp-content/plugins/newsletter/emails/themes/linear/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"63f9ba05008e8ea53c112bc4c27002b3\";}s:60:\"wp-content/plugins/newsletter/emails/themes/linear/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"11f31c3ffaff5f79e1065338957bed49\";}s:66:\"wp-content/plugins/newsletter/emails/themes/pint/theme-options.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"a8702ea1a39e7c930f5ff578e29ac7b1\";}s:63:\"wp-content/plugins/newsletter/emails/themes/pint/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"63f9ba05008e8ea53c112bc4c27002b3\";}s:58:\"wp-content/plugins/newsletter/emails/themes/pint/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"e5560bb67c681a8e28a51145f71fe8ea\";}s:68:\"wp-content/plugins/newsletter/emails/themes/simple/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"9a5bcbfffd4119867240bac78b679a39\";}s:65:\"wp-content/plugins/newsletter/emails/themes/simple/theme-text.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:60:\"wp-content/plugins/newsletter/emails/themes/simple/theme.php\";a:2:{s:1:\"d\";i:1465333159;s:1:\"h\";s:32:\"a63496b52e1906769ccd9f5405a23ec7\";}s:69:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"503fef0089ca4e4d41e4da95d5010c81\";}s:66:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"cfcc9b03910512f8ebc9f1ded197fe60\";}s:61:\"wp-content/plugins/newsletter/emails/themes/theme-1/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0634701c19c140ae327612abcf70576e\";}s:69:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"0a7c2dae5666561626a2235906bacf18\";}s:66:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"cfcc9b03910512f8ebc9f1ded197fe60\";}s:61:\"wp-content/plugins/newsletter/emails/themes/theme-3/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"5be7d12dfc6e1c8210a28fe62717df62\";}s:74:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/bg_header_email.gif\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"4c1af1f63769ce2aabebb789ae4466cc\";}s:72:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme-options.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"48d033c6cbe80458fd7a80a61874f11b\";}s:69:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme-text.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"8ea03a85246da0cf68e9dabb89648bba\";}s:64:\"wp-content/plugins/newsletter/emails/themes/vimeo-like/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"fea571d1b629619150f5bcdd01a5d300\";}s:63:\"wp-content/plugins/newsletter/emails/themes/xmas-2014/theme.php\";a:2:{s:1:\"d\";i:1465333160;s:1:\"h\";s:32:\"a06dd04a6bbd8146fe3ef9a19c34138c\";}s:43:\"wp-content/plugins/newsletter/feed/feed.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"2fa0ce0aad6a20e957a43d64d228f876\";}s:44:\"wp-content/plugins/newsletter/feed/index.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"fdd8f94e2662e9318acb7d2a64242b2c\";}s:50:\"wp-content/plugins/newsletter/header-extension.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"00d22ab6e2cf7b52f3604b37cfb1383b\";}s:57:\"wp-content/plugins/newsletter/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:51:\"wp-content/plugins/newsletter/includes/controls.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"eb5cc788cb2dbc4c26a5dc26cd7c732d\";}s:49:\"wp-content/plugins/newsletter/includes/logger.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"c81fb58966d3a740c486b1be9b90a2d7\";}s:49:\"wp-content/plugins/newsletter/includes/module.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"0226ec92e45bbf9cb351e0050f52b887\";}s:48:\"wp-content/plugins/newsletter/includes/store.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"470b20b398e28d9fde959ed1bee18920\";}s:49:\"wp-content/plugins/newsletter/includes/themes.php\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"add71f7e1018b990c47a26543515f74b\";}s:45:\"wp-content/plugins/newsletter/js/Chart.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"7d8fd0c1dc6732675a1bd453a3f643a1\";}s:46:\"wp-content/plugins/newsletter/js/Chart2.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"026d4085509e19c7d64bd8b68eb124a5\";}s:51:\"wp-content/plugins/newsletter/js/jquery.vmap.min.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"801dfe4d589f9458d774233892f317c3\";}s:53:\"wp-content/plugins/newsletter/js/jquery.vmap.world.js\";a:2:{s:1:\"d\";i:1465333161;s:1:\"h\";s:32:\"16677403c0e1bef15de9ba1fec0bbc07\";}s:44:\"wp-content/plugins/newsletter/lock/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"1fc9078312c4ec695446d383f1637f55\";}s:54:\"wp-content/plugins/newsletter/lock/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"b71701cc5b814b962ea855b08ae4f1c3\";}s:43:\"wp-content/plugins/newsletter/lock/lock.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"f2d8d76f9d207fa6a9962e85489d8042\";}s:49:\"wp-content/plugins/newsletter/main/diagnostic.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"560b8072737e6d57f83d84512f9b2e54\";}s:49:\"wp-content/plugins/newsletter/main/extensions.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"06f514ae74222a7365888ba00a812bf4\";}s:44:\"wp-content/plugins/newsletter/main/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"3df7be09421b78c19754f7a966f3abb4\";}s:43:\"wp-content/plugins/newsletter/main/info.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"17084af7ab5e3c2db1142f41e11662ac\";}s:54:\"wp-content/plugins/newsletter/main/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"e6faf468281a0cb513d89449b74d7ed3\";}s:59:\"wp-content/plugins/newsletter/main/languages/smtp-en_US.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"00af3ff80c737f5989405c9d9e0836b3\";}s:43:\"wp-content/plugins/newsletter/main/main.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"f9aab565d372853a3f497800409ea635\";}s:43:\"wp-content/plugins/newsletter/main/smtp.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"9c453fd9affbdc561515652b53472e25\";}s:46:\"wp-content/plugins/newsletter/main/startup.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"92231eb6698ccb27bfabbd016f9ea473\";}s:40:\"wp-content/plugins/newsletter/plugin.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"470139c580bebdca0e6c37a9c010fc51\";}s:40:\"wp-content/plugins/newsletter/readme.txt\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"775a1407d6777e67e9994d1cc82b5e8c\";}s:63:\"wp-content/plugins/newsletter/statistics/css/tnp-statistics.css\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"7b6b3758ea7a7f9f900ec651579e0392\";}s:55:\"wp-content/plugins/newsletter/statistics/images/map.gif\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"4ffa21caa2651ce121031b0c4f705d57\";}s:50:\"wp-content/plugins/newsletter/statistics/index.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"fd424ae02d356af1618943912340b3db\";}s:49:\"wp-content/plugins/newsletter/statistics/link.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"1e4157093dca2f4a958af6c93ae69bd6\";}s:56:\"wp-content/plugins/newsletter/statistics/newsletters.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"ab5a46c0e358ff4badece10a9356ecf8\";}s:49:\"wp-content/plugins/newsletter/statistics/open.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"da79f52d4882a4a5730517736828c6b3\";}s:53:\"wp-content/plugins/newsletter/statistics/settings.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"fa18cc725e0e33fdf7460505cf19ee6e\";}s:55:\"wp-content/plugins/newsletter/statistics/statistics.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"559875afc0449566a809049e90bf4ba3\";}s:58:\"wp-content/plugins/newsletter/statistics/view-retarget.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"a6bb6d4b80e55996f6e451f26f2257b5\";}s:54:\"wp-content/plugins/newsletter/statistics/view-urls.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"ec788925a000a43c65d34bf4a46b2f6a\";}s:55:\"wp-content/plugins/newsletter/statistics/view-users.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"eb8ed1b3d4906554e0d5f82c28fb19f5\";}s:49:\"wp-content/plugins/newsletter/statistics/view.php\";a:2:{s:1:\"d\";i:1465333162;s:1:\"h\";s:32:\"8537d97b7292c18f4665b68d7953f502\";}s:64:\"wp-content/plugins/newsletter/subscription/email-alternative.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"5640b1d8ab9dd63177f1d622ecf94b8f\";}s:53:\"wp-content/plugins/newsletter/subscription/email.html\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"26ad2938161627faf99d66779da5c215\";}s:52:\"wp-content/plugins/newsletter/subscription/email.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"eb0428f26fbe5e787c3273e9885a40b6\";}s:52:\"wp-content/plugins/newsletter/subscription/forms.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"d53bcd3b74ad8af706a80f77b0b4bfb5\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/de_DE.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"5d74d4ef762edaf294d648a7857a2fb9\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"b2489414407a2803601664c958393918\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/es_ES.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"23bd00d2748e957c9c52f898cea5b456\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/fr_FR.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"9a99d829c43f46a28e78697e3c390c3b\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/it_IT.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"38e4e03cc74bc8b6cd87fa41e8cd0c71\";}s:68:\"wp-content/plugins/newsletter/subscription/languages/lists-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"bf59971169f0b2b490ffbb224247f3ae\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/nl_NL.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"4eb82eb35a3c285e5a48ebd0d2baffc6\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/pl_PL.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"24d7c01a16380c312af8bf6b3aa9bf1f\";}s:70:\"wp-content/plugins/newsletter/subscription/languages/profile-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"afbe86dd8e9387736216b850c1b1431f\";}s:70:\"wp-content/plugins/newsletter/subscription/languages/profile-it_IT.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"54cb9617bf50dc1a6609c94237c20551\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/pt_BR.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"2be7879868c4ad0a31ff88c09ff3bc96\";}s:62:\"wp-content/plugins/newsletter/subscription/languages/ru_RU.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"98ba14acc0256f5cb6ce94ad0ae30a74\";}s:71:\"wp-content/plugins/newsletter/subscription/languages/template-en_US.php\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"dacc5899890dab9bd242eba6afbaa84b\";}s:52:\"wp-content/plugins/newsletter/subscription/lists.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"167a132dace8a05b068652563cbedec5\";}s:54:\"wp-content/plugins/newsletter/subscription/options.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"3bbd335d5ffc7d37ff814162fc7f2b68\";}s:63:\"wp-content/plugins/newsletter/subscription/page-alternative.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"50b8f2d998f3e3d24a0751fdb6b5a5d1\";}s:51:\"wp-content/plugins/newsletter/subscription/page.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"2b930e063280cc6962bd67ff833a45dd\";}s:54:\"wp-content/plugins/newsletter/subscription/profile.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"a250cd29d293f191abb854d11b15044b\";}s:58:\"wp-content/plugins/newsletter/subscription/styles/gray.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"64465ca9c02704b1e2675d0643a11008\";}s:61:\"wp-content/plugins/newsletter/subscription/styles/neutral.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"0a0f00bc0ff56f2a59cdf7f7bb398797\";}s:71:\"wp-content/plugins/newsletter/subscription/styles/shortcode/default.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"7e5984a5d3e2402d6f630e7c36b10a7b\";}s:59:\"wp-content/plugins/newsletter/subscription/styles/white.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"438b5440c9c7748ed88b0f095a5565b2\";}s:68:\"wp-content/plugins/newsletter/subscription/styles/widget-neutral.css\";a:2:{s:1:\"d\";i:1465333163;s:1:\"h\";s:32:\"418f6bddc0b5a2bc81db498a50eab5b0\";}s:59:\"wp-content/plugins/newsletter/subscription/subscription.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"bc371a550f94445810064f968acf0a61\";}s:55:\"wp-content/plugins/newsletter/subscription/template.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"a251f3dfa980dd79d41dd7dc04acc8df\";}s:61:\"wp-content/plugins/newsletter/subscription/unsubscription.php\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"63ccf66abeb448f716c599fa098f13c0\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/langs/en.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"eff36a9433bccea2f3243b1465fe6fe3\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/license.txt\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"0571cf371683742c14f1735079a78e38\";}s:74:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"10a81b39a4bc07a7e804ae1ef9f66956\";}s:78:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"aa975a453aec49d9adedb1765bc4f2b3\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/plugins/fullscreen/fullscreen.htm\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"cbcaf5717e464f248dc44eb0c3bc201a\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"cbfebda03eef4bd608a86827948c4224\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"4b1b187a27aeaa393c9ed5e10a13ce83\";}s:91:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"568d4cf84413656fb72fe39d1dd60f8d\";}s:92:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"19f864cb81177840dcd534df4d537ea3\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"1743ac9f7f2267a6edafefc536a2265d\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"1bc337a20c319e531cda6ced531827d0\";}s:93:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"55298b5baaecb7e06a251db9f0a4b14c\";}s:96:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"0365e75dd4a9ad61dc98dcb641207c21\";}s:94:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"0261136fac58ce77bdbd96aa0194947e\";}s:88:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"f715affab9da63bc26f8c6362a989395\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/plugins/inlinepopups/template.htm\";a:2:{s:1:\"d\";i:1465333164;s:1:\"h\";s:32:\"3d7e3ae05511a9f64c5da924b9e971ba\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/plugins/legacyoutput/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b732a86187723cd9cc32853d67730061\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/plugins/legacyoutput/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"7f7099363a09818d3f6cce860cd8bade\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/plugins/noneditable/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b332a5f8767506024a0f50aa4204b1fe\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/plugins/noneditable/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"273d35e2221889e75f33fd545f77d44e\";}s:61:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/cell.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f427b778a4924154a5e2317ddfd0f567\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/cell.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"56394e6cdb267d97e23a07a98820e84b\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/row.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"81a75523c1e83be93e524c8bb901a089\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/css/table.css\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f5e651f5a32284f1c4e0faa1d7cd5ff4\";}s:69:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/editor_plugin.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"e7de44cae530d8ea7e6f7f9d8c6762f1\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/editor_plugin_src.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"62a2504d5b7a4a25e7139f8e7d9e5f43\";}s:63:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/cell.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"8b0d4a7fe48c2f92c8b9b79dbb12cca1\";}s:70:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/merge_cells.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"3650484c93d6c9a197d03a5c3c3d2e80\";}s:62:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/row.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"9c06d9dec390ebf1a36fb3452a21b1f8\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/js/table.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"d40f217a44315abbf7b958fc76c4f894\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/langs/en_dlg.js\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"ee3484503050cdae74d2cafa7d2e9999\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/merge_cells.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f939ddd56826c0ec3c9e6e9a478346bf\";}s:60:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/row.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"fdfc261a10c0ff0fb3c250295d4f4c35\";}s:62:\"wp-content/plugins/newsletter/tiny_mce/plugins/table/table.htm\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"88fb36057ec1cb1681fed2dcb0b44693\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/about.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"ff135857e9b930d4d4658f92077e051c\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/anchor.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"79d46a2b007b5cb08a3920e922a5da7f\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/charmap.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"be712e4cf08670a1212e9eed2f452693\";}s:71:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/color_picker.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"8db4d59dec910525149039f006a2bb9e\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/editor_template.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"cb4b98cf0cc3e2e0fc9060755195291c\";}s:77:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/editor_template_src.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"7fd3b02e116d215dc6f8ef6886d211c3\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/image.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"2cb986c0cad7efd0592a4d8c35e41f0a\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/flash.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"33adee48d32bbbba3e6412cc54ecf335\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/icons.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"75ad72872bc6280c32609e12fc3b610a\";}s:69:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/iframe.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"a1af02e9ba370f64297087b46e80591e\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/pagebreak.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"48872075f721bf57a517e3275d61c0ba\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/quicktime.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"61da1ff8729ca5016344c4e8eb173369\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/realmedia.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"b9734ee16d790e67bea01046feba28b7\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/shockwave.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"1ce7d48784981aac9d4375cf2effdc4d\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/trans.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/video.gif\";a:2:{s:1:\"d\";i:1465333165;s:1:\"h\";s:32:\"f85c56813ea016a75e496bba50d66ab4\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/img/windowsmedia.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"c327cd167b3a7bc263d908b0d0154ead\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/about.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"606c16492a17240ebded6e9fce75a555\";}s:67:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/anchor.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"da6a28397899bec3570216b2d2106684\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/charmap.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"02f40a38033ef8a0abeac870e5f4eda8\";}s:73:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/color_picker.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"cfc0f59a846661e748cae1c0adca77dc\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/image.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"75df8142a91f0245367e4121a2da7065\";}s:65:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/link.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"71949506dce04e923bbbc2ecc8ab5f1f\";}s:74:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/js/source_editor.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"4cbdfdf929a0949070f4d7ab4818b0f2\";}s:66:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/langs/en.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"58c814313230f1dec07fe45ad5f304e5\";}s:70:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/langs/en_dlg.js\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"3a2c8aed5b7579ae45be6bd2b34ef06b\";}s:63:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/link.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"65c56f5a6d714fdbdc47c68ec9422976\";}s:68:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/shortcuts.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"2bae05c8667b54b9ec019b529e743327\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/content.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"1779499935490440d7a2423157756bc5\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/dialog.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"ab94126c11ff9c79445cc4ad537b2823\";}s:82:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/items.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"d201498a710fc8aac6e117820b9814b7\";}s:87:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"e21752451a9d80e276fef7b602bdbdba\";}s:87:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/menu_check.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"c7d003885737f94768eecae49dcbca63\";}s:85:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/progress.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"50c5e3e79b276c92df6cc52caeb464f0\";}s:81:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/img/tabs.gif\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"6473bbcd0a011e9fcdd9f777ef437410\";}s:75:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/default/ui.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"823d750bb9c2bde55084d322f44b17c1\";}s:85:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/content.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"8294a1222d0ab5fa7520879cc9073e85\";}s:84:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/dialog.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"f6e95a7450471eb7473f8dbc3e6b6581\";}s:80:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/highcontrast/ui.css\";a:2:{s:1:\"d\";i:1465333166;s:1:\"h\";s:32:\"1bdbee2f94594ca00c65b4d6a930bbf6\";}s:77:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/content.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"c696812903368f41cd65616574c81484\";}s:76:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/dialog.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"661f54aa4a283b67c0acd25f91f2f213\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"a108668128c143e61bc44990dff89fe6\";}s:78:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui_black.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"ba8d82d9bff6e2854b29b1f97ead05fe\";}s:79:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"b42c7d51247d02ddca437a1661e748e5\";}s:72:\"wp-content/plugins/newsletter/tiny_mce/themes/advanced/source_editor.htm\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"42f3a13b55ffcf7c2d3ab768012abfcc\";}s:50:\"wp-content/plugins/newsletter/tiny_mce/tiny_mce.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"5d3836e06f9911d061396474b2942f73\";}s:56:\"wp-content/plugins/newsletter/tiny_mce/tiny_mce_popup.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"554bc76c70351187f4ce05ddc012aaed\";}s:64:\"wp-content/plugins/newsletter/tiny_mce/utils/editable_selects.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"e760eb21f60892a1ef2298da7df313e5\";}s:58:\"wp-content/plugins/newsletter/tiny_mce/utils/form_utils.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"579b2803ffca7953c50f53dcbef5df7e\";}s:54:\"wp-content/plugins/newsletter/tiny_mce/utils/mctabs.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"51b9bfe349fe76204ac5b65254bbef6f\";}s:56:\"wp-content/plugins/newsletter/tiny_mce/utils/validate.js\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"bfbaf5dc8058ff772afe2d87f4e82fbf\";}s:44:\"wp-content/plugins/newsletter/tnp-footer.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"b23fcc0aeb5fae8f5dbc29957acc16f2\";}s:44:\"wp-content/plugins/newsletter/tnp-header.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"c9eeddceddbcecbe5d8b6eedfc1f1b85\";}s:43:\"wp-content/plugins/newsletter/users/csv.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"d9419716594e3c6d82ed59f691ea7704\";}s:44:\"wp-content/plugins/newsletter/users/edit.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"bc62e94f4580da3a1244970c3b08fa9e\";}s:46:\"wp-content/plugins/newsletter/users/export.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"de42f9eb8cc9bf94b99e29e04d505f24\";}s:46:\"wp-content/plugins/newsletter/users/import.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"e501acd173c1f4a0f3f8095dfee4540e\";}s:45:\"wp-content/plugins/newsletter/users/index.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"abe4643d65e33b32552532265c6590ab\";}s:47:\"wp-content/plugins/newsletter/users/massive.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"6322d61fd7b468fa06bf35aa5c02d87a\";}s:43:\"wp-content/plugins/newsletter/users/new.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"bfc79cdbe6153961e7580271db777156\";}s:60:\"wp-content/plugins/newsletter/users/statistics-countries.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"eee20fc09ed5e04ed0326dad2eece016\";}s:55:\"wp-content/plugins/newsletter/users/statistics-time.php\";a:2:{s:1:\"d\";i:1465333167;s:1:\"h\";s:32:\"dbb5cffdd1a1025de069212372790967\";}s:50:\"wp-content/plugins/newsletter/users/statistics.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"f242fa25c178b0259641bd8042d1116a\";}s:45:\"wp-content/plugins/newsletter/users/users.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"ec14051cf45eb1b2e9db12966f6fd83b\";}s:40:\"wp-content/plugins/newsletter/widget.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"cad4e8a64c53f143b3ff88b6379b3eb0\";}s:42:\"wp-content/plugins/newsletter/wp/index.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"2980a066c2f1d11403397fb336b98c65\";}s:52:\"wp-content/plugins/newsletter/wp/languages/en_US.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"083c377116a4d5f0e13e484e54b6b262\";}s:39:\"wp-content/plugins/newsletter/wp/wp.php\";a:2:{s:1:\"d\";i:1465333168;s:1:\"h\";s:32:\"503856078605d40f6ce77f1d30689cee\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"66b0fd52ec23015f5e53e0c52212c385\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"03ca29844a7db9b018b2dd4de50be6d6\";}s:61:\"wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"c8b88a8ecf5f6f93052fb2d1628438d5\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"35d3e33e121e23b67a02f137bef01d74\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"f56e7d3d12b77bf6a567fba3e5cdc10d\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"38a591dcca7e25aec98758df29d630a3\";}s:63:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"a6b2e3de4519ac6e39e0613a2cafda2d\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"06e5db0cd0987ca21d967907a889bfdf\";}s:62:\"wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"6ff06b9791bba2ce044fbd6035770b9e\";}s:64:\"wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"d4be2f9d495f622a267ae1b36fe9fe7a\";}s:60:\"wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"96fb5b00bafea4e94057a9ad431dfb4c\";}s:56:\"wp-content/plugins/really-simple-captcha/gentium/OFL.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"d8c342c18d7113c278e5384c5db656f5\";}s:52:\"wp-content/plugins/really-simple-captcha/license.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"b234ee4d69f5fce4486a80fdaf4a4263\";}s:51:\"wp-content/plugins/really-simple-captcha/readme.txt\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"8a8f6a2b73fb28f2c1228dc843068b4d\";}s:66:\"wp-content/plugins/really-simple-captcha/really-simple-captcha.php\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"468d02ce97298a52e8b2d281fa823703\";}s:54:\"wp-content/plugins/really-simple-captcha/tmp/index.php\";a:2:{s:1:\"d\";i:1441165780;s:1:\"h\";s:32:\"96137494913a1f730a592e8932af394e\";}s:61:\"wp-content/plugins/revslider/includes/external/page/.htaccess\";a:2:{s:1:\"d\";i:1665801278;s:1:\"h\";s:32:\"bb275019cd5238b817253f9c1a71293b\";}s:61:\"wp-content/plugins/revslider/includes/external/page/index.php\";a:2:{s:1:\"d\";i:1665801278;s:1:\"h\";s:32:\"ebfac83b035b9a117b5d1d06c2c0761b\";}s:40:\"wp-content/plugins/updraftplus/admin.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"4242d52ef8fb5abfb86a07ad72c653e7\";}s:41:\"wp-content/plugins/updraftplus/backup.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"7b3da2d3f476860ee1f3007434a2050e\";}s:52:\"wp-content/plugins/updraftplus/central/bootstrap.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"d727c64d703c903394e321ba43d36abb\";}s:51:\"wp-content/plugins/updraftplus/central/commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"e738bd18acfc513d3ec3852e92951b72\";}s:56:\"wp-content/plugins/updraftplus/central/core-commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"65217a90f50b38e9e0d6d371871cfd44\";}s:51:\"wp-content/plugins/updraftplus/central/listener.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"784f0081a9ec2e0b9366c050502fef09\";}s:63:\"wp-content/plugins/updraftplus/central/updraftplus-commands.php\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"c83c98615e576543dc65e360951fe69f\";}s:44:\"wp-content/plugins/updraftplus/changelog.txt\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"059bd437266ae581401142d769b35306\";}s:52:\"wp-content/plugins/updraftplus/class-updraftplus.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"9daf0f3f25a567c6159a3312aa80a246\";}s:44:\"wp-content/plugins/updraftplus/class-zip.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"cadc4cd91dac2b8d2863861f16ca058e\";}s:48:\"wp-content/plugins/updraftplus/clean-composer.sh\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"f009f17c1cef1d45287a0597d64af218\";}s:44:\"wp-content/plugins/updraftplus/composer.json\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"02bee7ad83137f80e5b61b7963d82d17\";}s:44:\"wp-content/plugins/updraftplus/css/admin.css\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"4770037bbb53bcd289ecc416f96fbffd\";}s:50:\"wp-content/plugins/updraftplus/example-decrypt.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"dce192b481a7319b802d7643319b7b4a\";}s:57:\"wp-content/plugins/updraftplus/images/udlogo-rotating.gif\";a:2:{s:1:\"d\";i:1465333228;s:1:\"h\";s:32:\"ea3a5a5d7a134732d08668472e192cec\";}s:50:\"wp-content/plugins/updraftplus/includes/cacert.pem\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"dc482ed2e58f906a1a4dac0a52deddaf\";}s:68:\"wp-content/plugins/updraftplus/includes/class-partialfileservlet.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"81cf165fb0349099b92f084628011883\";}s:59:\"wp-content/plugins/updraftplus/includes/class-semaphore.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"4f044f632a647ea650716c35dfa18b67\";}s:55:\"wp-content/plugins/updraftplus/includes/class-udrpc.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"478e3671289d8f92a5e2405cd2c33556\";}s:65:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"c0f6c3cff29889b1239071d57e8be04f\";}s:76:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"767f8f21116528aa69e59b3a68d75aa7\";}s:70:\"wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"26a3ab67b1ebbf4b6443febf2ec4b526\";}s:55:\"wp-content/plugins/updraftplus/includes/Dropbox/API.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"cfcaeaa6672448b918d8a3d6ad5cb60b\";}s:61:\"wp-content/plugins/updraftplus/includes/Dropbox/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"d7559e24f9c961662aec196fb76e9f97\";}s:83:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"db5bb309193d85ce8f700cca4978475c\";}s:71:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/Curl.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"9247c101ae9ea86c8ab29e5194cd3527\";}s:76:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Consumer/WordPress.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"8d50048128540b179f2e350c88929a09\";}s:75:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/Encrypter.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"e0423db02a8439589750e50f8a523b45\";}s:82:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/StorageInterface.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"1057e362be03b3a5efdd5cd011a2e339\";}s:75:\"wp-content/plugins/updraftplus/includes/Dropbox/OAuth/Storage/WordPress.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"ad2b0eebf0b1716e1ed8f8fceb3ceb47\";}s:53:\"wp-content/plugins/updraftplus/includes/ftp.class.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"dd9976744c6cb5ea82ad076eeafa7784\";}s:65:\"wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"778a02fcee1c33df6bdf9a1d948ce5f8\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"5da872170e33938931a41c5670bd3d16\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"650aab096ac077d5a54dd230989202bc\";}s:76:\"wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"327ca7d376613dd1cfa7a25d891cdebc\";}s:69:\"wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"cb48a5d14cede8ca98088e58732972a6\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"285e85ef412b20a11296f3eb4372b6a6\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"21b72be75cf2f8e1ef2933618ed30a63\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"3b7a2a4ef2f4348ceb8397c984774099\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"10e0e45068bc781833ab5822b1da36fc\";}s:59:\"wp-content/plugins/updraftplus/includes/Google/autoload.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"f80bcbaa4f9fef432445fc39415321c0\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"99e51011a700c21dbe8c5d2739e3777f\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"4a595e56a6c419ebad142a4ac7b15ef3\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"8055f872cb2a7695c3e04f78ab047166\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Cache/File.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"56c084ec51850e7e6c3ca324d319f154\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"965391ca4735f4e4f6de8fcbef7d722b\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Cache/Null.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"b888f3d054704638fdcd278cd9abc68b\";}s:57:\"wp-content/plugins/updraftplus/includes/Google/Client.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"9212a23f9b6dca48c76f4192b1f605f1\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Collection.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"847913baf9f5e93678ce354df394d671\";}s:57:\"wp-content/plugins/updraftplus/includes/Google/Config.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"6c85f1215738a2eef9b0d5a19c524d5d\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"318afca9f008d35a174bfd9dadc02ff2\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Http/Batch.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"93eb9f356b6b4cbcf6fdbc1926dbde88\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"77c516c34f54d37c132074b16824f278\";}s:71:\"wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"1637b7676d802930acec9eef5508ee95\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/Http/Request.php\";a:2:{s:1:\"d\";i:1465333229;s:1:\"h\";s:32:\"99779c816397c32cd026d230cc3bde64\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/Http/REST.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"bbf5b9ee5255e4228a9f9e6650964a7d\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"f03b8a519e4a20823f603f2432722038\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"a527b93e71b94759d99643641ff3b531\";}s:58:\"wp-content/plugins/updraftplus/includes/Google/IO/Curl.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"08b23cad6ad06623802d945808d5c90f\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/IO/Exception.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"989937d4b02d8ebca1ba18957d0fdf36\";}s:60:\"wp-content/plugins/updraftplus/includes/Google/IO/Stream.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"8d866e1b07045c9a8bbf3c9840deef20\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"273598793ba93d352bded29dcbcfb025\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"c3be97c23fc050aba291a37c7ceb3072\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Logger/File.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"d781f6385fb2f17017daccc640f17d7f\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Logger/Null.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"9dc7ed69671ec82b201e33aafbb9adf4\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"921dd7b30ccf807b5ca636b2cb077dcb\";}s:56:\"wp-content/plugins/updraftplus/includes/Google/Model.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"47d6fda05780f9bba9f3cdc5b98a789f\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Audit.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"c90c3336e1c307a5214c9f6cb0658444\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Container.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"5522ef4cba1318d67f9e3b73a8a7efa9\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"067d86be76b8c6885a58f186d1cf5fc5\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Directory.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"fdd8f45902247f155dd2c16a3b7b9c4e\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Service/Dns.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"3cb9f9a83c6ad210072aee97ab14e28d\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Drive.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"0c174136e26fd506f03692518748b001\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"80af63452d5180e64af33796ce8e19fa\";}s:74:\"wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"3df47de71191face9a2f1b3c029c8079\";}s:73:\"wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"1c0a2db814d38b47cf78d1a075176d65\";}s:74:\"wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"2ea2da8b3d519e656548bb3f17f4a9d4\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"bc432f6299c81f0872f2ec81418181e9\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Logging.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"be2acce0a8414072be51889047581179\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"497962957934ad4d671663a4ce9e160b\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Reports.php\";a:2:{s:1:\"d\";i:1465333230;s:1:\"h\";s:32:\"ea16a9fa61b89d84425519f29cee2d4b\";}s:67:\"wp-content/plugins/updraftplus/includes/Google/Service/Resource.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"50f1215e28d002284eb56934becbfeca\";}s:72:\"wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"71564e2b5896d613de5ffbee9286c57f\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Service/Storage.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"6861ae08e93b782effce5e7ec97dd7e0\";}s:64:\"wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"9525b0dff3459a0b5b17597300d6bf1b\";}s:58:\"wp-content/plugins/updraftplus/includes/Google/Service.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"c6a3edb979750d99b8581b4fc7f74e2c\";}s:66:\"wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"ae819136b6bf530bccee81f993f45793\";}s:61:\"wp-content/plugins/updraftplus/includes/Google/Signer/P12.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"702e673fd1b2a7d4d6e3e4f0d339ffbb\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Task/Exception.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"62349c381de5f609914249dfd1245ad5\";}s:65:\"wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"fd80f21d711c8b658815cc53e88a340b\";}s:62:\"wp-content/plugins/updraftplus/includes/Google/Task/Runner.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"0efd7b612285a2c35a2a84ff2f441e66\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"bffda0decadf98ad09d77a67bb28fa98\";}s:56:\"wp-content/plugins/updraftplus/includes/Google/Utils.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"cabb63968b2b820423f4a0252afd1d61\";}s:68:\"wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"1d71ba9df985da107ad727908a8a4ecb\";}s:63:\"wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php\";a:2:{s:1:\"d\";i:1465333231;s:1:\"h\";s:32:\"12a40e0f127869483de4ceea0e5da0af\";}s:61:\"wp-content/plugins/updraftplus/includes/google-extensions.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"2043a7b1437a58a939a0359b4a81940f\";}s:60:\"wp-content/plugins/updraftplus/includes/jquery-ui.custom.css\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"993216e66314dd6ef917ff9bf58f1840\";}s:57:\"wp-content/plugins/updraftplus/includes/jquery.blockUI.js\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"73d881befbbc340fb6cf0cdb391d96f3\";}s:70:\"wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"428388f4494d35399c366d1e9a2d3a32\";}s:69:\"wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"381c06d0554c07613c9c6fe150c496d9\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/AES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"9adb78a89c91c188293089f5a7f152a9\";}s:64:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"b5ffcc6b832350c373d8c41ea300c705\";}s:68:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Blowfish.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"8ee6aa591c9a640af5addc141dc53c37\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/DES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"5a3a5f451096043988c8f3c471f1cdfd\";}s:64:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Hash.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"b9580f3cd21961fa39ca401e43146019\";}s:66:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Random.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"046dae97f2f2b6e9a74d5633a4af7568\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC2.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"f1950cb4697f4c568a0c462f966063fd\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RC4.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"a11a46dbcda660f6c905f5b0cca127f0\";}s:68:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Rijndael.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"8836c65f6f85bd386d7fe13766586f32\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/RSA.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"1ec592cb1699f725fbc460a53c5e33a4\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/TripleDES.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"ac6c0451026454612468070b28a4260e\";}s:67:\"wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Twofish.php\";a:2:{s:1:\"d\";i:1465333232;s:1:\"h\";s:32:\"eba3caf13467ee97e807cf10fc8a1f7f\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/ANSI.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"d463c190a792e1700f45e3aa3e7dcb05\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/ASN1.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"13edcb199403f54d267c3d45caceea8c\";}s:63:\"wp-content/plugins/updraftplus/includes/phpseclib/File/X509.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"8aadade205dd0e1bcd0c25d080a32afb\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Math/BigInteger.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"142d4ccd53954602834abacd02b6a694\";}s:61:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SCP.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"af10e00d599887eb34b0d10fa873bb8e\";}s:69:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP/Stream.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"43663fe0902430546623663aabe805bc\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SFTP.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"482b29d80be1a8acdb259cfc153c970d\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH1.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"7e1848711041a3ccbd2fce00533c8468\";}s:62:\"wp-content/plugins/updraftplus/includes/phpseclib/Net/SSH2.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"ba146bc69cb851ba832294e50e4183a3\";}s:61:\"wp-content/plugins/updraftplus/includes/phpseclib/openssl.cnf\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"b4409823562c617107907cd04d67c8fa\";}s:70:\"wp-content/plugins/updraftplus/includes/phpseclib/System/SSH/Agent.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"645c9541d3ea85b04e3d9879eb6dc193\";}s:70:\"wp-content/plugins/updraftplus/includes/phpseclib/System/SSH_Agent.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"b18a92bf3bec01620d823545abaa1c96\";}s:46:\"wp-content/plugins/updraftplus/includes/S3.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"50ccca19dfee1d981819a48ddae4285f\";}s:52:\"wp-content/plugins/updraftplus/includes/S3compat.php\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"773a712ca077ac1fe189809ec215f2e1\";}s:59:\"wp-content/plugins/updraftplus/includes/updraft-admin-ui.js\";a:2:{s:1:\"d\";i:1465333233;s:1:\"h\";s:32:\"2d089c4528c6b276b3c374c32771e982\";}s:41:\"wp-content/plugins/updraftplus/index.html\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"ddab305858921fb928fa777d5176b5aa\";}s:56:\"wp-content/plugins/updraftplus/languages/updraftplus.pot\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"86030ee8c7ae33947bade2ecd9f1fea5\";}s:48:\"wp-content/plugins/updraftplus/methods/azure.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"cdd27ca1add9685c0c52131db0dd2ad0\";}s:57:\"wp-content/plugins/updraftplus/methods/cloudfiles-new.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3087e904f64dbafc8be0d0dfd07698eb\";}s:53:\"wp-content/plugins/updraftplus/methods/cloudfiles.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3ebb179ce55b1ce533dca715e4594dbb\";}s:55:\"wp-content/plugins/updraftplus/methods/dreamobjects.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"209b1bb43acc48bd5226480aed901401\";}s:50:\"wp-content/plugins/updraftplus/methods/dropbox.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"0a8ba0573f029c207f8b40eec2ecab9d\";}s:48:\"wp-content/plugins/updraftplus/methods/email.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"2b5e47afd75f6adb53fb06b8ee4fecfc\";}s:46:\"wp-content/plugins/updraftplus/methods/ftp.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"e1282567b8a023151b4f7c13ff23f8a4\";}s:54:\"wp-content/plugins/updraftplus/methods/googlecloud.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"aa050686cf8d1da7da5ed381e70c6493\";}s:54:\"wp-content/plugins/updraftplus/methods/googledrive.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"44cb2debd89cffe6102096f7600c9ba6\";}s:55:\"wp-content/plugins/updraftplus/methods/insufficient.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"62ca706573046ffde7182f73064d3c15\";}s:51:\"wp-content/plugins/updraftplus/methods/onedrive.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"3fa93e47f7508f573f4671f4494a2753\";}s:57:\"wp-content/plugins/updraftplus/methods/openstack-base.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"2bb0f796d5e24686d4cb24da43f5dd38\";}s:52:\"wp-content/plugins/updraftplus/methods/openstack.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"62afc53dd7b8d0180892f425c8bae33e\";}s:53:\"wp-content/plugins/updraftplus/methods/openstack2.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"ef0a606e8a9a2d2b2039e1a1d9f57012\";}s:45:\"wp-content/plugins/updraftplus/methods/s3.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"6c1c0f94ada0e3f3a1a05491f3db2414\";}s:52:\"wp-content/plugins/updraftplus/methods/s3generic.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"6eaf8fe6cf487e0bb74f22616bb74e1f\";}s:47:\"wp-content/plugins/updraftplus/methods/sftp.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"47ea4365b1e56785c9604a2d809e695d\";}s:51:\"wp-content/plugins/updraftplus/methods/template.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"34ebf84f59b7c6efc5a56dbf23d25402\";}s:55:\"wp-content/plugins/updraftplus/methods/updraftvault.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"06a8cf3f814abb60a4da97a033ad5468\";}s:56:\"wp-content/plugins/updraftplus/methods/viaaddon-base.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"daf1defd6716a34f2fafbf0da37bcbfc\";}s:49:\"wp-content/plugins/updraftplus/methods/webdav.php\";a:2:{s:1:\"d\";i:1465333238;s:1:\"h\";s:32:\"57b71a51710dae43334c2a4044d0fa82\";}s:42:\"wp-content/plugins/updraftplus/options.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"6c12bda9dc1a01d11392b3aa455f252e\";}s:41:\"wp-content/plugins/updraftplus/readme.txt\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"ec07c188f486e0dfd1b11a1183916c9f\";}s:43:\"wp-content/plugins/updraftplus/restorer.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"d7ce4adb5e93988733bff13c8aa23527\";}s:46:\"wp-content/plugins/updraftplus/updraftplus.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"7c0e5038040790e806cf08b82876ea66\";}s:50:\"wp-content/plugins/updraftplus/vendor/autoload.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"df320cf55ad18275b3f1130d84727616\";}s:67:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/composer.json\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"d3cbab7000efb8bd253420759d965b11\";}s:64:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/LICENSE.md\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4a1986582bd12f9aea2aec46b81e0413\";}s:63:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/NOTICE.md\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"1cfe4eba1519b5c323896290f9fb8264\";}s:76:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"de84d8a3f5aa57fb2b9d101080797c85\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"c11afaf45daf193c51cb7befe463f5d6\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"b5549e525d4119198840bb2b34e79c67\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"fadadd6877f5a0c9975a1a8d26a363a1\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"f5c71745baaae8f46fe37a4f3d4bbd9a\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"fa88950bb0efaf957f4b8ee10753062b\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"18150232988131e9f21e4724cfc35bbf\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"db13af3fbec0f198c0120bd0690e935d\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"98501807352bf33024e31b7fc6217c93\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"640e0b6993bd8faaa3e154dc988d02e3\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"6bef8308125e047c4be353e04c067367\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"47f1c01448de7d6c09671907bef5a5bc\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"457a7a69d3575bf45afc227ca0fd3948\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"bce6a394352ce1162ed5d5a814a921e9\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"6b235c74969a4c6808d7cff23bc93df7\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"3b6c2d61dbacea5a25d8e8477cf1d2c7\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"dc038b73d9ca995536bc03e80b615a4e\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"93e9ebe9c22c382ea50b36951b978583\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"a72c382e6050484406ff0813d6879c4e\";}s:122:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"d1a055b46efc21e46ccc4ca731ffe7ad\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"aa405149de3112dc640a93618869502f\";}s:88:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"87412bee81bce129eacaedb580fcd464\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"d715d775feb1ebcf144857c05f2b2b11\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"b92da9494098f83d94080c96979a3c06\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php\";a:2:{s:1:\"d\";i:1465333239;s:1:\"h\";s:32:\"0701abe5acc45f6e9a897631b8b4cec2\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"0342531432bbafbfcf4cdb04156f8ebd\";}s:77:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"6006719ac2eecfb5183d776634f2b2a5\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"b5e48ce90ddfd2b397fe1dfbabd2d3ca\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"752cafcafecfd520e6ccfe01210a17c7\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"1b1e3665960ce4fb9043df5c58553dd6\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"ed60e5bba6ad952a2619613e194fb73c\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"2ca2ab488369e279da53a7b903fd557e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"992185ed8296289a27b1b6497f306643\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"6400656e6a65bd523e37158ed71bd4c7\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"d20e53d676891f9142be744f2aab2e6d\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"3161352ca49918ea3783888aa8f0d7bb\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"5fcea4d30864e65dbb0482a7ada2a42e\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"dabab81d1c1db56dcab8eeb513e18d5d\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"5a565642fb5379392dd5752c3adb16ad\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"fcff52403d7baf7d5115ee56cb7b260d\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"e5da40fe5908360f0713e38e9af9b437\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"09a7643cba57df1eac684aaf13ee55a9\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"3bd5164dd7e0bc8419d09bc40132146f\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"942c6b749df09392fb4e302bc9d0af8e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"2947ebcfe2e8e786b51abfa8a722e899\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"6942bba7cab741eb2e5ce4d396a82095\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"053e3c76a4e889978a24734874ed24ea\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"92ae697629eeff344aa6517b5bc45d40\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"830809ef2d18c043d65f182be99c07b9\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"647dc54366ac80fdd73d0e46f2630825\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"f8a253224eb4a6f4abe4527a37f2eac4\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"479b48d336d86daacb778986f882fc3d\";}s:87:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"31d493b2e4175c5964bb6f4da4e8cce2\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"d5e3f4e9cd7cdbccab266444d4a46b9a\";}s:87:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"195b3c61ae75615f25a79b04a7ad5090\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php\";a:2:{s:1:\"d\";i:1465333240;s:1:\"h\";s:32:\"e876a9bd16c09bb5f6116b3a05ea4da2\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ad3a7318c1be08a0b3d71caf6e62e395\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"bd565975d0da1ed56726390ea606d128\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"c1e9ef2e441a99fbf966313fd3beac0e\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"d17d86d899862bf9ff93926fdfa68326\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"434d553b94a81064f2abb38586b7319c\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"f00f833de3a6694a7758a79042cb2b8c\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"f4391e22c27455420d9c85cbca4754e1\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"3e903d08159840e4d05865fedf651ce9\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"987faac50f83d46f2097737dc40052ec\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"5c5bbfb146b5297ff733b7ebb61cd106\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"94130e826c600d19e974e269ee71065a\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"7a52b1befbad56b3362315f92e0f31b8\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2705f41724fc5e736c802e323bdc0a2f\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"13ae3e96adc690d71bdfde1bdf01c7f8\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"a8c87fc3f631318ff581804a61001ac3\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"29401fe00b388045fc5bccb45f04a274\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e0b5e5dfab92d4e8d8945e553dec9e1b\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"1abbf7a0889213cc6d3d6a69cf5a4f57\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"66bd700361a97f1f669b225f6c0e20b4\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"49198ab55607a67bb4fbd942d3d8db2e\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e05714bb1ddd85ff922bc5182d97019d\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"ea59c6544367b58bc8c7026507cba813\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2208c5cb329130578b52ad9cd1c75aa8\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"2ee7fe57e0e3e76be633e6094e89b9fb\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php\";a:2:{s:1:\"d\";i:1465333241;s:1:\"h\";s:32:\"e4ce3f0d0ec24c17befe08a3de950eb4\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"fb87fdb0773a67d0c4ea4741a3057974\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"1fe7cf8dfd60c6c3f534f488d943160e\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ab6554c8f0f6f94d2bd32979b137bbb3\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"73f2bab0a7aa293901dcd181498135f5\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"68faf7fde5fb769e3462b4d8e870da9e\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"da81827cec410feb30e367ae7efc62e5\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"97e1f94b23346b80b7f6ec5d8906ecec\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"a9048fb9d65c13ebbc33309550bd1f04\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ac6bd930f61ae6b6689edc78562778b3\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"34faa05c594295fbd9c7b6ae2349d16f\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"5a036a25e1c42c59b524cc4423ca394b\";}s:95:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"ae0f41c53b1c56824d75eb333e19a85a\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"a93bd6a9869a9b5aa4f7a94068270f4d\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"48b4e522cae6109dffb4f26a05fb766f\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"0d2fec540fdb38a279159b2bc825b721\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"7dfe46fb65b928ebd9fb2c90f75338cc\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"d2800e6bdc1d684d1ee3ff38dc1fd336\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"364d247c36655d55c1af15c59baa0d2a\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"b160209f5210bfe18472eda8b0ac7492\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"92704012d2921797ff2087e42f17fab9\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"daea6e91cde8b03a4b69cc0189a0368b\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"76b7086631b8fb7c1f3279da1feb113e\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"bd22710b1e3dcbe0a64902f54a3a4163\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"2e17c2780c8fd635469de3014ea37842\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"2b38f99955a913c63356c0edda5a2c3d\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"89c2ff535598e5940dd18ca66c7a385c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php\";a:2:{s:1:\"d\";i:1465333242;s:1:\"h\";s:32:\"478062e9964d02dbaadb386ebe423436\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"bbee10470d4d8c2ee03ed7e7f6205e68\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"da41d5bd4c09b43946f2dbf2cbb58fe2\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"ce7e53dedf7b4fd5abfa7867259cb83e\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"30021c2e042185e138475242fc778cf7\";}s:88:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"9d7022c32b9b88fccc6f36b0789fca09\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"3dc05e397450a4b71a982327a206c38c\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"f3b4032cea7c631b5cb1cc7947474fb8\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"a7cde485ca7ac5f211f0f1a842d8be6a\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"1bb29324b69f9431e60583652916f2dc\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"b7897dc9b95f94f6b121dd6f5e28bc8f\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"96d2fcdffb966c8e411fe630e10b5fc8\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"274e400686bd9a855a74c7f90554fb61\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"21617876155e75c94b8bc6f8380aec16\";}s:79:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"e25af5161310f4c6e3bd10063861d69e\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"d9a0af6b2cdc229239b047f23d838cff\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"d97f9232bba001d3bf6ec41259636670\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"48d3a44084406aff1541a5defe9320f4\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"918d94f3d16f77cac2276b85071e8e93\";}s:81:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"0266e6eb192fc241d3748d3ac04def25\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php\";a:2:{s:1:\"d\";i:1465333243;s:1:\"h\";s:32:\"813636035d4e3c256791152d0e3ec8ad\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"c114efca1dcf9a7e3344fa406db0d494\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"4e04036a4f99661d3d24ba013d26c69a\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"b7055c317e07c03c66bdadd3cd6f2fee\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"7ce5a3538bd37d2d893a5a4641ca5e87\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"c70ca0f46a271fbb3a0dd8634778b241\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"03ddf3e40d02c69d98e31a1ba0e11350\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"c4164313e71b86ec0a94469ae59f5c7c\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"28e5df8a1f769a05c4b0c17da307c821\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"6604c9fc43cc2fcbbf5e20c22edb6026\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"08d0fa5ebbc445faddabca975a979884\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"a363b75b6140aa59516d6958bd818487\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"8244c7d196fcf6cfe81ce6be4e4ee3c3\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"9fde3c8c1f8ce13d3c1459ba80888484\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"7502affc30c08ec7dec2ca9b79623861\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"3868573f4b4169bd66ec7ed55e828212\";}s:123:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"9a7794f2028a7bbecb37f02a291f6c13\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"16a05c43ee339551a41d6db30b3ca660\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"af766935b9509e930d0ae19802289e4a\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"32f96f069dba33c77642bddfffe8db8b\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"e8951816cc56a7230167d73186c0ab90\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"26a64d61b80ab87cd4da2f0959951859\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"389ba9774c6752da399d5a06714ca70d\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"9010cee7e70cd31d533d490a0f676b7c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"498ad6eea22c072303d33040e1e2fb8a\";}s:113:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"649bb9f9299de94c32142afe6966e3bd\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"cf7972454e18711007a3282ab14b0b2e\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"2844134a42c3bf7250e00356a1af54c6\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"668af3f62f403e4dff00bcf4c547586d\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"24708723851ace58c30233fbcd2a61c0\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"98cfd5cd3599cea086cc16fa50447132\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"dc44e8a1c168511de2b21dc9d0dcf26b\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"c5325d7ab1f09760b5cfb5dff1452cf5\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"07f4d5593c6119ab815a5abfafd45b4b\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"deeb571087b1013016717869ab219938\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"28b72289665d68843022d1b8278afe4e\";}s:117:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"04fb8e74ecc189e6b0436e1260dce9c5\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"b21fb6f6445972b9c30d3bb566ace2de\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"cc39ea5c4ca166c4789366041d2c6647\";}s:98:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"aeb54c82dfc9fa87084948e2e1010d96\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"f6373149be4c19ccb7b614f3a3628ad7\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"6aa99b0de24f2eb1a9de7df2715e38f3\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"ef3fe78d3ed3db0db2ec67a04ad5a1a5\";}s:112:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"e398b2a0c10de3a9ed33612647dceb5b\";}s:121:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"c0d03c2fc6dd1d30cb53753ff3e76533\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"49cef4705a18558a98a461da746f6d07\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"1bca38cffcc6eb5eb5245f5a89007381\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"d89997a566746ebfafb220946f27a5a6\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"84bdb0a39275eb219deb1a2f75c391e5\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"402ba71db04643214cb40a1bd7d049ef\";}s:110:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"d4fda63c036e22004452d73ed1e464d8\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"aea750e7eebe1dfc9e487c789a6a9459\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"3b8655854d58f4a783e82b2b3dc7c1e9\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"67678971e88adba7f2f48d63cc95adf3\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"5077fdc0b6cd80437ef07d3f35fd70fb\";}s:111:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"78aa44073391f74bfd34303266c8959b\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"79da9b57a5ebe3cac8d7d2b0f43fdfab\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"27e721bae72c4019ae6d2194a6572ba5\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"6b5056bd3f4a4c5113b16585e7328b90\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"87a668a2c3678f96ec74498dcab32a96\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"de7d7276e8357e59053247069af4b17c\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"85b88fa151a076d133d6c9515c0f8b56\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"18d8abb944dede950e933b4c8fb4c45d\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"bfded76dd7733080fc05e35fc9b5d570\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"812bae6a59981af1cade72c37ca87886\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"714b2ba8c970dac2950314acccb4951e\";}s:118:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"f3c4ce492a49fe06caabecddd73658c3\";}s:114:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"3ac099a476fa8cce2e0de5de51e81016\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"a52b194d60900563f77d9deadbce14ed\";}s:103:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"8b11e6c2e0aab8b276cf2cd90e36fc63\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"61c2464e91a1b3313ccb9dde9d6ea207\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"8f04f2096229d8e4c99039e2f8685de5\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"bcc61525ec8286557cc882e620e0449b\";}s:116:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"9a233980787a08e6e8f946ecbaf44933\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"33862ef527aedb321a40c555d0d81250\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"87f1822b747922a3dd576f4da63f1fc1\";}s:115:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"b7cf62f982b95dd160f44ea6553724d1\";}s:90:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"44d15cd57f1f8b5405f7776b636c9a4a\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"054e5b096daaad03ee7c920660fbf32c\";}s:109:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"20791b3cbe22c91750cfae0c45e345d4\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"2cab1602b76a19567c65bfcdbbd26b66\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"d4e23dee2d180e598e4ab8562df97449\";}s:108:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"f3d13abdc5305ab7de861a85b9f2eeae\";}s:102:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php\";a:2:{s:1:\"d\";i:1465333246;s:1:\"h\";s:32:\"37840f4760fa1c45336f203543b39c3f\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"5a7af7f0861aec70975e22383edf1605\";}s:119:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php\";a:2:{s:1:\"d\";i:1465333244;s:1:\"h\";s:32:\"ddacbd4d1ee7341fba322be7acda04b2\";}s:110:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php\";a:2:{s:1:\"d\";i:1465333245;s:1:\"h\";s:32:\"b670411122d9f08bc7a3cb7ca3ba07e7\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"e181099ab8c3574e9d610109832f6d5e\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"f9c6dcc72963c40346bae45f25a39dd1\";}s:106:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"ad8bc7cfcb905bbcee5ac63f0d1a248a\";}s:97:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"0ee82969d170a64ace65fbbc06ba8a2d\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"f05cf3b2a73eff79ed325dc18f91a8b9\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"1a8fc303bcfda2405023bc9ed07fc532\";}s:78:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"993d7535468f8eec4ae4f82f2bc4d244\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"087c08ae99813dcdcd22126028721891\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"5211fd4af3eabebdbc15aab48f7200bd\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"df249d6cd2cc85213898d5f09c21b1e4\";}s:96:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"8442fbd945058c8ce270abe2a3db63c5\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"9c50fd6b72cb5ce202ffb8aa91dc9ae3\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"6be236f5723bd6489e97c070056ad4aa\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"2990bfe532b2a837406e0a4847dc3b8e\";}s:107:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"b94189665c7f24d81fd065703550fb3b\";}s:105:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"027004eda09ff1954e1833040df9b869\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"45484c7268141212c6a346ee5ff05962\";}s:104:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"042169a77d1df6b29ad8b75d8707e1ae\";}s:99:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"0925b992d88491867fe204bb216c9961\";}s:101:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"e52983d0299b0dddcf62ac3fe2a7eff0\";}s:85:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"66c17323a34783f638c1fd81e619a45e\";}s:92:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php\";a:2:{s:1:\"d\";i:1465333247;s:1:\"h\";s:32:\"a4eb71497b8700288d3016544d22a626\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c2c0b6848e5766e351fc5bf0cc5ba308\";}s:77:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"67a1e833b48f3456dcecc74ed6dfb32d\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"61a2a32166a1ca9f0897c31644b17f05\";}s:80:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"20820eeb37e5dd045ba91455fc64a088\";}s:89:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"38b32ba608f23cf157a4d9782f47d6f1\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"3f2120c87ce46b2cffbaefdf5b4e00ff\";}s:89:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c6af6b2766ebf5dced00b8097c480861\";}s:83:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"9577868d44c40ea046d38917c736d416\";}s:82:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"dce729353d53b9ce563baffff3e797eb\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"cf937c67b37e8324b092f0e0d4dcf2b2\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"6d15b7ff5585bb0b8afa8b9882e59e7b\";}s:94:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"ae92607d9ceddd5674505361a8707723\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c5f5902b0f3efa03abaedcdf5a8b51ae\";}s:93:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4431c83c1ca49780bc489404c02da65a\";}s:100:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"e1367db996b4bf594e6d05871be1147d\";}s:86:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"82accba85c2eb6ff5a64094812c507a1\";}s:84:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c82772efc07aa48d2b32e4bba547ac06\";}s:91:\"wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"fe0354dcb7c3a822290c9f21c11669e9\";}s:68:\"wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b687a8edb42c974ca69d2d3b21b22d15\";}s:70:\"wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"e20b1e35c0464c076c1b1d8b94519979\";}s:64:\"wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"5cedc549f2ca26a51ad075f39935db95\";}s:64:\"wp-content/plugins/updraftplus/vendor/composer/autoload_real.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"f49b704035bb84f32534ae4b37b5a813\";}s:62:\"wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"c67ebce5ff31e99311ceb750202adf2e\";}s:61:\"wp-content/plugins/updraftplus/vendor/composer/installed.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"50940f38c74ff88467b22e3f07dd2a15\";}s:54:\"wp-content/plugins/updraftplus/vendor/composer/LICENSE\";a:2:{s:1:\"d\";i:1465333248;s:1:\"h\";s:32:\"4ffc90c26afbc1d67b9d650f7dcf1623\";}s:59:\"wp-content/plugins/updraftplus/vendor/eher/oauth/.gitignore\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"f43ad04b299fb2a9b7724ed562502f76\";}s:60:\"wp-content/plugins/updraftplus/vendor/eher/oauth/.travis.yml\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5801a59e6620a5576f8398d3b6b0f852\";}s:62:\"wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5c513935c1b16abe2a3e82d74c7158c0\";}s:65:\"wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"7bb36f119cff75b457d709d6e93adedc\";}s:58:\"wp-content/plugins/updraftplus/vendor/eher/oauth/README.md\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"be05b28e8661d86f6eaa23e785b5fdf6\";}s:76:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"05cefae7cd3cbfaf4d8357fcd0eaea7a\";}s:76:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"e9f29e65eaaeb24935c5f0367b963455\";}s:82:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"fdf9abc01528fa49eed4d7f0fdc2c959\";}s:82:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"22d8c88d80a2620c08cd19e878772951\";}s:79:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"d379703f6d7fdf7da5c7dffd80d0c9f8\";}s:77:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b8607c9bc7e132a1190bd36ab23fce33\";}s:75:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"6fe4a1f7583e3e4c5a34820ef3be5cf8\";}s:75:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"73b8a7fbb8d709d7b5f546f361ae3ed4\";}s:83:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"177877f5a22bc13b6178a8f7186a747c\";}s:73:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"8671bf77b5c03c1a95172d368002dd30\";}s:72:\"wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"80c27412adf13ecde45899d05121568b\";}s:62:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/.gitignore\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"9d1c97ac65214345af6164f9ecf81129\";}s:63:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/.travis.yml\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e6337173486030d28bf009e1e58aec6f\";}s:61:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"b956a9a94f7e60439e587d3b60da5996\";}s:64:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"060fbef5db561fd84f93a8cfefa3b0e5\";}s:65:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"56796db55403f780192a2c9a62209db6\";}s:59:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"42d32c6e1a3af5f1745593c9bec3f2b3\";}s:65:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"f8f457e044a3154b5891e09fa6ff61ec\";}s:68:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"980cc546283b629c8b6903164dfb61a2\";}s:61:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"3470df258d12bac088c7d10481fe3376\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b9f1ce19f113f4d5b5886b04219b26c6\";}s:78:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"b780b6cafbfefc90e32ca531e1406239\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"0658d8456d338b2b4f5e5bd12875af1c\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"be8e54078d5dcc5e5089006b0399096e\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"43125673b59879626fb833603e6a23d2\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7129a1584dd4ad7f92d56040124676c2\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"9b1460f23f32fc4beee434f7ad1de674\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"bdf900e6c7038e23ede1ee25cafa05bc\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"9671e493d9d3a8271de4e2c3d8d33d5d\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"282368575f4576cb5b8e323921fbce7d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"c92e98244535738d7b8c8304076da4ff\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"5677501d33c91f5069d45f4447754303\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"3f8eb4b34fe7eb242b647a00acc60f00\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"172ecdb412b2116f8cfc43632aed5971\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"0a176cd0d3c37fd6d3c3edd32973ee63\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"62cabc0fe63acc14fb8bf2e551b6f673\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php\";a:2:{s:1:\"d\";i:1465333249;s:1:\"h\";s:32:\"b7d39171fc686a2124b93a85954542a5\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"d299bf5b6503b485390d54a6fe9894e8\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"f3431ddaa54b2a5ac8f9fe7c3402749e\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"0c6a26170379b4c3f42240a1747f51d8\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"617c0958c5a41811443553755bd57e85\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"3d5ea7aba55fca0046d318ad37beb853\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7d52c1448ac5136ac6bbad649e4088d0\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"731789c642be2ecc518aef6f576b475f\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"8ff8cf2a495cf9569eb5f83a721464f8\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"5b26ea450db552ff04cb333743c0672c\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"4e0c67da62cd3cbe82b167f1855bff8e\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"bdf612b12448bab74c6a90dbdb20095b\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"7f5f1e00aedc790bd43eb7d465b76715\";}s:79:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"d239258d838e0928c2b211ab9f0f0bad\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"98140817d5204df2df8c758eb52e3ca2\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"20376f2d9d97ca269c68c907cb523d8e\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"a59974564cb5886db0906d38622d7b65\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"e176a3bfbc46ad0bcf8cc53a70ad2660\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"505f3a2971d80715a8601f7bb8139023\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"2182332c538ad9279f1cb31ebf8cec90\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"a23e030b62590950884856109219c7f3\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"efdba8306b7e0c6c04a23c4a3495e9bc\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"5466584f27e38712cd08d8e6309b8e78\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php\";a:2:{s:1:\"d\";i:1465333250;s:1:\"h\";s:32:\"009fed1435a5a5b13b5af957b7a69597\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"36d4a68be72393686cdc9e9173adbfd7\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"55c80a146676519d5f78259b8763c4fc\";}s:78:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c02ddc03250535769146a8ba0b00152a\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"406c37f60933c0eb3b359cf8739fca53\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"9e13978742e75d6ae0f7f6614743638c\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"4c806cf712385f36242d0948c4f78567\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"25d711e11d0278715abd6c5aee3c3f73\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"ba75ac02d77e97f76938e59e34596b43\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e6da8aaf1649bc5f960dca7457fb3089\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"7857dd20077df5870f74975d2d85e89f\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"0d01e2e18ff502516c5724a995140cd2\";}s:82:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"5e7d97a7d64e019859b9737d8d37a2d7\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c6942f8b5cef9fa3fb6d5b7e7f718a29\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"2e358b13ef147dd6b226366a28860c7e\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"13cab04cce406a1b0afcfea86ef7031c\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"08075c1d0711249e1f0674d86b57d2ce\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"d42f19fc1b034f410149e6ce97d5c750\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"f78259ea006cf165d4848a312c827d0d\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"72967b8cba5f64f9e05dd8a3a609546f\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e5f816167d92abea64ee09a5be87fe94\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"fe2621a64b89853c555a97ceffca9b08\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"9c530bbf82d46c8014ede984fbc308e5\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"af444084e0f6f7b83c2813db7848196d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"b6b1aa0e6f9e5392b4164f17a504198a\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"5bea48d8dea5d8e430da038c69cbd335\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"74189c9d4edcd2f6dbc04a53c538a8ee\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"f5025f2ec81740068b61c37014b20c94\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"ca52d21c4730c5086e0a14af790a1b68\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"5a039da3a9ae34fbdba128ca675ba6e4\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"e82845c9bf276a9a2b012e54927dd6c9\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"57719abc7b9e3a8c7c65b826a69a4df9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php\";a:2:{s:1:\"d\";i:1465333251;s:1:\"h\";s:32:\"b65c1fa22f1f80185d6443488c6f2db2\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"a1e0ae834c7a2ab486ed05b9c542db67\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"b2806bc032b6960b6251b82dd23f61fd\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"7dfb1139d6f59e8cd91203d8f66d5ad9\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"20adf5af26e9cabe000e9222fbaa64cf\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"1c8bb01dec07c3a6592d5bca7e208ead\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"103b8f37ac3a87afc7908f590ac7cd2c\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"076e8c936861a6aaf2e2a2772ac6158b\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"e643c7a168461ff20fad2e83b8b94960\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6cc91809942792439b1d95d9bdd2e404\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"296f3caa16598a0262fcc05cde66cbe4\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"67ceee8d6a476d2a66594512aaa85c54\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"065d2f19bf0670cbe63d7d7164093b9b\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"819504c086b326dbe1ea261c1d94344b\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"0bad1c6e1af16c2d634e58e5cb272a37\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"a474b7e9546e4aefcd78c0ea78e59fd9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"732c738571d49fd400dfad96e5623fc2\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"f432eb2c45f734e16cf943a941b5ba86\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6c81b1339b320190689e4c2d594ca67f\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"84309c875fef96b4e773373d49e6c79a\";}s:75:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php\";a:2:{s:1:\"d\";i:1465333252;s:1:\"h\";s:32:\"6b4e8d632aacc926a5c762ffd48f3946\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"2ebd37b7a54e3fbb67b00c4b7f0d7d5c\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"af099fa9a6f19542cd50dc4b9e53c630\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"a575fde89bf5331c554754e83eb82dd0\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"990be5be097a292ed84e3ce5515754ec\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"9f2b03877e501cfefe8f1ef2f616c133\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"d17ed123efb05b686f44c2eed7d3c4fe\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"8cdd7e82a00b9a01136a8f056db18f64\";}s:85:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"edae4ef059a3b966ea2d26d017c17db1\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"ed7e0d5590d718f246627b7f6949cba6\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7d28a4b22f442e13b6874f55746b28e0\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"4518ead4f857bd9721b1226068f7eb32\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"0df50abbcb591eaebb9781298c58e60f\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"8125cc1372285a9132d96a76ff87dbbf\";}s:86:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7cd65cd88fcdb68f6a682fdf34b4a8ae\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"d5798485461e5f0057f2d41e8e37cf88\";}s:80:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"51ea202ff97920d01c0e536b50d33515\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"67ea49d97a88cf2e46f7563abc2504a7\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"c9544d2a631334bfd77f452d270ea761\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"b3a1fb9dcd4905c17046eadfb79b6fae\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"55b4beb10ccf08e3a6041a2b404431ff\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"baf4ad91fbc41481bc565f6b0079c4b4\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"150ac5b6d1597041896ba262f8df8930\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"ed621332894127ad8b25e66b96b9af18\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"7e0fbc7015dc5f80d01a4772209b345d\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php\";a:2:{s:1:\"d\";i:1465333253;s:1:\"h\";s:32:\"98ef9046ca0ce771cd9a7cf823b76c66\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"d2dab239632534f4966b284135abe69c\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"812cb8b999f214ec4f2f9fddb7c6c229\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"1d3f9753d1186f001acc71f2b383e139\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"dbe4987f6c937c04a93161531fc38938\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"a538b157111059ac6cdee20699400aee\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"8bc54f20bbdf7159edf75973efbd6999\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"b8c59a215eb0bfabdbb42b1fb9e74542\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"1920e2818088ba2acebdf36a44fb58bf\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"65660d68ad322bba1a1131c2c2d48c28\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"12ec1382a5c2c4d2c76bca740610fcf9\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"15dbadaebcbe675a5dcd8369374e571b\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"07ee263d5fe87295e8d5ecf532b4e6c5\";}s:114:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"5308b4c3bfa331b1feec2e886bf1e38d\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"2e9be2da8552ebc96075444c48b950a1\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"ad52ca528590cd94259c1892a8a9b6fc\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"d335f9d4bd310ef8389e2ff27c6f8f2f\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"0a2fe568fe891ef304aeff3ef105e6d6\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"247b1492c94122205f0b4bd41cf182ab\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"38485d972e1fcc876e22d092dfde7f39\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"7a00f8bdddbd441eed9268c4bb250399\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"9c199d621974ad2c70c437629d54fdb4\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"4443aff69969039d756e3580b1353067\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"f91a338afaa2d8c55d5e00ce739e1f6d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"0245fa4a73cd4071b14e0595423e0430\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php\";a:2:{s:1:\"d\";i:1465333254;s:1:\"h\";s:32:\"86af5b5166fff87b89c24214cb399841\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"b3615e71ca2d35d1455a4399cdc95241\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"3b10308c4b3d8732f26740b2cd8dc0ad\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d65ee0463cb9a70b29e4d2bfd59c146c\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"262f7b68f93486affbcc78e8eb850b32\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"739959b1f128d105e3587788d6cb4b37\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"6ca72a338645c03e11e8c713f999ab0c\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"1e89b5a4015f65e399a9cdae2bc2f205\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"15afd0707ee4945c94d727f061636c92\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"72dc9cba472369e097053dc3b62fa83c\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d0e2a9a9806ddafe5079ac53dcd7e105\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"0fd0df77357918d89dd1ef77a25d6267\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"29ffe4f945e9e554514675e9b7e8dec0\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"b311c417b3f64d396190e2279bc9ccf0\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"729b0b3afb7b1779695128622ad1e0e0\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"4d6750ac79b688522515923a50ce0d61\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"9df7a6a80e3261433fca1ed10d66716e\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"ab8c990c67f2943b17c3351f4a4463cb\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"27581b77c7c53c684a4c98041dda8f14\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"c02f91c6d1d63e21b9bf1da54c47dee0\";}s:93:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"5b742edeb19bc6b3eb7590da7538ba7b\";}s:113:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"d4ecb86a7aa26d8016234992720a79d5\";}s:92:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"8e37c2df0628bf5d2f814933e017e722\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"358c6af63ea1143f7ec0d05b2dc87b9f\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"249d31fa1f79ff526db204d0d5d471ab\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"e5139e14a9ce13f3263366a33d672d0a\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"45bfc917117a7bf3383b6aa4c91a61d4\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php\";a:2:{s:1:\"d\";i:1465333255;s:1:\"h\";s:32:\"f41fd239940b8a9743175aa7fcb667b9\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"ae1b3721cd2c338d23d724328f8bb660\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"a96548ca730dc3c30f4fd55269ab9366\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"e99c07f536491f30241436c8f3be6dd4\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"edd07bde284119ac2c64a1fbe031fe42\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"fceaf6b488b364494a019a3edeea5ca7\";}s:87:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"6ad90b0c9b60d4cc6e9a68edfb590d60\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"10de21872b9a766dd9b7c6deb27ce7e3\";}s:88:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"026896d99e178b39faa2ffa1e8cd6cff\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"7ebcfc53353ebe2c6f562ecfa16c65cf\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"ae1e00ae9c81ac6f9ed6acc4bc712a1e\";}s:91:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"5fab9b6d4196420d914d872546f951e4\";}s:95:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"fadda279693196ee2b060c08c690e85e\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"f21d131c279c905c2fbabc0976eef4bd\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"bc6520550afd05e5f27ee497ddc9b98a\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"53a96413e4c1a2b37510ff004e6b6761\";}s:94:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c839f9e977f695311d62795940c640c\";}s:81:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"68cbfb7e8ca06778d823b07ddf7f75c9\";}s:90:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"69101c62bb0ff45a844b6864fc4cf45c\";}s:98:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"5eabfb0603f0deaaf9bfb17ab9297e63\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"3876307ef98207db9cdfada1fd8f5224\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"8b4f4127ba39a0272b3bf9e5a7976178\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"e433e97f9b6e2ef5f36e50170b683db2\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"7029bf945d7af2ecd2058baa6afc0182\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"8f4fa4c0fe016ab06a62897758133303\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"8aa51c0d9fa6f5935551476a44355f3b\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"dd2d5cbc41ef6251021ff72a19774444\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"e7016e0a7a21bde0fd77843e04063c54\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"8fcc60e2f072c8db3f827d5cbd12bb0f\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"4445d257270bfa8582e3e3c81c9826f3\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"9968506d9ec070b60f01194333e65688\";}s:129:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"45216644e104e45d7292d14ba0bbd49a\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f1cf1712a0f418f7886d83e21c595179\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"226cd1bca529a8264c7b36de67c1e047\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"19ea9ecc74adb93e653de7bbd21d0238\";}s:123:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"09063aa2cdd5c2674a1dc0dfc48fa9dd\";}s:122:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"971b1625f46b1e37dbbbadeb2bffa4e2\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"6a1d4a491cb910600dc74cf2f3fc7796\";}s:130:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"5d442ef6170bfa2c9758a0e665f580fd\";}s:126:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php\";a:2:{s:1:\"d\";i:1465333256;s:1:\"h\";s:32:\"fa1a16f74a8940b84d992fad65a65f4c\";}s:117:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"555578334a9d6508e91cc1e29d299926\";}s:131:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"4bc3f2edf4afc88584b17ba247dfad13\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"dcd7319c0c8ecda98d2333f895a601bc\";}s:121:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"43324f3f88ba9d90d44c4a2e15220204\";}s:119:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"c6ab595cd3a437e9b4694910d18755fd\";}s:127:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"0a41ebce6a4a6d3803575e49c09cbc4d\";}s:132:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"18232989140f5e739150f08224fed604\";}s:125:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f53e7b4f7fe03cdc85eb1ef162ef31d3\";}s:118:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"f32f97228357fb2e72bb609d821b7844\";}s:115:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"3732e718ba63b6f12cf959e413abf4cf\";}s:99:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"e8534f362daa12372303e568fbfee50d\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"bbeeaf651605a494a97315e221f5eb1a\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"2708244364227d07a2d7f0a17c6ba340\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"708c7975642393f9ce81c153e52435e5\";}s:106:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"a91578d74ece771f799b5b82cfcf0e38\";}s:84:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"df5a3dcc4c39967c4352bdf9fd5fb092\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2be49f0609718d4c14b12bae53986d19\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f282b7f04556cb1249a2a8c2257746d5\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"5963a5dfd9ac12fa445bae0c6e448b4b\";}s:96:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"fa42c4e46deabad710ed75b51a5540aa\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ce530ca216be35c2bbbcf039e406f615\";}s:102:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"573919abbe50f2f31edaa026420bf3da\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php\";a:2:{s:1:\"d\";i:1465333257;s:1:\"h\";s:32:\"7bc23c91d8d2425b173232343bcd8e3d\";}s:114:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"707691524755790d0966aec6f0fce3fe\";}s:111:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e1a1221fc817313a6fc938eab0ecf163\";}s:105:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f2706a6daa8b81c9913e674706f85414\";}s:101:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"1df1bdac1d58ec3a347471966e68df6d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"9edcea572ed2dc682e430c5e0b64c310\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ebc20f875e94bc177b8bf8f5fd6f713e\";}s:120:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"34277f53685d0b8f38ca42e7f73f3df7\";}s:107:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"f92469d44de7724961a887bb26a6f923\";}s:108:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c8628b6030bd4f65ee719f54e34edb7\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"2c26c9658cd335f803eb6a84c69b5220\";}s:104:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e86b42ed471ce9aec762773e21c42b0f\";}s:115:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e7c9f7f16fdef7cbf277266b1fb2b163\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"fdffbd0d70bdedfedd3ddcc3be6bdc0a\";}s:110:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"492689e6ae80219b1621cf542e22a290\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"09f2071e73ab1448f21b59f4dad3a82a\";}s:100:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"4262f6af3d1ff478e4cb1a53eee78605\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ffbe2448991e37adb7d552458fe77e06\";}s:112:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"6c084e3659294bf6d32f52fa08ff1315\";}s:116:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"671eb86847e86900bb2a5486ba220a7d\";}s:109:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"ec6765b5d75fd264ace1d9ac04810a02\";}s:83:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"e773223b0e4b39cbf8f1a1bb2cfa3e73\";}s:97:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"57ae56a8abd1904651a2239ad4829242\";}s:80:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"311e8493890019950621c186e5c507ab\";}s:89:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"01dd322c8ff8414eff7ff8eb53bc145b\";}s:103:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php\";a:2:{s:1:\"d\";i:1465333258;s:1:\"h\";s:32:\"76c22d99485818b7aed4c1482f30448b\";}s:64:\"wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"7bc90286af211acd0d4844b15ad04cdd\";}s:56:\"wp-content/plugins/updraftplus/vendor/psr/log/.gitignore\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e8a346051f935e6cb104e1dc40998a91\";}s:59:\"wp-content/plugins/updraftplus/vendor/psr/log/composer.json\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"de1539d2aa7830d13a968d33d1039f1a\";}s:53:\"wp-content/plugins/updraftplus/vendor/psr/log/LICENSE\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"1a74629072fd794937be394ab689327e\";}s:72:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"a57c1be541193b72d09307bb0dfb9ed2\";}s:82:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"7d2f0bd1583524d739fff12f0507de65\";}s:78:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"3ba5ffac8108e1da7657b1fad8651900\";}s:74:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"5b3adf6c4f09c61d7488b0f9ac2c696a\";}s:73:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"023885df6a26d8137d5a13da51f066d2\";}s:69:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"1cb8db6d0b81cf85f81b6c7c09db7a9a\";}s:66:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"19ab55cc711ed2f3ab2ec72e7f0600cb\";}s:68:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"e71559fea0239b7441d221f8c7beae5b\";}s:82:\"wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"867f36a94c35322470458f4eba246458\";}s:55:\"wp-content/plugins/updraftplus/vendor/psr/log/README.md\";a:2:{s:1:\"d\";i:1465333259;s:1:\"h\";s:32:\"144a71a4e1f9c67ac79751acc37614c4\";}s:76:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.coveralls.yml\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"1f805572cba8dd22a60518afe35e08bb\";}s:72:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.gitignore\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"2c89675a9d88f01952ff181382430571\";}s:73:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/.travis.yml\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"9f71ff9088408412193fade6f16945b8\";}s:73:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"fa187396127da3f458657b2e1e39c55c\";}s:75:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"e13d168cf32fdfc0498aa56bbc166992\";}s:77:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"0e62009b75ea57ec4424b62c62455736\";}s:98:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b3777c5a9785ce5495731c3e59d5a0e8\";}s:91:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"2de850fdb156fab6e03d976ce04159ad\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"f3a5f37e65bab40e6f56b55511d82d94\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"44d44b8df6558ff1496a77a6aa42a3d6\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"d7a52f250e23b7cc16ec6b7646a95f28\";}s:97:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"38adf5802ef6c2fe4c4cc314e6705e0b\";}s:105:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"919e8277b622e7c85133b943029bee5c\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"8fc732a7b3a4f6eea78375e9e04dd766\";}s:101:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"102a6390baee776da7a8c48ee6d766c1\";}s:104:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"880cbca133efc569266a2539dd9ccd32\";}s:101:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"fe8b343c6b91354df027dc015f9644f6\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"1966368527d55a201e6dfac8cba149a8\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"72323aa3bb0781cee7149326bd747e6d\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"0c4a1cd0838dc1f7cb90aa2644177df6\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"dcf0df9d450143fc4d8a8902a84960fb\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"d16876dac54d3f1e92bfa33071f1be68\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"ba57807be8ea5d6dae09656dc7d11348\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"ffab2475ad39249b686f790c2513f7a3\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d591d65ceb173ad97602e4f190c3b8be\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"060264f6775540a137311209802c35ad\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6ad40b002b367d0346f71ad9bd76b433\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"75fda8bf558527ad787e311cc39e8a4b\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"6242217ef78dff17fc2dc886fd14d9ad\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e86e9b436981a153c29d8d3c1c3ad3b8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"74d49e42b8de93aa1072dc3712800619\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"34c89811ecefd5017abb0fc733a028a1\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2cb41f0837da665327ae470f9f274396\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"4a63317a7b8ab2c8272f894045486c3e\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"e3fa55202c9ee732e3364cf6a0aeb64d\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"fddd126f96d8acd1a2333b015d541a5d\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"20e2ae86fe3c929fb65f1f6a533c4aeb\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"46593fb01ea283f803ca8a31732f83d7\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"c09a09e0748513ef326ef470dcfd555e\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"3b794307a3687d567eaf3e80e259b0ed\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"2a73bd6fac908d54b3503239222c5d6e\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"60f6adbae2891e9e4bf975e2e4e197eb\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3db6d30165f4e640d54d3d269e3bd3cc\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"291ff47a3c612030788122a6f108cc0b\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"06b1851660baec4f91768d06dc0ce0b0\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"0faf854e6dee751ef411ea1bb76c763a\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"7e0ffa6af3f6feaa22d6f41c1e075720\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"2b250244bc15563d0d80a2bc7e0d954c\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"586f18ecbb53035c2c4ad8e5ccd12765\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6aac1e691ab16db7d10fc6204c5a0944\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"505e5a46d37b9e82ac94745fc64b91a2\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"07271e8a945d7b78a74eed077d93fc1f\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"700f926dbb2f645ef4b00d4a8a4ed86f\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2195e096d7c485982c5c9b6b1e547710\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"f4334430c9ba27313eeda7fc9ada4d97\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"1e39238d77fb3efccac3b2377e3c3f18\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"042f8382b1ec91fbf67bdc8783414b26\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"93d7a961a4c15f7d8e47dbe216d6b66c\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"84076e2cfe280482f8fbfd14ba81ac4f\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"aa20c80d566af7fec9d488bbcd5161ab\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"7a970474dedec2cbfb4b691ab7494157\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"713539820fea2c0d455b91b5e4392bdf\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"b2ba6b8c746883d32a2d788a38ceeb85\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"ad05b8362bbb3549d1e7878b56705bcd\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"42cc5a90f697a7ddd3f649935ef28382\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"6187890a33702ae67ef70acc653d0da8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"7269ce3444622dea241b7b5cf349c93b\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"1689fd2f493bbee94693d64112721f0b\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"08572b5ea7ff3fc59ae6d0a6c5742286\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"1ad7614afe9379bc94f8e1ff8d4e5f85\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"614de75a58e90509db02070cfb824ba8\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"1f080a03a0cda34dc4b03937d679a03b\";}s:105:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"7b4c82a2b48ac6b2038628a2aa8887fe\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"4b376868822e83138e3a6bc30c130eaf\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"d49ce02d922bcaeb47824a83a4e59eb8\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"26100fd9ce0074ba03d1c700436e67cc\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"e00968491530f839a12a77e287cbf851\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"3eeb94f282317d6ebb61665a6301b428\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"a0af1abc31a9ee9f1b4d0967bdd58e0d\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"71476c9358b08cde08f1d9e51ab3704a\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d660e484f39969946d0571d50d7b6c1a\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"12dc3b26ceb3926505211578683e89ee\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0ce9901837e04a733fedbbef4bba088d\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"9c427d36afe4ba4bbb01eaf97e9be053\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"7cde47e8dff288a020eb2dff410473df\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"f114f3f7b77c4e228b67a00f29524807\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"9d26b970cbc009c9e0cdf2134ebe4bbf\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0b5203c15bf468840d7d0e84247af188\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"568faca1c93bc78d1ce5c9fac8637b89\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"0e6be4cbd2c311b19224cb6200fd1c52\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"92805602692e28cb29f8a0c976e33495\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"5d119e865cb8f742b87b0ca630b547c3\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"948cde0802113807d1ffa5a2297764fc\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"fd2f22f2ce83ca59702646860eea60bf\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"6ce4e3881eaa11ba7b41be0b87132846\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"dcd1f7284d2b436d6b9e3e42abd96803\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"4b362d53f9f395681c227430cbb9770f\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"274af6f18bd3571466102a1ceb01b5be\";}s:123:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"c7c4854bac07bf3fdec6e286965c6296\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"2ec6ea9bda2f2a4d691ecd979984ced9\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"70f952b3293b1a11a360c5d8b2798238\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"7c4a740676ef6e55bb6e250b2587c86b\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"95aa6e7106f2a0cfe4004d5f30ed8b4b\";}s:122:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"17639347963cd388b9051edebccc2fd6\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3b8352635012a9d1c61b1aff9bfd4dca\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b265dd606f3ee9f4c0bab1ae484c5255\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"ad69851398da23d2837bae394ee6bab5\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"3d351d0a2d7e28621e6a67cf5d5a7d28\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"8ba33c7dce0d8c427fc69537309b711e\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"d91b0ac7e0f4381ef9d726ca69228383\";}s:116:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"32c145f88821451073ef476514a43f5f\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"1418894b53f82bb93248e98441a24e9f\";}s:119:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b01b37dc6022708871f5218059b0e35c\";}s:122:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"34ab1779454d33c50266fab8afa4db0f\";}s:123:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e766b35e8ccc3b2e2314b478ac21cb6e\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"4d38c3e30f5c333cf6f4ae6e42656fc5\";}s:121:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"db512248da1ef0c5fe7179444ded4295\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3c38d96cc18025570739f4dfd04fb9ec\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php\";a:2:{s:1:\"d\";i:1465333261;s:1:\"h\";s:32:\"e32a80f6ca341fc7dd6bd7c13cc84d02\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"e85085b9ee0cd55e6fd5b11d2c9b63a8\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"b507cee70317cb8381929caab3df2466\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php\";a:2:{s:1:\"d\";i:1465333260;s:1:\"h\";s:32:\"c59025bbd112f17501489d49b5818294\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"4688a8ac5119bdaf3a91b313edb35814\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php\";a:2:{s:1:\"d\";i:1465333262;s:1:\"h\";s:32:\"23c135b76d0e3760592c6fa0bcc2be76\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"3ec7afb5e5a5c9878f2251b71a882c20\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php\";a:2:{s:1:\"d\";i:1465333263;s:1:\"h\";s:32:\"f3f93e8cce7ef2ac40b1b7e34a01622e\";}s:98:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"d69905bdac8c0dbf43d3b381e55d4597\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"aa9c232cb29b5a8ddf45ab7f99ea861f\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"0485d72cf2978f3c423e5fbb432315ad\";}s:91:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"d90ae34b15068454bac7e51ee81f71c2\";}s:97:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php\";a:2:{s:1:\"d\";i:1465333264;s:1:\"h\";s:32:\"c947d1d0d6dd09261e22cbb80cc7f4b1\";}s:95:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"45d75274b0a948409b47eb7156561a63\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"a44e28fddddaa286b50faff05036ca9a\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"929a6ce4a533b3542671c34b2ef8ed83\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"7e2544b5a6cf1ee8200b3b431785d346\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b73fe3bdb707e70bc6b5a5b0ebb886a3\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"2a842bffb05f4011c87b8534d047631f\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"bb43dfd5c7ff17405ceb64bc508c0306\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"9d28ad98031a65dc0a457871c85805c9\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"238a408a1d7ea83b23685a26c251a949\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"5f9005373a2d554d6b4ac315aa14659f\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"07dcd9041674e3f5994381a744117c69\";}s:106:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0e0396c2d99a468a38373046ade118fb\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0d429e5e7dbc873cdcf51d434ffc9622\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"aa8f74bd89a02adbdf23352f27e31d8b\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"0c9fdab5ce40bcd0ebc571271df7d63d\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"379545aee853c5e5bff9166595a3c03c\";}s:104:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"b8919ac2fd50786599b625c8803884f8\";}s:103:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"f998380680c82a96d8a28a737aecc221\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"231537ee403efef7ac22a2df422a02a0\";}s:96:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"c6951fa22dfc7025a40aaaa3e772886b\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"99a778ec91a1d270fe364a58721c3049\";}s:102:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"d971832ac02b22c1320683740b1d1311\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"f539f2ac237aadae23bc9f5828b014d2\";}s:109:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php\";a:2:{s:1:\"d\";i:1465333265;s:1:\"h\";s:32:\"c202bfe77a1f2405abe302a3e0b22b5f\";}s:107:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"447dcea47753d51d6fba21a46694ed70\";}s:124:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"d2d29d1d92498587b5990aef20d2c452\";}s:120:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"701b2ecd8b53a434c83bc9ad432b0573\";}s:125:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"8d057cb11f0025719b836c891bf095b4\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"db827468a630191b4815abe414cc747b\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"029b52e2f554e495febfc919ad55e2f0\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"78e6aa45290c9e2a6fd55e18a9643fbf\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4214690d0414eb3aacfbb4b80d1d4050\";}s:108:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"3cf15e506ab8af255ed5e53680c57be1\";}s:113:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"f7177dcbc1061ace7962101ded37239c\";}s:110:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"6bb05ac9faf5bad86f68e1dd8f610fd2\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"22f7f989ebb173d71b4303eb3ec8f958\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"73b64694dfb38bb34df0b869840e2f98\";}s:99:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"994e3f64e7874cad0fa8c274b9d31bd8\";}s:115:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"c580deb79a92f6762c5a33846bfb4344\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4a629aed4bde0e02a110e58fff2443e4\";}s:118:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"984cb091d4ea6f9d838d92155f59d2bc\";}s:117:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"02212d1230c40d236031553d62243731\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"a6c55b8daed595ec2335ec4d6d3a0469\";}s:114:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"5f4153afb8b178dc16dbe7f1daf38089\";}s:111:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4b7afde99873d8dfc93ee99da188fadf\";}s:112:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"19072506e6ea3edf971748295282014d\";}s:89:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"4a3cfeaad81bd3a773cbfd76b34ca825\";}s:89:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"80b0c6c2ff1fcd92230dd963d74e9187\";}s:87:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"57c3a54890adf6877802e8a7c185f8e5\";}s:83:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php\";a:2:{s:1:\"d\";i:1465333266;s:1:\"h\";s:32:\"83bf8c89c4b5e3d69c500f8dfab4fc62\";}s:69:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"8b5bccf4a7641d19e4ac63d3aed82403\";}s:78:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"dfbf1a7c7bb96a1899d0173ade73e536\";}s:71:\"wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"a3de3f693507b33a8cdd2ea63858a5f2\";}s:73:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/.gitignore\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"a1155c508134e9bda943ae266aee1819\";}s:75:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"745dd467bb8d944ee82b38034a3b71d2\";}s:76:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"677b7235b4b9362ae4761ae35bdc83c0\";}s:96:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"20cf3eb1b1def9c50f21b0d8f268d030\";}s:97:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"68d6447d932517bc5e70afd39f3f0812\";}s:106:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"aa09cc5a555cfad4239045906e2850b0\";}s:88:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b25eea7b4663606e7ee568151f63f246\";}s:108:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"011ed98ca5a70546c85d890d896d191d\";}s:72:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"3bfeefdfd8f0d1c0f99deb212e43f20f\";}s:82:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"c18ceb2d5320c2c24eeaf6f085127613\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"143bbf9d110365642a7e453b773c4c36\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"d4c1feefee64b854cc9a0c01e39bfa64\";}s:79:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"ae9e460c497a5229317d769c025e0aad\";}s:91:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"16d0c4a8de68083201c23d8f0edf3882\";}s:70:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b4e1c29292cf1d95350bbe72f30d6825\";}s:79:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist\";a:2:{s:1:\"d\";i:1465333268;s:1:\"h\";s:32:\"66ef816df0993915a4a7c1baf8bbf586\";}s:72:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"7fa6a13360ee7400639b5e3845e77f67\";}s:100:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"01e2a08542c5910673be0ae834decbc8\";}s:106:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"6e70015c3e245ecde87a722bfa8dbf86\";}s:107:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"ac6544e055d702417e54228e9411b95f\";}s:118:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"1236236db5f770d305112ed39e0b21a0\";}s:92:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"c53a83e91bee7f1bbb15c7c47a17d435\";}s:82:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/EventTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"56bf8ab18b21fa3ad8de703ee8bd4587\";}s:89:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"b86ee7c9631cbbf8027fe3523a1b36f5\";}s:101:\"wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php\";a:2:{s:1:\"d\";i:1465333267;s:1:\"h\";s:32:\"98be8e6e205035fbd3213cd1a5ebd68d\";}s:66:\"wp-content/plugins/wp-megamenu/classes/menu-item-manager.class.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"c75ddc8db090c0a8fea9d6a8b02a730c\";}s:58:\"wp-content/plugins/wp-megamenu/classes/nav-menus.class.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"c917704ae85f91e2c1d513a5dd5dbe0e\";}s:56:\"wp-content/plugins/wp-megamenu/classes/pages/general.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"47233dc4555f80586b0be47b5ebc0606\";}s:58:\"wp-content/plugins/wp-megamenu/classes/pages/locations.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"5708ef027e63513f2cb4ef690d968a82\";}s:66:\"wp-content/plugins/wp-megamenu/classes/pages/page.class-63fVXS.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"e27cc242ffaaa5bf44590237b7c5ad48\";}s:53:\"wp-content/plugins/wp-megamenu/classes/pages/page.php\";a:2:{s:1:\"d\";i:1663953008;s:1:\"h\";s:32:\"f899502c70ec4efe0b26888980fa924c\";}s:55:\"wp-content/plugins/wp-megamenu/classes/pages/themes.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"368d7e852c18f8bd3718362ff51f5ef5\";}s:54:\"wp-content/plugins/wp-megamenu/classes/pages/tools.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d69df70594f8133ea38e0a83b3613d60\";}s:52:\"wp-content/plugins/wp-megamenu/classes/scssc.inc.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d30d21d1d9312b387c3a5517e1e1c7f1\";}s:62:\"wp-content/plugins/wp-megamenu/classes/style-manager.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0a96fc024050dfc01d729ba8dcfa92bf\";}s:62:\"wp-content/plugins/wp-megamenu/classes/toggle-blocks.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"9747c792849c367ce370c9f74509e648\";}s:55:\"wp-content/plugins/wp-megamenu/classes/walker.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"49a31132c50fd44d9cf7359417d5a91c\";}s:63:\"wp-content/plugins/wp-megamenu/classes/widget-manager.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"d621402bfa78b40860e7f3a18b06b14b\";}s:82:\"wp-content/plugins/wp-megamenu/classes/widgets/widget-elementor-template.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"52b70ead421cd464c034e52d47706f13\";}s:78:\"wp-content/plugins/wp-megamenu/classes/widgets/widget-reusable-block.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"5f67e34cdaaf307b2faa55a88fc4b416\";}s:63:\"wp-content/plugins/wp-megamenu/classes/widgets/widget.class.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"071410051bb28f6f4e7e190519429c45\";}s:50:\"wp-content/plugins/wp-megamenu/css/admin/admin.css\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0a5a0532546956305cafc278e063e82d\";}s:51:\"wp-content/plugins/wp-megamenu/css/admin/admin.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"2bd03d8f1be7a6165a0398f695fc8123\";}s:53:\"wp-content/plugins/wp-megamenu/css/compatibility.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"c5062e1b4a6a1b3fe42e341081f165e9\";}s:48:\"wp-content/plugins/wp-megamenu/css/megamenu.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"2b156a9d19fd1d1754dbbabfd49a8c94\";}s:45:\"wp-content/plugins/wp-megamenu/css/mixin.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"5c238652f8ee7c75d2eaa0c7ed2abf0d\";}s:45:\"wp-content/plugins/wp-megamenu/css/reset.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"0e45f818104efb70e3267a7ce21cb32c\";}s:53:\"wp-content/plugins/wp-megamenu/css/toggle-blocks.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"e37ad5af63334309e46905e34da89b03\";}s:42:\"wp-content/plugins/wp-megamenu/gulpfile.js\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"14341bd92bd91d1d0b891aa41b4df4cc\";}s:72:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/functions.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"564972d91ba809cad741c587304bc5c2\";}s:68:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/script.js\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"aafa0a5510dbc39f6f5f8411d2d7547a\";}s:69:\"wp-content/plugins/wp-megamenu/integration/twentyseventeen/style.scss\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"f350dc680b424d47ba07e2efe9024ee4\";}s:62:\"wp-content/plugins/wp-megamenu/integration/zerif/functions.php\";a:2:{s:1:\"d\";i:1663953009;s:1:\"h\";s:32:\"74c026b6ecd14795c639be7a0eeec40c\";}s:42:\"wp-content/plugins/wp-megamenu/js/admin.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"42188edc4e6c4cc5924e1e1d821077cf\";}s:59:\"wp-content/plugins/wp-megamenu/js/codemirror/codemirror.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"69882100f431f70037d406f4f2ad0d99\";}s:58:\"wp-content/plugins/wp-megamenu/js/codemirror/codemirror.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"637084fefd8574050486c4f576c0c633\";}s:55:\"wp-content/plugins/wp-megamenu/js/colorbox/colorbox.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"2a11d5b418e4bff711551a8fff88b5db\";}s:61:\"wp-content/plugins/wp-megamenu/js/colorbox/images/loading.gif\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:65:\"wp-content/plugins/wp-megamenu/js/colorbox/jquery.colorbox-min.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"ce468116908cbad01ba0265d535f7d0a\";}s:48:\"wp-content/plugins/wp-megamenu/js/maxmegamenu.js\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"44a7b07736a3670113978880e45c86f1\";}s:53:\"wp-content/plugins/wp-megamenu/js/select2/select2.css\";a:2:{s:1:\"d\";i:1663953010;s:1:\"h\";s:32:\"92536026eadb4cc4c686d65fbd029d76\";}s:56:\"wp-content/plugins/wp-megamenu/js/select2/select2.min.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"276bca659326ca1d7b60ea33f0c0d1f6\";}s:45:\"wp-content/plugins/wp-megamenu/js/settings.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"3099a425d4458274e005ee339686f810\";}s:55:\"wp-content/plugins/wp-megamenu/js/spectrum/spectrum.css\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"a793afbd9f8d6a2c3a7e988fc02c5529\";}s:54:\"wp-content/plugins/wp-megamenu/js/spectrum/spectrum.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"d352d258af98258c6c0d2b01dfdaadb5\";}s:51:\"wp-content/plugins/wp-megamenu/js/toggledesigner.js\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"eda3980e75fa3e261b53fb88c4620ec2\";}s:53:\"wp-content/plugins/wp-megamenu/languages/megamenu.pot\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"8f2e3673a8102d75077ff991e3916cc5\";}s:41:\"wp-content/plugins/wp-megamenu/readme.txt\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"e8b3a7f500a51c8fe510a608c9f41914\";}s:46:\"wp-content/plugins/wp-megamenu/wp-megamenu.php\";a:2:{s:1:\"d\";i:1663953011;s:1:\"h\";s:32:\"14dcd988263d38465317a273acf742a7\";}s:31:\"wp-content/themes/bl-gl/404.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"6aa56d221529208a4202a172bedd47f1\";}s:62:\"wp-content/themes/bl-gl/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"d4330931331f659f552d01881b601fd5\";}s:55:\"wp-content/themes/bl-gl/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"4ea911e012a3a20805b219f8bc48c27c\";}s:60:\"wp-content/themes/bl-gl/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"958520d6c4bf9908f422d47296407cd1\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"8674268f0e6b11b6d9861a4dee788669\";}s:55:\"wp-content/themes/bl-gl/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"5d9968286620329b907d6b7791785905\";}s:61:\"wp-content/themes/bl-gl/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:69:\"wp-content/themes/bl-gl/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662424958;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:53:\"wp-content/themes/bl-gl/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"41a59aab509f6120fc75c6ef45495d72\";}s:54:\"wp-content/themes/bl-gl/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ea20be2c9b9186a837c39493959d5a7c\";}s:66:\"wp-content/themes/bl-gl/assets/lib/custom/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"b8502fdb62ed6f0de928f66da8b19269\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ffac22d9c92faf14077a65e00a72b100\";}s:58:\"wp-content/themes/bl-gl/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"d1f91495983603773dac466ff10ce0b4\";}s:56:\"wp-content/themes/bl-gl/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"4e5e4360b62604acba9518fd0404e975\";}s:62:\"wp-content/themes/bl-gl/assets/lib/isotope/isotope.pkgd.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"5fb7c19c9c51cfb99f5ff942629f0f21\";}s:74:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:78:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:68:\"wp-content/themes/bl-gl/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:60:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:54:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:58:\"wp-content/themes/bl-gl/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:52:\"wp-content/themes/bl-gl/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:56:\"wp-content/themes/bl-gl/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:72:\"wp-content/themes/bl-gl/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"97ccb7a2d3322f7f1a02924a022be5f7\";}s:64:\"wp-content/themes/bl-gl/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"e18858eabfc8cb627265ac000db866ee\";}s:77:\"wp-content/themes/bl-gl/assets/lib/theiaStickySidebar/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:81:\"wp-content/themes/bl-gl/assets/lib/theiaStickySidebar/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1662424959;s:1:\"h\";s:32:\"6c68cfd8c54f50e3eacafe058169fbeb\";}s:48:\"wp-content/themes/bl-gl/classes/about-render.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"a9eecf927bf5743810a66ab5b46199c7\";}s:41:\"wp-content/themes/bl-gl/classes/about.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"b2780a6ae64d894f5269602fee9aad95\";}s:48:\"wp-content/themes/bl-gl/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"dfcf9abaa895879ec31175ebad783172\";}s:48:\"wp-content/themes/bl-gl/classes/body-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"dc590e044cd519a25cc41e5aba62832a\";}s:51:\"wp-content/themes/bl-gl/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"247791c504077e8e2677bbd25f9bdbaf\";}s:53:\"wp-content/themes/bl-gl/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"fb41e0725980c9da8b4c03320f618a27\";}s:50:\"wp-content/themes/bl-gl/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"c4a1a7348b9b18986b3db82fbbdbe8cf\";}s:36:\"wp-content/themes/bl-gl/comments.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"71eb513f08a089d103aae2ee1f4c3b2c\";}s:34:\"wp-content/themes/bl-gl/footer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"2d94ac490f93aaf8b2d384edb892bd25\";}s:37:\"wp-content/themes/bl-gl/functions.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"1d4134de56a5188f983cfc30a7ed21ae\";}s:34:\"wp-content/themes/bl-gl/header.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"24656a5792b0826fcca3f9b6c42e1b78\";}s:48:\"wp-content/themes/bl-gl/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f6f4c09d4bc37ce176e425131250f244\";}s:45:\"wp-content/themes/bl-gl/inc/custom-header.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"176bfaca52ea23770a90ee4f9efd90eb\";}s:50:\"wp-content/themes/bl-gl/inc/customizer/archive.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f7784691dcfb77b7186e84ce98ce1bac\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"a1799100c8425c27ee145bd06ddac069\";}s:55:\"wp-content/themes/bl-gl/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"20078d1b9aaafa2161c2d27f4a5f895e\";}s:57:\"wp-content/themes/bl-gl/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"b79d8add5ff8c06b163b1da0987e2ca9\";}s:53:\"wp-content/themes/bl-gl/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"8dd598cf9589d9e2ec6ea9b1ca9db215\";}s:50:\"wp-content/themes/bl-gl/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"d9bb8e5ac909dde854075f0c90a53ac2\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"f4e685006088afb1fb11f89c1a2f654b\";}s:57:\"wp-content/themes/bl-gl/inc/customizer/front-homepage.php\";a:2:{s:1:\"d\";i:1662424960;s:1:\"h\";s:32:\"43109c1f606731e2a15d6aebb2fb496d\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"4fd52e3921d01c6ee9ab594407b07f23\";}s:53:\"wp-content/themes/bl-gl/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"2653978caa365ea50b3439700925f282\";}s:47:\"wp-content/themes/bl-gl/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"6bc6d919c6fdeb21af9c4bd990edbc1b\";}s:52:\"wp-content/themes/bl-gl/inc/customizer/preloader.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"07264dffeeb114afcc47ca0515804da4\";}s:51:\"wp-content/themes/bl-gl/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"0abf9843090c26f0cb94d894bca617cc\";}s:49:\"wp-content/themes/bl-gl/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"adc36e8163a6c3abe630f592f96ca229\";}s:39:\"wp-content/themes/bl-gl/inc/metabox.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"486eb73146861d3cff61bc3614dac8e1\";}s:42:\"wp-content/themes/bl-gl/inc/pagination.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c2205e7cb7f714744d0d95d07f0a4fc4\";}s:52:\"wp-content/themes/bl-gl/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"64ffd0346ea56e77cccb54d8f2be2765\";}s:45:\"wp-content/themes/bl-gl/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"fe550d74c009891267029cf05b79b7d2\";}s:41:\"wp-content/themes/bl-gl/inc/term-meta.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"6f28ad4537fb838dc14ffacbc2eaf7f0\";}s:48:\"wp-content/themes/bl-gl/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5873b7472d3c28fc3cf2f525e875a9d7\";}s:51:\"wp-content/themes/bl-gl/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"9d6177efc4f1bb19fc2292157edb6dbc\";}s:51:\"wp-content/themes/bl-gl/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c209bd2d08cf52f322087ff8be8f7942\";}s:49:\"wp-content/themes/bl-gl/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"269d07e062761b5034ca97d397017ed2\";}s:57:\"wp-content/themes/bl-gl/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5d1ec61be83e50f340e21fc57b4edb72\";}s:47:\"wp-content/themes/bl-gl/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"bbe836839fd6ae056d2e6fdd127ab3f6\";}s:33:\"wp-content/themes/bl-gl/index.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"c932fbac86abebd34e7ac51a5276997e\";}s:45:\"wp-content/themes/bl-gl/languages/bloglog.pot\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"f2b6062d9742b533e0a02c74197d5a9a\";}s:31:\"wp-content/themes/bl-gl/rtl.css\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"5d2f5967840cd680dfa95bb1de704068\";}s:36:\"wp-content/themes/bl-gl/settings.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"aa6e70b7dbf572a6b95b1a2d963da60e\";}s:35:\"wp-content/themes/bl-gl/sidebar.php\";a:2:{s:1:\"d\";i:1662424961;s:1:\"h\";s:32:\"f7d43c1b0218892a2ebe78c9a064bcda\";}s:36:\"wp-content/themes/bl-gl/singular.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"e86cd34e8934dfd28890f05433aa34e8\";}s:33:\"wp-content/themes/bl-gl/style.css\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"684fb075c84e043aac052ed965a47209\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"209dd07c479fefbca19937a136ac6551\";}s:58:\"wp-content/themes/bl-gl/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"3baa24e9ac9835df0aa11dfacb04d5e1\";}s:55:\"wp-content/themes/bl-gl/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"b5a553103e220daee5898f9e9a90b7bd\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"67696d49e30514032d93bd17e2ac42c3\";}s:57:\"wp-content/themes/bl-gl/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"113b165a2df1e744b0fdbebcd4dca117\";}s:56:\"wp-content/themes/bl-gl/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"ef88fa59ee87d003329ff7836834ce99\";}s:50:\"wp-content/themes/bl-gl/template-parts/content.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"d802e795d4f4e943d7bc3d50d3f950c7\";}s:64:\"wp-content/themes/bl-gl/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"3a7257854d7d14c342a7a2d08bce7238\";}s:61:\"wp-content/themes/bl-gl/woocommerce/woocommerce-functions.php\";a:2:{s:1:\"d\";i:1662424962;s:1:\"h\";s:32:\"6318e8d88592bfea90f38e22d47dbc0e\";}s:39:\"wp-content/themes/blockio/functions.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"2d3832eb87521edd3b17d94149a62d85\";}s:48:\"wp-content/themes/blockio/inc/block-patterns.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"99ab2c88e0650825acd53112219b6466\";}s:55:\"wp-content/themes/blockio/inc/patterns/about-widget.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"7df160ec3f277ffa9e44b2195cc57f96\";}s:55:\"wp-content/themes/blockio/inc/patterns/front-header.php\";a:2:{s:1:\"d\";i:1662688525;s:1:\"h\";s:32:\"2c9af82470994587ddeb765a9983829a\";}s:58:\"wp-content/themes/blockio/inc/patterns/gallery-columns.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"02660f14a01135c1b4b76ddd255d3605\";}s:56:\"wp-content/themes/blockio/inc/patterns/gallery-front.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"ec955d88eb666cd756723dc2e0367b27\";}s:56:\"wp-content/themes/blockio/inc/patterns/image-content.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"20d8e1837afe5d46e83dcdc13b9f374e\";}s:54:\"wp-content/themes/blockio/inc/patterns/our-company.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"9fe2998ffccc58791952a073b4104af7\";}s:62:\"wp-content/themes/blockio/inc/patterns/our-feature-section.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"ff0929ee786f64a647f0c7cddb0bc4a6\";}s:51:\"wp-content/themes/blockio/inc/patterns/our-site.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"df05cfe3594f31a89f7c03a6b7658318\";}s:57:\"wp-content/themes/blockio/inc/patterns/pricing-tables.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"c2461d3723e3aedf1a162fd79817c377\";}s:56:\"wp-content/themes/blockio/inc/patterns/right-sidebar.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"c608754250cf71d7096fffe4e46f5573\";}s:53:\"wp-content/themes/blockio/inc/patterns/title-page.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"66e69193fd71532fce56c5894ca62484\";}s:35:\"wp-content/themes/blockio/index.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"6d1316483440027a5d91b77058334493\";}s:43:\"wp-content/themes/blockio/parts/footer.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"a97e5e91d37bdc7c2d0e897d3dd32001\";}s:43:\"wp-content/themes/blockio/parts/header.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"697d6d3bd6059319b4fffc7705efc891\";}s:38:\"wp-content/themes/blockio/settings.php\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"08576ee6a22cc07931cdba6053770677\";}s:35:\"wp-content/themes/blockio/style.css\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"f2d7533e4f098ab3ae0150dd8cd6c518\";}s:44:\"wp-content/themes/blockio/templates/404.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"a604e0e96d64ad0b9b3b60e5c9dc0a7c\";}s:48:\"wp-content/themes/blockio/templates/archive.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"53d8fdc145718405f205612947be3d56\";}s:46:\"wp-content/themes/blockio/templates/blank.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"d3c500922a0d2c329870e2abcf9fb93a\";}s:45:\"wp-content/themes/blockio/templates/home.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"4c0617b54d995f9bef4d2157cdaa671c\";}s:46:\"wp-content/themes/blockio/templates/index.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"f7b1980fb3943d0b447b5c7cd0dd9945\";}s:45:\"wp-content/themes/blockio/templates/page.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"e8f0e5560cdbc9103f0ad09c70bca4c8\";}s:47:\"wp-content/themes/blockio/templates/search.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"37c1fb2435b99c1e2ffa409e7ea8bac5\";}s:47:\"wp-content/themes/blockio/templates/single.html\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"e431aeb232a1efb3e352c7a4a9f3e593\";}s:36:\"wp-content/themes/blockio/theme.json\";a:2:{s:1:\"d\";i:1662688526;s:1:\"h\";s:32:\"16eeb08bde5e4c5d3c908d411971db4d\";}s:33:\"wp-content/themes/bloglog/404.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"6aa56d221529208a4202a172bedd47f1\";}s:64:\"wp-content/themes/bloglog/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"d4330931331f659f552d01881b601fd5\";}s:57:\"wp-content/themes/bloglog/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"4ea911e012a3a20805b219f8bc48c27c\";}s:62:\"wp-content/themes/bloglog/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"958520d6c4bf9908f422d47296407cd1\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"8674268f0e6b11b6d9861a4dee788669\";}s:57:\"wp-content/themes/bloglog/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"5d9968286620329b907d6b7791785905\";}s:63:\"wp-content/themes/bloglog/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1661106821;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:71:\"wp-content/themes/bloglog/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:55:\"wp-content/themes/bloglog/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"41a59aab509f6120fc75c6ef45495d72\";}s:56:\"wp-content/themes/bloglog/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ea20be2c9b9186a837c39493959d5a7c\";}s:68:\"wp-content/themes/bloglog/assets/lib/custom/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b8502fdb62ed6f0de928f66da8b19269\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ffac22d9c92faf14077a65e00a72b100\";}s:60:\"wp-content/themes/bloglog/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"d1f91495983603773dac466ff10ce0b4\";}s:58:\"wp-content/themes/bloglog/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"4e5e4360b62604acba9518fd0404e975\";}s:64:\"wp-content/themes/bloglog/assets/lib/isotope/isotope.pkgd.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"5fb7c19c9c51cfb99f5ff942629f0f21\";}s:76:\"wp-content/themes/bloglog/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:80:\"wp-content/themes/bloglog/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:70:\"wp-content/themes/bloglog/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:62:\"wp-content/themes/bloglog/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:56:\"wp-content/themes/bloglog/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:60:\"wp-content/themes/bloglog/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:54:\"wp-content/themes/bloglog/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:58:\"wp-content/themes/bloglog/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:74:\"wp-content/themes/bloglog/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"97ccb7a2d3322f7f1a02924a022be5f7\";}s:66:\"wp-content/themes/bloglog/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"e18858eabfc8cb627265ac000db866ee\";}s:79:\"wp-content/themes/bloglog/assets/lib/theiaStickySidebar/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:83:\"wp-content/themes/bloglog/assets/lib/theiaStickySidebar/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"6c68cfd8c54f50e3eacafe058169fbeb\";}s:50:\"wp-content/themes/bloglog/classes/about-render.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"a9eecf927bf5743810a66ab5b46199c7\";}s:43:\"wp-content/themes/bloglog/classes/about.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"b2780a6ae64d894f5269602fee9aad95\";}s:50:\"wp-content/themes/bloglog/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1661106822;s:1:\"h\";s:32:\"dfcf9abaa895879ec31175ebad783172\";}s:50:\"wp-content/themes/bloglog/classes/body-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"dc590e044cd519a25cc41e5aba62832a\";}s:53:\"wp-content/themes/bloglog/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"247791c504077e8e2677bbd25f9bdbaf\";}s:55:\"wp-content/themes/bloglog/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"fb41e0725980c9da8b4c03320f618a27\";}s:52:\"wp-content/themes/bloglog/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"c4a1a7348b9b18986b3db82fbbdbe8cf\";}s:38:\"wp-content/themes/bloglog/comments.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"71eb513f08a089d103aae2ee1f4c3b2c\";}s:36:\"wp-content/themes/bloglog/footer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"2d94ac490f93aaf8b2d384edb892bd25\";}s:39:\"wp-content/themes/bloglog/functions.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"1d4134de56a5188f983cfc30a7ed21ae\";}s:36:\"wp-content/themes/bloglog/header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"24656a5792b0826fcca3f9b6c42e1b78\";}s:50:\"wp-content/themes/bloglog/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f6f4c09d4bc37ce176e425131250f244\";}s:47:\"wp-content/themes/bloglog/inc/custom-header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"176bfaca52ea23770a90ee4f9efd90eb\";}s:52:\"wp-content/themes/bloglog/inc/customizer/archive.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f7784691dcfb77b7186e84ce98ce1bac\";}s:51:\"wp-content/themes/bloglog/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"a1799100c8425c27ee145bd06ddac069\";}s:57:\"wp-content/themes/bloglog/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"20078d1b9aaafa2161c2d27f4a5f895e\";}s:59:\"wp-content/themes/bloglog/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"b79d8add5ff8c06b163b1da0987e2ca9\";}s:55:\"wp-content/themes/bloglog/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"8dd598cf9589d9e2ec6ea9b1ca9db215\";}s:52:\"wp-content/themes/bloglog/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"d9bb8e5ac909dde854075f0c90a53ac2\";}s:51:\"wp-content/themes/bloglog/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"f4e685006088afb1fb11f89c1a2f654b\";}s:59:\"wp-content/themes/bloglog/inc/customizer/front-homepage.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"43109c1f606731e2a15d6aebb2fb496d\";}s:51:\"wp-content/themes/bloglog/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"4fd52e3921d01c6ee9ab594407b07f23\";}s:55:\"wp-content/themes/bloglog/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"2653978caa365ea50b3439700925f282\";}s:49:\"wp-content/themes/bloglog/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"6bc6d919c6fdeb21af9c4bd990edbc1b\";}s:54:\"wp-content/themes/bloglog/inc/customizer/preloader.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"07264dffeeb114afcc47ca0515804da4\";}s:53:\"wp-content/themes/bloglog/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1661106823;s:1:\"h\";s:32:\"0abf9843090c26f0cb94d894bca617cc\";}s:51:\"wp-content/themes/bloglog/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"adc36e8163a6c3abe630f592f96ca229\";}s:41:\"wp-content/themes/bloglog/inc/metabox.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"486eb73146861d3cff61bc3614dac8e1\";}s:44:\"wp-content/themes/bloglog/inc/pagination.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c2205e7cb7f714744d0d95d07f0a4fc4\";}s:54:\"wp-content/themes/bloglog/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"64ffd0346ea56e77cccb54d8f2be2765\";}s:47:\"wp-content/themes/bloglog/inc/template-tags.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"fe550d74c009891267029cf05b79b7d2\";}s:43:\"wp-content/themes/bloglog/inc/term-meta.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"6f28ad4537fb838dc14ffacbc2eaf7f0\";}s:50:\"wp-content/themes/bloglog/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5873b7472d3c28fc3cf2f525e875a9d7\";}s:53:\"wp-content/themes/bloglog/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"9d6177efc4f1bb19fc2292157edb6dbc\";}s:53:\"wp-content/themes/bloglog/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c209bd2d08cf52f322087ff8be8f7942\";}s:51:\"wp-content/themes/bloglog/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"269d07e062761b5034ca97d397017ed2\";}s:59:\"wp-content/themes/bloglog/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5d1ec61be83e50f340e21fc57b4edb72\";}s:49:\"wp-content/themes/bloglog/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"bbe836839fd6ae056d2e6fdd127ab3f6\";}s:35:\"wp-content/themes/bloglog/index.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"c932fbac86abebd34e7ac51a5276997e\";}s:47:\"wp-content/themes/bloglog/languages/bloglog.pot\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"f2b6062d9742b533e0a02c74197d5a9a\";}s:33:\"wp-content/themes/bloglog/rtl.css\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"5d2f5967840cd680dfa95bb1de704068\";}s:38:\"wp-content/themes/bloglog/settings.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"8a4da61147aa1f0d9aa1e0bf6ba2d447\";}s:37:\"wp-content/themes/bloglog/sidebar.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"f7d43c1b0218892a2ebe78c9a064bcda\";}s:38:\"wp-content/themes/bloglog/singular.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"e86cd34e8934dfd28890f05433aa34e8\";}s:35:\"wp-content/themes/bloglog/style.css\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"684fb075c84e043aac052ed965a47209\";}s:58:\"wp-content/themes/bloglog/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"209dd07c479fefbca19937a136ac6551\";}s:60:\"wp-content/themes/bloglog/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"3baa24e9ac9835df0aa11dfacb04d5e1\";}s:57:\"wp-content/themes/bloglog/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"b5a553103e220daee5898f9e9a90b7bd\";}s:58:\"wp-content/themes/bloglog/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"67696d49e30514032d93bd17e2ac42c3\";}s:59:\"wp-content/themes/bloglog/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"113b165a2df1e744b0fdbebcd4dca117\";}s:58:\"wp-content/themes/bloglog/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1661106824;s:1:\"h\";s:32:\"ef88fa59ee87d003329ff7836834ce99\";}s:52:\"wp-content/themes/bloglog/template-parts/content.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"d802e795d4f4e943d7bc3d50d3f950c7\";}s:66:\"wp-content/themes/bloglog/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"3a7257854d7d14c342a7a2d08bce7238\";}s:63:\"wp-content/themes/bloglog/woocommerce/woocommerce-functions.php\";a:2:{s:1:\"d\";i:1661106825;s:1:\"h\";s:32:\"6318e8d88592bfea90f38e22d47dbc0e\";}s:33:\"wp-content/themes/blogood/404.php\";a:2:{s:1:\"d\";i:1662379777;s:1:\"h\";s:32:\"33e348fadce944ed2f13e24c965d26b0\";}s:35:\"wp-content/themes/blogood/alpha.php\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"aa0b131a94806200f171203c602362bf\";}s:37:\"wp-content/themes/blogood/archive.php\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"bfed3867f9f44fb3b4e25e6263f3a365\";}s:52:\"wp-content/themes/blogood/assets/css/admin-style.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a3c706a089d5b7385136de37c131842a\";}s:56:\"wp-content/themes/blogood/assets/css/admin-style.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a3c706a089d5b7385136de37c131842a\";}s:52:\"wp-content/themes/blogood/assets/css/ajax-loader.gif\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"c5cd7f5300576ab4c88202b42f6ded62\";}s:47:\"wp-content/themes/blogood/assets/css/blocks.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b6e6fcb2059ca091f2b87e7812c1563d\";}s:51:\"wp-content/themes/blogood/assets/css/blocks.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b6e6fcb2059ca091f2b87e7812c1563d\";}s:47:\"wp-content/themes/blogood/assets/css/chosen.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"59bfb6353de8a479374d62b0703f0479\";}s:51:\"wp-content/themes/blogood/assets/css/chosen.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"b0800fcb381d8c2a88134f62e3cc2489\";}s:59:\"wp-content/themes/blogood/assets/css/customize-controls.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f0acab08b9220c71bb7fa0ba3dc4a86b\";}s:63:\"wp-content/themes/blogood/assets/css/customize-controls.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f0acab08b9220c71bb7fa0ba3dc4a86b\";}s:54:\"wp-content/themes/blogood/assets/css/editor-blocks.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"fc338d37f39bac4ef48363f69ac353f3\";}s:58:\"wp-content/themes/blogood/assets/css/editor-blocks.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"10b86978e98a33ce5b611fe594ffe1ee\";}s:53:\"wp-content/themes/blogood/assets/css/editor-style.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f262f8ca54e112f602400496d0a57431\";}s:57:\"wp-content/themes/blogood/assets/css/editor-style.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"f4d3a9163ed1d94bbbcd50e836a7e4e1\";}s:53:\"wp-content/themes/blogood/assets/css/font-awesome.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"4bb3dd721c4652feee0953261d329710\";}s:57:\"wp-content/themes/blogood/assets/css/font-awesome.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"a0e784c4ca94c271b0338dfb02055be6\";}s:53:\"wp-content/themes/blogood/assets/css/metabox-tabs.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"0262b98e4180c0d419ebe8c9b2553c1b\";}s:57:\"wp-content/themes/blogood/assets/css/metabox-tabs.min.css\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"031fed67f25885be825b384990b70b69\";}s:54:\"wp-content/themes/blogood/assets/fonts/ajax-loader.gif\";a:2:{s:1:\"d\";i:1662379778;s:1:\"h\";s:32:\"c5cd7f5300576ab4c88202b42f6ded62\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.eot\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"674f50d287a8c48dc19ba404d20fe713\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"acf3dcb7ff752b5296ca23ba2c7c2606\";}s:62:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.ttf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b06871f281fee6b241d60582ae9369b9\";}s:63:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.woff\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"fee66e712a8a08eef5805a46892932ad\";}s:64:\"wp-content/themes/blogood/assets/fonts/fontawesome-webfont.woff2\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"af7ae505a9eed503f8b8e6982036873e\";}s:54:\"wp-content/themes/blogood/assets/fonts/FontAwesome.otf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"0d2717cd5d853e5c765ca032dfd41a4d\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.eot\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"ced611daf7709cc778da928fec876475\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"526d7fdf63614222d376257221e8b754\";}s:48:\"wp-content/themes/blogood/assets/fonts/slick.ttf\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"d41f55a78e6f49a5512878df1737e58a\";}s:49:\"wp-content/themes/blogood/assets/fonts/slick.woff\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b7c9e1e479de3b53f1e4e30ebac2403a\";}s:61:\"wp-content/themes/blogood/assets/images/right-arrow-angle.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"b79ac83019c41a3dc602c8ae5533bddd\";}s:53:\"wp-content/themes/blogood/assets/images/svg-icons.svg\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"1cd2214bc3e7d327450baaa8a7964dbb\";}s:52:\"wp-content/themes/blogood/assets/js/chosen.jquery.js\";a:2:{s:1:\"d\";i:1662379779;s:1:\"h\";s:32:\"7d9f5eedc978572bc7eadbfd9d82086a\";}s:56:\"wp-content/themes/blogood/assets/js/chosen.jquery.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"b9a5cb9af72fe9356b68758018c69182\";}s:45:\"wp-content/themes/blogood/assets/js/custom.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"fca91dae1c420c889cb2ee5bc8d673a4\";}s:49:\"wp-content/themes/blogood/assets/js/custom.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"fca91dae1c420c889cb2ee5bc8d673a4\";}s:57:\"wp-content/themes/blogood/assets/js/customize-controls.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"62375d60c3b88c0cc92ce14bdec71ad0\";}s:61:\"wp-content/themes/blogood/assets/js/customize-controls.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"e710a38bdb4f2a97fe090cb699d93b02\";}s:49:\"wp-content/themes/blogood/assets/js/customizer.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"6e5c96464cf1911f4dcdc181b8b73302\";}s:53:\"wp-content/themes/blogood/assets/js/customizer.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"6ff3715c4ffacc37cb7ff306bc6209ae\";}s:44:\"wp-content/themes/blogood/assets/js/html5.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"2fe36cdd9411c84f325cb6b311f36e59\";}s:48:\"wp-content/themes/blogood/assets/js/html5.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"81dc859be7ed67b5bec41cd18986ef2d\";}s:46:\"wp-content/themes/blogood/assets/js/metabox.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"175d0edb86d6447b3b5698eb3dfc7ae5\";}s:50:\"wp-content/themes/blogood/assets/js/metabox.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"175d0edb86d6447b3b5698eb3dfc7ae5\";}s:49:\"wp-content/themes/blogood/assets/js/navigation.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"559d2f5ebe266047924c959cd6a2bafc\";}s:53:\"wp-content/themes/blogood/assets/js/navigation.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"f6cecee9d51ad96917f2434082663dcf\";}s:58:\"wp-content/themes/blogood/assets/js/skip-link-focus-fix.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"c29b9c67eb69f593acfce7cec1b34f7c\";}s:62:\"wp-content/themes/blogood/assets/js/skip-link-focus-fix.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"4099444110ebdfaddb731482899aa181\";}s:59:\"wp-content/themes/blogood/assets/js/theia-sticky-sidebar.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:63:\"wp-content/themes/blogood/assets/js/theia-sticky-sidebar.min.js\";a:2:{s:1:\"d\";i:1662379780;s:1:\"h\";s:32:\"ac68997109ad20d01800af135ac4eb97\";}s:62:\"wp-content/themes/blogood/assets/uploads/right-arrow-angle.svg\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"b79ac83019c41a3dc602c8ae5533bddd\";}s:38:\"wp-content/themes/blogood/comments.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"c9c5dd08b3841f3ec47eaddbdf6fa869\";}s:34:\"wp-content/themes/blogood/data.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"f4d4a8ba78e69dfc66fea52591f40de4\";}s:32:\"wp-content/themes/blogood/db.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"c1dfc6dd81f762073f69f9bbbf31a95c\";}s:32:\"wp-content/themes/blogood/db.txt\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"b117c48a85b958aaf982047510b3a9d0\";}s:33:\"wp-content/themes/blogood/doc.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"1b91ac9c84c662ef71ca0c5b369e76b0\";}s:36:\"wp-content/themes/blogood/footer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d2be367f7e38349cf9e1c6250e14a499\";}s:40:\"wp-content/themes/blogood/front-page.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"df08cdc00649d87418b2611095db077d\";}s:39:\"wp-content/themes/blogood/functions.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d05b28a66189ea95118b5c5c7d421ed6\";}s:36:\"wp-content/themes/blogood/header.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"4d743491e08b9a3be5f0767a38fab741\";}s:40:\"wp-content/themes/blogood/img_screen.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d07ba0aed1a7f77693f13b18d2846719\";}s:50:\"wp-content/themes/blogood/inc/breadcrumb-class.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"58bfd0260a5f2a2bd9895b6e55cb8740\";}s:38:\"wp-content/themes/blogood/inc/core.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"a58692020c8526bde15bc366b03d2a04\";}s:47:\"wp-content/themes/blogood/inc/custom-header.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"4c8b1b2906b808468b355ff9f7136105\";}s:60:\"wp-content/themes/blogood/inc/customizer/active-callback.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"50baa7a35490b4a643967290a7e06e39\";}s:60:\"wp-content/themes/blogood/inc/customizer/custom-controls.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"5593a1ef39fda30e7bec11b1ce684384\";}s:55:\"wp-content/themes/blogood/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"66fec7f13caa0561c00e3af0808aa788\";}s:53:\"wp-content/themes/blogood/inc/customizer/defaults.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d31f9884e3bc4eac83e86afa8daecdef\";}s:52:\"wp-content/themes/blogood/inc/customizer/partial.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"bb5175d7629ceb2a59ae2bcad767dd06\";}s:53:\"wp-content/themes/blogood/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"98abe9d2e4accbbfc5a4b46b47f94ac7\";}s:67:\"wp-content/themes/blogood/inc/customizer/sections/advertisement.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"36d243724b649a5d88a1094ad07cdc70\";}s:67:\"wp-content/themes/blogood/inc/customizer/sections/creative-post.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"38c4e1031ef665c19b532341c092988f\";}s:65:\"wp-content/themes/blogood/inc/customizer/sections/hero-banner.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"01cb7513711e5b0cf933c9b2dc848071\";}s:63:\"wp-content/themes/blogood/inc/customizer/sections/hero-post.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"e76f9c2536df19004b275c8bc5e75550\";}s:68:\"wp-content/themes/blogood/inc/customizer/sections/latest-fashion.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"895fce81f0d26dfaf9050def57c7bb38\";}s:68:\"wp-content/themes/blogood/inc/customizer/sections/recently-added.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"1bac90100ce1d547a50a548e9869bf19\";}s:66:\"wp-content/themes/blogood/inc/customizer/theme-options/archive.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"086c7c8580778ae695237d6543b955d3\";}s:69:\"wp-content/themes/blogood/inc/customizer/theme-options/breadcrumb.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"bd639912ac5b792410f4bf647472f014\";}s:66:\"wp-content/themes/blogood/inc/customizer/theme-options/excerpt.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"5d1c8a7d1b0471e0ff43508af25e3907\";}s:65:\"wp-content/themes/blogood/inc/customizer/theme-options/footer.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"d76aa56249350077d1264e7aaea22698\";}s:74:\"wp-content/themes/blogood/inc/customizer/theme-options/homepage-static.php\";a:2:{s:1:\"d\";i:1662379781;s:1:\"h\";s:32:\"e59821dd302bbf98005c9de503a211db\";}s:65:\"wp-content/themes/blogood/inc/customizer/theme-options/layout.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"2a0892fc2395cfec4e63718187149845\";}s:63:\"wp-content/themes/blogood/inc/customizer/theme-options/menu.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"15f3ca3877203b83b0aaf02508463a6b\";}s:69:\"wp-content/themes/blogood/inc/customizer/theme-options/pagination.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"93523c0697a1598972b5a2202c5bac6a\";}s:64:\"wp-content/themes/blogood/inc/customizer/theme-options/reset.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8327ffa3b37e58e6c5ea92105a30d6be\";}s:71:\"wp-content/themes/blogood/inc/customizer/theme-options/single-posts.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"f3a9d851105db6544d6f42455bbefe26\";}s:55:\"wp-content/themes/blogood/inc/customizer/validation.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"22ab29f41a79d1abd915e812fe817713\";}s:45:\"wp-content/themes/blogood/inc/demo-import.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"de5a26c289cdb91310793fe6ca16c190\";}s:40:\"wp-content/themes/blogood/inc/extras.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"ada2819e0ab7abf91f63b51de4cd5854\";}s:48:\"wp-content/themes/blogood/inc/footer-widgets.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"c53b7a9151bd3e8b5d4b2c44641179ae\";}s:41:\"wp-content/themes/blogood/inc/helpers.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"659706fa6c665eff707e91656d609da9\";}s:41:\"wp-content/themes/blogood/inc/jetpack.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"536268df1f2dfbfb6be877c3cfd0460a\";}s:41:\"wp-content/themes/blogood/inc/metabox.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"aa988ac7d3f7280aa3935a6858c1e8b7\";}s:41:\"wp-content/themes/blogood/inc/options.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"25b935f6902e99451f9e1d2e5a9ed928\";}s:56:\"wp-content/themes/blogood/inc/sections/advertisement.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"93d3b4924f6d10df07afc490ee4ae358\";}s:56:\"wp-content/themes/blogood/inc/sections/creative-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8b0cd603598226d0e71c1c6f8aaa4403\";}s:54:\"wp-content/themes/blogood/inc/sections/hero-banner.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"030eb3ea6feb9f2b19dcc334d8defe74\";}s:52:\"wp-content/themes/blogood/inc/sections/hero-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"b891b9bfd641320ac19c9f273858088e\";}s:57:\"wp-content/themes/blogood/inc/sections/latest-fashion.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"8cb629ed32c574fd6c62629014a0665c\";}s:52:\"wp-content/themes/blogood/inc/sections/main-post.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"fd3f66918da3279cc597bb58a9fa97b1\";}s:57:\"wp-content/themes/blogood/inc/sections/recently-added.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"f326ef73294915a5d9634d9bffdc007c\";}s:51:\"wp-content/themes/blogood/inc/sections/sections.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"4ffbb044cbf3822fb8e46aa30b43c720\";}s:43:\"wp-content/themes/blogood/inc/structure.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"acda5b21c5d3a8c8be4c79336036d53b\";}s:47:\"wp-content/themes/blogood/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"538eac1b995e88d0363f5265bccf9b1e\";}s:72:\"wp-content/themes/blogood/inc/tgm-plugin/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"6f71413b5ac11b3960d0c9feffce7524\";}s:53:\"wp-content/themes/blogood/inc/tgm-plugin/tgm-hook.php\";a:2:{s:1:\"d\";i:1662379782;s:1:\"h\";s:32:\"7e7609def5ffe180a525d97a19f67b8f\";}s:56:\"wp-content/themes/blogood/inc/widgets/editors-choice.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"5650cadf3b1c526dfd86ec7824751d96\";}s:61:\"wp-content/themes/blogood/inc/widgets/popular-post-widget.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"0338547088674ae90d532113525d1fa3\";}s:49:\"wp-content/themes/blogood/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4aa0cd757c4b1f2081ed3ac55fedab1a\";}s:53:\"wp-content/themes/blogood/inc/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4238b31756db87a5d44f272cfa1e8613\";}s:35:\"wp-content/themes/blogood/index.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"fccf3721861f58b1bbeec768a693e5aa\";}s:47:\"wp-content/themes/blogood/languages/blogood.pot\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"2fd381f466a6fa36c978ecda0d791e98\";}s:34:\"wp-content/themes/blogood/page.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"b4688237b4898135f73888df280fbde4\";}s:36:\"wp-content/themes/blogood/readme.txt\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"cbbb1e83c760f60aad62c3543d91a3fa\";}s:36:\"wp-content/themes/blogood/search.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"b43de012fa909aeb4122cb32ddd9f6fe\";}s:40:\"wp-content/themes/blogood/searchform.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"009ef489385bfa5ec3dfc03e33e517b5\";}s:37:\"wp-content/themes/blogood/sidebar.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"6e17ffa78057a5a02d63e108c572e127\";}s:36:\"wp-content/themes/blogood/single.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"4f543d9fb37806005655eaf8f07539d4\";}s:35:\"wp-content/themes/blogood/style.css\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"bc5b02e65a5989bc416d4e76459aa97a\";}s:57:\"wp-content/themes/blogood/template-parts/content-home.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"ba06b332c6317e96ec094796cebf59cf\";}s:57:\"wp-content/themes/blogood/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"8776ae52152dd73ddf619e66f8b940de\";}s:57:\"wp-content/themes/blogood/template-parts/content-page.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"c94844b02448b140d35b090973fd3af2\";}s:59:\"wp-content/themes/blogood/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"84293f09212b3964f4c31ebb4fbee6ea\";}s:52:\"wp-content/themes/blogood/template-parts/content.php\";a:2:{s:1:\"d\";i:1662379783;s:1:\"h\";s:32:\"cf58824abb11a30793ebbf6b1e605208\";}s:33:\"wp-content/themes/choyu/alpha.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"aa0b131a94806200f171203c602362bf\";}s:42:\"wp-content/themes/choyu/block-patterns.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"acadebb7b2f94ef2bd5a7e1fc1471178\";}s:32:\"wp-content/themes/choyu/data.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f4d4a8ba78e69dfc66fea52591f40de4\";}s:30:\"wp-content/themes/choyu/db.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"c1dfc6dd81f762073f69f9bbbf31a95c\";}s:30:\"wp-content/themes/choyu/db.txt\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b117c48a85b958aaf982047510b3a9d0\";}s:35:\"wp-content/themes/choyu/defau11.php\";a:2:{s:1:\"d\";i:1665069902;s:1:\"h\";s:32:\"c4e00f6077c1c4a762b350a70e70a613\";}s:31:\"wp-content/themes/choyu/doc.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"1b91ac9c84c662ef71ca0c5b369e76b0\";}s:37:\"wp-content/themes/choyu/functions.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"2bbbefc3c07b5d7486970311c504cab4\";}s:38:\"wp-content/themes/choyu/img_screen.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"d07ba0aed1a7f77693f13b18d2846719\";}s:33:\"wp-content/themes/choyu/index.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"a944197ea748ab907c2f60b343ea5a31\";}s:49:\"wp-content/themes/choyu/parts/banner-section.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"4ef4c821fc6c2115261d890be1dd4331\";}s:45:\"wp-content/themes/choyu/parts/footer-two.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b6d2dd319fad99e76ec478b4956f8e18\";}s:41:\"wp-content/themes/choyu/parts/footer.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f085075cd9d9aec8cd355bc86f692c42\";}s:48:\"wp-content/themes/choyu/parts/header-center.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f51a036c31a3ea4f7521a7c62b49acef\";}s:45:\"wp-content/themes/choyu/parts/header-two.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"32974c49c6d45c05fb313258057bb696\";}s:41:\"wp-content/themes/choyu/parts/header.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"5f54f004e9838431ee3bdddc4027e735\";}s:42:\"wp-content/themes/choyu/parts/sidebar.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"79f0c89e2ccfd271c42a4ee6e772eb4d\";}s:49:\"wp-content/themes/choyu/parts/travel-journal.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"bcc6a5bf917709319196ee7f92d8d233\";}s:51:\"wp-content/themes/choyu/patterns/banner-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b2a21cc6de063cd31b37dff84161f6fa\";}s:47:\"wp-content/themes/choyu/patterns/footer-two.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"e8241ee795217867ff552c24617ecc60\";}s:43:\"wp-content/themes/choyu/patterns/footer.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b78b3e3e2058440861c17453b3a0259c\";}s:50:\"wp-content/themes/choyu/patterns/header-center.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"41c7a5a367779c54d6875b5105a034e3\";}s:47:\"wp-content/themes/choyu/patterns/header-two.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"f1652f857009d2b18df3df12b9fe406b\";}s:43:\"wp-content/themes/choyu/patterns/header.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"422d97c8d842e7c9b38df2007a6d0856\";}s:54:\"wp-content/themes/choyu/patterns/home-blog-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"255e6ca0249aba948b51f71b5ba3a8b0\";}s:55:\"wp-content/themes/choyu/patterns/newsletter-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b7ec7df3f7a489e7d584ad64b2e1addf\";}s:56:\"wp-content/themes/choyu/patterns/testimonial-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"0408dfdcefcd7852a6f23a8876fb75ed\";}s:59:\"wp-content/themes/choyu/patterns/travel-journal-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"9c7121590aafd4582269167a17052254\";}s:58:\"wp-content/themes/choyu/patterns/two-col-image-section.php\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b4bbf278c3a581a8f81b78bee7ce9a7d\";}s:33:\"wp-content/themes/choyu/style.css\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"6666c20f86c6111a5dd846032ed2a766\";}s:42:\"wp-content/themes/choyu/templates/404.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"23fee2b990f501fe33f5fc1121fb7cd3\";}s:44:\"wp-content/themes/choyu/templates/about.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"d8687eb1fbbb6b70cdfda4326595fc3c\";}s:46:\"wp-content/themes/choyu/templates/archive.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"b6f60f717724c6471c8e8ec17f36a325\";}s:49:\"wp-content/themes/choyu/templates/front-page.html\";a:2:{s:1:\"d\";i:1661166423;s:1:\"h\";s:32:\"7213c398646e267d57e141c1adde7aa6\";}s:44:\"wp-content/themes/choyu/templates/index.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"3d81ef0fcfbabf6890e9cce3169802df\";}s:43:\"wp-content/themes/choyu/templates/page.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"9ef70b07876c33c90a752cb55b9b6c8a\";}s:45:\"wp-content/themes/choyu/templates/search.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"f0ea3793e7a0247f08e377db0237025a\";}s:45:\"wp-content/themes/choyu/templates/single.html\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"6ea1a7adfc65c00d346faf7f2e33045e\";}s:34:\"wp-content/themes/choyu/theme.json\";a:2:{s:1:\"d\";i:1661166424;s:1:\"h\";s:32:\"cbd71e797cdb92537966f1a654bdb145\";}s:30:\"wp-content/themes/Divi/404.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"ad79874ecb7ea9d4da93c31037fca13c\";}s:36:\"wp-content/themes/Divi/changelog.txt\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"c821584c1af6fc65c92661b069a8988b\";}s:35:\"wp-content/themes/Divi/comments.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"3e404db0ba1e0dc5a0dc22aee1653ad3\";}s:47:\"wp-content/themes/Divi/css/advanced_options.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"0c9d0ad7cd877c4afa9c58a01e458d1e\";}s:42:\"wp-content/themes/Divi/css/main-styles.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"2892ea50394485ce0687b56edfcab8ef\";}s:63:\"wp-content/themes/Divi/css/theme-customizer-controls-styles.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"48d7a56f6bd4b8b9e87cef434e8ece6a\";}s:48:\"wp-content/themes/Divi/epanel/core_functions.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"d1a1aa8f2517805f9530ebde6933d6ae\";}s:43:\"wp-content/themes/Divi/epanel/css/panel.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"824b3f2d7259159a44fb2c97f46fcca9\";}s:50:\"wp-content/themes/Divi/epanel/custom_functions.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"94478a70cd1c8ed0414f684304cbee92\";}s:62:\"wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"bc798560b166b265ebec3348e147f2ee\";}s:61:\"wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"985a54a48d675fc0bc356b9b989357fe\";}s:52:\"wp-content/themes/Divi/epanel/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"13f92f3ed9389229c9e917b2b7e80845\";}s:46:\"wp-content/themes/Divi/epanel/images/blank.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"56398e76be6355ad5999b262208a17c9\";}s:51:\"wp-content/themes/Divi/epanel/images/checkbox-2.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"f972af9ba6699d353ef8fbdabba3dc92\";}s:49:\"wp-content/themes/Divi/epanel/images/checkbox.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"8b26f02fa675a6f96f00b492275491f9\";}s:59:\"wp-content/themes/Divi/epanel/images/colorpicker_select.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"cec464162af0cce10348e7bb7701ef86\";}s:53:\"wp-content/themes/Divi/epanel/images/custom_indic.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"04660eb352eb259581a36a0fe8da2d4d\";}s:45:\"wp-content/themes/Divi/epanel/images/logo.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"37d6623ffa097287e1c39acfa016d66f\";}s:43:\"wp-content/themes/Divi/epanel/images/no.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c3362a2153fb51f2d437bcdd9f22f5c5\";}s:56:\"wp-content/themes/Divi/epanel/images/postinfo-author.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"6227d03b5e5a373c7ddad68237a8151e\";}s:60:\"wp-content/themes/Divi/epanel/images/postinfo-categories.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"51ee0b1a43f03b17765d9be4c5d343f5\";}s:58:\"wp-content/themes/Divi/epanel/images/postinfo-comments.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"340eac7f02af9c0561dedbbfcbadc1b1\";}s:54:\"wp-content/themes/Divi/epanel/images/postinfo-date.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"d8a19dd7cdd4ad121c7a5426cd5be80d\";}s:46:\"wp-content/themes/Divi/epanel/images/saver.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"b769dc7b30cb40ad2246a03cfdea4e6d\";}s:44:\"wp-content/themes/Divi/epanel/images/yes.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"88a267e43aedb5237e8e2ac6b367cf07\";}s:44:\"wp-content/themes/Divi/epanel/js/checkbox.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3d34082b71ebe7b16f683b20420103c4\";}s:47:\"wp-content/themes/Divi/epanel/js/colorpicker.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"91a96e0390c8daf7c0f0063bea0fab08\";}s:51:\"wp-content/themes/Divi/epanel/js/custom_uploader.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"79e3658f9f0debf44472a47db7fb7e32\";}s:39:\"wp-content/themes/Divi/epanel/js/eye.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"07cb4ee5ccf53d81857bcb0c4848ecb7\";}s:50:\"wp-content/themes/Divi/epanel/js/functions-init.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"47268d740ee5c9fc6d63cff6d04194b6\";}s:42:\"wp-content/themes/Divi/epanel/js/layout.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"195cc8e94b8a5ac258a08e72a50a43c6\";}s:46:\"wp-content/themes/Divi/epanel/options_divi.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"281b29ffec7a0be73b67df796f584b9b\";}s:54:\"wp-content/themes/Divi/epanel/post_thumbnails_divi.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"088952ac5210f13ffe91c84ab53adeab\";}s:59:\"wp-content/themes/Divi/epanel/shortcodes/css/shortcodes.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"db8b3f105705aeea36e2fb7ac4f036e0\";}s:70:\"wp-content/themes/Divi/epanel/shortcodes/css/shortcodes_responsive.css\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"4cefe2f03a55b64820b51738c93566d4\";}s:63:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-author.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"51e7db4ca078be782868b360a6ad590c\";}s:62:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-boxes.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c976d9f7314f1ef517a20237ca152678\";}s:64:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-buttons.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"789a8ab3c1a2f01af23a014f9ee4ae36\";}s:61:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-tabs.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ac24ed969e51b1007f353f0cee856ad2\";}s:63:\"wp-content/themes/Divi/epanel/shortcodes/images/icon-toggle.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c61d98d082977f691c6dff2f991537fe\";}s:64:\"wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.dev.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"5828e714cb46f30546869ff5672e8464\";}s:60:\"wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"67b8f2bc907fef8d08c41211186692f8\";}s:73:\"wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.dev.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"b83a9e88b6bd63a997c1354b11aa8f1e\";}s:69:\"wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.js\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"9c46c2fc3e2043bcaf44d2b45fe69d27\";}s:55:\"wp-content/themes/Divi/epanel/shortcodes/shortcodes.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"32b6345b47eee4c327631810c2b475a8\";}s:56:\"wp-content/themes/Divi/et-pagebuilder/et-pagebuilder.php\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"4085e5ec1303ef93964d31bfb5a28ad5\";}s:33:\"wp-content/themes/Divi/footer.php\";a:2:{s:1:\"d\";i:1448904056;s:1:\"h\";s:32:\"0dae8532d73e6eb4c9850861b8a6a7ab\";}s:36:\"wp-content/themes/Divi/functions.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"2d82aadf05adc33cb3cf1e10777ecac6\";}s:33:\"wp-content/themes/Divi/header.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"33926cbfda0681a37b3c21ce82f25b98\";}s:68:\"wp-content/themes/Divi/includes/builder/class-et-builder-element.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9fd9becfcfdcd98751d5f86f9fe1a66c\";}s:68:\"wp-content/themes/Divi/includes/builder/class-et-global-settings.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"3228f3286bbb49c17bbc230b9123bf0f\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"25f50ff5af2922abe31cd73cc3ac275d\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ef734633d1a23784c2fd768e77e492e8\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"bde23967fface3c50458dd8283e4ddef\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_4.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"883d289376c12444c475334d15873da6\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"8ead53d25b87bd8294a08065bea842c5\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"c1d793af65b5248a82ede96a8ab6b577\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"68663bb3a12bf91b11fcc423f97ebf99\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/etbuilder_v2_5.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3f6e3fd00fe76fb6211d55f04d887cb4\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.eot\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"35db1d1e47cff5b6fe6a5c3526003111\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.svg\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"5336fb0e81c72b3ed192a1c09fdc35d9\";}s:64:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.ttf\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"627fa75615e91488f96e369db919ed16\";}s:65:\"wp-content/themes/Divi/includes/builder/fonts/ETmodules_v2_4.woff\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"3db0f21cebc306391a053fa86749f402\";}s:53:\"wp-content/themes/Divi/includes/builder/framework.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"a351ae7ac20f2d449b1d1b22cba42832\";}s:53:\"wp-content/themes/Divi/includes/builder/functions.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0116b11e19635a6200f434cb936fdedb\";}s:62:\"wp-content/themes/Divi/includes/builder/images/ajax-loader.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"ebd75f56c446021f2c7c7803b41bb98a\";}s:67:\"wp-content/themes/Divi/includes/builder/images/animated-overlay.gif\";a:2:{s:1:\"d\";i:1441944323;s:1:\"h\";s:32:\"2b912f7c0653008ca28ebacda49025e7\";}s:51:\"wp-content/themes/Divi/includes/builder/layouts.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"84fcd45ef23816c1ce8d44c812ac4163\";}s:56:\"wp-content/themes/Divi/includes/builder/main-modules.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8ec62f756d053bb560231ac048dd6211\";}s:67:\"wp-content/themes/Divi/includes/builder/main-structure-elements.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"489d62df4f5486cf59dae3f9014d7140\";}s:58:\"wp-content/themes/Divi/includes/builder/scripts/builder.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4725930fd5bb1f3ae1712a7a0fc338d7\";}s:82:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6f88e993309bf78c0896dd500a9be7ce\";}s:81:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"92730e2107717b3aeb452de669b3731e\";}s:72:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery.minicolors.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"fce29ef1b78230da29a8bf85498f3aac\";}s:70:\"wp-content/themes/Divi/includes/builder/scripts/ext/jquery.validate.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d08a3d70aa8453c0352376b70917a54d\";}s:62:\"wp-content/themes/Divi/includes/builder/scripts/ext/widgets.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"fe6586589d813c6bb264b68009faa5cd\";}s:76:\"wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"98d35450c07a3d0787ea4f0e050831a6\";}s:80:\"wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8a08c9e9d57d5a529e489fbd80c54bd3\";}s:84:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"40b13ccaadd4edb90a92a5fe1fbb4450\";}s:75:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-preview.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c4e5bf8e355f46728b35670dfba9a3a4\";}s:75:\"wp-content/themes/Divi/includes/builder/scripts/frontend-builder-scripts.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b7d51d2a9f33dedd7dc60154c1e5cb71\";}s:70:\"wp-content/themes/Divi/includes/builder/scripts/jquery.easypiechart.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"afa13b11620cf3a077098fe6b0e9346a\";}s:65:\"wp-content/themes/Divi/includes/builder/scripts/jquery.fitvids.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"40c065711b0ca4754106f4c6b8ba74fb\";}s:68:\"wp-content/themes/Divi/includes/builder/scripts/jquery.hashchange.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b7f569fd04ac31bcb7548450b5abe34e\";}s:72:\"wp-content/themes/Divi/includes/builder/scripts/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"845779ea879c70773af95b2f6fc394d2\";}s:66:\"wp-content/themes/Divi/includes/builder/scripts/library_scripts.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c1b40830c9abe620b63597cf156ce9d1\";}s:62:\"wp-content/themes/Divi/includes/builder/scripts/roles_admin.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"aed4d3395fe7c670f10f95b298f0367e\";}s:65:\"wp-content/themes/Divi/includes/builder/scripts/salvattore.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4ffba91791ec7cd517a43de773859b4a\";}s:64:\"wp-content/themes/Divi/includes/builder/scripts/waypoints.min.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"4634f837453c1b17e9618885afc01483\";}s:73:\"wp-content/themes/Divi/includes/builder/styles/frontend-builder-style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"267bea2122321ab780367cba5a6ea0c6\";}s:67:\"wp-content/themes/Divi/includes/builder/styles/images/preloader.gif\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9895a027d72a1a9bd7c2e922d0ad273c\";}s:74:\"wp-content/themes/Divi/includes/builder/styles/images/subscribe-loader.gif\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"70204ec0349400b426db6b4fa99d24a0\";}s:74:\"wp-content/themes/Divi/includes/builder/styles/jquery-ui-1.10.4.custom.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"094c7c046ee35bcc739fe533ab4079df\";}s:63:\"wp-content/themes/Divi/includes/builder/styles/library_menu.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"07150d79c323b6c6e11e7b89a981e588\";}s:64:\"wp-content/themes/Divi/includes/builder/styles/library_pages.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6cabe4d0f5f63c27c30c5201fe98d772\";}s:58:\"wp-content/themes/Divi/includes/builder/styles/preview.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"3bcea7963fb9ef40e46ed4474cbd440b\";}s:62:\"wp-content/themes/Divi/includes/builder/styles/roles_style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"dd4833677b1e08e10c00c06ed1dfbb41\";}s:56:\"wp-content/themes/Divi/includes/builder/styles/style.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"5af363b6964a33b471ea6c0914827ab7\";}s:58:\"wp-content/themes/Divi/includes/builder/styles/widgets.css\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"e3c69098fd31ea3fae43149fe31b0fd9\";}s:70:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8c83b907c37a71dd2140b7936cff8d69\";}s:74:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_api.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d2b8a2fa4e0e1040276c64e4561ee310\";}s:81:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_collection.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"5420c64128192d3dfac8e4b69c1adad2\";}s:76:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_entry.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"42e12329ee48c167e15c2af0df40e63a\";}s:87:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_entry_data_array.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"bf91b74016e2588c5d44d5c1b17f03ea\";}s:79:\"wp-content/themes/Divi/includes/builder/subscription/aweber/aweber_response.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0e19a2c96f8348d0af24a275d535bf6a\";}s:75:\"wp-content/themes/Divi/includes/builder/subscription/aweber/curl_object.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8fd09b3bf6f372d58b9147fd2212ef53\";}s:77:\"wp-content/themes/Divi/includes/builder/subscription/aweber/curl_response.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"37715db38cfe1e8636ea50ac1f5229f9\";}s:74:\"wp-content/themes/Divi/includes/builder/subscription/aweber/exceptions.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"f7ac8ac52d44f3e6c9c7d3b2d2530615\";}s:67:\"wp-content/themes/Divi/includes/builder/subscription/aweber/LICENSE\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"9f7d41b4b1c987cb4f6c030d471f18e8\";}s:77:\"wp-content/themes/Divi/includes/builder/subscription/aweber/oauth_adapter.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"25a914131c49006b149bc2167a6caa52\";}s:81:\"wp-content/themes/Divi/includes/builder/subscription/aweber/oauth_application.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"8a95224138c06b72c099d283d5449786\";}s:76:\"wp-content/themes/Divi/includes/builder/subscription/mailchimp/mailchimp.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"f432a9a45f08038a2a59413a84627770\";}s:60:\"wp-content/themes/Divi/includes/builder/template-preview.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"59f66c8b88911185845e8ba363d055eb\";}s:54:\"wp-content/themes/Divi/includes/functions/comments.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"edcd2b2e17a756413fca4e5844c1f1f8\";}s:58:\"wp-content/themes/Divi/includes/functions/installation.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"91e27ad8275057b15b6d1fdfe1c67baa\";}s:54:\"wp-content/themes/Divi/includes/functions/sidebars.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"6195f712174646772aa2403c2d05e5a0\";}s:55:\"wp-content/themes/Divi/includes/functions/tutorials.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"22493c5e1e589ed563d92b477458d5e2\";}s:46:\"wp-content/themes/Divi/includes/navigation.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"bcb1c2f61d562525b56c891471576183\";}s:46:\"wp-content/themes/Divi/includes/no-results.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"80e8fdbb5dc11f010189d0ce0cd5c26b\";}s:48:\"wp-content/themes/Divi/includes/social_icons.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"80ef411b5bd347ddeae4d9a75efe7d1d\";}s:56:\"wp-content/themes/Divi/includes/widgets/widget-about.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"b9fd63e215e0a6c0bdbaddc73dc6501a\";}s:54:\"wp-content/themes/Divi/includes/widgets/widget-ads.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"1717b27e9b5f7048ec2fc9fcad619f8e\";}s:58:\"wp-content/themes/Divi/includes/widgets/widget-adsense.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d5cd052085faf6c3af974c42c1c6f8bb\";}s:43:\"wp-content/themes/Divi/includes/widgets.php\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"0b32a7c02e27a954fefa9e98d5d452f3\";}s:32:\"wp-content/themes/Divi/index.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"febefc655646353305125b39375503ac\";}s:48:\"wp-content/themes/Divi/js/admin_post_settings.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"81c11faad124be159b7641720e1810df\";}s:45:\"wp-content/themes/Divi/js/advanced_options.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"994b3ce01f475c107d9ca89315d24a47\";}s:35:\"wp-content/themes/Divi/js/custom.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d437855c41fe9e44a5869df3180b7c2f\";}s:34:\"wp-content/themes/Divi/js/html5.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"26194adc2116ae53be90696fd76ff1e6\";}s:37:\"wp-content/themes/Divi/js/menu_fix.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"efcef5719a2da72f02d07b558142a23b\";}s:41:\"wp-content/themes/Divi/js/smoothscroll.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"d72f4d6384da83f126a516e622c06d3c\";}s:54:\"wp-content/themes/Divi/js/theme-customizer-controls.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"797fea28195070bae7ab25bf3520ac4b\";}s:45:\"wp-content/themes/Divi/js/theme-customizer.js\";a:2:{s:1:\"d\";i:1441944324;s:1:\"h\";s:32:\"c686ba3e7bb8e38974b9481cf35a6c7e\";}s:34:\"wp-content/themes/Divi/license.txt\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"db66d05be9c697363869840742d76fc2\";}s:46:\"wp-content/themes/Divi/page-template-blank.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"cda2a91dc7dc40ee31a69e25b85d13bd\";}s:31:\"wp-content/themes/Divi/page.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"8cb9aaef8f95ce10d0f7add0b36eadf0\";}s:35:\"wp-content/themes/Divi/psd/logo.psd\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"a50d958887cd44e595925fdda600c928\";}s:33:\"wp-content/themes/Divi/readme.url\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"ad8d6ec635676f3cf84cbd759550ad68\";}s:30:\"wp-content/themes/Divi/rtl.css\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"4cc1deb3586c99adcbe545a7a1532368\";}s:41:\"wp-content/themes/Divi/sidebar-footer.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"5f58f2ab6e7347e9ed6d4eebf46d40ef\";}s:34:\"wp-content/themes/Divi/sidebar.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"c024c4433d977d9b5c83ec3aee423007\";}s:41:\"wp-content/themes/Divi/single-project.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"6695b89769aeae95343aabfb6fb593cd\";}s:33:\"wp-content/themes/Divi/single.php\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"5fce9f9938f87be2df3e884f46b7ffb6\";}s:32:\"wp-content/themes/Divi/style.css\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"0d31f5d46e24011376de90f61c430c3f\";}s:38:\"wp-content/themes/Divi/wpml-config.xml\";a:2:{s:1:\"d\";i:1441944325;s:1:\"h\";s:32:\"52a842f4e7c3257f80ab3f9b24434aee\";}s:31:\"wp-content/themes/dumbo/404.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"bbeed9018fa6c179dc9440f76fec62db\";}s:62:\"wp-content/themes/dumbo/assets/lib/breadcrumbs/breadcrumbs.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"3a40624e11ef52dc007f0193ff5c6a9b\";}s:55:\"wp-content/themes/dumbo/assets/lib/custom/css/admin.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"0a4a8d1b5f69425cebfc3802fa8bda92\";}s:60:\"wp-content/themes/dumbo/assets/lib/custom/css/customizer.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"37fe5622c791cfd645b6600b8dcc80c3\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/css/repeater.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"58146d607d08c8af0de336fd03dc8213\";}s:55:\"wp-content/themes/dumbo/assets/lib/custom/css/style.php\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"2f1478c3875cd213e1a83eaa9cd237c3\";}s:61:\"wp-content/themes/dumbo/assets/lib/custom/css/woocommerce.css\";a:2:{s:1:\"d\";i:1664187516;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:69:\"wp-content/themes/dumbo/assets/lib/custom/css/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"ec04aedde0fe649fe11744964568896f\";}s:53:\"wp-content/themes/dumbo/assets/lib/custom/js/admin.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"5475d0b3b30d2d8231baa0ff1f38502c\";}s:54:\"wp-content/themes/dumbo/assets/lib/custom/js/custom.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"cdfa0642555f78f7159b8a1aee2ac2a8\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/js/customizer.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"3f861bf4e946741023cf715c85ac6252\";}s:58:\"wp-content/themes/dumbo/assets/lib/custom/js/pagination.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"2f50d2f396a066eaa72f05919b344169\";}s:61:\"wp-content/themes/dumbo/assets/lib/custom/js/re-customizer.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"19b340d0c799abe89f604f9150aa693b\";}s:56:\"wp-content/themes/dumbo/assets/lib/custom/js/repeater.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"dabc1531f57b1152ecdb8c451c17d2fd\";}s:74:\"wp-content/themes/dumbo/assets/lib/magnific-popup/jquery.magnific-popup.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"98f1a2f13526db80f38771d5778e7ed0\";}s:78:\"wp-content/themes/dumbo/assets/lib/magnific-popup/jquery.magnific-popup.min.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"b37d7edf99565d3858eaa1ad80df3cff\";}s:68:\"wp-content/themes/dumbo/assets/lib/magnific-popup/magnific-popup.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"c043ec0e0b2ec5314287ad23f2ef2055\";}s:64:\"wp-content/themes/dumbo/assets/lib/sidr/css/jquery.sidr.dark.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"394441159e2c87ffa07ebe302c10f22e\";}s:57:\"wp-content/themes/dumbo/assets/lib/sidr/js/jquery.sidr.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"5ba090fb8b6b7f6405ae1ecb2af97386\";}s:61:\"wp-content/themes/dumbo/assets/lib/sidr/js/jquery.sidr.min.js\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"fc459e41b0d75f472b47008975512c44\";}s:60:\"wp-content/themes/dumbo/assets/lib/slick/css/slick-theme.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"bb4dfbdde8f2a8d4018c1f0293a03483\";}s:54:\"wp-content/themes/dumbo/assets/lib/slick/css/slick.css\";a:2:{s:1:\"d\";i:1664187517;s:1:\"h\";s:32:\"3eb34b0e99f1034770766f8bef0f4864\";}s:58:\"wp-content/themes/dumbo/assets/lib/slick/css/slick.min.css\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"95693ccf6689c9751f16b3cce296f766\";}s:52:\"wp-content/themes/dumbo/assets/lib/slick/js/slick.js\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"db662f1499e90a76fd4de2fbc87250b3\";}s:56:\"wp-content/themes/dumbo/assets/lib/slick/js/slick.min.js\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"777da4aaf5b960636dec0fd4e50ba489\";}s:72:\"wp-content/themes/dumbo/assets/lib/tgmpa/class-tgm-plugin-activation.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"167d35494e547980aea498839b57c4b6\";}s:64:\"wp-content/themes/dumbo/assets/lib/tgmpa/recommended-plugins.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"9b6a72efff64c0519f8bc3cce248cf26\";}s:48:\"wp-content/themes/dumbo/classes/about-render.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"b9a0a244a638150f8aa69765b589cab8\";}s:41:\"wp-content/themes/dumbo/classes/about.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"38a64623b418ff42899a741f558343fd\";}s:48:\"wp-content/themes/dumbo/classes/admin-notice.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"c26dcdecfc1d239d6f0ebfbe90b76b6c\";}s:48:\"wp-content/themes/dumbo/classes/body-classes.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"969fd786b44016bc194843cb8e0c02be\";}s:51:\"wp-content/themes/dumbo/classes/class-svg-icons.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"8efed6668d13fe6b9adda73dee72387c\";}s:53:\"wp-content/themes/dumbo/classes/class-walker-menu.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"7eadf49ad1a15a0009346d7657335a52\";}s:50:\"wp-content/themes/dumbo/classes/plugin-classes.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e1c2976d3a4cb2265dab6d5a67d2fb72\";}s:36:\"wp-content/themes/dumbo/comments.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"3d13394f9aa46396d1ddcb31c13476af\";}s:34:\"wp-content/themes/dumbo/footer.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"5b2c1f578fa87c6a3d3c675c7db0a6b7\";}s:37:\"wp-content/themes/dumbo/functions.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e60bb5ad8c5c862628bbe1e260a3c173\";}s:34:\"wp-content/themes/dumbo/header.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"085ded567477171ebd67c00f638b6e93\";}s:48:\"wp-content/themes/dumbo/inc/custom-functions.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"845ef18e96e6384309eb843dad1bbac2\";}s:48:\"wp-content/themes/dumbo/inc/customizer/about.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"dce12d2a4f1594f612103cb46db6cf24\";}s:56:\"wp-content/themes/dumbo/inc/customizer/banner-slider.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"17265e2f334fe8261af32edec0541a2d\";}s:49:\"wp-content/themes/dumbo/inc/customizer/banner.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"b6035f2ce4ab503aacabbf02334a4f15\";}s:55:\"wp-content/themes/dumbo/inc/customizer/color-scheme.php\";a:2:{s:1:\"d\";i:1664187518;s:1:\"h\";s:32:\"e653e14bd2f547d59979b99cb1bc6121\";}s:50:\"wp-content/themes/dumbo/inc/customizer/contact.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"82584162cb87c0674d245a7247266635\";}s:46:\"wp-content/themes/dumbo/inc/customizer/cta.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"0fd9a66d52f0621882f3fe2c92b66a48\";}s:57:\"wp-content/themes/dumbo/inc/customizer/custom-classes.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"7728cf147747270c5a6b12873cff67e5\";}s:53:\"wp-content/themes/dumbo/inc/customizer/customizer.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"02bab7866f5909036229724565d33e0d\";}s:50:\"wp-content/themes/dumbo/inc/customizer/default.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"2249b1dd4808549730edd9fe2eafeb9a\";}s:49:\"wp-content/themes/dumbo/inc/customizer/footer.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"b4052e3fefce78698a3def264b783920\";}s:49:\"wp-content/themes/dumbo/inc/customizer/header.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"f687a8aa95dfa67d52de62b9f4b2dce5\";}s:53:\"wp-content/themes/dumbo/inc/customizer/newsletter.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"40f346bf3107daa41fda442f4d8af20b\";}s:53:\"wp-content/themes/dumbo/inc/customizer/pagination.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"8c187934b9d7aef6406fb3205b377b6b\";}s:47:\"wp-content/themes/dumbo/inc/customizer/post.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"bbc6bebd5b9110bcf009ec2075ec12f7\";}s:55:\"wp-content/themes/dumbo/inc/customizer/related-post.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"b4974fe460559c0e2a0600a8ac50e3c4\";}s:51:\"wp-content/themes/dumbo/inc/customizer/sanitize.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"127c9333d2ed88a323c314116367db30\";}s:49:\"wp-content/themes/dumbo/inc/customizer/single.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"8418c91bf080d797203f2181a37a95f1\";}s:63:\"wp-content/themes/dumbo/inc/customizer/twp-category-section.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"c89a89deb4a0b67730357309c1a75573\";}s:39:\"wp-content/themes/dumbo/inc/metabox.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"f5d9ea3e2e74d15f4de6cac9305fad33\";}s:42:\"wp-content/themes/dumbo/inc/pagination.php\";a:2:{s:1:\"d\";i:1664187519;s:1:\"h\";s:32:\"5dd4f4733b608e78277d3985788316ac\";}s:52:\"wp-content/themes/dumbo/inc/single-related-posts.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"6ef73758b4f4574615ee803a5497a4ee\";}s:45:\"wp-content/themes/dumbo/inc/template-tags.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"137d17c58109ce9cd06636079ab937e6\";}s:41:\"wp-content/themes/dumbo/inc/term-meta.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"5eb8f546ad8991d7ff1af87ee0c16625\";}s:48:\"wp-content/themes/dumbo/inc/widgets/category.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"ebe66a0e4f48feae10e5e755d49a2c2b\";}s:51:\"wp-content/themes/dumbo/inc/widgets/recent-post.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"41daad069abf6f136c2902e270d2b80d\";}s:51:\"wp-content/themes/dumbo/inc/widgets/social-link.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"24d5de4ee9a973b3839c98c05a7dfaa3\";}s:49:\"wp-content/themes/dumbo/inc/widgets/tab-posts.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"868bc1b36d5a849a5b45baa86a88b12a\";}s:57:\"wp-content/themes/dumbo/inc/widgets/widget-base-class.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"16ad167a303308d498ad1d3232923d13\";}s:47:\"wp-content/themes/dumbo/inc/widgets/widgets.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"164886618e7f6966efe9be2f1de8caa5\";}s:33:\"wp-content/themes/dumbo/index.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"fa833b1c898477de0aa6cf6d67de02a5\";}s:31:\"wp-content/themes/dumbo/rtl.css\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"3724352ef071cd59fb8a5fa0063936e2\";}s:36:\"wp-content/themes/dumbo/settings.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"bc37ff090284aa88baec1a58ce269542\";}s:35:\"wp-content/themes/dumbo/sidebar.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"7bcf9285f113f835698a4a648e13c8aa\";}s:36:\"wp-content/themes/dumbo/singular.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"6c7a9aeb4044f12bb0e217939fda5cc9\";}s:33:\"wp-content/themes/dumbo/style.css\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"f11cbefbf2d91adc7e7e819b67e0f965\";}s:56:\"wp-content/themes/dumbo/template-parts/content-audio.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"9d1dbfce721a5bc9ab880b7fcfe00c77\";}s:58:\"wp-content/themes/dumbo/template-parts/content-gallery.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"f9e94b54ee4f361af480dabefae2664b\";}s:55:\"wp-content/themes/dumbo/template-parts/content-none.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"a3827314431e2ded8bfbe69999194dc0\";}s:56:\"wp-content/themes/dumbo/template-parts/content-quote.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"793731a49bfd4f356444913f49b93cf8\";}s:57:\"wp-content/themes/dumbo/template-parts/content-single.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"642cb7e9a34e4cdc0e6240b26cfebc9c\";}s:56:\"wp-content/themes/dumbo/template-parts/content-video.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"18444acbdf4a2495dbb79bf0daef8e38\";}s:50:\"wp-content/themes/dumbo/template-parts/content.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"e04d89103c3280bc2fdf77be73c81cfb\";}s:64:\"wp-content/themes/dumbo/template-parts/header/header-content.php\";a:2:{s:1:\"d\";i:1664187520;s:1:\"h\";s:32:\"0edc677b49b37204b372754135db0f67\";}s:27:\"wp-content/themes/index.php\";a:2:{s:1:\"d\";i:1412276839;s:1:\"h\";s:32:\"67442c5615eba73d105c0715c6620850\";}s:39:\"wp-content/themes/OKPVO3RU/87A9T49P.php\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"7a699a8f91fbd4b84f6f5aee341f507d\";}s:36:\"wp-content/themes/OKPVO3RU/index.php\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"2dc4705fce266d2a1b4eb7d5f6880dfe\";}s:36:\"wp-content/themes/OKPVO3RU/style.css\";a:2:{s:1:\"d\";i:1665958407;s:1:\"h\";s:32:\"808feaab3a8da7588a643c0d4be4106d\";}s:53:\"wp-content/themes/rixl/assets/fonts/DMMono-Italic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"596eeeac2092da3b9552929a634c7283\";}s:52:\"wp-content/themes/rixl/assets/fonts/DMMono-Light.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"7b404c88b96f013e886d78a66a53a77b\";}s:58:\"wp-content/themes/rixl/assets/fonts/DMMono-LightItalic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"dfc01ab380970bf72d3e509ce4dc8cf8\";}s:53:\"wp-content/themes/rixl/assets/fonts/DMMono-Medium.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"e0b4b36de3605fff15634209b7015425\";}s:59:\"wp-content/themes/rixl/assets/fonts/DMMono-MediumItalic.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"d2a6819d6911798a0c618a9460b8dd5d\";}s:54:\"wp-content/themes/rixl/assets/fonts/DMMono-Regular.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"c6d78233d13e36d83688ac5e6ee0927a\";}s:48:\"wp-content/themes/rixl/assets/fonts/uni05_53.ttf\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"76a0ecd82049f88823a26ff3675d17ca\";}s:36:\"wp-content/themes/rixl/functions.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"06cb38cb726a99c848c7fad22382e77f\";}s:32:\"wp-content/themes/rixl/index.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"078a92e2cbfadce87c4893d69f648006\";}s:40:\"wp-content/themes/rixl/parts/footer.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"f41878be8c4a45e6bb565d9ca4c38860\";}s:40:\"wp-content/themes/rixl/parts/header.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"46328f511ae58764eb5260e5ec982a3e\";}s:43:\"wp-content/themes/rixl/parts/post-meta.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4d408cf6d5381954b5f82738e07d1a69\";}s:39:\"wp-content/themes/rixl/patterns/404.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"1a224323e5338556cdd4fadc387e1898\";}s:44:\"wp-content/themes/rixl/patterns/comments.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"de92b97c718e31e9ca4b9c038e0dd51e\";}s:42:\"wp-content/themes/rixl/patterns/footer.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"fc181eeff5cbe76df039286ae337a24a\";}s:45:\"wp-content/themes/rixl/patterns/post-list.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"b20383626c95be28434500e47a23d14c\";}s:41:\"wp-content/themes/rixl/patterns/quote.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"aab06e6483d11cb11b84b848e708664d\";}s:35:\"wp-content/themes/rixl/settings.php\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"e719d76cc57794fc4299a0559c9c40a1\";}s:32:\"wp-content/themes/rixl/style.css\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"c51e5eb04898fecf02a996d27e6bd906\";}s:41:\"wp-content/themes/rixl/templates/404.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4aab61b0a4074bb95da0cb0f4f1cb037\";}s:45:\"wp-content/themes/rixl/templates/archive.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"4736acf9495afa279738acb8bc7f87ff\";}s:43:\"wp-content/themes/rixl/templates/blank.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"34029c6c0e4792f6614660fc0e1efc00\";}s:49:\"wp-content/themes/rixl/templates/footer-only.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"184c703e17035398b292e7175cc87c3d\";}s:56:\"wp-content/themes/rixl/templates/header-footer-only.html\";a:2:{s:1:\"d\";i:1664124402;s:1:\"h\";s:32:\"26289a492191a37d0f6356ea68c30f83\";}s:43:\"wp-content/themes/rixl/templates/index.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"5044623f63f6702d2dafccd98e668810\";}s:42:\"wp-content/themes/rixl/templates/page.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"62adc368039aa95ac31bf44d790dac11\";}s:44:\"wp-content/themes/rixl/templates/search.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"18048c22201ee7e4630a426d36918b08\";}s:44:\"wp-content/themes/rixl/templates/single.html\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"08bc7ac5c7dbeead52317ea94297b2e0\";}s:33:\"wp-content/themes/rixl/theme.json\";a:2:{s:1:\"d\";i:1664124403;s:1:\"h\";s:32:\"679c465a5cf6f74336b9b778f186dd19\";}s:36:\"wp-content/themes/storepress/404.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"5c005d74109990100df509192bc5462a\";}s:40:\"wp-content/themes/storepress/archive.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"03fd10320e5a66264bd627c01c2aa5a4\";}s:41:\"wp-content/themes/storepress/comments.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"2eae2916c8a7b8527de6b5f652789ed7\";}s:39:\"wp-content/themes/storepress/footer.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"a289cd425d51c01aaeae0f8a9d6b295d\";}s:42:\"wp-content/themes/storepress/functions.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6e20845fe461d33ea613658d2c226c6a\";}s:39:\"wp-content/themes/storepress/header.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"f19d794d134fbce50cf522cf8b760175\";}s:65:\"wp-content/themes/storepress/inc/class-wp-bootstrap-navwalker.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"459aad5efea78eee7a4a9b89b14852d7\";}s:76:\"wp-content/themes/storepress/inc/customizer/assets/css/customizer-notify.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"85306f4055be2ccee9aae4a6777684da\";}s:74:\"wp-content/themes/storepress/inc/customizer/assets/js/customizer-notify.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"e1fa68e2d055c0d82940be28e2cbd3ca\";}s:75:\"wp-content/themes/storepress/inc/customizer/assets/js/customizer-preview.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"1f62b0216014f0ecfaa6fff7361d5d05\";}s:74:\"wp-content/themes/storepress/inc/customizer/assets/js/import-customizer.js\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"013e8ca180213e1c5a995b5a52efbc81\";}s:101:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/class/customizer-repeater-control.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6db3d708939d64f76ef1a1a1fed718fd\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/admin-style.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"6865392d6245229d56b335a9deb1f3e3\";}s:94:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/fontawesome-iconpicker.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"37b4fa308f7ded1bf1e8e6ae288a54e0\";}s:98:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/css/fontawesome-iconpicker.min.css\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"d98330be8f4230103f021f210c102862\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/functions.php\";a:2:{s:1:\"d\";i:1662946436;s:1:\"h\";s:32:\"59e69f7de211c85f385f3a815cc39952\";}s:82:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/inc/customizer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"890009dc3e6d4b0d4089d10d3ca7edf1\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/inc/icons.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"1ad84438eb153a61cc4e9df31ec9a77a\";}s:89:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/customizer_repeater.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"e0c322b1e36ce97361c2b6e3ea6a0d02\";}s:92:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/fontawesome-iconpicker.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"89bef46902c757e19f50cd26d4b5a32c\";}s:96:\"wp-content/themes/storepress/inc/customizer/customizer-repeater/js/fontawesome-iconpicker.min.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"5dc534c43679caa361bde9842b6c49ad\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-blog.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"ae8b96f5f4266c0b49688d2b90928bb6\";}s:104:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-customizer-notify-section.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"4071ae8f5df35a719f71d65fcff23f70\";}s:96:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-customizer-notify.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"447a5e07d13b59208ab86a928f584daa\";}s:85:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-footer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"1aa5db8e8a4ab305b952a8e13caa73ec\";}s:86:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-general.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"3c7c84204c563cd790d3f827e25bcd84\";}s:85:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-header.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"b338122178db6202f95153ab8af745b7\";}s:100:\"wp-content/themes/storepress/inc/customizer/customizer-settings/storepress-plugin-recommendation.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d1fb258c1b87360bd355dcdd0d470a2b\";}s:81:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/class-customize.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"642c31a1c106df2b05e180e552a3f8ae\";}s:84:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/customize-controls.css\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"cfc74385d80576ce85bcd15574be35fc\";}s:83:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/customize-controls.js\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d3f1b394b3da19d7e6c32688461876ab\";}s:77:\"wp-content/themes/storepress/inc/customizer/customizer-upsale/section-pro.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"51f49b8a15c22dadcf20a329117f0711\";}s:60:\"wp-content/themes/storepress/inc/customizer/sanitization.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"af98bdc3574e8d09e9bb02cb68271b3c\";}s:50:\"wp-content/themes/storepress/inc/dynamic_style.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"83225288e56c424b176e3729cb66c168\";}s:44:\"wp-content/themes/storepress/inc/enqueue.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d11d3befb7c473704bb61a2ce6bf5950\";}s:58:\"wp-content/themes/storepress/inc/storepress-customizer.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"cbf38f2bb0dd3ba5b8ae9c4df70a7fbf\";}s:50:\"wp-content/themes/storepress/inc/template-tags.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"6f9681e6c0e5057ca9dac0b75a5bc7cd\";}s:52:\"wp-content/themes/storepress/inc/theme-functions.php\";a:2:{s:1:\"d\";i:1662946437;s:1:\"h\";s:32:\"d4a4b0379e895bd4a5427961c090be36\";}s:56:\"wp-content/themes/storepress/inc/wptt-webfont-loader.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"620e4bf5981f0f53d5db4901c196a5e2\";}s:38:\"wp-content/themes/storepress/index.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"9eb3ab75879b3d0c073214781be9569e\";}s:37:\"wp-content/themes/storepress/page.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"2841a0cce3dc2bbc99d55461b2ab4660\";}s:39:\"wp-content/themes/storepress/search.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"25209bf134e4feabf4fe7614b0145ed1\";}s:43:\"wp-content/themes/storepress/searchform.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"905ff07608f2bb9cf675ed0abdda99b7\";}s:41:\"wp-content/themes/storepress/settings.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"32af48f3887e3ec94dfdf90ad7ad4daf\";}s:52:\"wp-content/themes/storepress/sidebar-woocommerce.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"6ce2fd2f51450180bc11a51402af75fe\";}s:40:\"wp-content/themes/storepress/sidebar.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"280e353025a30804acbb0e382149a944\";}s:39:\"wp-content/themes/storepress/single.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"bb1b6469e145776166743471fb9d7da8\";}s:38:\"wp-content/themes/storepress/style.css\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"d41061322f24c1916162128a98c665e8\";}s:68:\"wp-content/themes/storepress/template-parts/content/content-none.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"bb2f7293a149601927dc3e773fe2fbd0\";}s:70:\"wp-content/themes/storepress/template-parts/content/content-page-2.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"029416f28234acbd1014f2ee08fbc929\";}s:68:\"wp-content/themes/storepress/template-parts/content/content-page.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"0fdff81941cae33941343824e5c2dffd\";}s:70:\"wp-content/themes/storepress/template-parts/content/content-search.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"b1d544e30cce7087353cb5bf063f04c2\";}s:63:\"wp-content/themes/storepress/template-parts/content/content.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"fa97df49cfe51595588be20588426ddc\";}s:69:\"wp-content/themes/storepress/template-parts/sections/section-blog.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"328f7cf1575d751421edfb56eeddd4ab\";}s:75:\"wp-content/themes/storepress/template-parts/sections/section-breadcrumb.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"a1ba49b585a3c4f5d7e23f33e1f15a39\";}s:71:\"wp-content/themes/storepress/template-parts/sections/section-footer.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"979ea7fe5578d96ecef7a9903bbdeebf\";}s:71:\"wp-content/themes/storepress/template-parts/sections/section-header.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"66801cd7209b4ef4a839bfbc42c1a9e4\";}s:61:\"wp-content/themes/storepress/templates/template-frontpage.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"80f8c769ba140df5d655883c28b4b1c2\";}s:67:\"wp-content/themes/storepress/templates/template-page-full-width.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"79f319c5e0933528b307b4ad80e3b9f3\";}s:59:\"wp-content/themes/storepress/woocommerce/cart/mini-cart.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"66247713edee28da4e26602b7b94eebc\";}s:60:\"wp-content/themes/storepress/woocommerce/content-product.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"ae0b3f8e37460861f2c832d6db611a85\";}s:44:\"wp-content/themes/storepress/woocommerce.php\";a:2:{s:1:\"d\";i:1662946438;s:1:\"h\";s:32:\"c470d179dd9d15ac20d8fa9caf8a3160\";}s:39:\"wp-content/themes/W9BQGCDA/E0PNBTIQ.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"7a699a8f91fbd4b84f6f5aee341f507d\";}s:36:\"wp-content/themes/W9BQGCDA/index.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"ab48dd6066212a8a6608312f02843976\";}s:34:\"wp-content/themes/W9BQGCDA/rbg.php\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"2acdea12047ca0c71071f2235126781b\";}s:36:\"wp-content/themes/W9BQGCDA/style.css\";a:2:{s:1:\"d\";i:1665958523;s:1:\"h\";s:32:\"d157ee81fb11d3ce4080ca8eae6d5329\";}s:28:\"wp-content/updraft/.htaccess\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"5cc8a02be988615b049f5abecba2f3a0\";}s:99:\"wp-content/updraft/backup_2016-01-05-2139_District_Attorney_15th_District__f1906bf5d154-plugins.zip\";a:2:{s:1:\"d\";i:1452030162;s:1:\"h\";s:32:\"a056ef51024e992cc6ff3ec9f2b68bca\";}s:98:\"wp-content/updraft/backup_2016-01-05-2139_District_Attorney_15th_District__f1906bf5d154-themes.zip\";a:2:{s:1:\"d\";i:1452030194;s:1:\"h\";s:32:\"95d1349ade3ad2d4dd334cc15f3aabb8\";}s:99:\"wp-content/updraft/backup_2016-01-12-2141_District_Attorney_15th_District__90c1f6386803-plugins.zip\";a:2:{s:1:\"d\";i:1452635057;s:1:\"h\";s:32:\"2ba1a45c91fcac11eef470fa4ff0ea26\";}s:98:\"wp-content/updraft/backup_2016-01-12-2141_District_Attorney_15th_District__90c1f6386803-themes.zip\";a:2:{s:1:\"d\";i:1452635084;s:1:\"h\";s:32:\"e90de64d20a00388ebd8248992570e76\";}s:99:\"wp-content/updraft/backup_2016-02-02-2141_District_Attorney_15th_District__fd65bdff3289-plugins.zip\";a:2:{s:1:\"d\";i:1454449458;s:1:\"h\";s:32:\"75faa6ba206f1792595afc035522c563\";}s:98:\"wp-content/updraft/backup_2016-02-02-2141_District_Attorney_15th_District__fd65bdff3289-themes.zip\";a:2:{s:1:\"d\";i:1454449486;s:1:\"h\";s:32:\"a8466d09a4f7b7ac485f3e469c3cc2b6\";}s:99:\"wp-content/updraft/backup_2016-02-09-2155_District_Attorney_15th_District__82b1027ed66d-plugins.zip\";a:2:{s:1:\"d\";i:1455055108;s:1:\"h\";s:32:\"65bad6e7b29567ed3d60dea3f2c25272\";}s:98:\"wp-content/updraft/backup_2016-02-09-2155_District_Attorney_15th_District__82b1027ed66d-themes.zip\";a:2:{s:1:\"d\";i:1455055139;s:1:\"h\";s:32:\"66de7f4ec3790ccac13c9237a7edae71\";}s:99:\"wp-content/updraft/backup_2016-02-16-2147_District_Attorney_15th_District__918183fc091e-plugins.zip\";a:2:{s:1:\"d\";i:1455659354;s:1:\"h\";s:32:\"e6948a5fb27bf3b4ea034dd1bf393a17\";}s:98:\"wp-content/updraft/backup_2016-02-16-2147_District_Attorney_15th_District__918183fc091e-themes.zip\";a:2:{s:1:\"d\";i:1455659377;s:1:\"h\";s:32:\"37fe270fa1373e857209e87121ddd6aa\";}s:99:\"wp-content/updraft/backup_2016-02-23-2156_District_Attorney_15th_District__6020f7ebffa0-plugins.zip\";a:2:{s:1:\"d\";i:1456264771;s:1:\"h\";s:32:\"289a76b70db24a6c9b56379a9652d3e3\";}s:98:\"wp-content/updraft/backup_2016-02-23-2156_District_Attorney_15th_District__6020f7ebffa0-themes.zip\";a:2:{s:1:\"d\";i:1456264803;s:1:\"h\";s:32:\"00223d5c8be44fb74882b8bb7fb5068f\";}s:99:\"wp-content/updraft/backup_2016-03-01-2146_District_Attorney_15th_District__b19131498c37-plugins.zip\";a:2:{s:1:\"d\";i:1456868991;s:1:\"h\";s:32:\"798b487b2d06567aab39df87b3d35009\";}s:98:\"wp-content/updraft/backup_2016-03-01-2146_District_Attorney_15th_District__b19131498c37-themes.zip\";a:2:{s:1:\"d\";i:1456869031;s:1:\"h\";s:32:\"4d6ce1256c3aeaa4a6693974533b3ec8\";}s:99:\"wp-content/updraft/backup_2016-03-08-2205_District_Attorney_15th_District__12e13977e61b-plugins.zip\";a:2:{s:1:\"d\";i:1457474831;s:1:\"h\";s:32:\"972561fe48bff1e2e995f81e1e8d70aa\";}s:98:\"wp-content/updraft/backup_2016-03-08-2205_District_Attorney_15th_District__12e13977e61b-themes.zip\";a:2:{s:1:\"d\";i:1457474852;s:1:\"h\";s:32:\"4c0d4c1ce61920883a4892f510b01a71\";}s:99:\"wp-content/updraft/backup_2016-03-15-2200_District_Attorney_15th_District__5eed8a8f800f-plugins.zip\";a:2:{s:1:\"d\";i:1458079390;s:1:\"h\";s:32:\"2c2bf80e93c509bd00e2ed57dea5f620\";}s:98:\"wp-content/updraft/backup_2016-03-15-2200_District_Attorney_15th_District__5eed8a8f800f-themes.zip\";a:2:{s:1:\"d\";i:1458079420;s:1:\"h\";s:32:\"48970933734c9e1b18508aecd65fd438\";}s:99:\"wp-content/updraft/backup_2016-03-29-2140_District_Attorney_15th_District__5ee537f46a1f-plugins.zip\";a:2:{s:1:\"d\";i:1459287735;s:1:\"h\";s:32:\"016a25f39ae342092474b902e0b9d2e9\";}s:98:\"wp-content/updraft/backup_2016-03-29-2140_District_Attorney_15th_District__5ee537f46a1f-themes.zip\";a:2:{s:1:\"d\";i:1459287758;s:1:\"h\";s:32:\"278590735510fe2d61544b073d4d8790\";}s:99:\"wp-content/updraft/backup_2016-04-05-2143_District_Attorney_15th_District__8d7d5c6c8c25-plugins.zip\";a:2:{s:1:\"d\";i:1459892704;s:1:\"h\";s:32:\"312bcca9897c939c03e73476290fee14\";}s:98:\"wp-content/updraft/backup_2016-04-05-2143_District_Attorney_15th_District__8d7d5c6c8c25-themes.zip\";a:2:{s:1:\"d\";i:1459892728;s:1:\"h\";s:32:\"b9dafdc99a9d616a1dfaa136f6a271aa\";}s:99:\"wp-content/updraft/backup_2016-04-12-2150_District_Attorney_15th_District__51c9affa05ea-plugins.zip\";a:2:{s:1:\"d\";i:1460497941;s:1:\"h\";s:32:\"1d9e7ebef79421c4388ea02b43201fde\";}s:98:\"wp-content/updraft/backup_2016-04-12-2150_District_Attorney_15th_District__51c9affa05ea-themes.zip\";a:2:{s:1:\"d\";i:1460497967;s:1:\"h\";s:32:\"83f6e45282f1f8a8bd05105411a909f5\";}s:93:\"wp-content/updraft/backup_2018-10-30-2203_District_Attorney_15th_District__cb210f4bc4d4-db.gz\";a:2:{s:1:\"d\";i:1540937254;s:1:\"h\";s:32:\"4f3902f173cb88be187e74acfb1bbec0\";}s:93:\"wp-content/updraft/backup_2018-11-27-2145_District_Attorney_15th_District__aded49101a2a-db.gz\";a:2:{s:1:\"d\";i:1543355376;s:1:\"h\";s:32:\"f7a2a377b8556d60353d4f59b0d8143f\";}s:93:\"wp-content/updraft/backup_2018-12-04-2144_District_Attorney_15th_District__4d1ce7d9cfb0-db.gz\";a:2:{s:1:\"d\";i:1543960089;s:1:\"h\";s:32:\"ed3fbfbf75838daaf9cc53929ce3a6ff\";}s:93:\"wp-content/updraft/backup_2018-12-18-2159_District_Attorney_15th_District__c12f6c8e0a66-db.gz\";a:2:{s:1:\"d\";i:1545170560;s:1:\"h\";s:32:\"25df4c93af2d78dcd3d6dbc96ed37c7a\";}s:93:\"wp-content/updraft/backup_2018-12-25-2151_District_Attorney_15th_District__5c6da63efbe6-db.gz\";a:2:{s:1:\"d\";i:1545774889;s:1:\"h\";s:32:\"fcbc08d9ec175cc107ec2f77f0b13b84\";}s:93:\"wp-content/updraft/backup_2019-01-01-2155_District_Attorney_15th_District__3e21745a6024-db.gz\";a:2:{s:1:\"d\";i:1546379973;s:1:\"h\";s:32:\"fc9b4ed5c77850a656cff00656102709\";}s:93:\"wp-content/updraft/backup_2019-01-08-2142_District_Attorney_15th_District__89c19a52869c-db.gz\";a:2:{s:1:\"d\";i:1546983971;s:1:\"h\";s:32:\"9b9710fa4ea7ab7ef4a728c3fb1efcdd\";}s:93:\"wp-content/updraft/backup_2019-02-05-2149_District_Attorney_15th_District__0c9674dc63f8-db.gz\";a:2:{s:1:\"d\";i:1549403588;s:1:\"h\";s:32:\"21a48020f8c6f97fb6e0c3502b9699aa\";}s:93:\"wp-content/updraft/backup_2019-03-12-2154_District_Attorney_15th_District__13e43ed1858c-db.gz\";a:2:{s:1:\"d\";i:1552427901;s:1:\"h\";s:32:\"1949b509103a229b73a4905b0f2efdef\";}s:93:\"wp-content/updraft/backup_2019-03-19-2141_District_Attorney_15th_District__7fc772abec2e-db.gz\";a:2:{s:1:\"d\";i:1553031898;s:1:\"h\";s:32:\"e70a8e41fe52c2bf35dee81b7f7ea979\";}s:93:\"wp-content/updraft/backup_2019-04-23-2142_District_Attorney_15th_District__13328ff6a43b-db.gz\";a:2:{s:1:\"d\";i:1556055941;s:1:\"h\";s:32:\"6bdebbb05e254e5e897ab6a28923ce3d\";}s:93:\"wp-content/updraft/backup_2019-04-30-2141_District_Attorney_15th_District__16999bc768d0-db.gz\";a:2:{s:1:\"d\";i:1556660683;s:1:\"h\";s:32:\"26d24645042bb75a6e326b9396836c35\";}s:93:\"wp-content/updraft/backup_2019-05-07-2148_District_Attorney_15th_District__f2335209e012-db.gz\";a:2:{s:1:\"d\";i:1557265924;s:1:\"h\";s:32:\"e56519c6d8dedaa170b4a457657616c5\";}s:93:\"wp-content/updraft/backup_2019-06-04-2142_District_Attorney_15th_District__d2a6c700986d-db.gz\";a:2:{s:1:\"d\";i:1559684708;s:1:\"h\";s:32:\"84e35199241500dd9cda6e1728c13ece\";}s:93:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-db.gz\";a:2:{s:1:\"d\";i:1625433499;s:1:\"h\";s:32:\"3698276d2d9f566ab8a517f082793201\";}s:98:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-others.zip\";a:2:{s:1:\"d\";i:1625433497;s:1:\"h\";s:32:\"d97cdb4813a031ef810f5d78031ae732\";}s:99:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-plugins.zip\";a:2:{s:1:\"d\";i:1625433157;s:1:\"h\";s:32:\"4e7c168a28bf47618da0bb224d9e15a9\";}s:98:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-themes.zip\";a:2:{s:1:\"d\";i:1625433171;s:1:\"h\";s:32:\"0863f801f1a722d38cd8800585be9035\";}s:99:\"wp-content/updraft/backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-uploads.zip\";a:2:{s:1:\"d\";i:1625433489;s:1:\"h\";s:32:\"350573a7695b81179550eae8c2a5fcf4\";}s:93:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-db.gz\";a:2:{s:1:\"d\";i:1625607946;s:1:\"h\";s:32:\"ee9d798f72ec8a495415fa11329b33d1\";}s:98:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-others.zip\";a:2:{s:1:\"d\";i:1625607943;s:1:\"h\";s:32:\"faf4b572e07261fa0f6f21ab1780b28f\";}s:99:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-plugins.zip\";a:2:{s:1:\"d\";i:1625607748;s:1:\"h\";s:32:\"5d024b7035387f35e95b2204e57e1265\";}s:98:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-themes.zip\";a:2:{s:1:\"d\";i:1625607765;s:1:\"h\";s:32:\"3ada3768b73912dba8cf44e255f17bfc\";}s:99:\"wp-content/updraft/backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-uploads.zip\";a:2:{s:1:\"d\";i:1625607935;s:1:\"h\";s:32:\"632d48141652323718b92976c9a09a35\";}s:93:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-db.gz\";a:2:{s:1:\"d\";i:1626214995;s:1:\"h\";s:32:\"fdf6a83f62208432cb8c7b3e62adbbe8\";}s:98:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-others.zip\";a:2:{s:1:\"d\";i:1626214992;s:1:\"h\";s:32:\"373c94dd4db600fe9210ba08c67421ba\";}s:99:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-plugins.zip\";a:2:{s:1:\"d\";i:1626212690;s:1:\"h\";s:32:\"d71292dc6719a5dd470ff00b72520fe5\";}s:98:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-themes.zip\";a:2:{s:1:\"d\";i:1626212708;s:1:\"h\";s:32:\"97cc3750ba6549d9e8779b5e5ee3a9e7\";}s:99:\"wp-content/updraft/backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-uploads.zip\";a:2:{s:1:\"d\";i:1626214984;s:1:\"h\";s:32:\"20d7bc818f3dc88ec3af433fb2009c4b\";}s:93:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-db.gz\";a:2:{s:1:\"d\";i:1626818261;s:1:\"h\";s:32:\"c10cf3c09fcbbbddc4582396e277cfcf\";}s:98:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-others.zip\";a:2:{s:1:\"d\";i:1626818258;s:1:\"h\";s:32:\"1cb15db0aad0b14c9680780dcf2d9571\";}s:99:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-plugins.zip\";a:2:{s:1:\"d\";i:1626818077;s:1:\"h\";s:32:\"5d49e68f8544a762c08ac594a2c9ac0c\";}s:98:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-themes.zip\";a:2:{s:1:\"d\";i:1626818094;s:1:\"h\";s:32:\"9e3432cbd0797cd7e07cbf997d71fbe5\";}s:99:\"wp-content/updraft/backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-uploads.zip\";a:2:{s:1:\"d\";i:1626818250;s:1:\"h\";s:32:\"24c2f3e83ef0413689ad8f55d76eb3d9\";}s:99:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-plugins.zip\";a:2:{s:1:\"d\";i:1665801432;s:1:\"h\";s:32:\"a8d6f6237d0fde4cbb2a7b80ee4c7b22\";}s:98:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-themes.zip\";a:2:{s:1:\"d\";i:1665801487;s:1:\"h\";s:32:\"d5e5eaf43c469ee8350e7716d2b59b12\";}s:103:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-uploads.zip.tmp\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"d41d8cd98f00b204e9800998ecf8427e\";}s:110:\"wp-content/updraft/backup_2022-10-15-0234_District_Attorney_15th_District__0b9d3e9c7107-uploads.zip.tmp.a85372\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"b064eee6bb76693679a3ad50e7e93fc2\";}s:29:\"wp-content/updraft/index.html\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"7645f25405ae2d31a5c96c306891bea0\";}s:39:\"wp-content/updraft/log.0b9d3e9c7107.txt\";a:2:{s:1:\"d\";i:1665801497;s:1:\"h\";s:32:\"74ca2aaf8b21120961966924be6f9a68\";}s:39:\"wp-content/updraft/log.0c9674dc63f8.txt\";a:2:{s:1:\"d\";i:1549416714;s:1:\"h\";s:32:\"d0a0da0178da547a71f23b78a1c6613d\";}s:39:\"wp-content/updraft/log.12e13977e61b.txt\";a:2:{s:1:\"d\";i:1457476464;s:1:\"h\";s:32:\"b3627f7c91d2fa43393ad46ba8aee095\";}s:39:\"wp-content/updraft/log.13328ff6a43b.txt\";a:2:{s:1:\"d\";i:1556063993;s:1:\"h\";s:32:\"f97a6238bacdf12ebb375762601c382d\";}s:39:\"wp-content/updraft/log.13e43ed1858c.txt\";a:2:{s:1:\"d\";i:1552437014;s:1:\"h\";s:32:\"a6e150bbdbe8701bbe0eedc1945f8366\";}s:39:\"wp-content/updraft/log.16999bc768d0.txt\";a:2:{s:1:\"d\";i:1556669288;s:1:\"h\";s:32:\"3cb7c709105d0cc86987458c695d7f49\";}s:39:\"wp-content/updraft/log.3e21745a6024.txt\";a:2:{s:1:\"d\";i:1546396355;s:1:\"h\";s:32:\"5ba1148bfab9d9e599345ebf0a40381f\";}s:39:\"wp-content/updraft/log.4d1ce7d9cfb0.txt\";a:2:{s:1:\"d\";i:1543968854;s:1:\"h\";s:32:\"61eb4ddd29a43e1c111af8309b9908d6\";}s:39:\"wp-content/updraft/log.51c9affa05ea.txt\";a:2:{s:1:\"d\";i:1460499101;s:1:\"h\";s:32:\"6ad731040f9a08e234833f084de96c6a\";}s:39:\"wp-content/updraft/log.52858e633d8e.txt\";a:2:{s:1:\"d\";i:1625436159;s:1:\"h\";s:32:\"4e4a935d7e2714bc3a3ff0c8e7ef1832\";}s:39:\"wp-content/updraft/log.5c6da63efbe6.txt\";a:2:{s:1:\"d\";i:1545783041;s:1:\"h\";s:32:\"52fd88f0cdc67692d3178bf1772348d6\";}s:39:\"wp-content/updraft/log.5ee537f46a1f.txt\";a:2:{s:1:\"d\";i:1459288962;s:1:\"h\";s:32:\"f3d049546156d4b3c1ca0ec561032c52\";}s:39:\"wp-content/updraft/log.5eed8a8f800f.txt\";a:2:{s:1:\"d\";i:1458079925;s:1:\"h\";s:32:\"a56e84b036a08edde0be70a667dde246\";}s:39:\"wp-content/updraft/log.6020f7ebffa0.txt\";a:2:{s:1:\"d\";i:1456269434;s:1:\"h\";s:32:\"151b6c1e113b1e37d29c51fcd9f725c2\";}s:39:\"wp-content/updraft/log.704c47086e26.txt\";a:2:{s:1:\"d\";i:1626220198;s:1:\"h\";s:32:\"35ae27506c6b3916bf9c80cf47d319f8\";}s:39:\"wp-content/updraft/log.723a637f21d4.txt\";a:2:{s:1:\"d\";i:1535506940;s:1:\"h\";s:32:\"71641916d7fd40e1348dc12f0f517285\";}s:39:\"wp-content/updraft/log.7fc772abec2e.txt\";a:2:{s:1:\"d\";i:1553035189;s:1:\"h\";s:32:\"6fed9670e5eb1f9a302d71bdc49f0f20\";}s:39:\"wp-content/updraft/log.82b1027ed66d.txt\";a:2:{s:1:\"d\";i:1455056022;s:1:\"h\";s:32:\"ca0a81194dfd59ed40fd271c5c2017be\";}s:39:\"wp-content/updraft/log.856deea8ac4d.txt\";a:2:{s:1:\"d\";i:1625613208;s:1:\"h\";s:32:\"cb5886450308aebdf576881f10e71d07\";}s:39:\"wp-content/updraft/log.89c19a52869c.txt\";a:2:{s:1:\"d\";i:1546995639;s:1:\"h\";s:32:\"50c2b81cedb75ba5183e18e67767a3a8\";}s:39:\"wp-content/updraft/log.8d7d5c6c8c25.txt\";a:2:{s:1:\"d\";i:1459893161;s:1:\"h\";s:32:\"3e80a3ab0204061527185820b515f672\";}s:39:\"wp-content/updraft/log.90c1f6386803.txt\";a:2:{s:1:\"d\";i:1452635437;s:1:\"h\";s:32:\"40aae490ea1e977c632ec1c657114c6d\";}s:39:\"wp-content/updraft/log.918183fc091e.txt\";a:2:{s:1:\"d\";i:1455660328;s:1:\"h\";s:32:\"1290cd07495d9bf98cae04dfa013bc9c\";}s:39:\"wp-content/updraft/log.aded49101a2a.txt\";a:2:{s:1:\"d\";i:1543369782;s:1:\"h\";s:32:\"df866746fa70425f8d0deca8ae7f8c17\";}s:39:\"wp-content/updraft/log.b19131498c37.txt\";a:2:{s:1:\"d\";i:1456869937;s:1:\"h\";s:32:\"860d225bdf8aba959cce73b9b16ba90f\";}s:39:\"wp-content/updraft/log.c12f6c8e0a66.txt\";a:2:{s:1:\"d\";i:1545179423;s:1:\"h\";s:32:\"31b317763b55e9e9ec33d1af422d9508\";}s:39:\"wp-content/updraft/log.cb210f4bc4d4.txt\";a:2:{s:1:\"d\";i:1540948973;s:1:\"h\";s:32:\"03c09903838230778afa16d301f48a56\";}s:39:\"wp-content/updraft/log.d2a6c700986d.txt\";a:2:{s:1:\"d\";i:1559692925;s:1:\"h\";s:32:\"616fa9b464e74df5d4b2bac9ab46fdf6\";}s:39:\"wp-content/updraft/log.e37177117d3e.txt\";a:2:{s:1:\"d\";i:1632999431;s:1:\"h\";s:32:\"0e7aa5d75690e9081e0b1fe1f18bba45\";}s:39:\"wp-content/updraft/log.f09395a24267.txt\";a:2:{s:1:\"d\";i:1453846555;s:1:\"h\";s:32:\"8b39e0168852bdea79579b4895b60952\";}s:39:\"wp-content/updraft/log.f1906bf5d154.txt\";a:2:{s:1:\"d\";i:1452030583;s:1:\"h\";s:32:\"c6a05a9271f27577fddee84bb9e311c8\";}s:39:\"wp-content/updraft/log.f2335209e012.txt\";a:2:{s:1:\"d\";i:1557274171;s:1:\"h\";s:32:\"d3f47057e17df9c54c1051906ea1ed4c\";}s:39:\"wp-content/updraft/log.fd65bdff3289.txt\";a:2:{s:1:\"d\";i:1454450143;s:1:\"h\";s:32:\"b4c561b263a881adf8bdcfc486ec06bc\";}s:29:\"wp-content/updraft/web.config\";a:2:{s:1:\"d\";i:1452029822;s:1:\"h\";s:32:\"67da82c8c78834859f36bffd79337138\";}s:44:\"wp-content/uploads/2014/10/camera-loader.gif\";a:2:{s:1:\"d\";i:1412622637;s:1:\"h\";s:32:\"cd2e13291ecdcac7f575beea6d84b099\";}s:36:\"wp-content/uploads/2014/10/check.gif\";a:2:{s:1:\"d\";i:1412622639;s:1:\"h\";s:32:\"0b92c1274a3551f29ded29740db66adc\";}s:46:\"wp-content/uploads/2014/10/claythemanSMALL.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"b805f13bdf57a8aab295ab99b1f94458\";}s:52:\"wp-content/uploads/2014/10/claythemanSMALL-75x50.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"e38d040fe1a59ac36a450f04d185323f\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-150x150.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"aeee25fea7559d873c04474f7c4087ba\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-200x162.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"332d71163ca3368f4d4a452ee9ae588e\";}s:54:\"wp-content/uploads/2014/10/claythemanSMALL-200x192.gif\";a:2:{s:1:\"d\";i:1412622640;s:1:\"h\";s:32:\"dfd196a5c81ed06a9c797dd480f7d9d3\";}s:38:\"wp-content/uploads/2014/10/favicon.ico\";a:2:{s:1:\"d\";i:1412622693;s:1:\"h\";s:32:\"a3814c03e297420759a5c35b75370de0\";}s:47:\"wp-content/uploads/2014/10/header-blocktest.tif\";a:2:{s:1:\"d\";i:1412622709;s:1:\"h\";s:32:\"36fcbd59a7d1176752df787f5beaf335\";}s:40:\"wp-content/uploads/2014/10/kthomasf1.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"b3823c0c4ed62aebef41fb6c6cd8d2b8\";}s:40:\"wp-content/uploads/2014/10/kthomasf1.tif\";a:2:{s:1:\"d\";i:1412622739;s:1:\"h\";s:32:\"7e5b6c782c20000b62903f603dfb6286\";}s:46:\"wp-content/uploads/2014/10/kthomasf1-75x50.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"7f13620ec267c0808d4aa6aa8a0f466c\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-150x150.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"4fb3e0604dd29f7a61c838a84e883a80\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-200x162.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"eeefd2754406049c8bd74940073b2f7d\";}s:48:\"wp-content/uploads/2014/10/kthomasf1-200x192.gif\";a:2:{s:1:\"d\";i:1412622738;s:1:\"h\";s:32:\"c6d816626b0a2f167b7e2798fc1f0888\";}s:35:\"wp-content/uploads/2014/10/link.gif\";a:2:{s:1:\"d\";i:1412622743;s:1:\"h\";s:32:\"e167dbc0b7bcdf085b360c4d239dba25\";}s:37:\"wp-content/uploads/2014/10/marker.gif\";a:2:{s:1:\"d\";i:1412622527;s:1:\"h\";s:32:\"a4c7c4d1b3bed414682101a1d2f4a4da\";}s:36:\"wp-content/uploads/2014/10/perk1.tif\";a:2:{s:1:\"d\";i:1412622556;s:1:\"h\";s:32:\"71420ccdcef1251d37d3cc022472bbaa\";}s:51:\"wp-content/uploads/2014/10/simple_demand_letter.pdf\";a:2:{s:1:\"d\";i:1412708211;s:1:\"h\";s:32:\"fbdeffa3478829ad1ed4d44df1eab011\";}s:37:\"wp-content/uploads/2014/10/SWEATT.tif\";a:2:{s:1:\"d\";i:1412622510;s:1:\"h\";s:32:\"405a28cc3c0cae64e68933098ea64c3d\";}s:54:\"wp-content/uploads/2014/10/victim_impact_statement.pdf\";a:2:{s:1:\"d\";i:1412794776;s:1:\"h\";s:32:\"616a495b3c784025029b1eab86402cef\";}s:37:\"wp-content/uploads/2014/10/x-mark.gif\";a:2:{s:1:\"d\";i:1412706343;s:1:\"h\";s:32:\"1c021ce0fa068d261a8def1fcfdb254c\";}s:59:\"wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\";a:2:{s:1:\"d\";i:1440196016;s:1:\"h\";s:32:\"1c9ac779c8c0081c6d04a4e6b1fc6e8b\";}s:48:\"wp-content/uploads/2015/08/BC_Complaint_form.pdf\";a:2:{s:1:\"d\";i:1440196028;s:1:\"h\";s:32:\"00a2fd4b24077728354bf6672bde8456\";}s:54:\"wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\";a:2:{s:1:\"d\";i:1440195994;s:1:\"h\";s:32:\"fbdeffa3478829ad1ed4d44df1eab011\";}s:67:\"wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\";a:2:{s:1:\"d\";i:1440195997;s:1:\"h\";s:32:\"841f57116f4c1d18f997cb2fcf342689\";}s:64:\"wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\";a:2:{s:1:\"d\";i:1440196014;s:1:\"h\";s:32:\"f3c4535a03be371d2a09c82607c94599\";}s:56:\"wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\";a:2:{s:1:\"d\";i:1440196011;s:1:\"h\";s:32:\"616a495b3c784025029b1eab86402cef\";}s:58:\"wp-content/uploads/2016/01/PRESS-RELEASE-PAYTON-HOWARD.pdf\";a:2:{s:1:\"d\";i:1452526045;s:1:\"h\";s:32:\"744944743627696b5c8eae4ca8b9454b\";}s:45:\"wp-content/uploads/2016/09/20160923180405.pdf\";a:2:{s:1:\"d\";i:1474676208;s:1:\"h\";s:32:\"96b6090d46f9ccb86138e8c933813991\";}s:39:\"wp-content/uploads/2022/08/bloglog..zip\";a:2:{s:1:\"d\";i:1661909264;s:1:\"h\";s:32:\"e40e7fd62782405630ef603960aa8419\";}s:36:\"wp-content/uploads/2022/09/bl-gl.zip\";a:2:{s:1:\"d\";i:1662428095;s:1:\"h\";s:32:\"c05661796e5ee14f82b2d510d855e115\";}s:37:\"wp-content/uploads/2022/09/bl-gl1.zip\";a:2:{s:1:\"d\";i:1662430052;s:1:\"h\";s:32:\"c05661796e5ee14f82b2d510d855e115\";}s:38:\"wp-content/uploads/2022/09/blockio.zip\";a:2:{s:1:\"d\";i:1662948276;s:1:\"h\";s:32:\"5be8ae690aebfe6fc0b5dd9bd39ed038\";}s:45:\"wp-content/uploads/ithemes-security/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:53:\"wp-content/uploads/ithemes-security/backups/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230615-091354-xBD4nVwH3aCVInDoiKHOixR75Dptqt.sql\";a:2:{s:1:\"d\";i:1686820435;s:1:\"h\";s:32:\"e9bf49c65e6b55c73753252a38ff436e\";}s:122:\"wp-content/uploads/ithemes-security/backups/backup-district-attorney-15-20230620-050925-AVY6MwN47eozCnl1J4fHpftCDmk5xx.sql\";a:2:{s:1:\"d\";i:1687237765;s:1:\"h\";s:32:\"bcf92d3f60870fadd2efcb6bc457c518\";}s:53:\"wp-content/uploads/ithemes-security/backups/index.php\";a:2:{s:1:\"d\";i:1461005850;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:45:\"wp-content/uploads/ithemes-security/index.php\";a:2:{s:1:\"d\";i:1465334413;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:50:\"wp-content/uploads/ithemes-security/logs/.htaccess\";a:2:{s:1:\"d\";i:1448317562;s:1:\"h\";s:32:\"209634bb0238704c4874c35d615ae59e\";}s:50:\"wp-content/uploads/ithemes-security/logs/index.php\";a:2:{s:1:\"d\";i:1461005850;s:1:\"h\";s:32:\"a605acf2b02df4876305872b2c14a29b\";}s:42:\"wp-content/uploads/wpcf7_captcha/.htaccess\";a:2:{s:1:\"d\";i:1441166258;s:1:\"h\";s:32:\"6dcddf5fa1e85a03805f759d2d4b595c\";}s:11:\"wp-cron.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"f28242f5766d6525b949f376813236d3\";}s:25:\"wp-includes/admin-bar.php\";a:2:{s:1:\"d\";i:1436817505;s:1:\"h\";s:32:\"ffc6c2855977bc60251a2abc3c6f7d2f\";}s:23:\"wp-includes/atomlib.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"6ff12e8342f26fb6a7402a05c8552789\";}s:31:\"wp-includes/author-template.php\";a:2:{s:1:\"d\";i:1432559185;s:1:\"h\";s:32:\"016d84e5998fe4e0795e9a4f66d4c1d8\";}s:33:\"wp-includes/bookmark-template.php\";a:2:{s:1:\"d\";i:1435006528;s:1:\"h\";s:32:\"5c9d1ab160985e1940028b225c48937e\";}s:24:\"wp-includes/bookmark.php\";a:2:{s:1:\"d\";i:1432239205;s:1:\"h\";s:32:\"abd78e431bb84a2ad8bb818acef925fc\";}s:21:\"wp-includes/cache.php\";a:2:{s:1:\"d\";i:1432268666;s:1:\"h\";s:32:\"426603785e51a63e450d6528272a70a9\";}s:25:\"wp-includes/canonical.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"1ca000ee6b0f42cfc898c0d063b738c9\";}s:28:\"wp-includes/capabilities.php\";a:2:{s:1:\"d\";i:1439505084;s:1:\"h\";s:32:\"a31014e49ae0a01dde010296608345e9\";}s:33:\"wp-includes/category-template.php\";a:2:{s:1:\"d\";i:1441739063;s:1:\"h\";s:32:\"ac9229ff90cca16f11fef19dbd3f2f27\";}s:24:\"wp-includes/category.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"7fe788f54bdbd3cca6a0f6eb047f560c\";}s:38:\"wp-includes/certificates/ca-bundle.crt\";a:2:{s:1:\"d\";i:1417922002;s:1:\"h\";s:32:\"978976c7bbfab9219a6f0a8a66a4da6f\";}s:26:\"wp-includes/class-feed.php\";a:2:{s:1:\"d\";i:1432935444;s:1:\"h\";s:32:\"0f2b4413ee727e39ac40d94095e72489\";}s:26:\"wp-includes/class-http.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"cb69dae259f4de4bb9243d00a8df64ba\";}s:25:\"wp-includes/class-IXR.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"5b35b24deb9fa653bc21930c5c082d22\";}s:26:\"wp-includes/class-json.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"1efa820611eebaeaf096d9ccfb8f2e43\";}s:28:\"wp-includes/class-oembed.php\";a:2:{s:1:\"d\";i:1438138646;s:1:\"h\";s:32:\"74b9ef4e84e46c6cca203d8f9374dfda\";}s:28:\"wp-includes/class-phpass.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"f733676d9ae68943316d4d3921afa8bd\";}s:31:\"wp-includes/class-phpmailer.php\";a:2:{s:1:\"d\";i:1436428584;s:1:\"h\";s:32:\"27c283e9738829458b381f0c631f1f24\";}s:26:\"wp-includes/class-pop3.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"0f16fbc95d57b7e73f51f08f399966fe\";}s:31:\"wp-includes/class-simplepie.php\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"5973e0728909826d97bef5443b8ef72e\";}s:26:\"wp-includes/class-smtp.php\";a:2:{s:1:\"d\";i:1436375785;s:1:\"h\";s:32:\"f0ab44d18d1be855d4e593fa5e2f089b\";}s:28:\"wp-includes/class-snoopy.php\";a:2:{s:1:\"d\";i:1373303866;s:1:\"h\";s:32:\"dccbd26d4d7ae80f4d1472923b769e96\";}s:34:\"wp-includes/class-wp-admin-bar.php\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"7a42f415f611040024609d283d449dc6\";}s:38:\"wp-includes/class-wp-ajax-response.php\";a:2:{s:1:\"d\";i:1420935203;s:1:\"h\";s:32:\"723660307dc0646dc48251f6a8b05cc6\";}s:42:\"wp-includes/class-wp-customize-control.php\";a:2:{s:1:\"d\";i:1439229985;s:1:\"h\";s:32:\"9d7f78d6cbec490603b934c9f5c6a34b\";}s:42:\"wp-includes/class-wp-customize-manager.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"a2f68ed4ade6069b2a376d9577d5f9c3\";}s:44:\"wp-includes/class-wp-customize-nav-menus.php\";a:2:{s:1:\"d\";i:1439229985;s:1:\"h\";s:32:\"22f11b76109e055297debf1d051106f3\";}s:40:\"wp-includes/class-wp-customize-panel.php\";a:2:{s:1:\"d\";i:1438207824;s:1:\"h\";s:32:\"496347d72cb3707d87af65b2b9e1e29e\";}s:42:\"wp-includes/class-wp-customize-section.php\";a:2:{s:1:\"d\";i:1436990365;s:1:\"h\";s:32:\"951a5e89a07f3999d4d88396c19effa6\";}s:42:\"wp-includes/class-wp-customize-setting.php\";a:2:{s:1:\"d\";i:1438185804;s:1:\"h\";s:32:\"78b9507eb8676c9710622fcc6084c5f2\";}s:42:\"wp-includes/class-wp-customize-widgets.php\";a:2:{s:1:\"d\";i:1438663910;s:1:\"h\";s:32:\"b4cb9aab4994dc546ceed3ecbaca322a\";}s:31:\"wp-includes/class-wp-editor.php\";a:2:{s:1:\"d\";i:1438212024;s:1:\"h\";s:32:\"ee6c66b9a58eb45407e81d7fe17cb0a5\";}s:30:\"wp-includes/class-wp-embed.php\";a:2:{s:1:\"d\";i:1438128144;s:1:\"h\";s:32:\"d48ad9835f5fff597323db7af96f980d\";}s:30:\"wp-includes/class-wp-error.php\";a:2:{s:1:\"d\";i:1432446025;s:1:\"h\";s:32:\"4b41f801534a440694ae4f6139823d68\";}s:40:\"wp-includes/class-wp-http-ixr-client.php\";a:2:{s:1:\"d\";i:1432275505;s:1:\"h\";s:32:\"08b78bb212f51718b6e9aeb7f76c0bc4\";}s:40:\"wp-includes/class-wp-image-editor-gd.php\";a:2:{s:1:\"d\";i:1435871124;s:1:\"h\";s:32:\"56c0ba8353d1f678f7b1ef15f58f2800\";}s:45:\"wp-includes/class-wp-image-editor-imagick.php\";a:2:{s:1:\"d\";i:1435871124;s:1:\"h\";s:32:\"79c35505b8004a3c26762bc8044a04ff\";}s:37:\"wp-includes/class-wp-image-editor.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"6a0f1c048ff8571f4ee555f04501ae60\";}s:30:\"wp-includes/class-wp-theme.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"82a816f8fd822ddc1c6d145c453b093f\";}s:31:\"wp-includes/class-wp-walker.php\";a:2:{s:1:\"d\";i:1432317565;s:1:\"h\";s:32:\"b975708d9d54c244c118bdf93da5e9da\";}s:38:\"wp-includes/class-wp-xmlrpc-server.php\";a:2:{s:1:\"d\";i:1442271031;s:1:\"h\";s:32:\"f828ced088f4d79dc6338d67987c490e\";}s:24:\"wp-includes/class-wp.php\";a:2:{s:1:\"d\";i:1433770166;s:1:\"h\";s:32:\"bd9f0fa15c7f40ce86ba7bc414e749c9\";}s:37:\"wp-includes/class.wp-dependencies.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"5db9eaa9beb728667a8ecc5790290ead\";}s:32:\"wp-includes/class.wp-scripts.php\";a:2:{s:1:\"d\";i:1432935444;s:1:\"h\";s:32:\"021bb2208761eec79699febbb1d487c6\";}s:31:\"wp-includes/class.wp-styles.php\";a:2:{s:1:\"d\";i:1436821404;s:1:\"h\";s:32:\"de0c9d70c5357a739c5b8a8a953be9ef\";}s:32:\"wp-includes/comment-template.php\";a:2:{s:1:\"d\";i:1435835365;s:1:\"h\";s:32:\"c524f0482260090c82c62b7fe4437776\";}s:23:\"wp-includes/comment.php\";a:2:{s:1:\"d\";i:1436822605;s:1:\"h\";s:32:\"c0d720e5c1833f00cded856a1f7e0a9c\";}s:22:\"wp-includes/compat.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"9622bca63975b41f05783fcb25774d57\";}s:20:\"wp-includes/cron.php\";a:2:{s:1:\"d\";i:1432501824;s:1:\"h\";s:32:\"00ab3d6a1c05de5a4b384991ddb766b6\";}s:33:\"wp-includes/css/admin-bar-rtl.css\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"fbccb3a9d9e326432416170f500febe6\";}s:37:\"wp-includes/css/admin-bar-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"334de15df8332ef1cbebbcdc105c9a90\";}s:29:\"wp-includes/css/admin-bar.css\";a:2:{s:1:\"d\";i:1436385804;s:1:\"h\";s:32:\"5a46c32fd25c44db97927a28bcb170b3\";}s:33:\"wp-includes/css/admin-bar.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"4eeb8803dcb88361aeceeeb6339a3a51\";}s:31:\"wp-includes/css/buttons-rtl.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"440f128e2267419185ce47d2f8d0505c\";}s:35:\"wp-includes/css/buttons-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"bbb7feb905e67321f8f9fecdd391a30e\";}s:27:\"wp-includes/css/buttons.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"92489bf36e3759bf16fb38fb13a34d0e\";}s:31:\"wp-includes/css/buttons.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"650111cdcaee6c61ba5d238448345b2c\";}s:37:\"wp-includes/css/customize-preview.css\";a:2:{s:1:\"d\";i:1434492506;s:1:\"h\";s:32:\"ff2b06049dc65d95cd7f18988e6e7dd1\";}s:41:\"wp-includes/css/customize-preview.min.css\";a:2:{s:1:\"d\";i:1434492506;s:1:\"h\";s:32:\"531c56155495680f35003643b5cfaa48\";}s:29:\"wp-includes/css/dashicons.css\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"a6907bc29f0d2dcf9a44bf4a56bceca4\";}s:33:\"wp-includes/css/dashicons.min.css\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"e65f96d4f5227b3b03c118b731b6f921\";}s:30:\"wp-includes/css/editor-rtl.css\";a:2:{s:1:\"d\";i:1437938066;s:1:\"h\";s:32:\"78ace8b0870478e309e40a7bbf5e3389\";}s:34:\"wp-includes/css/editor-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6f495e61e507d0ed5a7a9de7019b0f4a\";}s:26:\"wp-includes/css/editor.css\";a:2:{s:1:\"d\";i:1437938066;s:1:\"h\";s:32:\"624d68ea15072444280b4f4e4f4522ec\";}s:30:\"wp-includes/css/editor.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"8df6a448a11dc26010e5e58ffd258ff3\";}s:40:\"wp-includes/css/jquery-ui-dialog-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"81df1614adc93799fc9fd6b4b81c4633\";}s:44:\"wp-includes/css/jquery-ui-dialog-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"5b2c5aa1462672e6856632e1901ece55\";}s:36:\"wp-includes/css/jquery-ui-dialog.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"0a1016dec8649f08c0f31bbb5c36cd01\";}s:40:\"wp-includes/css/jquery-ui-dialog.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"726d1f1796a539919fd0406404dd24e2\";}s:35:\"wp-includes/css/media-views-rtl.css\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"fe2e1045e95e3356a585bb83c8958fe0\";}s:39:\"wp-includes/css/media-views-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"b809a39abbf9269fb8ca45854dee66e7\";}s:31:\"wp-includes/css/media-views.css\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"6002f66791922cb455a1cbdcfb3e5d6e\";}s:35:\"wp-includes/css/media-views.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"ff33874b8a636d534226e66ff2bd87f2\";}s:37:\"wp-includes/css/wp-auth-check-rtl.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"e8a7ffcfde36022642abee85dd4b629c\";}s:41:\"wp-includes/css/wp-auth-check-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"f25622d7920e308f35585f91572ac755\";}s:33:\"wp-includes/css/wp-auth-check.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"8d5e06994737d4e3e35fd0688151f55e\";}s:37:\"wp-includes/css/wp-auth-check.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"82e0a49003600469a595f3362d318f2c\";}s:34:\"wp-includes/css/wp-pointer-rtl.css\";a:2:{s:1:\"d\";i:1428434066;s:1:\"h\";s:32:\"d7e0cd8698b0111eee1a6a5f8b4c924a\";}s:38:\"wp-includes/css/wp-pointer-rtl.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"6c3e135352318e69b359fc37bff0b3bc\";}s:30:\"wp-includes/css/wp-pointer.css\";a:2:{s:1:\"d\";i:1428434066;s:1:\"h\";s:32:\"3d7c74b9bf7260ded6960f7d7c3f1e9c\";}s:34:\"wp-includes/css/wp-pointer.min.css\";a:2:{s:1:\"d\";i:1441605923;s:1:\"h\";s:32:\"f2c8a14e896d48cb9f2c3367228ef562\";}s:20:\"wp-includes/date.php\";a:2:{s:1:\"d\";i:1428874172;s:1:\"h\";s:32:\"90759815031baee38d3c9f19e34f4907\";}s:33:\"wp-includes/default-constants.php\";a:2:{s:1:\"d\";i:1435762104;s:1:\"h\";s:32:\"e5c8b4095a4545de0a297cacec182627\";}s:31:\"wp-includes/default-filters.php\";a:2:{s:1:\"d\";i:1439524766;s:1:\"h\";s:32:\"dc4cbaa8db7bfb58459a74eb35056d92\";}s:31:\"wp-includes/default-widgets.php\";a:2:{s:1:\"d\";i:1441606823;s:1:\"h\";s:32:\"defd705b63adc03e33d3edb5fa1e3dc8\";}s:26:\"wp-includes/deprecated.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"4ba34b202310c5fca1b9c19a496465f6\";}s:34:\"wp-includes/feed-atom-comments.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"640325b054336bc1dc0ea50975bbdcdb\";}s:25:\"wp-includes/feed-atom.php\";a:2:{s:1:\"d\";i:1404728295;s:1:\"h\";s:32:\"e37135428b98f334acc2ea4406100a57\";}s:24:\"wp-includes/feed-rdf.php\";a:2:{s:1:\"d\";i:1417901544;s:1:\"h\";s:32:\"da3c43fff6f29048bc2c4427a4cf3769\";}s:24:\"wp-includes/feed-rss.php\";a:2:{s:1:\"d\";i:1431153564;s:1:\"h\";s:32:\"45270d7a1f9f693c7a258cadb371e891\";}s:34:\"wp-includes/feed-rss2-comments.php\";a:2:{s:1:\"d\";i:1436990304;s:1:\"h\";s:32:\"fca41fda847b85db0840a0ae18024160\";}s:25:\"wp-includes/feed-rss2.php\";a:2:{s:1:\"d\";i:1436990304;s:1:\"h\";s:32:\"508875491e48ebaecf2627d350b87ad9\";}s:20:\"wp-includes/feed.php\";a:2:{s:1:\"d\";i:1439237726;s:1:\"h\";s:32:\"9079d5de1d0ce24e41be6fca807be33a\";}s:31:\"wp-includes/fonts/dashicons.eot\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"f379d2e99493ad79891d8300bf7a4a31\";}s:31:\"wp-includes/fonts/dashicons.svg\";a:2:{s:1:\"d\";i:1437645804;s:1:\"h\";s:32:\"21e6b28a2d95d779f553565c7831c97d\";}s:31:\"wp-includes/fonts/dashicons.ttf\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"4e1e8fbebedb4172f1635a4cf29624e8\";}s:32:\"wp-includes/fonts/dashicons.woff\";a:2:{s:1:\"d\";i:1437620544;s:1:\"h\";s:32:\"a880efb5c3ff8d61a495354352f81afb\";}s:26:\"wp-includes/formatting.php\";a:2:{s:1:\"d\";i:1441923803;s:1:\"h\";s:32:\"5311094f43c7252b22c71fd4dee43f03\";}s:25:\"wp-includes/functions.php\";a:2:{s:1:\"d\";i:1436823324;s:1:\"h\";s:32:\"9a799929c801302c09e30bd3956b2b3c\";}s:36:\"wp-includes/functions.wp-scripts.php\";a:2:{s:1:\"d\";i:1434128064;s:1:\"h\";s:32:\"f57615639435b645ddbed0d3c1d45ad9\";}s:35:\"wp-includes/functions.wp-styles.php\";a:2:{s:1:\"d\";i:1434128064;s:1:\"h\";s:32:\"541d22db98d97a3255a8abfa90dddbd9\";}s:32:\"wp-includes/general-template.php\";a:2:{s:1:\"d\";i:1439310327;s:1:\"h\";s:32:\"bdcc5e71a0a4599d6bba62b4e00b7ad6\";}s:20:\"wp-includes/http.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"87c1f1028fe11974dade7c5e81e4f941\";}s:30:\"wp-includes/ID3/getid3.lib.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"c52de7647222fe4b24e2ea04755f99b8\";}s:26:\"wp-includes/ID3/getid3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"97bcd61856df7afa653d491775efda5c\";}s:38:\"wp-includes/ID3/license.commercial.txt\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"0a3b670896fc4a8067adb2c6d978418e\";}s:27:\"wp-includes/ID3/license.txt\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"35d98aadf8f7cc6851336651f7a66b98\";}s:42:\"wp-includes/ID3/module.audio-video.asf.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"286b1999c151b7ba01cfd57c24e134cf\";}s:42:\"wp-includes/ID3/module.audio-video.flv.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"6b834869b62c57fea91851b146dce3d3\";}s:47:\"wp-includes/ID3/module.audio-video.matroska.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"639aa5ae894b396a00fb53fc8069e74a\";}s:48:\"wp-includes/ID3/module.audio-video.quicktime.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"272dfd6e4c391f20611a11d921e66eeb\";}s:43:\"wp-includes/ID3/module.audio-video.riff.php\";a:2:{s:1:\"d\";i:1410462437;s:1:\"h\";s:32:\"ee82540f026662197f7003474fd92de2\";}s:36:\"wp-includes/ID3/module.audio.ac3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"e81c4500fb4c3b224fd2f9a78ba66427\";}s:36:\"wp-includes/ID3/module.audio.dts.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"f3ea566007c94c03372eb6f46c5d2001\";}s:37:\"wp-includes/ID3/module.audio.flac.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"055003ea7c0388fd73107113d3ed3bc3\";}s:36:\"wp-includes/ID3/module.audio.mp3.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"eb87257b2f0507f4ac5591d4226dfc86\";}s:36:\"wp-includes/ID3/module.audio.ogg.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"7bdc813a7fa95feceed4f6d4b37d3c97\";}s:37:\"wp-includes/ID3/module.tag.apetag.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"346c8c1b97caecba5592a91452fa3949\";}s:36:\"wp-includes/ID3/module.tag.id3v1.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"2b368be9e19051d00cac0e67341d051d\";}s:36:\"wp-includes/ID3/module.tag.id3v2.php\";a:2:{s:1:\"d\";i:1435450645;s:1:\"h\";s:32:\"f26306a3858ad4074679d94f2aeead4e\";}s:38:\"wp-includes/ID3/module.tag.lyrics3.php\";a:2:{s:1:\"d\";i:1442384213;s:1:\"h\";s:32:\"1255f9fb3380ba93dd223981b21832ed\";}s:26:\"wp-includes/ID3/readme.txt\";a:2:{s:1:\"d\";i:1410462437;s:1:\"h\";s:32:\"9396dfe1c69c938eb17f564c4e5bab18\";}s:28:\"wp-includes/images/blank.gif\";a:2:{s:1:\"d\";i:1416895942;s:1:\"h\";s:32:\"48bb2baaf4353109f7c2665d96aa390b\";}s:38:\"wp-includes/images/crystal/license.txt\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"f05db54c63e36918479b6651930dcfe7\";}s:36:\"wp-includes/images/down_arrow-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"a073b8a1ee9b2482017f3628da40a861\";}s:33:\"wp-includes/images/down_arrow.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"65dcc85d3a75ff5776fbe3df0122b7e2\";}s:41:\"wp-includes/images/smilies/icon_arrow.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"bfcab5090b1280bbe495dbead4d2281f\";}s:43:\"wp-includes/images/smilies/icon_biggrin.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"c7597052fe2b16db307d6bd14e7b8c6b\";}s:44:\"wp-includes/images/smilies/icon_confused.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"7fefa473594650055a36b9e3062c9a91\";}s:40:\"wp-includes/images/smilies/icon_cool.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"96467eb5ae18dfa22ea1c0fa3e74380e\";}s:39:\"wp-includes/images/smilies/icon_cry.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"453e7a3f8bbb417008f06d576c41d060\";}s:39:\"wp-includes/images/smilies/icon_eek.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"a6c65fa6ff738ef6c46a4e80a65f7aa0\";}s:40:\"wp-includes/images/smilies/icon_evil.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"63bf101bd3d4f7564d3cf31822218d2e\";}s:43:\"wp-includes/images/smilies/icon_exclaim.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5ce371458c1a2148595f5f3daf7b5fc8\";}s:40:\"wp-includes/images/smilies/icon_idea.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"bdb3226d2568b8c1edf8f453b1e872e6\";}s:39:\"wp-includes/images/smilies/icon_lol.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d4f04dc65a387ca9b8c0f22ca8c0ec8c\";}s:39:\"wp-includes/images/smilies/icon_mad.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d7be08b669651a63080cfe7b9004d330\";}s:43:\"wp-includes/images/smilies/icon_mrgreen.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"fde9e44a8aae0e89bd527792b4779aca\";}s:43:\"wp-includes/images/smilies/icon_neutral.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8a95dbfaa99809b0150687ae0cb45aed\";}s:44:\"wp-includes/images/smilies/icon_question.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d22775b2e32645907141f788c36d4e9d\";}s:40:\"wp-includes/images/smilies/icon_razz.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"17cbe5cbade2b4ec3d85be4ac9409add\";}s:43:\"wp-includes/images/smilies/icon_redface.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"1c6d8b101c821641f983175221346112\";}s:44:\"wp-includes/images/smilies/icon_rolleyes.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"afc8bbc65fcbd2b82a3e2c1ab41a216a\";}s:39:\"wp-includes/images/smilies/icon_sad.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"1a273db3c34f6afb3fed75417ca5e7b6\";}s:41:\"wp-includes/images/smilies/icon_smile.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b2984729c3b6cdc07508b88b5c0a4d1e\";}s:45:\"wp-includes/images/smilies/icon_surprised.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"299972b5cdd1f1e0690dd95e4038bd87\";}s:43:\"wp-includes/images/smilies/icon_twisted.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"62abd50ca92eb2381a7c60e351f64c46\";}s:40:\"wp-includes/images/smilies/icon_wink.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"d01a4f87055ac0fce8a66739d80434ba\";}s:33:\"wp-includes/images/spinner-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"5c1371bcb4392968647852a9c9df5d6c\";}s:30:\"wp-includes/images/spinner.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"b0a3dde331637e27aa6476d476481871\";}s:32:\"wp-includes/images/wpspin-2x.gif\";a:2:{s:1:\"d\";i:1442384288;s:1:\"h\";s:32:\"7def33aad959cd289d49ddf2a41f076d\";}s:29:\"wp-includes/images/wpspin.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"dd4e6dd268a70ce4c1c5143b1a4092dd\";}s:29:\"wp-includes/images/xit-2x.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"8fb0729c541cbdc4609faf3f4ad02fc7\";}s:26:\"wp-includes/images/xit.gif\";a:2:{s:1:\"d\";i:1414533742;s:1:\"h\";s:32:\"e5012902a358fbb96031acdcf048d7ca\";}s:27:\"wp-includes/js/admin-bar.js\";a:2:{s:1:\"d\";i:1437422544;s:1:\"h\";s:32:\"d97a1899a7f641e693928f5a47c33de4\";}s:31:\"wp-includes/js/admin-bar.min.js\";a:2:{s:1:\"d\";i:1437422544;s:1:\"h\";s:32:\"5bd4dfd347e0592a6bc8a5b9d6b070fc\";}s:26:\"wp-includes/js/autosave.js\";a:2:{s:1:\"d\";i:1416588085;s:1:\"h\";s:32:\"63fd697c7d66f00cefc6430b8c53c92f\";}s:30:\"wp-includes/js/autosave.min.js\";a:2:{s:1:\"d\";i:1416588085;s:1:\"h\";s:32:\"2eec8f2c408c881c6715ce0f682f3707\";}s:30:\"wp-includes/js/backbone.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"88fee57a12be8ea719ed85fe29f062d3\";}s:29:\"wp-includes/js/colorpicker.js\";a:2:{s:1:\"d\";i:1353165089;s:1:\"h\";s:32:\"f01017ca562067f4840eb2b6f99f2daf\";}s:33:\"wp-includes/js/colorpicker.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"58ab2fba61b092b0f4efe8aaa3b2864e\";}s:31:\"wp-includes/js/comment-reply.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"d30ad028653d4eac285a1d4d06567bbd\";}s:35:\"wp-includes/js/comment-reply.min.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"1b1e9d1d12fcc51a151e7e0688bc695f\";}s:31:\"wp-includes/js/crop/cropper.css\";a:2:{s:1:\"d\";i:1356018932;s:1:\"h\";s:32:\"6b79350bf46e0f692a4d1b2807ed0399\";}s:30:\"wp-includes/js/crop/cropper.js\";a:2:{s:1:\"d\";i:1178315323;s:1:\"h\";s:32:\"1d97b296d918482e1273c56fbff6a8e2\";}s:36:\"wp-includes/js/crop/marqueeHoriz.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"8cccae9c1ebafdb83be602e4d44c6f0a\";}s:35:\"wp-includes/js/crop/marqueeVert.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"ae9accf100a4b9930639adff52d4dcc7\";}s:32:\"wp-includes/js/customize-base.js\";a:2:{s:1:\"d\";i:1427326587;s:1:\"h\";s:32:\"5dca30a4679d1aedaacebd16a4a1a0ff\";}s:36:\"wp-includes/js/customize-base.min.js\";a:2:{s:1:\"d\";i:1427326587;s:1:\"h\";s:32:\"2eac88d29658e3be60fb3502410e1d18\";}s:34:\"wp-includes/js/customize-loader.js\";a:2:{s:1:\"d\";i:1427304386;s:1:\"h\";s:32:\"2130932604d2718d1e9d11e800ab7e93\";}s:38:\"wp-includes/js/customize-loader.min.js\";a:2:{s:1:\"d\";i:1427304386;s:1:\"h\";s:32:\"920192c0f83cb413dcbd4c2d8907496d\";}s:34:\"wp-includes/js/customize-models.js\";a:2:{s:1:\"d\";i:1437325766;s:1:\"h\";s:32:\"3a799b747d1cc99f440ec4630a32e040\";}s:38:\"wp-includes/js/customize-models.min.js\";a:2:{s:1:\"d\";i:1398457519;s:1:\"h\";s:32:\"4f4b04852e86713b9f7490e74ee8820a\";}s:45:\"wp-includes/js/customize-preview-nav-menus.js\";a:2:{s:1:\"d\";i:1438193604;s:1:\"h\";s:32:\"272fac6db6ba470a966e5e363fff1335\";}s:49:\"wp-includes/js/customize-preview-nav-menus.min.js\";a:2:{s:1:\"d\";i:1438193604;s:1:\"h\";s:32:\"696de30f3cf4547a2aaa8fe0e952b6d1\";}s:43:\"wp-includes/js/customize-preview-widgets.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"a01ebc7a7becb4597d71d379bcdab4be\";}s:47:\"wp-includes/js/customize-preview-widgets.min.js\";a:2:{s:1:\"d\";i:1404950296;s:1:\"h\";s:32:\"05c7517e06bb14b5eaa336c261b99b81\";}s:35:\"wp-includes/js/customize-preview.js\";a:2:{s:1:\"d\";i:1426002986;s:1:\"h\";s:32:\"eead944332db05e2cdde148dac2cdabe\";}s:39:\"wp-includes/js/customize-preview.min.js\";a:2:{s:1:\"d\";i:1426002986;s:1:\"h\";s:32:\"b8e325486884be9894b081ebac0d54ad\";}s:33:\"wp-includes/js/customize-views.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"fab2f195182995d82502a8ab7f0c79d9\";}s:37:\"wp-includes/js/customize-views.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"05b8ea5fb11adb182563ddb989e091d1\";}s:27:\"wp-includes/js/heartbeat.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"25e9e78d00555f2e724456104eff7af0\";}s:31:\"wp-includes/js/heartbeat.min.js\";a:2:{s:1:\"d\";i:1438121245;s:1:\"h\";s:32:\"1a30d2f3f43f2e3fb867298e53cad1a1\";}s:29:\"wp-includes/js/hoverIntent.js\";a:2:{s:1:\"d\";i:1426094127;s:1:\"h\";s:32:\"cab3598b438a9e63984f1c6e9dd79b01\";}s:33:\"wp-includes/js/hoverIntent.min.js\";a:2:{s:1:\"d\";i:1426094127;s:1:\"h\";s:32:\"ca500ade854c31417faf5762e31b9d00\";}s:46:\"wp-includes/js/imgareaselect/border-anim-h.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5ac3c42cc86e745a5e36b67b4c70a134\";}s:46:\"wp-includes/js/imgareaselect/border-anim-v.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"20c97a21993cf137ead9fdbecbc42aa8\";}s:46:\"wp-includes/js/imgareaselect/imgareaselect.css\";a:2:{s:1:\"d\";i:1335390597;s:1:\"h\";s:32:\"7d28cad92829b3d633a087b5f3b595af\";}s:52:\"wp-includes/js/imgareaselect/jquery.imgareaselect.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"7a0e1bfc429252530cfb8318f53a5986\";}s:56:\"wp-includes/js/imgareaselect/jquery.imgareaselect.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"25f42e049e65ee16d442799755724025\";}s:30:\"wp-includes/js/jcrop/Jcrop.gif\";a:2:{s:1:\"d\";i:1352314150;s:1:\"h\";s:32:\"5a8bfd37651305bdafbcf2cd51b0254b\";}s:41:\"wp-includes/js/jcrop/jquery.Jcrop.min.css\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"56cc9ea201dc2f4b910e78bfacac9211\";}s:40:\"wp-includes/js/jcrop/jquery.Jcrop.min.js\";a:2:{s:1:\"d\";i:1379767569;s:1:\"h\";s:32:\"2f61ab984c177275c71e34ff1a17c102\";}s:39:\"wp-includes/js/jquery/jquery-migrate.js\";a:2:{s:1:\"d\";i:1368552178;s:1:\"h\";s:32:\"90e237d5f01035b958feaf514ef27f7a\";}s:43:\"wp-includes/js/jquery/jquery-migrate.min.js\";a:2:{s:1:\"d\";i:1374593305;s:1:\"h\";s:32:\"512b871a2830e44259bc3ce3343afcd0\";}s:41:\"wp-includes/js/jquery/jquery.color.min.js\";a:2:{s:1:\"d\";i:1365614995;s:1:\"h\";s:32:\"ff2db8dbf145ce47f31781eef33e764a\";}s:36:\"wp-includes/js/jquery/jquery.form.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"e5afd8e41d2ec22c19932b068cd90a71\";}s:40:\"wp-includes/js/jquery/jquery.form.min.js\";a:2:{s:1:\"d\";i:1379365569;s:1:\"h\";s:32:\"dbc3808473def00fce45fe564dc72dcb\";}s:39:\"wp-includes/js/jquery/jquery.hotkeys.js\";a:2:{s:1:\"d\";i:1388621474;s:1:\"h\";s:32:\"e29483a8ca26a0dd8b0d1146c6b0a6e9\";}s:43:\"wp-includes/js/jquery/jquery.hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e353217d4555ab5c62b367be6889813d\";}s:31:\"wp-includes/js/jquery/jquery.js\";a:2:{s:1:\"d\";i:1435448423;s:1:\"h\";s:32:\"207abeb83412721d556faeba36e00822\";}s:43:\"wp-includes/js/jquery/jquery.masonry.min.js\";a:2:{s:1:\"d\";i:1395905596;s:1:\"h\";s:32:\"928adcedcd52b828e51f9ec291655e01\";}s:37:\"wp-includes/js/jquery/jquery.query.js\";a:2:{s:1:\"d\";i:1359492752;s:1:\"h\";s:32:\"3bcc587af2c7b01fc6fbc9c077050143\";}s:40:\"wp-includes/js/jquery/jquery.schedule.js\";a:2:{s:1:\"d\";i:1199986548;s:1:\"h\";s:32:\"0426b39754aa6bc766d89ea4c41bbd06\";}s:48:\"wp-includes/js/jquery/jquery.serialize-object.js\";a:2:{s:1:\"d\";i:1295564977;s:1:\"h\";s:32:\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\";}s:45:\"wp-includes/js/jquery/jquery.table-hotkeys.js\";a:2:{s:1:\"d\";i:1384492569;s:1:\"h\";s:32:\"a706ead694231e74fd6750b1670580a5\";}s:49:\"wp-includes/js/jquery/jquery.table-hotkeys.min.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"e56f81676f199db7bf937e69a64909fa\";}s:46:\"wp-includes/js/jquery/jquery.ui.touch-punch.js\";a:2:{s:1:\"d\";i:1334113103;s:1:\"h\";s:32:\"4cc86d1003c45134d6838f13e3885db1\";}s:32:\"wp-includes/js/jquery/suggest.js\";a:2:{s:1:\"d\";i:1403798894;s:1:\"h\";s:32:\"bf55f3b46b05aa372a0bed97b848de9e\";}s:36:\"wp-includes/js/jquery/suggest.min.js\";a:2:{s:1:\"d\";i:1396465516;s:1:\"h\";s:32:\"21a79ede04fa5ee9017e6bdbdba5bfe9\";}s:41:\"wp-includes/js/jquery/ui/accordion.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"617307799c0ec636db3df228d57790da\";}s:44:\"wp-includes/js/jquery/ui/autocomplete.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"87848b50d8b543b6fe1a38a97a6aea5c\";}s:38:\"wp-includes/js/jquery/ui/button.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"6e0e045d3fe4766ba1cd3ae5830f5307\";}s:36:\"wp-includes/js/jquery/ui/core.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"204d1573e5f9ad0d0c9b61bdffe4a37b\";}s:42:\"wp-includes/js/jquery/ui/datepicker.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"82e28aae0e34a07a0b13ce604d021b14\";}s:38:\"wp-includes/js/jquery/ui/dialog.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"24036156f5137bd484089907f52c9530\";}s:41:\"wp-includes/js/jquery/ui/draggable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"500b56f16499ad4010c6cb1159a00ef7\";}s:41:\"wp-includes/js/jquery/ui/droppable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"1a4b2271fd48cc6494bc94967e41b150\";}s:44:\"wp-includes/js/jquery/ui/effect-blind.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"addbe09f173c4f1bd86d41ac5f3b4f4c\";}s:45:\"wp-includes/js/jquery/ui/effect-bounce.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d8967fe0305451de35920fd4fbe18d53\";}s:43:\"wp-includes/js/jquery/ui/effect-clip.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"c7939457e8ab231b951713475a056173\";}s:43:\"wp-includes/js/jquery/ui/effect-drop.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"57fe560887cac7a5b2598188463290e8\";}s:46:\"wp-includes/js/jquery/ui/effect-explode.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"605955a2ff9bbd517d58d90651f730d8\";}s:43:\"wp-includes/js/jquery/ui/effect-fade.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"9f6fd64f4f5ff5893b7b72a235246d0c\";}s:43:\"wp-includes/js/jquery/ui/effect-fold.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"8d365ec1b3a7ee82f93c9afd441e456c\";}s:48:\"wp-includes/js/jquery/ui/effect-highlight.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"95e8ebe62adf187fb4c3b84eb5bef821\";}s:43:\"wp-includes/js/jquery/ui/effect-puff.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"fe496d6c9d63bc47854084c8b3fc20d6\";}s:46:\"wp-includes/js/jquery/ui/effect-pulsate.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d31b2660850bd11ed7f4118ee166f1e9\";}s:44:\"wp-includes/js/jquery/ui/effect-scale.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"d57d0830652c29c3e0e301b02b6db754\";}s:44:\"wp-includes/js/jquery/ui/effect-shake.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"a0274a6716560eeaccaf0090400f7095\";}s:43:\"wp-includes/js/jquery/ui/effect-size.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"3a14499e6b9543cd2a85be995dab077f\";}s:44:\"wp-includes/js/jquery/ui/effect-slide.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"fa23475fb01c8f4d56da98ca0c1179b5\";}s:47:\"wp-includes/js/jquery/ui/effect-transfer.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"07e5b0dea800777dd2108788b56ef90b\";}s:38:\"wp-includes/js/jquery/ui/effect.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"1441d6a28c1e7069c1e21b757f2b6082\";}s:36:\"wp-includes/js/jquery/ui/menu.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"279b59ffd3e6ed2da1397cb06ce13ec0\";}s:37:\"wp-includes/js/jquery/ui/mouse.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"e4a138275da8ed21bf8e49d9b210b884\";}s:40:\"wp-includes/js/jquery/ui/position.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"9396d719a4eadde27896ce30327a3a89\";}s:43:\"wp-includes/js/jquery/ui/progressbar.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"a5e9438e7bac8acb9a71ccf4741009cd\";}s:41:\"wp-includes/js/jquery/ui/resizable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"3f04b22aeae2579369c558e39db6d5bf\";}s:42:\"wp-includes/js/jquery/ui/selectable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"51f19c22fb1d7b1bbf428b4de4f01fce\";}s:42:\"wp-includes/js/jquery/ui/selectmenu.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"cb7db4cbaa328e395a680c78692236f0\";}s:38:\"wp-includes/js/jquery/ui/slider.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"7d09316c34df2686e1515795ef0f4cc8\";}s:40:\"wp-includes/js/jquery/ui/sortable.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"0ed316ce58771b0297b783130e6b5e94\";}s:39:\"wp-includes/js/jquery/ui/spinner.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"b2d7a9df2f6b0f264851faf33b6ac7d6\";}s:36:\"wp-includes/js/jquery/ui/tabs.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"4572c6f0dae66c956ef9774756800b92\";}s:39:\"wp-includes/js/jquery/ui/tooltip.min.js\";a:2:{s:1:\"d\";i:1426086747;s:1:\"h\";s:32:\"b75d47d283918bef01b8cdcc4045511e\";}s:38:\"wp-includes/js/jquery/ui/widget.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"0bb0af0869341cca0236ba99d4ea092f\";}s:23:\"wp-includes/js/json2.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"74d903049683e5bbea9ccb7544a42bca\";}s:27:\"wp-includes/js/json2.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"34a938334208cacfd97631b04283ddd9\";}s:29:\"wp-includes/js/masonry.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"69717d4569676f401e97dcec54f10ebc\";}s:26:\"wp-includes/js/mce-view.js\";a:2:{s:1:\"d\";i:1438177764;s:1:\"h\";s:32:\"5d93951714ec40da1cd2defc66fb4ce0\";}s:30:\"wp-includes/js/mce-view.min.js\";a:2:{s:1:\"d\";i:1438177764;s:1:\"h\";s:32:\"42c639526ec5b00732f0fb2e7b0d6a53\";}s:34:\"wp-includes/js/media-audiovideo.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"17236090dcb388dd84b091ae7e373ae4\";}s:38:\"wp-includes/js/media-audiovideo.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"aedd794ce915a1b424abcfa487a27876\";}s:30:\"wp-includes/js/media-editor.js\";a:2:{s:1:\"d\";i:1429626985;s:1:\"h\";s:32:\"20f9f27717e6b1fd22576cdffba06336\";}s:34:\"wp-includes/js/media-editor.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"725a37e46661f84f85a5602e6cc33d02\";}s:28:\"wp-includes/js/media-grid.js\";a:2:{s:1:\"d\";i:1437491427;s:1:\"h\";s:32:\"1e05c8c75113e18fb3626f7ddbe07cbd\";}s:32:\"wp-includes/js/media-grid.min.js\";a:2:{s:1:\"d\";i:1437491427;s:1:\"h\";s:32:\"d01d7c54b7f1e87d1b3c9e7d9cd8589c\";}s:30:\"wp-includes/js/media-models.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"98fa336128f3c0da0271f568a0cc05d3\";}s:34:\"wp-includes/js/media-models.min.js\";a:2:{s:1:\"d\";i:1436196866;s:1:\"h\";s:32:\"bc01c1de1fdb0176783247e8a754a60b\";}s:29:\"wp-includes/js/media-views.js\";a:2:{s:1:\"d\";i:1437435564;s:1:\"h\";s:32:\"3a7456ca374af47b36df25b8db73a9b6\";}s:33:\"wp-includes/js/media-views.min.js\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"7c56e29067eccb592238ea9e0650bed4\";}s:39:\"wp-includes/js/mediaelement/bigplay.svg\";a:2:{s:1:\"d\";i:1407617057;s:1:\"h\";s:32:\"ea090d716dd05e4024c29283f3c88d0d\";}s:40:\"wp-includes/js/mediaelement/controls.svg\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"40f56f5a736da4effeb790cedb8a52f0\";}s:49:\"wp-includes/js/mediaelement/flashmediaelement.swf\";a:2:{s:1:\"d\";i:1434746546;s:1:\"h\";s:32:\"2400c991b8473d44a7edc75605496760\";}s:45:\"wp-includes/js/mediaelement/froogaloop.min.js\";a:2:{s:1:\"d\";i:1420833863;s:1:\"h\";s:32:\"2a8742c0ac1cdbec23be44a7d4e9a3c9\";}s:39:\"wp-includes/js/mediaelement/loading.gif\";a:2:{s:1:\"d\";i:1363411544;s:1:\"h\";s:32:\"76b326f4d44222126fee21076595bef5\";}s:58:\"wp-includes/js/mediaelement/mediaelement-and-player.min.js\";a:2:{s:1:\"d\";i:1436891425;s:1:\"h\";s:32:\"1abc152ca7ae762a29ac997bc779a187\";}s:54:\"wp-includes/js/mediaelement/mediaelementplayer.min.css\";a:2:{s:1:\"d\";i:1425574466;s:1:\"h\";s:32:\"2ca8d8977881d5e608aa01c45bac7dce\";}s:55:\"wp-includes/js/mediaelement/silverlightmediaelement.xap\";a:2:{s:1:\"d\";i:1425574466;s:1:\"h\";s:32:\"a83ab83a3d43222e4ba77cf96e0074aa\";}s:47:\"wp-includes/js/mediaelement/wp-mediaelement.css\";a:2:{s:1:\"d\";i:1435294884;s:1:\"h\";s:32:\"b386228e88380ff75bcf293d432db6a4\";}s:46:\"wp-includes/js/mediaelement/wp-mediaelement.js\";a:2:{s:1:\"d\";i:1414545684;s:1:\"h\";s:32:\"9f38d89f0e227bebd5ba84ac75e10f5a\";}s:42:\"wp-includes/js/mediaelement/wp-playlist.js\";a:2:{s:1:\"d\";i:1409601318;s:1:\"h\";s:32:\"0ec99859384076f01ce50727d9bf18b3\";}s:35:\"wp-includes/js/plupload/handlers.js\";a:2:{s:1:\"d\";i:1425930266;s:1:\"h\";s:32:\"c9d857501549cabf90a9c546f0556729\";}s:39:\"wp-includes/js/plupload/handlers.min.js\";a:2:{s:1:\"d\";i:1425930266;s:1:\"h\";s:32:\"813ceb60612a365924d271704d03d95c\";}s:35:\"wp-includes/js/plupload/license.txt\";a:2:{s:1:\"d\";i:1311929975;s:1:\"h\";s:32:\"751419260aa954499f7abaabaa882bbe\";}s:42:\"wp-includes/js/plupload/plupload.flash.swf\";a:2:{s:1:\"d\";i:1429510405;s:1:\"h\";s:32:\"aeb99cfd67b07d467f9c39c1228c7e53\";}s:44:\"wp-includes/js/plupload/plupload.full.min.js\";a:2:{s:1:\"d\";i:1393531276;s:1:\"h\";s:32:\"9349f636c747a5e983020a1cb7213a44\";}s:48:\"wp-includes/js/plupload/plupload.silverlight.xap\";a:2:{s:1:\"d\";i:1397434036;s:1:\"h\";s:32:\"3c524750546de1b3aab36ff60719aebb\";}s:38:\"wp-includes/js/plupload/wp-plupload.js\";a:2:{s:1:\"d\";i:1415216243;s:1:\"h\";s:32:\"659d8f1d3bfd32cf405f6591d0521e7c\";}s:42:\"wp-includes/js/plupload/wp-plupload.min.js\";a:2:{s:1:\"d\";i:1413438858;s:1:\"h\";s:32:\"1d8eb51f53f479c82c6c660f7f40ad40\";}s:27:\"wp-includes/js/quicktags.js\";a:2:{s:1:\"d\";i:1434924088;s:1:\"h\";s:32:\"213aa843be923e9b3cd4e8231551d01d\";}s:31:\"wp-includes/js/quicktags.min.js\";a:2:{s:1:\"d\";i:1442384645;s:1:\"h\";s:32:\"fa5d97a49168b7454a06fa0e195fce4d\";}s:27:\"wp-includes/js/shortcode.js\";a:2:{s:1:\"d\";i:1417480282;s:1:\"h\";s:32:\"eb207a02d03e3196d9d14ad139327fb5\";}s:31:\"wp-includes/js/shortcode.min.js\";a:2:{s:1:\"d\";i:1398915433;s:1:\"h\";s:32:\"18ba5832006079f3bcbdeb4c38c92adf\";}s:27:\"wp-includes/js/swfobject.js\";a:2:{s:1:\"d\";i:1334704169;s:1:\"h\";s:32:\"9ffdba2cff497d701684657e329871f5\";}s:36:\"wp-includes/js/swfupload/handlers.js\";a:2:{s:1:\"d\";i:1393274954;s:1:\"h\";s:32:\"14b2d04fdb85bc1f171cf3dfb2987dca\";}s:40:\"wp-includes/js/swfupload/handlers.min.js\";a:2:{s:1:\"d\";i:1371799147;s:1:\"h\";s:32:\"96592c6b3fad580ce04e12bc3047ef3b\";}s:36:\"wp-includes/js/swfupload/license.txt\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"cbe05bb060c85e07882dc06ff751577a\";}s:53:\"wp-includes/js/swfupload/plugins/swfupload.cookies.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"7fa57ec00dda88dd6b5c2037ccb4d5cf\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.queue.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"9953522fbd4a1b02bbf635a92d76cd8f\";}s:51:\"wp-includes/js/swfupload/plugins/swfupload.speed.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"415a3787846bb6c2d745602c2afb73ac\";}s:55:\"wp-includes/js/swfupload/plugins/swfupload.swfobject.js\";a:2:{s:1:\"d\";i:1311967281;s:1:\"h\";s:32:\"ccb51571a75637db08545caaf2ed9e73\";}s:37:\"wp-includes/js/swfupload/swfupload.js\";a:2:{s:1:\"d\";i:1407902177;s:1:\"h\";s:32:\"ef3ae9014525cf81187afaa61bca737e\";}s:38:\"wp-includes/js/swfupload/swfupload.swf\";a:2:{s:1:\"d\";i:1375125300;s:1:\"h\";s:32:\"bd5a25f23589652ca472d41fe1484f0c\";}s:44:\"wp-includes/js/thickbox/loadingAnimation.gif\";a:2:{s:1:\"d\";i:1352149215;s:1:\"h\";s:32:\"ce2268030dd2151b63cdf4ffc2f626ba\";}s:36:\"wp-includes/js/thickbox/thickbox.css\";a:2:{s:1:\"d\";i:1428268827;s:1:\"h\";s:32:\"255290108a1c6a8ad31f6fa1415978a7\";}s:35:\"wp-includes/js/thickbox/thickbox.js\";a:2:{s:1:\"d\";i:1431553344;s:1:\"h\";s:32:\"20baaf5da31ddd92caab7962d15c0ac3\";}s:43:\"wp-includes/js/tinymce/langs/wp-langs-en.js\";a:2:{s:1:\"d\";i:1418724443;s:1:\"h\";s:32:\"08f8669f7453b17563a62e6bbb376137\";}s:34:\"wp-includes/js/tinymce/license.txt\";a:2:{s:1:\"d\";i:1302546231;s:1:\"h\";s:32:\"045d04e17422d99e338da75b9c749b7c\";}s:48:\"wp-includes/js/tinymce/plugins/charmap/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a3a422577ac81c9ef6d7036869c30c7b\";}s:52:\"wp-includes/js/tinymce/plugins/charmap/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"218b586940473a3d64d408b22fa603ae\";}s:52:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"22538c49f524050bd8300b44526abc2a\";}s:56:\"wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"1581bb02286f54b4fb0cce52d2ef61c7\";}s:54:\"wp-includes/js/tinymce/plugins/compat3x/css/dialog.css\";a:2:{s:1:\"d\";i:1434642686;s:1:\"h\";s:32:\"96b3a37270049ad482e5e0b14b2bff89\";}s:49:\"wp-includes/js/tinymce/plugins/compat3x/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"790e3c426331bcdfbb33c636090b6194\";}s:53:\"wp-includes/js/tinymce/plugins/compat3x/plugin.min.js\";a:2:{s:1:\"d\";i:1395204375;s:1:\"h\";s:32:\"5798e3d2fb0180a9179b8bd7cf728eae\";}s:55:\"wp-includes/js/tinymce/plugins/directionality/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"5f21385b1f4513568d611d595040d141\";}s:59:\"wp-includes/js/tinymce/plugins/directionality/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"60de57253ca9143a6f1e4aff10fc39d2\";}s:51:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"ed15397c76c49fb9518bdb1b912a55ef\";}s:55:\"wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"d47998057f5f31758add87f462076fe2\";}s:43:\"wp-includes/js/tinymce/plugins/hr/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"428c9fb47a7b83fa0440a15886d0b11a\";}s:47:\"wp-includes/js/tinymce/plugins/hr/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"5c23255ad2d11db3f72c33b649f1389a\";}s:46:\"wp-includes/js/tinymce/plugins/image/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"e60f8eb665759cface17e2662e085ecd\";}s:50:\"wp-includes/js/tinymce/plugins/image/plugin.min.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"e0503423284ee602ddafaeb8dd074147\";}s:46:\"wp-includes/js/tinymce/plugins/lists/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a50a5f7469bc374bdf17a75c0cd4d98a\";}s:50:\"wp-includes/js/tinymce/plugins/lists/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"6bdcee3180998f7f8e13dc4917d8f9a9\";}s:52:\"wp-includes/js/tinymce/plugins/media/moxieplayer.swf\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"4e59d34efb2da0b9a033596a85e4b1ef\";}s:46:\"wp-includes/js/tinymce/plugins/media/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"abba483f4f8fd4d1bb3883dfdbde63b9\";}s:50:\"wp-includes/js/tinymce/plugins/media/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"4c19cd169dac570c6d6675fa82a4f3e5\";}s:46:\"wp-includes/js/tinymce/plugins/paste/plugin.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"afc4c67509b5f5b52fd2b7556836b69c\";}s:50:\"wp-includes/js/tinymce/plugins/paste/plugin.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"d41da4c3b9d07e54055ad9ab13b9112b\";}s:49:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"0001917ebec06ecb3fbf863f38f4af52\";}s:53:\"wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js\";a:2:{s:1:\"d\";i:1414030100;s:1:\"h\";s:32:\"d810b096023695b38bf682f20774af98\";}s:50:\"wp-includes/js/tinymce/plugins/textcolor/plugin.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"ff76dd12efde3c20a321d00058535b3f\";}s:54:\"wp-includes/js/tinymce/plugins/textcolor/plugin.min.js\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"a5ca0a92e1bdf1fbf3f9a07db5573092\";}s:50:\"wp-includes/js/tinymce/plugins/wordpress/plugin.js\";a:2:{s:1:\"d\";i:1438896925;s:1:\"h\";s:32:\"e2622abed0990e5fa1c0a46ec9857c81\";}s:54:\"wp-includes/js/tinymce/plugins/wordpress/plugin.min.js\";a:2:{s:1:\"d\";i:1438896925;s:1:\"h\";s:32:\"6e47a30fdc90cb4b42de68acf864c71a\";}s:53:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.js\";a:2:{s:1:\"d\";i:1428538287;s:1:\"h\";s:32:\"640cbc0058638c4fb0400370dbcf25a3\";}s:57:\"wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js\";a:2:{s:1:\"d\";i:1428538287;s:1:\"h\";s:32:\"564cd5d11909d4675327b6f71fa09269\";}s:50:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"06f7aecb5bdfa28739eea0a498d15a81\";}s:54:\"wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js\";a:2:{s:1:\"d\";i:1396945754;s:1:\"h\";s:32:\"eafbb1478981e337981d287474e240b8\";}s:52:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"1368498ecb829d4e2c9d74efd0dc522e\";}s:56:\"wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"aa3dc74f38e3be71febb90a89d2166a8\";}s:48:\"wp-includes/js/tinymce/plugins/wpemoji/plugin.js\";a:2:{s:1:\"d\";i:1429399766;s:1:\"h\";s:32:\"1d793200d7b3e0f80818903ca5721bc7\";}s:52:\"wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js\";a:2:{s:1:\"d\";i:1429399766;s:1:\"h\";s:32:\"7ceb852c73b74dc1b5f5f015be95506d\";}s:50:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.js\";a:2:{s:1:\"d\";i:1413137600;s:1:\"h\";s:32:\"b10eadbf41e88b236ac764bd26e653f9\";}s:54:\"wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js\";a:2:{s:1:\"d\";i:1413137600;s:1:\"h\";s:32:\"b229462e6a542696fbf6bd4917c9074f\";}s:47:\"wp-includes/js/tinymce/plugins/wplink/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"1cfe476c543e87f1bf2ad3ac091dc920\";}s:51:\"wp-includes/js/tinymce/plugins/wplink/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"30d7bde04e460530a72425ee649a16d5\";}s:54:\"wp-includes/js/tinymce/plugins/wptextpattern/plugin.js\";a:2:{s:1:\"d\";i:1439823084;s:1:\"h\";s:32:\"d4d46a49f3589ec1c136ab912a2da7ca\";}s:58:\"wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js\";a:2:{s:1:\"d\";i:1439823084;s:1:\"h\";s:32:\"8291a8caa3672971dc61b332ecc437c3\";}s:47:\"wp-includes/js/tinymce/plugins/wpview/plugin.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"381abc41a9cbc190de2ef74a2e393b06\";}s:51:\"wp-includes/js/tinymce/plugins/wpview/plugin.min.js\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"e608364cb27dcf58e94433c8c3f02518\";}s:61:\"wp-includes/js/tinymce/skins/lightgray/content.inline.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"35b20a1298ab637a58ac70fa73df335c\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/content.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"b7c6c39dbee52e316139d6f41ec805ca\";}s:54:\"wp-includes/js/tinymce/skins/lightgray/fonts/readme.md\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"7a0f64800cf38b2be8d3dc4540ec31dd\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"e33420c71c1a5c429069874d1de98a8b\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"473611093dd8089b0ed33c199725a723\";}s:62:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"b86135446ecf06e0ac722d6d8f403550\";}s:63:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff\";a:2:{s:1:\"d\";i:1426015228;s:1:\"h\";s:32:\"d725b287d3d6816c20520a31924fde17\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"a4e6a52223e2edbd1bc2b621ec7c08c3\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"006a3d1ce8aad3f9d3d6a9c3f6129a36\";}s:56:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"20eaff7be8a4f2cde874a39a898155c4\";}s:57:\"wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"5acd099f84c92a932b0e2897f49be665\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/anchor.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"abd3613571800fdcc891181d5f34f840\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/loader.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"394bafc3cc4dfb3a0ee48c1f54669539\";}s:53:\"wp-includes/js/tinymce/skins/lightgray/img/object.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"f3726450d7457d750a2f4d9441c7ee20\";}s:52:\"wp-includes/js/tinymce/skins/lightgray/img/trans.gif\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"12bf9e19374920de3146a64775f46a5e\";}s:55:\"wp-includes/js/tinymce/skins/lightgray/skin.ie7.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"cea6608407da4b0d07f4bdad387059c2\";}s:51:\"wp-includes/js/tinymce/skins/lightgray/skin.min.css\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"fa7377e0da20941e25af2944599e42db\";}s:53:\"wp-includes/js/tinymce/skins/wordpress/wp-content.css\";a:2:{s:1:\"d\";i:1438115545;s:1:\"h\";s:32:\"f1aacaf6e127e33987f04a8304d4764d\";}s:45:\"wp-includes/js/tinymce/themes/modern/theme.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"7b4a867a84575f7d26a9377b1eae7cbf\";}s:49:\"wp-includes/js/tinymce/themes/modern/theme.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"a9c521859ff01e0528336828800db2cf\";}s:37:\"wp-includes/js/tinymce/tinymce.min.js\";a:2:{s:1:\"d\";i:1441929443;s:1:\"h\";s:32:\"8dbe59343ccc14e1c3be2204e4c68c6a\";}s:40:\"wp-includes/js/tinymce/tiny_mce_popup.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"83efe579f26f25ac80fe550402db2467\";}s:48:\"wp-includes/js/tinymce/utils/editable_selects.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"eb642a0aba7a8666a7b1472230fcb374\";}s:42:\"wp-includes/js/tinymce/utils/form_utils.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"f9c61354383f5a50a9a77b902dfdae7f\";}s:38:\"wp-includes/js/tinymce/utils/mctabs.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"b9b50ddbe07c754a6b656b0fdada3500\";}s:40:\"wp-includes/js/tinymce/utils/validate.js\";a:2:{s:1:\"d\";i:1435711945;s:1:\"h\";s:32:\"c42b5160bdbefd1293d76b30520757f4\";}s:39:\"wp-includes/js/tinymce/wp-tinymce.js.gz\";a:2:{s:1:\"d\";i:1441936042;s:1:\"h\";s:32:\"ef12d9d3ef6c25d448e428619e49b730\";}s:37:\"wp-includes/js/tinymce/wp-tinymce.php\";a:2:{s:1:\"d\";i:1420253841;s:1:\"h\";s:32:\"8a620ab81dc7307f7072b1d312924876\";}s:25:\"wp-includes/js/tw-sack.js\";a:2:{s:1:\"d\";i:1345680258;s:1:\"h\";s:32:\"b989a5bd84f6ebcbc1393ec003e6e991\";}s:29:\"wp-includes/js/tw-sack.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"bc4487194e1f88126b8a500ad47e6889\";}s:25:\"wp-includes/js/twemoji.js\";a:2:{s:1:\"d\";i:1435356085;s:1:\"h\";s:32:\"c5e2468d0609ca34092c9d68466332ba\";}s:29:\"wp-includes/js/twemoji.min.js\";a:2:{s:1:\"d\";i:1437039926;s:1:\"h\";s:32:\"9cfd48e37348e36a3caa072318531b08\";}s:32:\"wp-includes/js/underscore.min.js\";a:2:{s:1:\"d\";i:1428381505;s:1:\"h\";s:32:\"929daff1019e5493c0486bfb7a642e2e\";}s:23:\"wp-includes/js/utils.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"01b7f89601bfa36ffee09f056f2cc38a\";}s:27:\"wp-includes/js/utils.min.js\";a:2:{s:1:\"d\";i:1407898036;s:1:\"h\";s:32:\"41fa39bcefcede21b93beb099cfa78d7\";}s:25:\"wp-includes/js/wp-a11y.js\";a:2:{s:1:\"d\";i:1436810304;s:1:\"h\";s:32:\"807223bbf40755fb69e7a55413c63a4d\";}s:29:\"wp-includes/js/wp-a11y.min.js\";a:2:{s:1:\"d\";i:1435638924;s:1:\"h\";s:32:\"860cbbecce6b0a5fcbb0c0faa956011a\";}s:34:\"wp-includes/js/wp-ajax-response.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"4eee92d2ee86812037ed3afbcab3bf9a\";}s:38:\"wp-includes/js/wp-ajax-response.min.js\";a:2:{s:1:\"d\";i:1442236163;s:1:\"h\";s:32:\"f64f062c6a647e25c7fe883edb139121\";}s:31:\"wp-includes/js/wp-auth-check.js\";a:2:{s:1:\"d\";i:1427842526;s:1:\"h\";s:32:\"a28190f5ed5d6bfa0702e414b65a2156\";}s:35:\"wp-includes/js/wp-auth-check.min.js\";a:2:{s:1:\"d\";i:1427842526;s:1:\"h\";s:32:\"4584099c38e5ed5f6f44644a79b6e473\";}s:29:\"wp-includes/js/wp-backbone.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"fdaba653baf259db7cb3d7a4d76a2970\";}s:33:\"wp-includes/js/wp-backbone.min.js\";a:2:{s:1:\"d\";i:1392276973;s:1:\"h\";s:32:\"b569e29ff8fd482e0ee75e1494085621\";}s:33:\"wp-includes/js/wp-emoji-loader.js\";a:2:{s:1:\"d\";i:1430678729;s:1:\"h\";s:32:\"d4a819f73ff1a4574a969c9e46d6f117\";}s:37:\"wp-includes/js/wp-emoji-loader.min.js\";a:2:{s:1:\"d\";i:1430678729;s:1:\"h\";s:32:\"26ce699f92d7bd2d7dee5ff0827b296c\";}s:38:\"wp-includes/js/wp-emoji-release.min.js\";a:2:{s:1:\"d\";i:1437039926;s:1:\"h\";s:32:\"1c64b125732c6fe54928ee058ea72595\";}s:26:\"wp-includes/js/wp-emoji.js\";a:2:{s:1:\"d\";i:1436810364;s:1:\"h\";s:32:\"504d2cee82879a8d64df784d9f2e9928\";}s:30:\"wp-includes/js/wp-emoji.min.js\";a:2:{s:1:\"d\";i:1435356085;s:1:\"h\";s:32:\"f58df83b99c2e5bf0c6fe5f6313450f0\";}s:35:\"wp-includes/js/wp-list-revisions.js\";a:2:{s:1:\"d\";i:1384496650;s:1:\"h\";s:32:\"47510d7560d22a974c8c0eec6e24bcbd\";}s:39:\"wp-includes/js/wp-list-revisions.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"b4031fcf4f4279be864d4bd82f7fc46c\";}s:26:\"wp-includes/js/wp-lists.js\";a:2:{s:1:\"d\";i:1395875655;s:1:\"h\";s:32:\"c54ced2e822b232f2ad8a5f34930386f\";}s:30:\"wp-includes/js/wp-lists.min.js\";a:2:{s:1:\"d\";i:1435503090;s:1:\"h\";s:32:\"8802453513507186e7cff5316d83bc1e\";}s:28:\"wp-includes/js/wp-pointer.js\";a:2:{s:1:\"d\";i:1384490529;s:1:\"h\";s:32:\"35cb8b380bbd1f2eaa723ac49ba5f3f0\";}s:32:\"wp-includes/js/wp-pointer.min.js\";a:2:{s:1:\"d\";i:1384379111;s:1:\"h\";s:32:\"368f987c644d70580097e48066c99082\";}s:25:\"wp-includes/js/wp-util.js\";a:2:{s:1:\"d\";i:1434205826;s:1:\"h\";s:32:\"705199da293ca7cfc6e98ea0b52774cb\";}s:29:\"wp-includes/js/wp-util.min.js\";a:2:{s:1:\"d\";i:1434205826;s:1:\"h\";s:32:\"d099d4d6b145900b334fc3215ff55791\";}s:26:\"wp-includes/js/wpdialog.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"72e8395fd44d4039009c5396888fa6ba\";}s:30:\"wp-includes/js/wpdialog.min.js\";a:2:{s:1:\"d\";i:1388274795;s:1:\"h\";s:32:\"d22d9fa5bb00ba0667080da846c4a1be\";}s:24:\"wp-includes/js/wplink.js\";a:2:{s:1:\"d\";i:1438894705;s:1:\"h\";s:32:\"bb9a4f6e9e3f4f0578a8216e47621127\";}s:28:\"wp-includes/js/wplink.min.js\";a:2:{s:1:\"d\";i:1438894705;s:1:\"h\";s:32:\"5318022592bd8ec613a3ec32e68d47e9\";}s:30:\"wp-includes/js/zxcvbn-async.js\";a:2:{s:1:\"d\";i:1384299789;s:1:\"h\";s:32:\"97a79e96a815b200139356055d752333\";}s:34:\"wp-includes/js/zxcvbn-async.min.js\";a:2:{s:1:\"d\";i:1390970610;s:1:\"h\";s:32:\"3196e9b61f703909e139ce7e049a7ffd\";}s:28:\"wp-includes/js/zxcvbn.min.js\";a:2:{s:1:\"d\";i:1386186790;s:1:\"h\";s:32:\"a14cd5113bd0d57563c1a9b63cae05f8\";}s:20:\"wp-includes/kses.php\";a:2:{s:1:\"d\";i:1437542125;s:1:\"h\";s:32:\"a838db624ccfcd76431c96c64ec03c31\";}s:20:\"wp-includes/l10n.php\";a:2:{s:1:\"d\";i:1438020324;s:1:\"h\";s:32:\"f51413af43c8b2bd1686479614151a62\";}s:29:\"wp-includes/link-template.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"1c57b921223f94eab7d75a0152d1fb86\";}s:20:\"wp-includes/load.php\";a:2:{s:1:\"d\";i:1439847565;s:1:\"h\";s:32:\"e0a59aeb8d516829de111865ef440435\";}s:22:\"wp-includes/locale.php\";a:2:{s:1:\"d\";i:1435695684;s:1:\"h\";s:32:\"3bf20ab2b23efc32d6fd448a88315461\";}s:30:\"wp-includes/media-template.php\";a:2:{s:1:\"d\";i:1437407845;s:1:\"h\";s:32:\"eea634d0bc09162900c3b598a98b1b2d\";}s:21:\"wp-includes/media.php\";a:2:{s:1:\"d\";i:1442270843;s:1:\"h\";s:32:\"8deb5434efed8a0ddc9ae25c26797401\";}s:20:\"wp-includes/meta.php\";a:2:{s:1:\"d\";i:1436823864;s:1:\"h\";s:32:\"091937220130df289041ecbb831fde04\";}s:24:\"wp-includes/ms-blogs.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"9fc249b42ddde4e519c9023489d94479\";}s:36:\"wp-includes/ms-default-constants.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"4450a7b433edecd44ab122163ffe78df\";}s:34:\"wp-includes/ms-default-filters.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"986ea4ae642955431825bf9c085987ad\";}s:29:\"wp-includes/ms-deprecated.php\";a:2:{s:1:\"d\";i:1434131306;s:1:\"h\";s:32:\"127be50737468a78f08e9c704118e01f\";}s:24:\"wp-includes/ms-files.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"d1b36f4a30038939309d41be68c26176\";}s:28:\"wp-includes/ms-functions.php\";a:2:{s:1:\"d\";i:1436746044;s:1:\"h\";s:32:\"0d03a037fb58286dc3264324f2b700d6\";}s:23:\"wp-includes/ms-load.php\";a:2:{s:1:\"d\";i:1432677091;s:1:\"h\";s:32:\"3b3909d2f696036025990b997614fe5a\";}s:27:\"wp-includes/ms-settings.php\";a:2:{s:1:\"d\";i:1404172215;s:1:\"h\";s:32:\"8a8d737615b5c982687aa82aca65f893\";}s:33:\"wp-includes/nav-menu-template.php\";a:2:{s:1:\"d\";i:1438725445;s:1:\"h\";s:32:\"5792f1c7fbe309c80c9788e332296454\";}s:24:\"wp-includes/nav-menu.php\";a:2:{s:1:\"d\";i:1439388446;s:1:\"h\";s:32:\"0515adf09e2761b581533fa6bb820a97\";}s:22:\"wp-includes/option.php\";a:2:{s:1:\"d\";i:1436287526;s:1:\"h\";s:32:\"3496dcad0e1b7599317267c16ff549bc\";}s:36:\"wp-includes/pluggable-deprecated.php\";a:2:{s:1:\"d\";i:1417385965;s:1:\"h\";s:32:\"84dba0f9d4eb8476be216c22c8a4f32d\";}s:25:\"wp-includes/pluggable.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"4f1e31b0f7061fd9e879a751e2b0f5ca\";}s:22:\"wp-includes/plugin.php\";a:2:{s:1:\"d\";i:1435367005;s:1:\"h\";s:32:\"a54ca88faa0764f834972699bd9451f9\";}s:26:\"wp-includes/pomo/entry.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"0434002fe4ebffa620261de12487e02f\";}s:23:\"wp-includes/pomo/mo.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"9a74e7dd40da5d849e4fd4a46fffb6b9\";}s:23:\"wp-includes/pomo/po.php\";a:2:{s:1:\"d\";i:1432914209;s:1:\"h\";s:32:\"fb7514d4b01267af213f7830be38e357\";}s:28:\"wp-includes/pomo/streams.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"da1ad489968e66354b95787bb9da92f4\";}s:33:\"wp-includes/pomo/translations.php\";a:2:{s:1:\"d\";i:1433042305;s:1:\"h\";s:32:\"70ceb81d023473eb86cd95ef96a2d739\";}s:28:\"wp-includes/post-formats.php\";a:2:{s:1:\"d\";i:1432742785;s:1:\"h\";s:32:\"7991c2630150a35c231555ad3aa4557b\";}s:29:\"wp-includes/post-template.php\";a:2:{s:1:\"d\";i:1434829826;s:1:\"h\";s:32:\"b8f8aad5ab246c755d50586782c210f9\";}s:39:\"wp-includes/post-thumbnail-template.php\";a:2:{s:1:\"d\";i:1432744168;s:1:\"h\";s:32:\"60f062518ec63f708c06904b8e846560\";}s:20:\"wp-includes/post.php\";a:2:{s:1:\"d\";i:1439866286;s:1:\"h\";s:32:\"3220c2db9cb0e7b4b048318f546e29a0\";}s:21:\"wp-includes/query.php\";a:2:{s:1:\"d\";i:1436215044;s:1:\"h\";s:32:\"5f62d8bafa835c18c05320dd70eb5400\";}s:38:\"wp-includes/registration-functions.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"5f3f3cb7c6d126548d7848dd5893434c\";}s:28:\"wp-includes/registration.php\";a:2:{s:1:\"d\";i:1326042071;s:1:\"h\";s:32:\"7198cf8d485e8ddcb2b3bb49a6d069da\";}s:24:\"wp-includes/revision.php\";a:2:{s:1:\"d\";i:1434484885;s:1:\"h\";s:32:\"9681cf22f338b82185d101e012f81ccf\";}s:23:\"wp-includes/rewrite.php\";a:2:{s:1:\"d\";i:1436824524;s:1:\"h\";s:32:\"d23e5fda4cb1d1e8e041f697018916d0\";}s:29:\"wp-includes/rss-functions.php\";a:2:{s:1:\"d\";i:1380068291;s:1:\"h\";s:32:\"67b3b8bbb2d4166c5da5346a306c3d9d\";}s:19:\"wp-includes/rss.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"f3b9280e8ca919f20d1e4e96ee5a4813\";}s:29:\"wp-includes/script-loader.php\";a:2:{s:1:\"d\";i:1438276104;s:1:\"h\";s:32:\"d739c8af6eb1895e358f945cec81be3f\";}s:23:\"wp-includes/session.php\";a:2:{s:1:\"d\";i:1421448681;s:1:\"h\";s:32:\"29137c6fd72e3b6558be0b2b7d4e17fd\";}s:26:\"wp-includes/shortcodes.php\";a:2:{s:1:\"d\";i:1442270843;s:1:\"h\";s:32:\"b268cee6f570735e51378802ce211b46\";}s:32:\"wp-includes/SimplePie/Author.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"348071ed105ff0418b25964e771ba331\";}s:36:\"wp-includes/SimplePie/Cache/Base.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9443eda189bbd9325d0c9c045d237c6a\";}s:34:\"wp-includes/SimplePie/Cache/DB.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0659bf084f55a303f5922edc62bcfbf6\";}s:36:\"wp-includes/SimplePie/Cache/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a33dbb0540ecc29cc6425b14100953d1\";}s:40:\"wp-includes/SimplePie/Cache/Memcache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"f69d4a55b2a1168531535107ab843fb6\";}s:37:\"wp-includes/SimplePie/Cache/MySQL.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"e8911ece15df42ca43991a48d5785687\";}s:31:\"wp-includes/SimplePie/Cache.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"79fc9017a23a836f4d0f68f7764ca734\";}s:33:\"wp-includes/SimplePie/Caption.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bdbabcdcca426a4dadf6675bc4c4ebe9\";}s:34:\"wp-includes/SimplePie/Category.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\";}s:46:\"wp-includes/SimplePie/Content/Type/Sniffer.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"7c72c3f369855562d96c77ece1c7db33\";}s:35:\"wp-includes/SimplePie/Copyright.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"bd7fbf68b954a9d50955cc808db7cb6a\";}s:30:\"wp-includes/SimplePie/Core.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a4ae19a923b890f2dcf7e2d415fd1ad2\";}s:32:\"wp-includes/SimplePie/Credit.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"0385e4a14de78c8b2a167f3e0aea197c\";}s:46:\"wp-includes/SimplePie/Decode/HTML/Entities.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"45975e2fcf0d428691a55a2394252f61\";}s:35:\"wp-includes/SimplePie/Enclosure.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"122e861f42eb6e01ce8d4b0f11fb735d\";}s:35:\"wp-includes/SimplePie/Exception.php\";a:2:{s:1:\"d\";i:1352402093;s:1:\"h\";s:32:\"094bfd76269c9fcc3c5cda8f05d05335\";}s:30:\"wp-includes/SimplePie/File.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"aeba08ad6b558736ea0aaf2beb2925b7\";}s:34:\"wp-includes/SimplePie/gzdecode.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"c538e2bc0e866197db616c17841134d4\";}s:37:\"wp-includes/SimplePie/HTTP/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"5725c7d0fb347f1c08df3690a58f3609\";}s:29:\"wp-includes/SimplePie/IRI.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"6e16ff20d3e68692cf3b617b875f36f5\";}s:30:\"wp-includes/SimplePie/Item.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"104510e221fa08437aec008e633cdca7\";}s:33:\"wp-includes/SimplePie/Locator.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8073a4c6da1bb33b877576665ef5eab5\";}s:30:\"wp-includes/SimplePie/Misc.php\";a:2:{s:1:\"d\";i:1373303416;s:1:\"h\";s:32:\"cecde679c62dd50207d8d25ece1a4b89\";}s:34:\"wp-includes/SimplePie/Net/IPv6.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"a546790e216abdd9801795949fb6b40f\";}s:36:\"wp-includes/SimplePie/Parse/Date.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"9a0a326d308c1e48a0f89bd3ce6e2760\";}s:32:\"wp-includes/SimplePie/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"52bb2ee462e7e414a77efdc7ebf52bcc\";}s:32:\"wp-includes/SimplePie/Rating.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"3d7013a46d09c74b0ee3d8af617412fb\";}s:34:\"wp-includes/SimplePie/Registry.php\";a:2:{s:1:\"d\";i:1442384742;s:1:\"h\";s:32:\"1cc8a2e6c0b5dd3176398d6400f0d9b8\";}s:37:\"wp-includes/SimplePie/Restriction.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"2a191e7168116418817388113bd57914\";}s:34:\"wp-includes/SimplePie/Sanitize.php\";a:2:{s:1:\"d\";i:1378872130;s:1:\"h\";s:32:\"42d8b8c0cf46b5d8a511e0ae48b88f75\";}s:32:\"wp-includes/SimplePie/Source.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8e83bb1de3e018f0537bb32a8c9617ff\";}s:48:\"wp-includes/SimplePie/XML/Declaration/Parser.php\";a:2:{s:1:\"d\";i:1353537115;s:1:\"h\";s:32:\"8fb1da7028c385bb9d4203c9f6732362\";}s:24:\"wp-includes/taxonomy.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"e15f8b52dce314724d23932e0818c267\";}s:31:\"wp-includes/template-loader.php\";a:2:{s:1:\"d\";i:1434654086;s:1:\"h\";s:32:\"de8e839d9f078c13336f75967cca59d9\";}s:24:\"wp-includes/template.php\";a:2:{s:1:\"d\";i:1436912844;s:1:\"h\";s:32:\"c1082de0d06e484bd6f96c6a505142a7\";}s:39:\"wp-includes/Text/Diff/Engine/native.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"e5ad272a18821212bee3c3df2ae8780e\";}s:38:\"wp-includes/Text/Diff/Engine/shell.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\";}s:39:\"wp-includes/Text/Diff/Engine/string.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"5eee1f967840b952b502c6993dbbfad3\";}s:38:\"wp-includes/Text/Diff/Engine/xdiff.php\";a:2:{s:1:\"d\";i:1369517905;s:1:\"h\";s:32:\"d6b91fc8628a0c0474ad58389a475815\";}s:41:\"wp-includes/Text/Diff/Renderer/inline.php\";a:2:{s:1:\"d\";i:1266542726;s:1:\"h\";s:32:\"880ae56e35b150b4b2c7e9d94227e81e\";}s:34:\"wp-includes/Text/Diff/Renderer.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"fc8720df4330b50f59374fdc40d94753\";}s:25:\"wp-includes/Text/Diff.php\";a:2:{s:1:\"d\";i:1435505244;s:1:\"h\";s:32:\"6c70d59e9e9a6e9bd11537719313e32a\";}s:43:\"wp-includes/theme-compat/comments-popup.php\";a:2:{s:1:\"d\";i:1417901544;s:1:\"h\";s:32:\"5885552f89b4c18061da8c2e753c122e\";}s:37:\"wp-includes/theme-compat/comments.php\";a:2:{s:1:\"d\";i:1435971025;s:1:\"h\";s:32:\"b948f25994b0743bee52974985a12d39\";}s:35:\"wp-includes/theme-compat/footer.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"c6207e0b437e8e4d8f13dde9f8b5c93d\";}s:35:\"wp-includes/theme-compat/header.php\";a:2:{s:1:\"d\";i:1431427649;s:1:\"h\";s:32:\"58b491459624d60cbde033c11de8972f\";}s:36:\"wp-includes/theme-compat/sidebar.php\";a:2:{s:1:\"d\";i:1393814067;s:1:\"h\";s:32:\"3e1abfa5fc227d5775166faa86842e48\";}s:21:\"wp-includes/theme.php\";a:2:{s:1:\"d\";i:1438194986;s:1:\"h\";s:32:\"92e1b884057bd0d6b9cf1f7d3fd1a90c\";}s:22:\"wp-includes/update.php\";a:2:{s:1:\"d\";i:1432826968;s:1:\"h\";s:32:\"3d7b80ce841d5fd1214d89d4db17818b\";}s:20:\"wp-includes/user.php\";a:2:{s:1:\"d\";i:1442235804;s:1:\"h\";s:32:\"cf38d70d2306414588980f879e55eb92\";}s:20:\"wp-includes/vars.php\";a:2:{s:1:\"d\";i:1435365924;s:1:\"h\";s:32:\"11a39afebff70d896e4a048de67846cd\";}s:23:\"wp-includes/version.php\";a:2:{s:1:\"d\";i:1442328569;s:1:\"h\";s:32:\"b5f10177ccd1f484f0610fcfa51107a1\";}s:23:\"wp-includes/widgets.php\";a:2:{s:1:\"d\";i:1441255095;s:1:\"h\";s:32:\"c86541295210e626cfb9b903e0d19996\";}s:27:\"wp-includes/wlwmanifest.xml\";a:2:{s:1:\"d\";i:1386791351;s:1:\"h\";s:32:\"dfd490b6f383ea02a269031ff05e8896\";}s:21:\"wp-includes/wp-db.php\";a:2:{s:1:\"d\";i:1441868124;s:1:\"h\";s:32:\"29bb91f8c26d89f8f438ef235c21922c\";}s:23:\"wp-includes/wp-diff.php\";a:2:{s:1:\"d\";i:1422531382;s:1:\"h\";s:32:\"7a7b02df261fb505e0de51fbd0d2e822\";}s:17:\"wp-links-opml.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"c463c9c7fe769e018d496cda106d6697\";}s:11:\"wp-load.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"21ca69e84195c73e27a091d0c0d0b6a6\";}s:12:\"wp-login.php\";a:2:{s:1:\"d\";i:1442384984;s:1:\"h\";s:32:\"73d6b30645505ef713993ddabef349fa\";}s:11:\"wp-mail.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"7f890eff523aefdfb1350cd22436899c\";}s:15:\"wp-settings.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b71937336a917678a25a66f0ff750131\";}s:13:\"wp-signup.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b26da1f49704f1ef842d445692cf6496\";}s:16:\"wp-trackback.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"8fecf12e8ea164ba98d8236b0fb56c0b\";}s:10:\"xmlrpc.php\";a:2:{s:1:\"d\";i:1441251204;s:1:\"h\";s:32:\"b81903fdb0c4b40c3e64869864e709cd\";}}','no'),(88631,'_transient_timeout_feed_mod_43714d3ce832e4e9f85ca3b68967fa47','1452072036','no'),(88632,'_transient_feed_mod_43714d3ce832e4e9f85ca3b68967fa47','1452028836','no'),(88646,'updraft_interval','weekly','yes'),(88647,'updraft_interval_database','weekly','yes'),(88648,'updraft_interval_increments','','yes'),(88649,'updraft_retain','4','yes'),(88650,'updraft_retain_db','4','yes'),(88651,'updraft_retain_extrarules','','yes'),(88652,'updraft_encryptionphrase','','yes'),(88653,'updraft_service','dropbox','yes'),(88654,'updraft_s3','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(88655,'updraft_ftp','a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}','yes'),(88656,'updraft_dreamobjects','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(88657,'updraft_s3generic','a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(88658,'updraft_cloudfiles','a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(88659,'updraft_bitcasa','a:0:{}','yes'),(88660,'updraft_copycom','a:0:{}','yes'),(88661,'updraft_openstack','a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(88662,'updraft_dropbox','a:4:{s:6:\"folder\";s:0:\"\";s:16:\"tk_request_token\";s:192:\"cYRIXr4viU+AJdfTCYUJrsWSfSzNtKTSXKUqXrdZzQATObcFvOpTv7C28Q0guv5NNage7JiSjAvSdifwTEtmILKRNfiZKXuI+YjDkRMTXXiWUi/evvXt2akrDKn5QlkB/IYtlQsxg0kAlU+xt0I6sXZrJn0BZVhZf8td3JKJ3qJ5i+FW2K1F+oml/nj5TIE9\";s:15:\"tk_access_token\";s:216:\"5QA5kDbmzD9RAarY6ke0CAaCkXuSetQjEVFl5pW3VrkCobUcNij4/0kO1kZDqowoy05wZwwyHoXNBGCVfu+LUQwZtLj9/jqMO43D7sNC65+WGrNG7t/++FwYUpRLpd0xlqZTEAIVKH+272dfEOTl7jo5zIoPynLj782M5qU7gQh4joCuvwkmR1mDo0wCQHkBcyVnLn4WaEdwzcy01oT0Dg==\";s:9:\"ownername\";s:8:\"ATurnage\";}','yes'),(88663,'updraft_googledrive','a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}','yes'),(88664,'updraft_onedrive','a:0:{}','yes'),(88665,'updraft_azure','a:0:{}','yes'),(88666,'updraft_googlecloud','','yes'),(88667,'updraft_sftp_settings','','yes'),(88668,'updraft_webdav_settings','','yes'),(88669,'updraft_ssl_nossl','0','yes'),(88670,'updraft_log_syslog','0','yes'),(88671,'updraft_ssl_useservercerts','0','yes'),(88672,'updraft_ssl_disableverify','0','yes'),(88673,'updraft_split_every','500','yes'),(88674,'updraft_dir','updraft','yes'),(88675,'updraft_email','tech@rdgraphics.cc','yes'),(88676,'updraft_report_warningsonly','a:0:{}','yes'),(88677,'updraft_report_wholebackup','a:0:{}','yes'),(88678,'updraft_autobackup_default','0','yes'),(88679,'updraft_delete_local','1','yes'),(88680,'updraft_debug_mode','0','yes'),(88681,'updraft_extradbs','','yes'),(88682,'updraft_backupdb_nonwp','0','yes'),(88683,'updraft_include_plugins','1','yes'),(88684,'updraft_include_themes','1','yes'),(88685,'updraft_include_uploads','1','yes'),(88686,'updraft_include_others','1','yes'),(88687,'updraft_include_wpcore','0','yes'),(88688,'updraft_include_wpcore_exclude','','yes'),(88689,'updraft_include_more','0','yes'),(88690,'updraft_include_more_path','','yes'),(88691,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone','yes'),(88692,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql','yes'),(88693,'updraft_starttime_files','21:43','yes'),(88694,'updraft_starttime_db','21:43','yes'),(88695,'updraft_startday_files','0','yes'),(88696,'updraft_startday_db','0','yes'),(88705,'updraft_lastmessage','Adding batch to zip file (UpdraftPlus_ZipArchive): over 2.0 seconds have passed since the last write (0 MB, 1 (1) files added so far); re-opening (prior size: 0 KB) (Oct 15 02:38:17)','yes'),(88706,'updraftplus_locked_fd','1','yes'),(88707,'updraftplus_last_lock_time_fd','2022-10-15 02:34:47','yes'),(88708,'updraftplus_semaphore_fd','1','yes'),(88709,'updraft_last_scheduled_fd','1665801287','yes'),(88713,'updraftplus_unlocked_','1','yes'),(88714,'updraftplus_last_lock_time_','2016-01-05 21:49:42','yes'),(88715,'updraftplus_semaphore_','0','yes'),(88718,'updraft_backup_history','a:4:{i:1626817943;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-plugins.zip\";}s:12:\"plugins-size\";i:10049280;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-themes.zip\";}s:11:\"themes-size\";i:5207976;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-uploads.zip\";}s:12:\"uploads-size\";i:85699627;s:6:\"others\";a:1:{i:0;s:79:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-others.zip\";}s:11:\"others-size\";i:704;s:2:\"db\";s:74:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-db.gz\";s:7:\"db-size\";i:559885;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"cb608db3762e28e34541f546a013d568be17a6be\";s:7:\"themes0\";s:40:\"70d437a157f26b8f8ed7b8b8b82fab8ffed35cef\";s:8:\"uploads0\";s:40:\"26c231f9c3c9fa442e5ab7cb57f1b579da9a4898\";s:7:\"others0\";s:40:\"46737ab0eafcb710af55ad3a360f2e588b1d0fca\";s:3:\"db0\";s:40:\"f2b4678aea23ff6761cd0e664b72814f230dbc24\";}}s:5:\"nonce\";s:12:\"e37177117d3e\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.13\";s:12:\"is_multisite\";b:0;}i:1626212554;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-plugins.zip\";}s:12:\"plugins-size\";i:10049280;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-themes.zip\";}s:11:\"themes-size\";i:5207976;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-uploads.zip\";}s:12:\"uploads-size\";i:81894266;s:6:\"others\";a:1:{i:0;s:79:\"backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-others.zip\";}s:11:\"others-size\";i:704;s:2:\"db\";s:74:\"backup_2021-07-13-2142_District_Attorney_15th_District__704c47086e26-db.gz\";s:7:\"db-size\";i:680360;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"9b837faac02b0071211fdf5105dd539e81eb9300\";s:7:\"themes0\";s:40:\"2f3a2bfeeaf55122e164c1abea0c49b1ec8cfff1\";s:8:\"uploads0\";s:40:\"5cb087bdc758a49e7d468a59f791176d8f30e5b6\";s:7:\"others0\";s:40:\"1d486db30eb73b8c9cbef9f41fa67483cb7a5691\";s:3:\"db0\";s:40:\"a218d6d210ed4144cf3be0154a3e1fb2d79bfe39\";}}s:5:\"nonce\";s:12:\"704c47086e26\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.13\";s:12:\"is_multisite\";b:0;}i:1625607631;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-plugins.zip\";}s:12:\"plugins-size\";i:10049280;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-themes.zip\";}s:11:\"themes-size\";i:5207976;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-uploads.zip\";}s:12:\"uploads-size\";i:81894266;s:6:\"others\";a:1:{i:0;s:79:\"backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-others.zip\";}s:11:\"others-size\";i:704;s:2:\"db\";s:74:\"backup_2021-07-06-2140_District_Attorney_15th_District__856deea8ac4d-db.gz\";s:7:\"db-size\";i:679521;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e72ac904289e0ce304ee1619080a0065b3c7d805\";s:7:\"themes0\";s:40:\"02fb75eaddf5b0db67a0bde16ff585a898aec70a\";s:8:\"uploads0\";s:40:\"ef76dd1c503a4c8df8acec8cdec8f3944d541d98\";s:7:\"others0\";s:40:\"f710694e4327eddd32865e313bccf55ec3b182aa\";s:3:\"db0\";s:40:\"d5f4c4c9cab385ec26e870f838e21650c3822878\";}}s:5:\"nonce\";s:12:\"856deea8ac4d\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.13\";s:12:\"is_multisite\";b:0;}i:1625433055;a:15:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-plugins.zip\";}s:12:\"plugins-size\";i:10049280;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-themes.zip\";}s:11:\"themes-size\";i:5207976;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-uploads.zip\";}s:12:\"uploads-size\";i:81894266;s:6:\"others\";a:1:{i:0;s:79:\"backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-others.zip\";}s:11:\"others-size\";i:704;s:2:\"db\";s:74:\"backup_2021-07-04-2110_District_Attorney_15th_District__52858e633d8e-db.gz\";s:7:\"db-size\";i:669583;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"6c5a860b39af63c32c3c3963b5402a87c0e5ebff\";s:7:\"themes0\";s:40:\"6608e44de86af593491b8cc17753aaef58b736a7\";s:8:\"uploads0\";s:40:\"8cd50202d7b05ad55358ec0f11b835a6d48063c4\";s:7:\"others0\";s:40:\"da605c4336c39e280f1d1a08f768003494bf55f2\";s:3:\"db0\";s:40:\"907e2e56b8f7b68f640fbc5dea3dc360307613db\";}}s:5:\"nonce\";s:12:\"52858e633d8e\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:18:\"created_by_version\";s:7:\"1.12.13\";s:12:\"is_multisite\";b:0;}}','yes'),(96492,'_site_transient_timeout_browser_bc3fc8457ea9c7d2aa28952f9e6f8983','1453997426','yes'),(96493,'_site_transient_browser_bc3fc8457ea9c7d2aa28952f9e6f8983','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(88722,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1626817943;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:80:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-plugins.zip\";}s:12:\"plugins-size\";i:10049280;s:6:\"themes\";a:1:{i:0;s:79:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-themes.zip\";}s:11:\"themes-size\";i:5207976;s:7:\"uploads\";a:1:{i:0;s:80:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-uploads.zip\";}s:12:\"uploads-size\";i:85699627;s:6:\"others\";a:1:{i:0;s:79:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-others.zip\";}s:11:\"others-size\";i:704;s:2:\"db\";s:74:\"backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-db.gz\";s:7:\"db-size\";i:559885;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"cb608db3762e28e34541f546a013d568be17a6be\";s:7:\"themes0\";s:40:\"70d437a157f26b8f8ed7b8b8b82fab8ffed35cef\";s:8:\"uploads0\";s:40:\"26c231f9c3c9fa442e5ab7cb57f1b579da9a4898\";s:7:\"others0\";s:40:\"46737ab0eafcb710af55ad3a360f2e588b1d0fca\";s:3:\"db0\";s:40:\"f2b4678aea23ff6761cd0e664b72814f230dbc24\";}}}s:7:\"success\";i:0;s:6:\"errors\";a:6:{s:16:\"infrequentvisits\";a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}i:0;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:144:\"Dropbox error: failed to upload file to backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-plugins.zip (see log file for more)\";}i:1;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:143:\"Dropbox error: failed to upload file to backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-themes.zip (see log file for more)\";}i:2;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:144:\"Dropbox error: failed to upload file to backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-uploads.zip (see log file for more)\";}i:3;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:143:\"Dropbox error: failed to upload file to backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-others.zip (see log file for more)\";}i:4;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:138:\"Dropbox error: failed to upload file to backup_2021-07-20-2152_District_Attorney_15th_District__e37177117d3e-db.gz (see log file for more)\";}}s:12:\"backup_nonce\";s:12:\"e37177117d3e\";}','yes'),(92622,'_site_transient_timeout_browser_3a641b0529e1f6972e9faa1a64fcc08f','1453132801','yes'),(92623,'_site_transient_browser_3a641b0529e1f6972e9faa1a64fcc08f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.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'),(479876,'_site_transient_browser_9d7f9c7773b4cf5413a46b0351cb3923','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.109\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(532050,'_site_transient_timeout_browser_ac4d6a6a623dbe68a79f0a81d60061e9','1577223985','yes'),(532051,'_site_transient_browser_ac4d6a6a623dbe68a79f0a81d60061e9','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"79.0.3945.79\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544429,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1667012975','no'),(544430,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1667012975','no'),(544431,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1666969775','no'),(544117,'_site_transient_browser_37d3967d07c9b22805e08690bb4659c2','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"101.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543706,'_site_transient_browser_d88a03f1175846c9a610db9271f1b11b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"102.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543947,'_site_transient_timeout_browser_1be373e04815a1131d8439247b3d2400','1662709988','yes'),(543948,'_site_transient_browser_1be373e04815a1131d8439247b3d2400','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"97.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543972,'_site_transient_timeout_browser_c89882595a0b6fb065599d15013dcdb5','1663001349','yes'),(543973,'_site_transient_browser_c89882595a0b6fb065599d15013dcdb5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"63.0.3239.132\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543986,'_site_transient_timeout_browser_c91c259fd5f3fa8303f885fec872baad','1663081630','yes'),(543987,'_site_transient_browser_c91c259fd5f3fa8303f885fec872baad','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"69.0.3497.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544000,'_site_transient_browser_5b1198970ef3b5a3a87914383a9dba04','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"40.1\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(544039,'_site_transient_timeout_browser_3c3790268b9e96d9952aeea55210d550','1663797031','yes'),(544029,'_site_transient_timeout_browser_f21479cd531ffa73e211aca60a25e909','1663597855','yes'),(544030,'_site_transient_browser_f21479cd531ffa73e211aca60a25e909','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"76.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544040,'_site_transient_browser_3c3790268b9e96d9952aeea55210d550','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.82\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544067,'_site_transient_timeout_browser_65f14ba6e60447cc587d6db81bdf700e','1664182536','yes'),(544068,'_site_transient_browser_65f14ba6e60447cc587d6db81bdf700e','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544051,'_site_transient_timeout_browser_f8cbb8f86ab60ab9bb9e7be35d65a7ef','1663802949','yes'),(544052,'_site_transient_browser_f8cbb8f86ab60ab9bb9e7be35d65a7ef','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"30.0.1599.101\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544415,'_site_transient_timeout_browser_9bb7b3178e07390e66ccfc3e17d20f2e','1667393487','yes'),(544416,'_site_transient_browser_9bb7b3178e07390e66ccfc3e17d20f2e','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"58.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544338,'_site_transient_timeout_browser_eab83d263c39dcece3e73f92ae2214fc','1666534660','yes'),(544339,'_site_transient_browser_eab83d263c39dcece3e73f92ae2214fc','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"102.0.5005.63\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544358,'_site_transient_timeout_browser_63581a3458bb366cf20f9c8a502734d1','1666621272','yes'),(544359,'_site_transient_browser_63581a3458bb366cf20f9c8a502734d1','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:2:\"96\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544111,'_site_transient_browser_b4f6e933495710fc5c7c284c1976de4d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"32.0.1700.166\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544101,'_site_transient_timeout_browser_b39078c92d6f71b2291aafac6db60f8f','1664557801','yes'),(544102,'_site_transient_browser_b39078c92d6f71b2291aafac6db60f8f','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"95.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544110,'_site_transient_timeout_browser_b4f6e933495710fc5c7c284c1976de4d','1664645609','yes'),(544161,'_site_transient_timeout_browser_e8b0204c73be560dc1e6c764f5906874','1665007341','yes'),(544162,'_site_transient_browser_e8b0204c73be560dc1e6c764f5906874','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"32.0.1667.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544356,'_site_transient_timeout_browser_1b39d7d1d62ac4d2b3dc7459ef7d1588','1666617592','yes'),(544357,'_site_transient_browser_1b39d7d1d62ac4d2b3dc7459ef7d1588','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"49.0.2623.87\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544149,'_site_transient_timeout_browser_d4dd27c13cc9c25117d800f1e1b0ad3e','1664980065','yes'),(544150,'_site_transient_browser_d4dd27c13cc9c25117d800f1e1b0ad3e','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"31.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(544163,'_site_transient_timeout_browser_1e08be42190c1ec5fd2651edcc6ec47d','1665048597','yes'),(544164,'_site_transient_browser_1e08be42190c1ec5fd2651edcc6ec47d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"29.0.1547.57\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543873,'_transient_timeout_mailserver_last_checked','1660625794','no'),(543874,'_transient_mailserver_last_checked','1','no'),(143238,'updraftplus_dismissedautobackup','1472590440','yes'),(143250,'itsec-storage','a:13:{s:6:\"global\";a:26:{s:18:\"notification_email\";a:1:{i:0;s:18:\"tech@rdgraphics.cc\";}s:12:\"backup_email\";a:1:{i:0;s:18:\"tech@rdgraphics.cc\";}s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:16:\"blacklist_period\";i:7;s:19:\"email_notifications\";b:1;s:14:\"lockout_period\";i:15;s:18:\"lockout_white_list\";a:1:{i:0;s:14:\"162.207.149.76\";}s:12:\"log_rotation\";i:14;s:8:\"log_type\";s:8:\"database\";s:12:\"log_location\";s:98:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/ithemes-security/logs\";s:8:\"log_info\";s:23:\"district-attorney-15-Eg\";s:14:\"allow_tracking\";b:0;s:11:\"write_files\";b:0;s:10:\"nginx_file\";s:68:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/nginx.conf\";s:24:\"infinitewp_compatibility\";b:0;s:11:\"did_upgrade\";b:0;s:9:\"lock_file\";b:0;s:12:\"digest_email\";b:0;s:14:\"proxy_override\";b:0;s:14:\"hide_admin_bar\";b:0;s:16:\"show_error_codes\";b:0;s:25:\"show_new_dashboard_notice\";b:1;}s:13:\"404-detection\";a:4:{s:12:\"check_period\";i:5;s:15:\"error_threshold\";i:20;s:10:\"white_list\";a:9:{i:0;s:12:\"/favicon.ico\";i:1;s:11:\"/robots.txt\";i:2;s:21:\"/apple-touch-icon.png\";i:3;s:33:\"/apple-touch-icon-precomposed.png\";i:4;s:17:\"/wp-content/cache\";i:5;s:18:\"/browserconfig.xml\";i:6;s:16:\"/crossdomain.xml\";i:7;s:11:\"/labels.rdf\";i:8;s:27:\"/trafficbasedsspsitemap.xml\";}s:5:\"types\";a:5:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".gif\";i:4;s:4:\".css\";}}s:9:\"away-mode\";a:7:{s:4:\"type\";s:5:\"daily\";s:5:\"start\";i:1448323200;s:10:\"start_time\";i:0;s:3:\"end\";i:1448431200;s:8:\"end_time\";i:21600;s:13:\"override_type\";s:0:\"\";s:12:\"override_end\";i:0;}s:9:\"ban-users\";a:4:{s:9:\"host_list\";a:0:{}s:10:\"agent_list\";a:0:{}s:7:\"default\";b:0;s:16:\"enable_ban_lists\";b:0;}s:11:\"brute-force\";a:4:{s:17:\"max_attempts_host\";i:5;s:17:\"max_attempts_user\";i:10;s:12:\"check_period\";i:5;s:14:\"auto_ban_admin\";b:0;}s:6:\"backup\";a:9:{s:9:\"all_sites\";b:0;s:6:\"method\";i:0;s:8:\"location\";s:101:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/ithemes-security/backups\";s:6:\"retain\";i:2;s:3:\"zip\";b:1;s:7:\"exclude\";a:3:{i:0;s:14:\"itsec_lockouts\";i:1;s:9:\"itsec_log\";i:2;s:10:\"itsec_temp\";}s:7:\"enabled\";b:0;s:8:\"interval\";i:3;s:8:\"last_run\";i:1687237756;}s:11:\"file-change\";a:9:{s:5:\"split\";b:0;s:6:\"method\";s:7:\"exclude\";s:9:\"file_list\";a:0:{}s:5:\"types\";a:6:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".log\";i:4;s:3:\".mo\";i:5;s:3:\".po\";}s:5:\"email\";b:1;s:12:\"notify_admin\";b:1;s:8:\"last_run\";i:1687237756;s:10:\"last_chunk\";b:0;s:12:\"show_warning\";b:0;}s:12:\"hide-backend\";a:6:{s:7:\"enabled\";b:0;s:12:\"theme_compat\";b:1;s:4:\"slug\";s:7:\"wplogin\";s:16:\"post_logout_slug\";s:0:\"\";s:8:\"register\";s:15:\"wp-register.php\";s:17:\"theme_compat_slug\";s:9:\"not_found\";}s:19:\"network-brute-force\";a:5:{s:7:\"api_key\";s:0:\"\";s:10:\"api_secret\";s:0:\"\";s:10:\"enable_ban\";b:0;s:13:\"updates_optin\";b:1;s:7:\"api_nag\";b:1;}s:3:\"ssl\";a:2:{s:8:\"frontend\";i:0;s:5:\"admin\";b:0;}s:16:\"strong-passwords\";a:1:{s:4:\"role\";s:13:\"administrator\";}s:13:\"system-tweaks\";a:8:{s:13:\"protect_files\";b:0;s:18:\"directory_browsing\";b:0;s:15:\"request_methods\";b:0;s:24:\"suspicious_query_strings\";b:0;s:22:\"non_english_characters\";b:0;s:16:\"long_url_strings\";b:0;s:17:\"write_permissions\";b:0;s:11:\"uploads_php\";b:0;}s:16:\"wordpress-tweaks\";a:11:{s:18:\"wlwmanifest_header\";b:0;s:14:\"edituri_header\";b:0;s:12:\"comment_spam\";b:0;s:11:\"file_editor\";b:0;s:14:\"disable_xmlrpc\";i:0;s:22:\"allow_xmlrpc_multiauth\";b:1;s:11:\"safe_jquery\";b:0;s:12:\"login_errors\";b:0;s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;s:14:\"jquery_version\";s:0:\"\";}}','yes'),(89167,'_site_transient_timeout_browser_72ccb266eb9276f497ef7e8eaecdaec0','1452717325','yes'),(89168,'_site_transient_browser_72ccb266eb9276f497ef7e8eaecdaec0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";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'),(125314,'newsletter_main_smtp','a:8:{s:7:\"enabled\";s:1:\"0\";s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"port\";s:0:\"\";s:6:\"secure\";s:0:\"\";s:12:\"ssl_insecure\";i:0;s:10:\"test_email\";s:0:\"\";}','no'),(125317,'newsletter_lock','a:4:{s:3:\"ids\";s:0:\"\";s:3:\"url\";s:0:\"\";s:7:\"message\";s:120:\"<p>This content is protected, only newsletter subscribers can access it. Subscribe now!</p>\r\n {subscription_form}\";s:7:\"enabled\";i:1;}','yes'),(125309,'itsec_free_just_activated','1','yes'),(125206,'_site_transient_timeout_browser_417e1e24fa1f00dc5b43465abbe2bbda','1461602373','yes'),(125207,'_site_transient_browser_417e1e24fa1f00dc5b43465abbe2bbda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";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'),(544524,'_site_transient_timeout_itsec_wp_upload_dir','1688623009','yes'),(544525,'_site_transient_itsec_wp_upload_dir','a:6:{s:4:\"path\";s:84:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads/2023/07\";s:3:\"url\";s:52:\"http://da15thdistrict.org/wp-content/uploads/2023/07\";s:6:\"subdir\";s:8:\"/2023/07\";s:7:\"basedir\";s:76:\"\\\\WDP\\DFS\\30\\6\\8\\8\\3092390886\\user\\sites\\4735414.site\\www/wp-content/uploads\";s:7:\"baseurl\";s:44:\"http://da15thdistrict.org/wp-content/uploads\";s:5:\"error\";b:0;}','yes'),(143246,'itsec_active_modules','a:11:{s:9:\"ban-users\";b:1;s:11:\"brute-force\";b:1;s:6:\"backup\";b:1;s:19:\"network-brute-force\";b:1;s:16:\"strong-passwords\";b:1;s:16:\"wordpress-tweaks\";b:1;s:13:\"404-detection\";b:1;s:9:\"away-mode\";b:1;s:11:\"file-change\";b:1;s:3:\"ssl\";b:1;s:13:\"system-tweaks\";b:1;}','yes'),(176777,'itsec_temp_whitelist_ip','a:4:{s:12:\"84.17.46.186\";i:1666991066;s:13:\"146.56.191.51\";i:1667023690;s:14:\"104.232.169.42\";i:1667073140;s:12:\"84.17.46.202\";i:1667062604;}','yes'),(176778,'_site_transient_timeout_browser_d39d7bf13b1a52d937e7ba3a4c99e04f','1475247502','yes'),(176779,'_site_transient_browser_d39d7bf13b1a52d937e7ba3a4c99e04f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"48.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'),(532196,'_site_transient_timeout_browser_560d830cbc3434e5cbb88dacb7c8c626','1580490407','yes'),(493984,'_site_transient_timeout_browser_c2a566af567e67a973035829766b7b70','1554221467','yes'),(493985,'_site_transient_browser_c2a566af567e67a973035829766b7b70','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"73.0.3683.86\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(357109,'_site_transient_timeout_browser_2502d8a009196a678ffa1eb36d6bb2e0','1519924319','yes'),(544324,'_site_transient_timeout_browser_3f6cde37b08763e69d82968ec2788f7b','1666420773','yes'),(544325,'_site_transient_browser_3f6cde37b08763e69d82968ec2788f7b','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544352,'_site_transient_timeout_browser_3a1676c99ec1fe37e640105636b450c0','1666612430','yes'),(544353,'_site_transient_browser_3a1676c99ec1fe37e640105636b450c0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.90\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544199,'_site_transient_timeout_browser_5bba5af72960d0d572dcca6a126fdf2e','1665577952','yes'),(544200,'_site_transient_browser_5bba5af72960d0d572dcca6a126fdf2e','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.93\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544201,'_site_transient_timeout_browser_5b01b875498ec30fe1140be41beaee22','1665579029','yes'),(544202,'_site_transient_browser_5b01b875498ec30fe1140be41beaee22','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.116\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544349,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1666986843;s:7:\"checked\";a:11:{s:4:\"Divi\";s:5:\"2.5.3\";s:8:\"OKPVO3RU\";s:5:\"1.0.2\";s:8:\"W9BQGCDA\";s:5:\"1.0.2\";s:5:\"bl-gl\";s:5:\"1.0.0\";s:7:\"blockio\";s:5:\"1.0.5\";s:7:\"bloglog\";s:5:\"1.0.0\";s:7:\"blogood\";s:5:\"1.0.0\";s:5:\"choyu\";s:5:\"1.0.2\";s:5:\"dumbo\";s:5:\"1.0.0\";s:4:\"rixl\";s:5:\"0.0.5\";s:10:\"storepress\";s:5:\"1.0.1\";}s:8:\"response\";a:4:{s:7:\"blockio\";a:6:{s:5:\"theme\";s:7:\"blockio\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/blockio/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/blockio.1.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"7.3\";}s:7:\"blogood\";a:6:{s:5:\"theme\";s:7:\"blogood\";s:11:\"new_version\";s:5:\"1.0.1\";s:3:\"url\";s:37:\"https://wordpress.org/themes/blogood/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/blogood.1.0.1.zip\";s:8:\"requires\";s:3:\"5.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:5:\"choyu\";a:6:{s:5:\"theme\";s:5:\"choyu\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:35:\"https://wordpress.org/themes/choyu/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/choyu.1.0.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"storepress\";a:6:{s:5:\"theme\";s:10:\"storepress\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:40:\"https://wordpress.org/themes/storepress/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/storepress.1.0.3.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','yes'),(544428,'_site_transient_browser_acff52a1652901ae7e446fb41b9189b7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"106.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544211,'_site_transient_timeout_browser_c9be890bb58c7bc9ded193603dee310f','1665665441','yes'),(544209,'_site_transient_timeout_browser_98f46094a2b590bdc8ba7d99ca6e5c44','1665662337','yes'),(544210,'_site_transient_browser_98f46094a2b590bdc8ba7d99ca6e5c44','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"36.0.1985.67\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544212,'_site_transient_browser_c9be890bb58c7bc9ded193603dee310f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.116\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544289,'_site_transient_timeout_browser_38a435f93341d1f45b1befcb66a219da','1666363422','yes'),(544290,'_site_transient_browser_38a435f93341d1f45b1befcb66a219da','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"27.0.1453.116\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544233,'_site_transient_timeout_browser_c2b66f76b7d18ce2dd8b09a09d62db05','1665986076','yes'),(544234,'_site_transient_browser_c2b66f76b7d18ce2dd8b09a09d62db05','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"21.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(544241,'_site_transient_timeout_browser_5fb702e0c2f7c62fd3e789f2d05ce441','1666022038','yes'),(544242,'_site_transient_browser_5fb702e0c2f7c62fd3e789f2d05ce441','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"30.0.1599.17\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544243,'_site_transient_timeout_browser_cc6b916c74cddca501f3c62f6efb365d','1666022876','yes'),(544244,'_site_transient_browser_cc6b916c74cddca501f3c62f6efb365d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"31.0.1623.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544249,'_site_transient_timeout_browser_8e39011bcc64efc8a150e8a2636bdce5','1666063555','yes'),(544250,'_site_transient_browser_8e39011bcc64efc8a150e8a2636bdce5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1866.237\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544251,'_site_transient_timeout_browser_0bca280bfad440a82d2e292407a3397d','1666064087','yes'),(544252,'_site_transient_browser_0bca280bfad440a82d2e292407a3397d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"28.0.1464.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544253,'_site_transient_timeout_browser_2b6326abde559bd4c95eb5c92b1d12f9','1666065473','yes'),(544254,'_site_transient_browser_2b6326abde559bd4c95eb5c92b1d12f9','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.93\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544255,'_site_transient_timeout_browser_8fca815727c2ab7011eb15612c0351e0','1666076451','yes'),(544256,'_site_transient_browser_8fca815727c2ab7011eb15612c0351e0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.2117.157\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544257,'_site_transient_timeout_browser_c2f4c538e6ca735ccaf9d7ec8efda44a','1666077091','yes'),(544258,'_site_transient_browser_c2f4c538e6ca735ccaf9d7ec8efda44a','a:10:{s:4:\"name\";s:5:\"Opera\";s:7:\"version\";s:5:\"11.51\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:22:\"https://www.opera.com/\";s:7:\"img_src\";s:42:\"http://s.w.org/images/browsers/opera.png?1\";s:11:\"img_src_ssl\";s:43:\"https://s.w.org/images/browsers/opera.png?1\";s:15:\"current_version\";s:5:\"12.18\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;s:6:\"mobile\";b:0;}','yes'),(544427,'_site_transient_timeout_browser_acff52a1652901ae7e446fb41b9189b7','1667574568','yes'),(544259,'_site_transient_timeout_browser_8789c9f8ea46cbe3ea54c9e26f832c48','1666077268','yes'),(544260,'_site_transient_browser_8789c9f8ea46cbe3ea54c9e26f832c48','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.93\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544261,'_site_transient_timeout_browser_cf433c19fa341737eee10a495d0c4348','1666077590','yes'),(544262,'_site_transient_browser_cf433c19fa341737eee10a495d0c4348','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"41.0.2226.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544263,'_site_transient_timeout_browser_227febf5dcde37ea43a5af5170c388cf','1666077713','yes'),(544264,'_site_transient_browser_227febf5dcde37ea43a5af5170c388cf','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"41.0.2228.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544269,'_site_transient_timeout_browser_1092a8bc2fd0036df77b3a338bda8376','1666168674','yes'),(544270,'_site_transient_browser_1092a8bc2fd0036df77b3a338bda8376','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"35.0.1916.47\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544288,'_site_transient_browser_d2fb6ec1df8028cc337bf84847f79901','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"28.0.1468.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544271,'_site_transient_timeout_browser_1a34c24b7fed5264267d1216ab9af67b','1666190849','yes'),(544272,'_site_transient_browser_1a34c24b7fed5264267d1216ab9af67b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"37.0.2049.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544391,'_site_transient_browser_b20f96e5878b0a47ff8626c8f757e35b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"104.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544283,'_site_transient_timeout_browser_b4ba149b18d2a2ff6c4796cd46e1d300','1666340728','yes'),(544284,'_site_transient_browser_b4ba149b18d2a2ff6c4796cd46e1d300','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"24.0.1312.60\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544285,'_site_transient_timeout_browser_10dcb2e69027335f28728b6b5f318bb5','1666341369','yes'),(544286,'_site_transient_browser_10dcb2e69027335f28728b6b5f318bb5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.16\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544354,'_site_transient_timeout_browser_e8bdfd0aefc6de335e070879f91993d3','1666614163','yes'),(544287,'_site_transient_timeout_browser_d2fb6ec1df8028cc337bf84847f79901','1666363058','yes'),(544350,'_site_transient_timeout_browser_e9d502b00c431b71776a4b59be66bc3c','1666611786','yes'),(544351,'_site_transient_browser_e9d502b00c431b71776a4b59be66bc3c','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"41.0.2225.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(532684,'_site_transient_timeout_browser_72f533ef66d493b897f3cfc643e15448','1597684491','yes'),(532685,'_site_transient_browser_72f533ef66d493b897f3cfc643e15448','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"84.0.4147.105\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(479875,'_site_transient_timeout_browser_9d7f9c7773b4cf5413a46b0351cb3923','1551305476','yes'),(543008,'_transient_doing_cron','1688536615.4294090270996093750000','yes'),(544408,'_site_transient_timeout_browser_deeb5efaecfb7fd5fac13ef407fabc67','1667294660','yes'),(544409,'_site_transient_browser_deeb5efaecfb7fd5fac13ef407fabc67','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(543705,'_site_transient_timeout_browser_d88a03f1175846c9a610db9271f1b11b','1655305552','yes'),(538855,'_transient_timeout_feed_3a39ef5d0240c40133252ada9b3c6e81','1626263382','no'),(538856,'_transient_feed_3a39ef5d0240c40133252ada9b3c6e81','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:49:\"\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:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"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:23:\"https://updraftplus.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:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s: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:\"Fri, 09 Jul 2021 15:38: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: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:30:\"https://wordpress.org/?v=5.7.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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:88:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"How to set up additional retention rules for your UpdraftPlus backup\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/3NFhjGJbaYA/\";s: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:71:\"https://updraftplus.com/additional-updraftplus-retention-rules/#respond\";s: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 Jul 2021 15:24: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";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:15:\"additional rule\";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:6:\"Backup\";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:9:\"retention\";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:14:\"retention rule\";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:11:\"UpdraftPlus\";s:7:\"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:\"https://updraftplus.com/?p=1172077\";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:753:\"<p>In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus. By adding additional retention rules, all backups that are older than a certain date will be grouped together and … <a href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">How to set up additional retention rules for your UpdraftPlus backup</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:4824:\"<p><span style=\"font-weight: 400;\">In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus. </span></p>\n<p><iframe loading=\"lazy\" title=\"How to set up additional retention rules for your UpdraftPlus backup\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Z5vaHBCfCvw?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">By adding additional retention rules, all backups that are older than a certain date will be grouped together and pruned until there is only one backup for each time period. The additional retention rules run after the normal backup pruning, and are run in the order they were created. Additional retention rules also include automatic </span><span style=\"font-weight: 400;\">backups when evaluating which backups to prune.</span></p>\n<p><span style=\"font-weight: 400;\">First, you will need to<a href=\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\"> install and activate</a> UpdraftPlus Premium or the ‘<a href=\"https://updraftplus.com/shop/fix-time/\">Backup time and scheduling</a>‘ add-on, via the Premium/Extensions tab. Full instructions on how to do so can be found in our<a href=\"https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/\"> installation guide</a>.</span></p>\n<p><span style=\"font-weight: 400;\">To set it up, first go to: WP Admin->Settings->UpdraftPlus Backups->Settings tab</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172080\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Under the Files/Database backup schedule settings, find the ‘Add an additional retention rule’ link</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172081\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Set your additional retention rule/s and press the ‘Save Changes’ button at the bottom of the page.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172079\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Set how old the backups to be considered should be and how many backups to keep. Once this is setup, all backups older than your selected time period will be grouped together and pruned, until there is only one backup for each time period.</span></p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">How to set up additional retention rules for your UpdraftPlus backup</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:68:\"https://updraftplus.com/additional-updraftplus-retention-rules/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/additional-updraftplus-retention-rules/\";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:91:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"The risks and pitfalls of WordPress auto-updates\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/mzuE7ur8Svk/\";s: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:\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/#respond\";s: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, 25 Jun 2021 14:17: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:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:20:\"Easy Updates Manager\";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:20:\"Other 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:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"easy updates manager premium\";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:6:\"update\";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:\"UpdraftPlus\";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:18:\"updraftplus update\";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:5:{s:4:\"data\";s:9:\"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:34:\"https://updraftplus.com/?p=1161126\";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:774:\"<p>When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. This marked a step-up from previous WordPress releases, in which plugins … <a href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">The risks and pitfalls of WordPress auto-updates</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Marjorie Hajim\";s: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:11339:\"<p><span style=\"font-weight: 400;\">When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. </span><span style=\"font-weight: 400;\">This marked a step-up from previous WordPress releases, in which plugins and themes could only be manually updated. When version 5.5 was released, WordPress users were able to enable auto-updates for any plugin or theme on their site. </span></p>\n<p><span style=\"font-weight: 400;\">Sounds great, right? In many ways it was. But here’s the catch. Auto-updates aren’t always the best thing since sliced bread and are in fact known to cause a whole load of problems ranging from mildly inconvenient formatting issues, to the downright catastrophic total site failures. </span><span style=\"font-weight: 400;\">If you’ve been thinking about enabling auto-updates for your website, you’ve come to the right place. In this blog, we’ll be running you through some common risks and pitfalls and how to avoid them.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1161134\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled.png\" alt=\"\" width=\"1006\" height=\"629\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-980x613.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-480x300.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1006px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">What is an auto-update?</span></h2>\n<p><span style=\"font-weight: 400;\">Auto-updates are updates to plugins and themes that take place automatically without the site owner having to do anything manually via WordPress. Unlike manual updates, there’s no need to initiate the process or download new versions of your existing plugins and themes. In WordPress 5.5, site owners can choose whether or not to use the auto-update feature. For example, if your WordPress site is integrated with one of the many <a href=\"https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management-platform/\">cloud management platforms</a> available, it will be automatically updated without you having to lift a finger. Each plugin and theme has its own ON/OFF option specifically for auto-updates.</span></p>\n<p> </p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1161135\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png\" alt=\"\" width=\"990\" height=\"661\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png 990w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1-980x654.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 990px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">What are the risks?</span></h2>\n<p><span style=\"font-weight: 400;\">Whatever kind of business you’re running – be it a small eCommerce store or a </span><a href=\"https://accelerateagency.ai/saas-marketing-agency\"><span style=\"font-weight: 400;\">SaaS digital marketing</span></a><span style=\"font-weight: 400;\"> agency, before enabling auto-updates on your WordPress site, it’s important to be aware of all the ‘side-effects’ – both good and bad. Auto-updates are convenient, but there can be some big drawbacks. </span></p>\n<h2><span style=\"font-weight: 400;\">Updates can cause technical issues</span></h2>\n<p><span style=\"font-weight: 400;\">Updates have been known to sometimes cause problems on your website. This is more likely if you opt for comprehensive auto-updates across all plugins and themes. Updates will run in the background and you won’t even be aware of it most of the time. But sometimes updates cause technical issues or even ‘breaks’. Auto-updates can fail, especially when concurrent updates are happening simultaneously – with site functionality (e.g. </span><a href=\"https://vwo.com/blog/mobile-optimization-importance/\"><span style=\"font-weight: 400;\">mobile optimization</span></a><span style=\"font-weight: 400;\">) more likely to go askew. </span></p>\n<h2><span style=\"font-weight: 400;\">Updates can be hard to keep track of</span></h2>\n<p><span style=\"font-weight: 400;\">If an update does mess up your site, you will need to know what caused it. Determining exactly what happened and when can be tricky. Especially if multiple updates all took place simultaneously. With selected automatic and manual updates, it can be easier to isolate the root issue and fix it. </span></p>\n<h2><span style=\"font-weight: 400;\">Some major releases may be incompatible</span></h2>\n<p><span style=\"font-weight: 400;\">Sometimes auto-updates might include a major release. If a particular plugin (e.g. a plugin used to </span><a href=\"https://www.codemotion.com/magazine/dev-hub/cloud-manager/how-to-monitor-cloud-metrics-for-scaling/\"><span style=\"font-weight: 400;\">monitor cloud metrics</span></a><span style=\"font-weight: 400;\">) releases an update with a larger than normal installation base, it could cause problems. If you have auto-update enabled, you won’t have any control over whether or not you wish to deploy those changes. </span></p>\n<p><span style=\"font-weight: 400;\">WordPress does not use a ‘Canary update’ testing process. Canary updates roll out code to test sites before official release. Without this, there’s no telling what a new update will do. Likewise with smaller plugins, top-notch quality assurance is not guaranteed. By enabling auto-updates you’re essentially handing over control to unknown quality assurance teams. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1161136\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png\" alt=\"\" width=\"800\" height=\"360\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png 800w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2-480x216.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">The best way to run WordPress updates</span></h2>\n<p><span style=\"font-weight: 400;\">There are safer ways to enjoy the benefits that automatic updates bring. Just proceed with caution. Now that you’re aware of some of those common issues, you can enjoy auto-updates without worrying too much about the consequences. </span></p>\n<p><span style=\"font-weight: 400;\">With all the potential issues your site can be faced when updating your plugins and theme, it is vitally important to have a secure and recent backup of your site. There are tons of <a href=\"https://www.ringcentral.co.uk/gb/en/blog/definitions/anything-as-a-service-xaas/\">XaaS</a> tools available today and having a backup with </span><a href=\"http://updraftplus.com\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> can help save you. Even if you take all the necessary precautions, it is still possible to fall victim to a bad update and have your site die on you. </span><span style=\"font-weight: 400;\">Backing up your site with UpdraftPlus can be done in just a few minutes. Just download UpdraftPlus, follow these </span><a href=\"https://updraftplus.com/how-to-backup-a-wordpress-site-step-by-step-guide/\"><span style=\"font-weight: 400;\">simple instructions</span></a><span style=\"font-weight: 400;\"> and you won’t have to worry about an update permanently taking down your site again. There are still risks however – e</span>ven if you take all the precautions necessary, a bad update can sometimes stop you from even logging into your site. In this scenario, restoring it to it’s former working version will be a complicated and difficult process. UpdraftPlus allows you to test your updates on a clone of your site using <a href=\"https://updraftplus.com/updraftclone/\">UpdraftClone</a>. UpdraftClone allows you to clone your site instantly and directly from UpdraftPlus, which can further reduce any danger to your main site by allowing you to test updates in a secure and risk-free environment.</p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus Premium also has an auto-backup feature that creates a backup for you, before any updates to plugins and themes are performed. While the latest update of WordPress can update your plugins automatically, we recommend that you turn off auto-updates for all/selected plugins and use </span><a href=\"https://easyupdatesmanager.com/\"><span style=\"font-weight: 400;\">Easy Updates Manager</span></a><span style=\"font-weight: 400;\"> instead. Easy Updates Manager currently helps more than 300,000 WordPress users automatically keep their sites up to date and bug-free. It’s also highly customizable to give you real control over what updates to run.</span></p>\n<div id=\"attachment_1161137\" style=\"width: 977px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/New-Project-2021-06-25T135451.001.jpg\"><img aria-describedby=\"caption-attachment-1161137\" loading=\"lazy\" class=\"wp-image-1161137\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/New-Project-2021-06-25T135451.001.jpg\" alt=\"\" width=\"967\" height=\"624\" /></a><p id=\"caption-attachment-1161137\" class=\"wp-caption-text\">Easy Updates Manager in action</p></div>\n<p><span style=\"font-weight: 400;\">Choose from manually update, disable update, enable auto updates, disable auto updates and choose per plugin/theme, so you always have full control over your site and what aspects are updated. </span><span style=\"font-weight: 400;\">This offers a greater degree of control and limits unnecessary risk or disruption – disruption that could potentially derail a business in its infancy. </span></p>\n<p><span style=\"font-weight: 400;\">The potential business impact of an auto-update-related disruption could be catastrophic. If an automatic update interferes with your customer payment portal for example, the losses could be substantial for a well-established brand with high volume sales. </span></p>\n<p><span style=\"font-weight: 400;\">Use </span><a href=\"http://updaftplus.com\"><span style=\"font-weight: 400;\">UpdraftPlus </span></a><span style=\"font-weight: 400;\">and </span><a href=\"https://easyupdatesmanager.com/\"><span style=\"font-weight: 400;\">Easy Updates Manager</span></a><span style=\"font-weight: 400;\"> today for the best backup and auto update options. </span></p>\n<p><a href=\"https://www.ringcentral.co.uk/office/features/multi-level-auto-attendant/overview.html\"><b>Marjorie Hajim</b></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">The risks and pitfalls of WordPress auto-updates</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:78:\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\";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:106:\"\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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"7 critical measures for protecting your WordPress admin area\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/QYNvBAmmBSw/\";s: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:\"https://updraftplus.com/protecting-wordpress-admin-area/#respond\";s: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, 04 Jun 2021 14:10: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:8:\"category\";a:12:{i:0;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:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"attack\";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:6:\"Backup\";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:4:\"hack\";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:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"protect\";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:5:{s:4:\"data\";s:10:\"protecting\";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: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:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"update\";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:5:{s:4:\"data\";s:11:\"UpdraftPlus\";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:5:{s:4:\"data\";s:7:\"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:\"\";}i:11;a:5:{s:4:\"data\";s:9:\"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:34:\"https://updraftplus.com/?p=1144209\";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:777:\"<p>Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced … <a href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">7 critical measures for protecting your WordPress admin area</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"John Allen\";s: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:16390:\"<p><span style=\"font-weight: 400;\">Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced site owners. But how do you go about protecting your WordPress admin area?</span></p>\n<p><span style=\"font-weight: 400;\">However, the issues of security have remained challenging for many WordPress site owners. According to a report by WordPress security plugin</span><a href=\"https://wpmanageninja.com/wordpress-security-statistics/#:~:text=According%20to%20WordFence%2C%20there%20are,11%25%20are%20from%20WordPress%20Themes\"> <span style=\"font-weight: 400;\">WordFence</span></a><span style=\"font-weight: 400;\">, almost 90,000 security issues were reported every 60 seconds on WordPress websites in 2020.</span></p>\n<p><span style=\"font-weight: 400;\">This data is even more troubling when we take into account login-based WordPress sites like eCommerce platforms, where sensitive information such as banking and debit card details are shared daily.</span></p>\n<p><span style=\"font-weight: 400;\">If you’re trying to</span><a href=\"https://www.bigcommerce.com/blog/build-an-ecommerce-website/\"> <span style=\"font-weight: 400;\">build a website</span></a><span style=\"font-weight: 400;\">, using WordPress is a great idea, but you may be worried about the security of your WordPress admin area, especially given the sheer volume of cyber threats in the previous year. </span></p>\n<p><span style=\"font-weight: 400;\">If you wish to reinforce your log-in mechanics, consider these seven simple measures to secure your admin area.</span></p>\n<h2><span style=\"font-weight: 400;\">1. Change your passwords often</span></h2>\n<p><span style=\"font-weight: 400;\">Let’s start with the basics of WordPress admin and login security. It may seem like the simplest solution when it comes to your site’s security, but changing passwords is often overlooked as an effective security measure.</span></p>\n<p><span style=\"font-weight: 400;\">This cybersecurity approach is essential to any login-based online service and should be implemented across all types of sites, from streaming platforms like Netflix, to social media sites like Instagram, to </span><a href=\"https://www.ringcentral.com/group-meeting-apps.html\"><span style=\"font-weight: 400;\">online group meeting</span></a><span style=\"font-weight: 400;\"> apps like RingCentral. When it comes to preventing admin-related issues, changing a password regularly is a popular cybersecurity tactic. </span></p>\n<h2><span style=\"font-weight: 400;\">2. Keep your plugins updated</span></h2>\n<p><span style=\"font-weight: 400;\">Let’s go back to that WordFence data we mentioned earlier. In one</span><a href=\"https://wpmanageninja.com/wordpress-security-statistics/#:~:text=According%20to%20WordFence%2C%20there%20are,11%25%20are%20from%20WordPress%20Themes\"> <span style=\"font-weight: 400;\">study</span></a><span style=\"font-weight: 400;\"> conducted by WordFence researchers, it was found that over half of WordPress cybersecurity issues (52%) were caused by plugins. </span></p>\n<p><span style=\"font-weight: 400;\">As such, he first step toward securing your WordPress site is investing in WordPress security plugins. Many of these track and record login attempts to analyze any possible admin area threats.</span></p>\n<p><span style=\"font-weight: 400;\">Additionally, it’s important to</span><a href=\"https://updraftplus.com/why-defunct-wordpress-plugins-pose-a-threat-how-to-secure-your-site/\"> <span style=\"font-weight: 400;\">get rid of outdated WordPress plugins</span></a><span style=\"font-weight: 400;\">. These pose a threat to your site’s security since they stop updating, meaning their security measures end up being lacking. The safest course of action is to uninstall them, as disabling doesn’t get rid of the additional (and weak) code. Use </span><a href=\"https://updraftplus.com/updraftcentral/\"><span style=\"font-weight: 400;\">UpdraftCentral</span></a><span style=\"font-weight: 400;\"> to efficiently manage, update and backup multiple website plugins, themes and backups from one place for sites on which UpdraftPlus is installed.</span></p>\n<h2><span style=\"font-weight: 400;\">3. Implement SSL login pages</span></h2>\n<p><span style=\"font-weight: 400;\">SSL stands for “</span><a href=\"https://updraftplus.com/how-to-increase-security-while-developing-a-wordpress-site/\"><span style=\"font-weight: 400;\">secure sockets layer</span></a><span style=\"font-weight: 400;\">”. This security protocol is generally used on websites that store sensitive data, especially those that require authentication to log in. In essence, SSL measures activate a digital lock – technically, an HTTPS protocol – that guarantees a secure connection from the server to the browser.</span></p>\n<p><span style=\"font-weight: 400;\">Usually your run-of-the-mill hosting provider will include these measures in your subscription. If they do not, consider purchasing an SSL certificate and installing it on your WordPress server. </span></p>\n<p><span style=\"font-weight: 400;\">This is especially useful for eCommerce WordPress sites, which ask their clients to log in with a profile to automate the checkout process when paying via credit or debit card.</span></p>\n<h2><span style=\"font-weight: 400;\">4. Limit login attempts</span></h2>\n<p><span style=\"font-weight: 400;\">Restricting the number of possible login attempts is one reliable</span><a href=\"https://www.cleverfiles.com/howto/cybersecurity-tips-to-protect-data.html\"> <span style=\"font-weight: 400;\">cybersecurity tip to protect data</span></a><span style=\"font-weight: 400;\">, especially if you’re looking to prevent potential brute force attacks. </span></p>\n<p><span style=\"font-weight: 400;\">These cybersecurity breaches are achieved by bombarding an admin platform with every conceivable combination of characters to form passwords, using a simple but effective cracking method of trial and error. </span></p>\n<p><span style=\"font-weight: 400;\">By limiting login attempts, you can protect your users and your page from attacks of this nature.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1144217 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png\" alt=\"Limit login attempts WordPress security image\" width=\"1051\" height=\"701\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png 1051w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-980x654.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1051px, 100vw\" /></a></p>\n<p><a href=\"https://unsplash.com/photos/6pflEeSzGUo\"><span style=\"font-weight: 400;\">Image Source</span></a></p>\n<p><span style=\"font-weight: 400;\">However, when it comes to WordPress admin security issues, it’s important to note that not every hazardous log-in attempt comes from criminals looking to steal data. Sometimes, admin platforms are subjected to non-malicious intrusions performed by users. </span></p>\n<p><span style=\"font-weight: 400;\">If you’re running a WordPress site that provides user registration, there’s a chance that your users – or yourself – will get locked out of their account by accident. Forgetting your password has happened to everyone at some point after all.</span></p>\n<p><span style=\"font-weight: 400;\">The best way to separate malware attacks and non-malicious intrusions is to implement a network intrusion detection system that can track, record, and analyze potential login or admin issues, without interfering with the traffic it monitors. This way, you can ensure you’re not punishing forgetful users, but are keeping them protected nonetheless.</span></p>\n<h2><span style=\"font-weight: 400;\">5. Use two-factor authentication</span></h2>\n<p><span style=\"font-weight: 400;\">Two-factor authentication is a security protocol that enforces an additional check on users looking to gain access to WordPress sites. This protection method adds an extra layer of security to passwords by asking for a unique one-use-only code that’s sent to your smartphone.</span></p>\n<p><span style=\"font-weight: 400;\">These apps and plugins are installed on your smart device and will send the codes so you can access your WordPress login screen. This approach is seen as a more secure way of changing your passwords regularly and is particularly recommended for eCommerce sites.</span></p>\n<h2><span style=\"font-weight: 400;\">6. Implement IAM solutions</span></h2>\n<p><span style=\"font-weight: 400;\">Identity and access management (IAM) software solutions are used to limit the number of remote users accessing online platforms via admin areas and login accounts. In the digital era, the IAM market has grown rapidly and the current list of</span><a href=\"https://www.esecurityplanet.com/products/best-iam-software/\"> <span style=\"font-weight: 400;\">IAM solutions</span></a><span style=\"font-weight: 400;\"> available can overwhelm newcomers and inexperienced WordPress site owners alike.</span></p>\n<p><span style=\"font-weight: 400;\">There’s a basic list of points to follow to make the most of your IAM service, regardless of which IAM option you choose. Here’s a shortlist of what to do before you commit to a particular provider:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access the IT architecture.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look for any possible incompatibilities between the OS, third-party application or plugins, and the IAM tool.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verify that your IAM system is compliant with guidelines and laws in your industry, market, and country.</span></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1144218 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png\" alt=\"Security WordPress image\" width=\"960\" height=\"640\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png 960w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 960px, 100vw\" /></a></p>\n<p><a href=\"https://pixabay.com/es/photos/seguridad-protecci%C3%B3n-antivirus-265130/\"><span style=\"font-weight: 400;\">Image Source</span></a></p>\n<h2><span style=\"font-weight: 400;\">7. Have a backup</span></h2>\n<p><span style=\"font-weight: 400;\">The sad truth is, some things are unavoidable. It may be difficult to read, but there’s a chance that even if you do everything right, hackers will still be able to gain access to and attack your admin area. If that happens, it’s important to have a plan of action ready.</span></p>\n<p><span style=\"font-weight: 400;\">Imagine the worst-case scenario: your site has been attacked and hacked. There are no more prevention measures to implement. </span></p>\n<p><span style=\"font-weight: 400;\">First things first, remember not to panic. Work to identify the problem and react accordingly. The best way to know if you’ve fallen victim to a cybersecurity breach is to look for possible signs of a hacking attack: </span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You’re unable to log in.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your site is redirecting elsewhere.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your content has disappeared or there is new strange content and links.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your site is running slower than usual.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Once you’ve identified the problem, the fastest way to fix any possible issues is to</span><a href=\"https://updraftplus.com/how-restoring-a-wordpress-website-can-be-more-difficult-than-you-think/\"> <span style=\"font-weight: 400;\">restore your WordPress website</span></a><span style=\"font-weight: 400;\"> using UpdraftPlus. This will allow you to undo any hazardous changes and get back to normal as quickly as possible. To do so, you must have an older version of your site as a backup somewhere secure – such as a cloud storage platform.</span></p>\n<p><span style=\"font-weight: 400;\">As you may be aware, having your data backed up is one of the most essential things to do in terms of cybersecurity. If you want to keep a record of past versions of your site separate from your site,</span><a href=\"https://updraftplus.com/shop/\"><span style=\"font-weight: 400;\"> cloud-storage solutions</span></a><span style=\"font-weight: 400;\"> offer safe and secure backups that can help you relaunch your site in just minutes after an attack.</span></p>\n<h2><span style=\"font-weight: 400;\">Summary</span></h2>\n<p><span style=\"font-weight: 400;\">Now you have read seven effective security tips for your WordPress admin area, let’s reiterate what we’ve learned so far:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change your passwords often.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Install login security plugins (and uninstall old or obsolete plugins).</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implement SSL encryption-based protocols.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Combat brute force attacks by limiting login attempts.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use additional one-use-only passwords and codes by adding 2FA.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Limit your log-in possibilities with IAM software solutions.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Have a contingency plan to fight security breaches, malware, and ransomware viruses.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep a backup version of your site and use it during cybersecurity emergencies.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">If you follow these measures, your WordPress site should be protected from any attacks and ready to combat and react to any issues, should the worst happen. </span></p>\n<p><span style=\"font-weight: 400;\">What are you waiting for? Go out there and turn your WordPress page into an online fortress using </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"https://updraftplus.com/updraftcentral/\"><span style=\"font-weight: 400;\">UpdraftCentral</span></a><span style=\"font-weight: 400;\"> today!</span></p>\n<p><a href=\"https://www.linkedin.com/in/johnlallen/\">John Allen</a><span style=\"font-weight: 400;\"> has written for websites such as </span><a href=\"https://slack-redir.net/link?url=https%3A%2F%2Fblog.hubspot.com%2Fservice%2Fsms-customer-support\"><span style=\"font-weight: 400;\">Hubspot</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"https://slack-redir.net/link?url=https%3A%2F%2Fcollaboration.toolbox.com%2Fguest-article%2Fwhy-sdn-unified-communications-is-a-perfect-match-for-workplace-digitalization\"><span style=\"font-weight: 400;\">Toolbox</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">7 critical measures for protecting your WordPress admin area</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:61:\"https://updraftplus.com/protecting-wordpress-admin-area/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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://updraftplus.com/protecting-wordpress-admin-area/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:78:\"\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:59:\"How to upgrade from Free UpdraftPlus to UpdraftPlus Premium\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/HWRh4E1rhT4/\";s: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, 14 May 2021 14:05: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:8:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";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:18:\"Training materials\";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:28:\"activate updraftplus premium\";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:27:\"free to premium updraftplus\";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:5:\"guide\";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:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:15:\"install premium\";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:5:{s:4:\"data\";s:12:\"instructions\";s:7:\"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:\"https://updraftplus.com/?p=1126003\";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:735:\"<p>When upgrading from your Free version of UpdraftPlus to UpdraftPlus Premium, the process can be a little tricky if it is your first time. As UpdraftPlus Premium is not listed on WP.org, it isn’t as simple as just clicking an … <a href=\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\">How to upgrade from Free UpdraftPlus to UpdraftPlus Premium</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:8487:\"<p><span style=\"font-weight: 400;\">When upgrading from your <a href=\"https://wordpress.org/plugins/updraftplus/\">Free version</a> of UpdraftPlus to <a href=\"https://updraftplus.com/shop/updraftplus-premium/\">UpdraftPlus Premium</a>, the process can be a little tricky if it is your first time. As UpdraftPlus Premium is not listed on WP.org, it isn’t as simple as just clicking an upgrade button. But if you follow this easy to use guide, upgrading from UpdraftPlus Free to UpdraftPlus Premium can be quick and easy. </span></p>\n<p><iframe loading=\"lazy\" title=\"How to install UpdraftPlus Premium\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BkVpfdTLxFE?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 1.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">Assuming you have the free version of UpdraftPlus installed, you need to deactivate and delete the UpdraftPlus free plugin from your WordPress site.</span></p>\n<p><span style=\"font-weight: 400;\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1126017 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.jpg\" alt=\"\" width=\"512\" height=\"140\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.jpg 512w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-480x131.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 512px, 100vw\" /></a></span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1126016 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.jpg\" alt=\"\" width=\"512\" height=\"140\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.jpg 512w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1-480x131.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 512px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 2.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">You now need to install the UpdraftPlus Premium plugin. This can be downloaded by following </span><a href=\"https://updraftplus.com/wp-content/uploads/updraftplus.zip\"><span style=\"font-weight: 400;\">this link</span></a><span style=\"font-weight: 400;\">. Save the file to your computer.</span></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 3.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">Next, go to your WordPress site and choose ‘Add New’ plugin. Select the ‘Upload Plugin’ button.</span><span style=\"font-weight: 400;\"> Now select the UpdraftPlus Premium file you just downloaded (it can usually be found in the “Download” folder on your PC) and press ‘Open’ and activate.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1126015\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.png\" alt=\"\" width=\"619\" height=\"179\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed.png 619w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-480x139.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 619px, 100vw\" /></a></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1126014\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.png\" alt=\"\" width=\"621\" height=\"285\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1.png 621w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-1-480x220.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 621px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 4.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">Your UpdraftPlus Premium plugin should now be installed. Go to ‘Settings’ and you should now see ‘UpdraftPlus Backups’. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1126013\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-2.png\" alt=\"\" width=\"326\" height=\"236\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-2.png 326w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-2-300x217.png 300w\" sizes=\"(max-width: 326px) 100vw, 326px\" /></a></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 5.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">You now need to connect your UpdraftPlus account to the Premium plugin. To do this, go to Premium/Extensions and log in using your UpdraftPlus.com account details and press ‘Connect’. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-3.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1126012\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-3.png\" alt=\"\" width=\"512\" height=\"240\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-3.png 512w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-3-480x225.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 512px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 6.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">You are now connected to UpdraftPlus Premium. To claim any add-ons you may have purchased (such as Azure remote storage backup), remember to press the ‘Activate it on this site’ button, which will allow you to use your purchased add-on feature with your WordPress site. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-4.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1126011\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-4.png\" alt=\"\" width=\"512\" height=\"365\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-4.png 512w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-4-480x342.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 512px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\"><strong>Step 7.</strong> </span></p>\n<p><span style=\"font-weight: 400;\">Finally, refresh the connection by pressing the below link and you are good to go. All Premium features and add-ons should now be available.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-5.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1126010\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-5.png\" alt=\"\" width=\"544\" height=\"103\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-5.png 544w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-5-480x91.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 544px, 100vw\" /></a></p>\n<p><strong>Step 8.</strong></p>\n<p><span style=\"font-weight: 400;\">Don’t forget to then go to the UpdraftPlus settings page to set your backup schedule and press the save button at the bottom of the screen!</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-6.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1126009\" src=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-6.png\" alt=\"\" width=\"535\" height=\"164\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/05/unnamed-6.png 535w, https://updraftplus.com/wp-content/uploads/2021/05/unnamed-6-480x147.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 535px, 100vw\" /></a></p>\n<p>Download <a href=\"https://wordpress.org/plugins/updraftplus/\">UpdraftPlus Premium</a> today. If you require further detailed instructions, more information can be <a href=\"https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/\">found here</a>. Be sure to comment and let us know if you have any questions.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\">How to upgrade from Free UpdraftPlus to UpdraftPlus Premium</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\";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:72:\"\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:39:\"WP-Optimize release latest 3.1.9 update\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/pNI4nXoRScI/\";s: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, 04 May 2021 15:16: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:6:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"WP-O\";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:11:\"WP-Optimise\";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:18:\"WP-Optimise Update\";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:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:17:\"WP-Optmize update\";s:7:\"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:\"https://updraftplus.com/?p=1116613\";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:720:\"<p>The latest update for WP-Optimize 3.1.9 has now been released. As well as lots of fixes and tweaks, there are several new features included. The first of these new features is the ‘Power Tweak’. This Premium feature allows you to … <a href=\"https://updraftplus.com/wp-optimize-release-latest-3-1-9-update/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-release-latest-3-1-9-update/\">WP-Optimize release latest 3.1.9 update</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:3505:\"<p><span style=\"font-weight: 400;\">The latest update for WP-Optimize 3.1.9 has now been released. As well as lots of fixes and tweaks, there are several new features included. The first of these new features is the ‘Power Tweak’. This Premium feature allows you to change the meta_key field length and create a new index. This can significantly speed up database requests on websites with large post_meta tables. Power tweak works by tweaking the table’s schema to enable indexing. </span></p>\n<p><span style=\"font-weight: 400;\">The second new feature we have included in this release is the ‘Automatic backups’ feature. When using the new automatic backup feature, users can now use UpdraftPlus during scheduled optimizations. As such, database backups with UpdraftPlus can now run before automatic scheduled database optimization. The third new feature in this update is the ‘Keep last X revision’ update. This feature allows you to delete post revisions, but now gives you the option to keep a specified number of revisions. Before this update, users could only keep revisions by time setting only. This change gives users more flexibility and increased safety when making post revisions. . </span></p>\n<p><span style=\"font-weight: 400;\">The updates to WP-Optimize 3.1.9 are available now and also includes the following:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">FEATURE: Power Tweak – Change meta_key field length and create new index</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Premium – Automatic Backups using UpdraftPlus during scheduled optimizations</span></li>\n<li><span style=\"font-weight: 400;\">FEATURE: Keep last X revisions</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Overlapping header notice in mobile view</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Cache – Wildcard not working in cache exclusions</span></li>\n<li><span style=\"font-weight: 400;\">FIX: Prevent error in htaccess when mod_header isn’t available</span></li>\n<li><span style=\"font-weight: 400;\">FIX: PHP Fatal error on deleting plugin</span></li>\n<li><span style=\"font-weight: 400;\">FIX: PHP 8 Issue: loadAsync JS error</span></li>\n<li><span style=\"font-weight: 400;\">FIX: RankMath breaks robots.txt</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Bypass minify when editing translations using TranslatePress</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Purge minify cache from front end</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Minify – Prevent cache directory creation while disabled</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Add Google Fonts API version 2 support</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Minify – Save all tab content settings changes with single Click</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Improved optimization preview</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Filter the list of preloaded URLs</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Update seasonal notices</span></li>\n<li><span style=\"font-weight: 400;\">TWEAK: Bump WP version requirement to 4.5+</span></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wp-optimize-release-latest-3-1-9-update/\">WP-Optimize release latest 3.1.9 update</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://updraftplus.com/wp-optimize-release-latest-3-1-9-update/\";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:78:\"\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:24:\"Deaf Awareness Week 2021\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/Zcb65XjDxyI/\";s: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 Apr 2021 12:14: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:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:20:\"Other 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:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"accessibility\";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:14:\"closed caption\";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:19:\"deaf awareness week\";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:15:\"hard of hearing\";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:9:\"subtitles\";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:5:{s:4:\"data\";s:14:\"text to speech\";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:5:{s:4:\"data\";s:9:\"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:34:\"https://updraftplus.com/?p=1112780\";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:646:\"<p>From the 4th to the 10th of May, it is Deaf Awareness Week in the UK. A week that aims to raise awareness and help challenge the perceptions of those suffering from loss of hearing and deafness in the UK. … <a href=\"https://updraftplus.com/deaf-awareness-week-2021/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/deaf-awareness-week-2021/\">Deaf Awareness Week 2021</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:6869:\"<p><span style=\"font-weight: 400;\">From the 4th to the 10th of May, it is </span><a href=\"https://www.deafcouncil.org.uk/\"><span style=\"font-weight: 400;\">Deaf Awareness Week</span></a><span style=\"font-weight: 400;\"> in the UK. A week that aims to raise awareness and help challenge the perceptions of those suffering from loss of hearing and deafness in the UK.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/New-Project-2021-04-29T105910.009.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1112787\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/New-Project-2021-04-29T105910.009.jpg\" alt=\"\" width=\"400\" height=\"561\" /></a></p>\n<p><span style=\"font-weight: 400;\">When building a WordPress site, it can be all too easy to overlook the various elements of accessibility. Putting together all of your content, plugins and themes can be an overwhelming and time consuming process. As such it is all too easy to forget that there might be elements on your site that could cause an accessibility issue for people with hearing issues. If you want to build the best possible site for your users, designing it for accessibility can be both incredibly helpful and rewarding. </span></p>\n<p><span style=\"font-weight: 400;\">As we previously covered in our blog, issues like </span><a href=\"https://updraftplus.com/colour-blindness-wordpress-and-how-to-make-wordpress-sites-accessible-to-those-who-cant-see-colour/\"><span style=\"font-weight: 400;\">being colour blind</span></a><span style=\"font-weight: 400;\"> can have a big impact on a users ability to properly use a website. In this blog, we will go into what changes you can also make so your site is more usable for those users with hearing issues. </span></p>\n<p><b>How do you make a website accessible? </b></p>\n<p><span style=\"font-weight: 400;\">Website accessibility refers to the practice of removing barriers that prevent interaction with, or access to websites by people with disabilities. When sites are correctly designed, developed and edited, all users have equal access to information and functionality. With regards to what issues designers may have to change to accommodate deaf users, lots of websites include introduction videos in their headers for example. Without subtitles, these videos can give no information and can cause frustration for the user. </span></p>\n<div id=\"attachment_1112788\" style=\"width: 874px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/pasted-image-0.png\"><img aria-describedby=\"caption-attachment-1112788\" loading=\"lazy\" class=\"wp-image-1112788\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/pasted-image-0.png\" alt=\"The sound of metal text to speech \" width=\"864\" height=\"486\" /></a><p id=\"caption-attachment-1112788\" class=\"wp-caption-text\">The recently Oscar winning movie “The Sound of Metal” showed how important assistive technology is for those with hearing loss.</p></div>\n<p>While it may sound like a complicated and difficult task to enact these changes, removing these barriers can be a simple and straightforward process. With just a little effort and time, you can open up your site to a whole new audience.</p>\n<p><span style=\"font-weight: 400;\">While there are lots of secondary </span><a href=\"https://en.wikipedia.org/wiki/Assistive_technology\"><span style=\"font-weight: 400;\">assistive technologies</span></a><span style=\"font-weight: 400;\"> available for users with disabilities to surf the net, you should always make the effort to ensure that your site meets recommended guidelines that will enable those assistive technologies to help the user. While there are many more obvious tools to help users with vision issues, the increase in popularity of ‘speech to search’ tools, video sharing, video conferencing and ‘online phone-calls’ shows just how important it is to accommodate users with hearing issues with subtitles/closed captions where available. </span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\"><br />\n</span><b>How to test your site accessibility</b><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">If you make any changes to your site, it is always a good idea to run a test. </span><span style=\"font-weight: 400;\"><br />\n</span></p>\n<p><span style=\"font-weight: 400;\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/accessibility-checker-equalize-digital.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1112796\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/accessibility-checker-equalize-digital.jpg\" alt=\"\" width=\"772\" height=\"250\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/04/accessibility-checker-equalize-digital.jpg 772w, https://updraftplus.com/wp-content/uploads/2021/04/accessibility-checker-equalize-digital-480x155.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 772px, 100vw\" /></a></span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\"><br />\nOne of the best tools to test the accessibility of your WordPress site is the </span><a href=\"https://wordpress.org/plugins/accessibility-checker/\"><span style=\"font-weight: 400;\">Accessibility Checker</span></a><span style=\"font-weight: 400;\"> plugin by Equalize Digital. The plugin is free to install and works by scanning your sites content and providing warnings notices in real time when you are editing, to ensure posts/pages are ‘Web Content Accessibility Guidelines’ compliant. The plugin will also tell you which section of your code needs to be changed in order not to trigger the accessibility issue, allowing you to make the necessary adjustments. The </span><a href=\"https://products.equalizedigital.com/\"><span style=\"font-weight: 400;\">pro version</span></a><span style=\"font-weight: 400;\"> has the added functionality of scanning custom post types, open issue list, diagnosed issue log, user accessibility roles and an ‘Accessibility Statement’ for your site. </span></p>\n<p><b>Conclusion</b></p>\n<p><span style=\"font-weight: 400;\">While website accessibility for users with visual impairment is a more obvious aspect of a site’s accessibility, making changes that can help those that are hard of hearing can be just as helpful for users navigating your site. Be sure to review your site today and check that there are no elements that are not accessible to the deaf community during Deaf Awareness Week. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/deaf-awareness-week-2021/\">Deaf Awareness Week 2021</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://updraftplus.com/deaf-awareness-week-2021/\";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:72:\"\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:41:\"One year on: The future of remote working\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/52XzAHlFGVo/\";s: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, 15 Apr 2021 12:35:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";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:\"COVID-19\";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:11:\"office work\";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:14:\"remote working\";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:15:\"tips and tricks\";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:17:\"working from home\";s:7:\"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:\"https://updraftplus.com/?p=1097485\";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:719:\"<p>A personal reflection on remote working by our marketing manager, Wayne Mullins in the UK. It has been well over a year now since we all first heard the term ‘Covid-19’ and the world underwent a massive fundamental change to … <a href=\"https://updraftplus.com/one-year-on-the-future-of-remote-working/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/one-year-on-the-future-of-remote-working/\">One year on: The future of remote working</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:15409:\"<p><span style=\"font-weight: 400;\">A personal reflection on remote working by our marketing manager, Wayne Mullins in the UK.</span></p>\n<p><span style=\"font-weight: 400;\">It has been well over a year now since we all first heard the term ‘Covid-19’ and the world underwent a massive fundamental change to the way we work and live that no one could have seen coming. After just over a year of lockdowns, travel restrictions, nearly <a href=\"https://www.worldometers.info/coronavirus/coronavirus-death-toll/\">3 million deaths</a>, lost jobs, businesses closed forever; we have also undergone a change in working practices bigger than anything since the advent of the industrial revolution. We have all been thrown into unfamiliar situations and have had to adapt to leaving the traditional office environment behind and change to a new remote working situation. What have we all learned in the last year and what will this mean for the future of office work?</span></p>\n<p><span style=\"font-weight: 400;\">Before Governments all over the world imposed nationwide lockdowns due to Covid – affecting nearly every office based business, employers were generally reluctant to allow those who could or wanted to work from home to do so. </span></p>\n<p><span style=\"font-weight: 400;\">Thanks for the imposed lockdown, call centre employees – once crammed into cramped and outdated offices by their hundreds to use a PC and headset that could literally be setup in any location with an internet connection, now had the type of work/life balance and freedom that was thought of as impractical and impossible previously. However, there remained a lingering and prevalent sense of the office ‘old-school manager mindset’ that believes workers need constant supervision and direction in order to properly do their jobs. This belief states that employees should always be within shouting distance and there are many managers still operating under the assumption that workers would use the opportunity of home working to skip work and become less productive. </span></p>\n<p><span style=\"font-weight: 400;\">Now that the global pandemic has forced the flexible working conversation to the forefront of employment relations, industries such as call-centres – that had stuck hard and steadfast to the traditional working pattern – have been forced to reevaluate just how effective the old way of working really was.</span></p>\n<p><span style=\"font-weight: 400;\">No one knew exactly how the great working from home experiment would workout for employees or employers, let alone the kind of impact it would have on the economy. However after much speculation, studies have shown that it has been a huge success. A <a href=\"https://www.cardiff.ac.uk/news/view/2432442-uk-productivity-could-be-improved-by-a-permanent-shift-towards-remote-working,-research-shows\">recent study</a> carried out by Cardiff University and the University of Southampton, found that 70% of respondents were able to work at a level that was just as productive, if not more so while in a working from home situation. The study also found that productivity could be improved by a permanent shift towards remote working, with 9 out of 10 employees eager to continue working from home in some capacity. </span></p>\n<p><span style=\"font-weight: 400;\">The benefits of not spending countless hours every day stuck in a petrol spewing car or a cramped and expensive train are obvious. These changes have also resulted in employees having the opportunity to become ‘<a href=\"https://www.bbc.co.uk/news/business-56210579\">accidental savers’</a> for the first time, while also allowing more time for people to explore personal hobbies and interests, as well as spend valuable time with family. The changes have also helped improve sleep patterns for millions, generally resulting in a happier and harder working workforce. </span></p>\n<p><span style=\"font-weight: 400;\">A recent <a href=\"https://www.ispreview.co.uk/index.php/2020/09/talktalk-survey-claims-homeworking-boosts-uk-productivity.html#:~:text=A%20new%20survey%20commissioned%20by,network%20also%20remains%20above%20normal.\">survey</a> carried out by TalkTalk revealed that both employees and employers believe that remote working has had a positive impact on productivity. 58% of workers said they felt more productive when working from home, with 30% of business leaders agreeing with this assessment. In addition to this, 35% of leaders also stated that their employees were working more collaboratively from home, as opposed to in the office.</span></p>\n<p><span style=\"font-weight: 400;\">As mentioned previously, the financial savings and positive environmental impact that came from reduced travelling (both international and local) has been massive. Busy commuter work areas such as Dheli and Manhattan have presented <a href=\"https://www.sciencedaily.com/releases/2020/12/201208162957.htm\">preliminary data</a> that air quality had improved during the pandemic. In China, <a href=\"https://en.wikipedia.org/wiki/COVID-19_lockdown_in_Hubei\">lockdowns</a> and other measures resulted in a 25 percent reduction in <a href=\"https://en.wikipedia.org/wiki/Greenhouse_gas\">carbon emissions</a> and 50 percent reduction in nitrogen oxides emissions, which one <a href=\"https://en.wikipedia.org/wiki/Earth_system_science\">Earth systems</a> scientist estimated may have saved at least 77,000 lives over two months. While overly optimistic stories of ‘<a href=\"https://www.nationalgeographic.com/animals/article/coronavirus-pandemic-fake-animal-viral-social-media-posts\">dolphins and swans returning to Venice</a>’ have been largely debunked as fake viral news, cities like Venice are using this opportunity to make badly needed environmental changes, such as the <a href=\"https://www.bbc.co.uk/news/world-europe-56592109#:~:text=On%20Wednesday%2C%20Italian%20ministers%20agreed,the%20historic%20St%20Mark\'s%20Square.&text=Culture%20Minister%20Dario%20Franceschini%20hailed,decision%2C%20awaited%20for%20years%22.\">banning</a> of large cruise ships from the historic center to protect against further flooding and pollution. </span></p>\n<p><span style=\"font-weight: 400;\">While there appears to be many benefits to working from home for employees/employers and the environment, there has of course been a downside to these changes. While Governments and businesses are losing billions due to the exodus from the world’s city centres, the emotional toll has also had a sizable impact on many people. </span></p>\n<p><span style=\"font-weight: 400;\">A <a href=\"https://www.unbiased.co.uk/news/accountant/how-lockdown-upset-the-work-life-balance\">recent poll</a> suggested that 40% of UK employees already felt that work was seeping into their home life. But by August of 2020, this figure had shot up to 52%, showing the effect of widespread home working. Workers stated that some have found it difficult to switch off in the evenings, with a quarter of those polled stating that they are working longer hours when at home. For those people with young children, trying to balance home-schooling and childcare duties with remote working has also contributed to a decline in work-life balance. </span></p>\n<h3><b>Moving forward</b></h3>\n<p><span style=\"font-weight: 400;\">As the world starts to come out of lockdown and hopefully return to a more ‘normal’ situation, what does this mean for those who have become accustomed to working from home? Many will be reluctant to return to the soul crushing daily commute and expense of travelling to an office, just to stare at the same computer monitor they have been using at home to great success for the past year.</span></p>\n<p><span style=\"font-weight: 400;\">While home working has some issues and challenges that need to be addressed, a <a href=\"https://yougov.co.uk/topics/economy/articles-reports/2020/09/22/most-workers-want-work-home-after-covid-19\">recent study</a> by YouGov suggested that many office employees will be reluctant to return back to the traditional 5 days a week of office work. The study stated that only 7% of office workers hope to return to the traditional full-time office working pattern, whilst 20% stated that their preferred option would be to work from home full-time, with 32% opting for a mix of office work and working from home, with the freedom and opportunity to work from home most days. This would allow for a day or two of office work per week in which to conduct face to face matters and build in personal relationships. </span></p>\n<p><span style=\"font-weight: 400;\">Whatever changes the future brings, it is clear that the Covid-19 pandemic has altered the way we live and work to a generational defining degree. Hopefully we will emerge from the experience wise and bolder in our attitudes and behaviour towards working environments and expectations. </span></p>\n<p><span style=\"font-weight: 400;\">While continuing to work from home can still present challenges for many, we have learned some valuable lessons that can be implemented to help improve your home working experience. </span></p>\n<h3><strong>Homeworking improvements </strong></h3>\n<ul>\n<li aria-level=\"1\"><b>Switching off when the work day is done</b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">One of the main issues reported when home working is being able to separate your home office from your home. When they are the same place, it can be very difficult to mentally flip from work to home mode as the lines of your work/personal life can easily become blurred. This has given to the increased recommendation and use of a dedicated work area and the massive growth in popularity of garden shed offices. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/RXNU1287.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1097504\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/RXNU1287.jpg\" alt=\"\" width=\"750\" height=\"562\" /></a></p>\n<ul>\n<li><b>Maintaining focus</b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">One of the issues people have struggled most with when working from home is dealing with the constant stream of potential interruptions. Family and children requiring attention and supervision, social media, noisy neighbours, pets, and the call of your smartphone are all doing their best to distract you from work. Setting up hard rules in order to maintain focus can be a difficult and bumpy ride for lots of new working from home employees. Many are still struggling to find a happy medium, even after a year. But as attitudes and work patterns change and start to become the accepted norm, people will learn to adapt fully and learn to block out all the distractions. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/shutterstock_308424155-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1097503\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/shutterstock_308424155-1.jpg\" alt=\"\" width=\"750\" height=\"407\" /></a></p>\n<ul>\n<li><b>Work relationships</b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">It is an inescapable fact that for better or worse, working from home can be a difficult </span><span style=\"font-weight: 400;\">and lonely experience for many people. For many, work colleagues are the only other people they interact with on a daily basis. When you have become accustomed to interacting with a large office full of people every day, suddenly finding yourself isolated – both professionally and personally – can be difficult to deal with. Keeping in touch with your work colleagues on both a professional and personal level can help you maintain a strong sense of being connected and part of a team. Slack chats, WhatsApp group chats, Zoom calls and email chains are all important ways to help you stay in touch while working from home.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/7b2ba3dd-d5f7-459c-aea0-80fedbf07d7a-shutterstock-1706740990.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1097502\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/7b2ba3dd-d5f7-459c-aea0-80fedbf07d7a-shutterstock-1706740990.jpg\" alt=\"\" width=\"750\" height=\"500\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/04/7b2ba3dd-d5f7-459c-aea0-80fedbf07d7a-shutterstock-1706740990.jpg 750w, https://updraftplus.com/wp-content/uploads/2021/04/7b2ba3dd-d5f7-459c-aea0-80fedbf07d7a-shutterstock-1706740990-480x320.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 750px, 100vw\" /></a></p>\n<ul>\n<li><b>Change Up Your Working Environment </b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Regardless of how well you set up your home work office and how free of distractions it is, looking at the same 4 walls everyday will have a monotonous and negative effect on anyone. </span><a href=\"https://www.usafact.com/the-workplace/changing-the-work-environment/\"><span style=\"font-weight: 400;\">Changing</span></a><span style=\"font-weight: 400;\"> your work environment has proved to help improve creativity and productivity. So don’t be afraid to take your laptop into the garden to get some badly needed fresh air and sun, weather permitting of course.</span></p>\n<p><span style=\"font-weight: 400;\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/04/work-from-home-garden-business-technology-laptop.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1097501\" src=\"https://updraftplus.com/wp-content/uploads/2021/04/work-from-home-garden-business-technology-laptop.jpg\" alt=\"\" width=\"749\" height=\"499\" /></a></span></p>\n<h3><strong>The future</strong></h3>\n<p><span style=\"font-weight: 400;\">As the vaccine roll-out continues across the world and infection rates fall, many organisations will start to look at what the future of traditional office work will look like. Will companies continue to justify spending millions in property rentals and contribute massive amounts of Co2 emissions, when the great working from home experiment has shown that remote work is both sustainable and productive?</span></p>\n<p><span style=\"font-weight: 400;\">It is likely that now the genie is ‘out of the bottle’, business leaders have realised that long held suspicions that ‘working from home = not working’ are unfounded. Partial or full home working will likely become the latest hard won workers’ right (such as weekends off, sick pay, pensions, maternity leave, paid holidays etc.) to be an expected benefit for applicable jobs. While there will be many that will want to go back to the traditional 5 days in an office working environment, most will weigh up the financial savings and employee demands and continue to offer it as an option. In modern competitive working environments, it will also become essential to compete with other companies offering a home working option. This will likely result in the normalisation of a hybrid working pattern to accommodate employees eager to retain new working from home options afforded to them during the Covid crisis. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/one-year-on-the-future-of-remote-working/\">One year on: The future of remote working</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://updraftplus.com/one-year-on-the-future-of-remote-working/\";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:63:\"\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:43:\"Celebrate World Backup Day with UpdraftPlus\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/vU4m2ms_3YM/\";s: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, 31 Mar 2021 13:25: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:20:\"Other 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:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";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:16:\"world backup day\";s:7:\"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:\"https://updraftplus.com/?p=1083848\";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:735:\"<p>World Backup Day carries a lot of importance for UpdraftPlus. As a WordPress plugin that helps millions of users around the world backup their websites and data daily, we cannot stress the importance of backing up your website and files … <a href=\"https://updraftplus.com/celebrate-world-backup-day-with-updraftplus/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/celebrate-world-backup-day-with-updraftplus/\">Celebrate World Backup Day with UpdraftPlus</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:4348:\"<p><span style=\"font-weight: 400;\">World Backup Day carries a lot of importance for UpdraftPlus. As a WordPress plugin that helps millions of users around the world backup their websites and data daily, we cannot stress the importance of backing up your website and files strongly enough.</span></p>\n<p><span style=\"font-weight: 400;\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/world-backup-day-logo-2701a36cb253413f83311c212531ae4f.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1083849\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/world-backup-day-logo-2701a36cb253413f83311c212531ae4f.png\" alt=\"\" width=\"474\" height=\"316\" /></a></span></p>\n<p><span style=\"font-weight: 400;\">Even though the reliability of hard drives, online servers and virus protection has improved greatly in the last few years, many people reading this blog will almost certainly have memories of losing files, Word documents, photos, websites or videos during the early digital age – before reliable, affordable cloud storage and backups were commonplace. While every day is World Backup Day for UpdraftPlus, March 31st serves as a reminder every year that we no longer have to take the very real risk of losing all these important files anymore. A simple backup with UpdraftPlus that takes just a few seconds, can keep your site and files safe for as long as you want them. </span></p>\n<p><span style=\"font-weight: 400;\">As anyone who has ever used a computer, programme or online service for any period of time will know – crashes, failures, conflicts and viruses are a part of life. It usually isn’t a case of ‘will I encounter a problem?’, rather than ‘when will I encounter a problem?’</span></p>\n<p><span style=\"font-weight: 400;\">As you can imagine, as an organisation that devotes so much time and effort to backups, we have heard countless stories down the years from people all over the world who have lost years of hugely important data and information that they have spent a lot of time and money developing. Thankfully, with UpdraftPlus installed, they were able to restore their site to a previous version and regain access to all their lost content. UpdraftPlus – the world’s leading WordPress backup plugin – can help you make sure that you never have to join the ranks of those unfortunate people who realised all too late, the importance of backing up your website. </span></p>\n<p><a href=\"http://www.worldbackupday.com/\"><span style=\"font-weight: 400;\">World Backup Day</span></a><span style=\"font-weight: 400;\"> was started in 2001 by digital consultant, Ismail Jadun. This particular day was selected as it is the day before April Fool’s day. Ismail felt that people would associate the connection with April Fools Day, as it was hoped that potentially losing all your files and work would feel like being victim of a particularly bad prank.</span></p>\n<p><span style=\"font-weight: 400;\">On March 31st, it is encouraged that people all over the world share the backup pledge: </span><i><span style=\"font-weight: 400;\">“I solemnly swear to backup my important documents and precious memories on World Backup Day, March 31st.”</span></i></p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus has a range of backup packages to suit all of your backup needs. Installed by over 3 million users all over the world, our easy-to-use interface allows you to backup and restore your website with a single click. You can also set the schedule to backup automatically as often as you like, so you don’t have to worry about forgetting to backup your site manually and will always have a recent upload of your site ready to go – should the worst happen. </span></p>\n<p><span style=\"font-weight: 400;\">Download </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> today for the most secure, reliable and highly rated WordPress backup plugin. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/celebrate-world-backup-day-with-updraftplus/\">Celebrate World Backup Day with UpdraftPlus</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/celebrate-world-backup-day-with-updraftplus/\";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:78:\"\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:37:\"How to fix UpdraftPlus failed backups\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/aw5mbIfQ90Q/\";s: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, 29 Mar 2021 15:01: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:8:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";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:6:\"broken\";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:7:\"failing\";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:3:\"fix\";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:6:\"issues\";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:14:\"not backing up\";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:5:{s:4:\"data\";s:14:\"not completing\";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:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"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:\"https://updraftplus.com/?p=1081727\";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:738:\"<p>UpdraftPlus is the world’s leading and most popular WordPress backup plugin, with over 3 million active installs. Users all over the world are using UpdraftPlus to safely and securely backup their WordPress sites, files and databases should they ever need … <a href=\"https://updraftplus.com/how-to-fix-updraftplus-failed-backups/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-fix-updraftplus-failed-backups/\">How to fix UpdraftPlus failed backups</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:14372:\"<p><iframe loading=\"lazy\" title=\"How to fix UpdraftPlus failed backups\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/ihtnOCpC7MA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus is the world’s leading and most popular WordPress backup plugin, with over 3 million active installs. Users all over the world are using UpdraftPlus to safely and securely backup their WordPress sites, files and databases should they ever need to restore their site if the worst happens. </span><span style=\"font-weight: 400;\">As with any plugin, programme or piece of software, issues can arise when trying to carry out a function, such as when creating a backup. In this blog we will go through the most common reasons that you may be causing failed backups and how to fix them. </span><br />\n<b></b></p>\n<ul>\n<li aria-level=\"1\"><b>Update plugin / Plugin conflict </b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Probably the most common issue a user of UpdraftPlus would run into is not having an up to date version of UpdraftPlus. While older versions will still work, problems and conflicts can be caused by not keeping your plugins up to date. If you are having a problem with the backup of your site not completing, always check to make sure you have the latest version of UpdraftPlus installed first.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T141521.022.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081735\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T141521.022.jpg\" alt=\"\" width=\"886\" height=\"182\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T141521.022.jpg 886w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T141521.022-480x99.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 886px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Another issue you could potentially face is if a new plugin you recently installed is causing a conflict with UpdraftPlus. Deactivate any new plugins and try backing up again. Common causes of conflicts are plugins loading their own versions of JavaScript libraries or cloud storage APIs on the UpdraftPlus page. These can prevent UpdraftPlus from starting a backup or uploading the backup files to remote storage.</span></p>\n<ul>\n<li aria-level=\"1\"><b>Not connected to remote storage location / Remote storage full</b></li>\n</ul>\n<p>An update to your remote storage location, such as a change of password or folder structure, could potentially be the cause of any issues you may be having, when trying to back up to remote storage.<b></b></p>\n<p><span style=\"font-weight: 400;\">To check if this could be the problem, try verifying and resaving your remote storage settings. For cloud storage services which use OAuth verification (such as Dropbox, OneDrive and Google Drive), you may need to re-authenticate with your storage account</span></p>\n<p><span style=\"font-weight: 400;\">To reconnect to your remote storage location, go through the full ‘add remote storage’ option again at UpdraftPlus > Settings. Here you can re-authenticate to your remote storage account of choice.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T144144.439.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081733\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T144144.439.jpg\" alt=\"\" width=\"1108\" height=\"391\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T144144.439.jpg 1108w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T144144.439-980x346.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T144144.439-480x169.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1108px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Remember to click the ‘Save changes’ button and then attempt another backup.</span></p>\n<p><span style=\"font-weight: 400;\">As with any remote storage location, there is a finite amount of space. The reason that your backup is failing to complete could be that there is not enough space for UpdraftPlus to save the files to. Check your remote storage space and delete files or purchase extra space if necessary.</span><b></b></p>\n<ul>\n<li aria-level=\"1\"><b>Backup files too big – Reduce the backup archive split size to 100Mb or lower</b></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Aside from the above issues users of UpdraftPlus may encounter, such as not having the remote storage location properly setup, the most common technical reasons for a backup failing to complete is that you are trying to backup a file that is too large to upload or the file on the server is too large to process. </span></p>\n<p><span style=\"font-weight: 400;\">In the situation where the file is too large to upload, this can be caused by some plugins creating databases or files that are many hundreds of MB large. These large files can cause UpdraftPlus to time out and not complete the backup. You should always aim to reduce the backup archive split size to 100MG or lower if possible. </span></p>\n<p><span style=\"font-weight: 400;\">To reduce the archive split size, open the ‘Expert settings’ section of the UpdraftPlus Settings tab.</span></p>\n<p><b><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081732\" style=\"font-weight: 500;\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T145321.440.jpg\" alt=\"\" width=\"1108\" height=\"391\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T145321.440.jpg 1108w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T145321.440-980x346.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-25T145321.440-480x169.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1108px, 100vw\" /></b></p>\n<p><span style=\"font-weight: 400;\">In the ‘Split backups every’ option, set it to 100Mb. Remember to press the “Save changes” button at the bottom of the page and then run a test backup. </span></p>\n<p><span style=\"font-weight: 400;\">If you have a large file on your site that cannot be split up as it is a single file (such as a large video file), it is recommended increasing the PHP time limit (and possibly memory limit)</span></p>\n<p><span style=\"font-weight: 400;\">To increase the PHP time limit, you need to edit the ‘wp-config.php’ file on your WordPress site. This file is located in your WordPress site’s root folder, which can be accessed via an FTP client or file manager in your web hosting control panel.</span></p>\n<p><span style=\"font-weight: 400;\">Open this file in a text editor, paste below code in the ‘wp-config.php’ file just before the line says ‘That’s all, stop editing! Happy blogging.’</span></p>\n<p><i><span style=\"font-weight: 400;\">set_time_limit(300);</span></i></p>\n<p><span style=\"font-weight: 400;\">Remember to save your changes and upload the wp-config.php file back to your server. This new code will tell your server to increase the PHP time limit to 300 seconds.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-29T105914.344.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081740\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-29T105914.344.jpg\" alt=\"\" width=\"694\" height=\"445\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-29T105914.344.jpg 694w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-29T105914.344-480x308.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 694px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Refresh your site and attempt another backup. You can increase the time limit again if needed.</span></p>\n<p><span style=\"font-weight: 400;\">Additionally, you can also try increasing the memory limit. The process is very similar to the time limit and requires you to edit the wp-config.php file on your WordPress site. This file is located in your WordPress site’s root folder, which can be accessed via an FTP client or file manager in your web hosting control panel.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/wp-config-file.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081741\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/wp-config-file.png\" alt=\"\" width=\"630\" height=\"530\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/wp-config-file.png 630w, https://updraftplus.com/wp-content/uploads/2021/03/wp-config-file-480x404.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 630px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Paste the following code in the ‘wp-config.php’ file just before the line that says ‘That’s all, stop editing! Happy blogging.’</span></p>\n<p><i><span style=\"font-weight: 400;\">define( ‘WP_MEMORY_LIMIT’, ‘256M’ );</span></i></p>\n<p><span style=\"font-weight: 400;\">This new code will increase the PHP memory limit to 256MB for your WordPress site. Once done, remember to save your changes. Open your WordPress site again after making the changes and hopefully, you will now be able to complete your backup.</span></p>\n<p><span style=\"font-weight: 400;\">If the file is just too large and keeps causing problems, you can also exclude this particular file from the backup process. We also recommend using a WordPress cleaning plugin to help reduce the size of any large databases or files you may be trying to backup. </span><a href=\"https://wordpress.org/plugins/wp-optimize/\"><span style=\"font-weight: 400;\">WP Optimize</span></a><span style=\"font-weight: 400;\"> is a free and highly rated plugin from UpdraftPlus that can be used to clean up your database.</span></p>\n<ul>\n<li aria-level=\"1\"><b>Hosts/server issues</b></li>\n</ul>\n<p>If the issue of large files was the cause of the backups failing, it could point towards a problem with your backup server, such as very low server resources available from your web-hosting platform. Selecting a higher level hosting platform could help your website backup easier and quicker, as it will be dedicating more resources to your website.<b></b></p>\n<p><span style=\"font-weight: 400;\">If there are still issues with your backup not completing, there could be other issues with your host/server. In order to ascertain what these may be, we would recommend that you ask the UpdraftPlus support team to investigate your PHP error logs. These logs will hopefully contain more information on the exact issues that are causing the non-completion of backup problems. </span></p>\n<p><span style=\"font-weight: 400;\">To find the file, you will need FTP access to the server for a PHP log (also applied to remote storage). For the WP Debug log, which will contain the error information, it can be found at the following location</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/image-5.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1081742\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/image-5.png\" alt=\"\" width=\"692\" height=\"528\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/image-5.png 692w, https://updraftplus.com/wp-content/uploads/2021/03/image-5-480x366.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 692px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">The following plugin: </span><a href=\"https://en-gb.wordpress.org/plugins/wp-file-manager/\"><span style=\"font-weight: 400;\">WP-File Manager</span></a><span style=\"font-weight: 400;\"> will help you find the files with the extra information you require. </span></p>\n<ul>\n<li aria-level=\"1\"><b>Broken scheduler </b></li>\n</ul>\n<p>If scheduled backups are failing to start or backups freeze partway, it could indicate there is an issue with the scheduler within your WordPress installation. “Backup Now” starts the backup without the scheduler, but uses the scheduler to schedule a resumption of the job in case it needs more than the amount of time that the webserver allows in one go. Problems with the scheduler will affect any scheduled backup plugin that you try – as well as various other tasks that WordPress and other plugins schedule internally.<b></b></p>\n<p><span style=\"font-weight: 400;\">For a full and extensive list of what broken scheduler issues can entail and how to fix them, please view </span><a href=\"https://updraftplus.com/faqs/my-scheduled-backups-do-nothing-backup-now-stops-midway/\"><span style=\"font-weight: 400;\">this link</span></a><span style=\"font-weight: 400;\">. This page goes into detail on how to fix the following:</span></p>\n<ol>\n<li><span style=\"font-weight: 400;\"> Maintenance mode</span></li>\n<li><span style=\"font-weight: 400;\"> No visitors</span></li>\n<li><span style=\"font-weight: 400;\"> Disabled schedulers</span></li>\n<li><span style=\"font-weight: 400;\"> Loopback connections are not working</span></li>\n<li><span style=\"font-weight: 400;\"> External cron jobs</span></li>\n<li><span style=\"font-weight: 400;\"> Password protected websites</span></li>\n</ol>\n<p><span style=\"font-weight: 400;\">If you are still having issues after having tried all the above fixes, please contact us via our </span><a href=\"https://updraftplus.com/paid-support-requests/\"><span style=\"font-weight: 400;\">customer support form</span></a><span style=\"font-weight: 400;\"> and we will do our best to help you resolve the problem.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-fix-updraftplus-failed-backups/\">How to fix UpdraftPlus failed backups</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://updraftplus.com/how-to-fix-updraftplus-failed-backups/\";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:72:\"\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:35:\"How to reset an UpdraftPlus licence\";s:7:\"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://feedproxy.google.com/~r/UpdraftPlus/~3/LFz-gPWVtdg/\";s: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, 19 Mar 2021 11:22: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:6:{i:0;a:5:{s:4:\"data\";s:18:\"Training materials\";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:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"instructions\";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:7:\"licence\";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:5:\"reset\";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:11:\"UpdraftPlus\";s:7:\"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:\"https://updraftplus.com/?p=1072908\";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:721:\"<p>How to reset an UpdraftPlus licence. When choosing which UpdraftPlus Premium package is right for you, one of the primary decisions when making your choice is the amount of licenses you will require. We have structured the UpdraftPlus packages to … <a href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">How to reset an UpdraftPlus licence</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s: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:5432:\"<p>How to reset an UpdraftPlus licence. <span style=\"font-weight: 400;\">When choosing which UpdraftPlus Premium package is right for you, one of the primary decisions when making your choice is the amount of licenses you will require. </span></p>\n<p><iframe loading=\"lazy\" title=\"How to reset an UpdraftPlus licence\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BsK2evuzbBw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">We have structured the UpdraftPlus packages to best suit the needs of the various different types of users who require a Premium WordPress backup service. As such, there are 4 different packages you can purchase, depending on how many different sites you would like to install UpdraftPlus Premium onto:</span></p>\n<ul>\n<li><span style=\"font-weight: 400;\">Personal – 2 sites</span></li>\n<li><span style=\"font-weight: 400;\">Business – 10 sites</span></li>\n<li><span style=\"font-weight: 400;\">Agency – 35 sites</span></li>\n<li><span style=\"font-weight: 400;\">Enterprise – Unlimited</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Up until recently, UpdraftPlus licences have been permanently assigned to the site that you activate them on. However we understand that there are many situations in which a licence may have only been used; temporarily on a test site or clone for example. If you purchased the Personal package, it could be possible to use both licences on testing sites for just a few hours and have no licences left when you are ready to install UpdraftPlus Premium on your main site.</span></p>\n<p><span style=\"font-weight: 400;\">We want to ensure that UpdraftPlus customers have the best experience possible when using our product. As such we now allow users to reset their license, so that they can be used on other websites and are not ‘locked’ to the first site it is used on.</span></p>\n<p><b>How to rest your licence</b></p>\n<p><span style=\"font-weight: 400;\">There are 2 methods you can use if you wish to reset and reuse one of your UpdraftPlus licences.</span></p>\n<p><b>Method 1 – Self reset</b></p>\n<p><span style=\"font-weight: 400;\">Self-service licence resets are now available from your account page. To reset your UpdraftPlus licence yourself, please follow these instructions.</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User deactivates UpdraftPlus plugin on the site</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Wait 30 days</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go to My Account > Licences and find the licence</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There will be a reset link to reset the licence so you can use it on another site.</span></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1072918\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png\" alt=\"\" width=\"1024\" height=\"447\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2.png 1024w, https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2-980x428.png 980w, https://updraftplus.com/wp-content/uploads/2021/03/licence-release-1024x447-2-480x210.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></p>\n<p><b>Method 2 – Support team reset</b></p>\n<p><span style=\"font-weight: 400;\">Our support team can reset the licence for you if you wish. Just contact us via the support form: </span><a href=\"https://updraftplus.com/paid-support-requests/\"><span style=\"font-weight: 400;\">https://updraftplus.com/paid-support-requests/</span></a> <span style=\"font-weight: 400;\">with all the necessary details and we’ll reset the licence for you, so it can be used again.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1072919\" src=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg\" alt=\"\" width=\"1009\" height=\"584\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1.jpg 1009w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1-980x567.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/03/New-Project-2021-03-12T103035.380-1-480x278.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1009px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Both of these methods will reset a licence and help you make the most of your UpdraftPlus Premium package. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\">How to reset an UpdraftPlus licence</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://updraftplus.com/how-to-reset-an-updraftplus-licence/\";s: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:9:\"\n 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:4:\"\n 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:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}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:11:\"updraftplus\";}}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:\"wYTbJHqsZv8ae16jkuBS16Ocqdw\";s:13:\"last-modified\";s:29:\"Tue, 13 Jul 2021 23:07:48 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Tue, 13 Jul 2021 23:49:42 GMT\";s:7:\"expires\";s:29:\"Tue, 13 Jul 2021 23:49:42 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:5:\"build\";s:14:\"20150916062542\";}','no'),(481530,'_site_transient_browser_1d4160c118d5527a3d9d2d1af5ec6433','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.119\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(357110,'_site_transient_browser_2502d8a009196a678ffa1eb36d6bb2e0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.167\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(61581,'page_for_posts','6751','yes'),(61582,'finished_splitting_shared_terms','1','yes'),(62188,'newsletter_subscription_version','2.0.1','yes'),(62189,'newsletter_emails','a:1:{s:5:\"theme\";s:7:\"default\";}','yes'),(62190,'newsletter_emails_theme_default','a:0:{}','no'),(62191,'newsletter_emails_version','1.1.2','yes'),(62192,'newsletter_users','a:0:{}','yes'),(62193,'newsletter_users_version','1.0.5','yes'),(62194,'newsletter_statistics','a:1:{s:3:\"key\";s:32:\"25c1a7ffa084afbefaf3cccaaa5e0da6\";}','yes'),(62195,'newsletter_statistics_version','1.1.6','yes'),(62196,'newsletter_feed','a:0:{}','yes'),(62197,'newsletter_feed_version','1.0.0','yes'),(62187,'newsletter_profile','a:207:{s:5:\"email\";s:31:\"Please Enter Your Email Address\";s:11:\"email_error\";s:24:\"The email is not correct\";s:4:\"name\";s:4:\"Name\";s:10:\"name_error\";s:23:\"The name is not correct\";s:11:\"name_status\";s:1:\"0\";s:10:\"name_rules\";s:1:\"0\";s:7:\"surname\";s:9:\"Last name\";s:13:\"surname_error\";s:28:\"The last name is not correct\";s:14:\"surname_status\";s:1:\"0\";s:3:\"sex\";s:3:\"I\'m\";s:7:\"privacy\";s:51:\"Subscribing I accept the privacy rules of this site\";s:13:\"privacy_error\";s:37:\"You must accept the privacy statement\";s:14:\"privacy_status\";s:1:\"0\";s:11:\"privacy_url\";s:0:\"\";s:9:\"subscribe\";s:18:\"Click to Subscribe\";s:4:\"save\";s:4:\"Save\";s:12:\"title_female\";s:4:\"Mrs.\";s:10:\"title_male\";s:3:\"Mr.\";s:10:\"title_none\";s:4:\"Dear\";s:8:\"sex_male\";s:3:\"Man\";s:10:\"sex_female\";s:5:\"Woman\";s:8:\"sex_none\";s:4:\"None\";s:6:\"list_1\";s:0:\"\";s:13:\"list_1_status\";s:1:\"0\";s:14:\"list_1_checked\";s:1:\"0\";s:6:\"list_2\";s:0:\"\";s:13:\"list_2_status\";s:1:\"0\";s:14:\"list_2_checked\";s:1:\"0\";s:6:\"list_3\";s:0:\"\";s:13:\"list_3_status\";s:1:\"0\";s:14:\"list_3_checked\";s:1:\"0\";s:6:\"list_4\";s:0:\"\";s:13:\"list_4_status\";s:1:\"0\";s:14:\"list_4_checked\";s:1:\"0\";s:6:\"list_5\";s:0:\"\";s:13:\"list_5_status\";s:1:\"0\";s:14:\"list_5_checked\";s:1:\"0\";s:6:\"list_6\";s:0:\"\";s:13:\"list_6_status\";s:1:\"0\";s:14:\"list_6_checked\";s:1:\"0\";s:6:\"list_7\";s:0:\"\";s:13:\"list_7_status\";s:1:\"0\";s:14:\"list_7_checked\";s:1:\"0\";s:6:\"list_8\";s:0:\"\";s:13:\"list_8_status\";s:1:\"0\";s:14:\"list_8_checked\";s:1:\"0\";s:6:\"list_9\";s:0:\"\";s:13:\"list_9_status\";s:1:\"0\";s:14:\"list_9_checked\";s:1:\"0\";s:7:\"list_10\";s:0:\"\";s:14:\"list_10_status\";s:1:\"0\";s:15:\"list_10_checked\";s:1:\"0\";s:7:\"list_11\";s:0:\"\";s:14:\"list_11_status\";s:1:\"0\";s:15:\"list_11_checked\";s:1:\"0\";s:7:\"list_12\";s:0:\"\";s:14:\"list_12_status\";s:1:\"0\";s:15:\"list_12_checked\";s:1:\"0\";s:7:\"list_13\";s:0:\"\";s:14:\"list_13_status\";s:1:\"0\";s:15:\"list_13_checked\";s:1:\"0\";s:7:\"list_14\";s:0:\"\";s:14:\"list_14_status\";s:1:\"0\";s:15:\"list_14_checked\";s:1:\"0\";s:7:\"list_15\";s:0:\"\";s:14:\"list_15_status\";s:1:\"0\";s:15:\"list_15_checked\";s:1:\"0\";s:7:\"list_16\";s:0:\"\";s:14:\"list_16_status\";s:1:\"0\";s:15:\"list_16_checked\";s:1:\"0\";s:7:\"list_17\";s:0:\"\";s:14:\"list_17_status\";s:1:\"0\";s:15:\"list_17_checked\";s:1:\"0\";s:7:\"list_18\";s:0:\"\";s:14:\"list_18_status\";s:1:\"0\";s:15:\"list_18_checked\";s:1:\"0\";s:7:\"list_19\";s:0:\"\";s:14:\"list_19_status\";s:1:\"0\";s:15:\"list_19_checked\";s:1:\"0\";s:7:\"list_20\";s:0:\"\";s:14:\"list_20_status\";s:1:\"0\";s:15:\"list_20_checked\";s:1:\"0\";s:16:\"profile_1_status\";s:1:\"0\";s:9:\"profile_1\";s:0:\"\";s:14:\"profile_1_type\";s:4:\"text\";s:21:\"profile_1_placeholder\";s:0:\"\";s:15:\"profile_1_rules\";s:1:\"0\";s:17:\"profile_1_options\";s:0:\"\";s:16:\"profile_2_status\";s:1:\"0\";s:9:\"profile_2\";s:0:\"\";s:14:\"profile_2_type\";s:4:\"text\";s:21:\"profile_2_placeholder\";s:0:\"\";s:15:\"profile_2_rules\";s:1:\"0\";s:17:\"profile_2_options\";s:0:\"\";s:16:\"profile_3_status\";s:1:\"0\";s:9:\"profile_3\";s:0:\"\";s:14:\"profile_3_type\";s:4:\"text\";s:21:\"profile_3_placeholder\";s:0:\"\";s:15:\"profile_3_rules\";s:1:\"0\";s:17:\"profile_3_options\";s:0:\"\";s:16:\"profile_4_status\";s:1:\"0\";s:9:\"profile_4\";s:0:\"\";s:14:\"profile_4_type\";s:4:\"text\";s:21:\"profile_4_placeholder\";s:0:\"\";s:15:\"profile_4_rules\";s:1:\"0\";s:17:\"profile_4_options\";s:0:\"\";s:16:\"profile_5_status\";s:1:\"0\";s:9:\"profile_5\";s:0:\"\";s:14:\"profile_5_type\";s:4:\"text\";s:21:\"profile_5_placeholder\";s:0:\"\";s:15:\"profile_5_rules\";s:1:\"0\";s:17:\"profile_5_options\";s:0:\"\";s:16:\"profile_6_status\";s:1:\"0\";s:9:\"profile_6\";s:0:\"\";s:14:\"profile_6_type\";s:4:\"text\";s:21:\"profile_6_placeholder\";s:0:\"\";s:15:\"profile_6_rules\";s:1:\"0\";s:17:\"profile_6_options\";s:0:\"\";s:16:\"profile_7_status\";s:1:\"0\";s:9:\"profile_7\";s:0:\"\";s:14:\"profile_7_type\";s:4:\"text\";s:21:\"profile_7_placeholder\";s:0:\"\";s:15:\"profile_7_rules\";s:1:\"0\";s:17:\"profile_7_options\";s:0:\"\";s:16:\"profile_8_status\";s:1:\"0\";s:9:\"profile_8\";s:0:\"\";s:14:\"profile_8_type\";s:4:\"text\";s:21:\"profile_8_placeholder\";s:0:\"\";s:15:\"profile_8_rules\";s:1:\"0\";s:17:\"profile_8_options\";s:0:\"\";s:16:\"profile_9_status\";s:1:\"0\";s:9:\"profile_9\";s:0:\"\";s:14:\"profile_9_type\";s:4:\"text\";s:21:\"profile_9_placeholder\";s:0:\"\";s:15:\"profile_9_rules\";s:1:\"0\";s:17:\"profile_9_options\";s:0:\"\";s:17:\"profile_10_status\";s:1:\"0\";s:10:\"profile_10\";s:0:\"\";s:15:\"profile_10_type\";s:4:\"text\";s:22:\"profile_10_placeholder\";s:0:\"\";s:16:\"profile_10_rules\";s:1:\"0\";s:18:\"profile_10_options\";s:0:\"\";s:17:\"profile_11_status\";s:1:\"0\";s:10:\"profile_11\";s:0:\"\";s:15:\"profile_11_type\";s:4:\"text\";s:22:\"profile_11_placeholder\";s:0:\"\";s:16:\"profile_11_rules\";s:1:\"0\";s:18:\"profile_11_options\";s:0:\"\";s:17:\"profile_12_status\";s:1:\"0\";s:10:\"profile_12\";s:0:\"\";s:15:\"profile_12_type\";s:4:\"text\";s:22:\"profile_12_placeholder\";s:0:\"\";s:16:\"profile_12_rules\";s:1:\"0\";s:18:\"profile_12_options\";s:0:\"\";s:17:\"profile_13_status\";s:1:\"0\";s:10:\"profile_13\";s:0:\"\";s:15:\"profile_13_type\";s:4:\"text\";s:22:\"profile_13_placeholder\";s:0:\"\";s:16:\"profile_13_rules\";s:1:\"0\";s:18:\"profile_13_options\";s:0:\"\";s:17:\"profile_14_status\";s:1:\"0\";s:10:\"profile_14\";s:0:\"\";s:15:\"profile_14_type\";s:4:\"text\";s:22:\"profile_14_placeholder\";s:0:\"\";s:16:\"profile_14_rules\";s:1:\"0\";s:18:\"profile_14_options\";s:0:\"\";s:17:\"profile_15_status\";s:1:\"0\";s:10:\"profile_15\";s:0:\"\";s:15:\"profile_15_type\";s:4:\"text\";s:22:\"profile_15_placeholder\";s:0:\"\";s:16:\"profile_15_rules\";s:1:\"0\";s:18:\"profile_15_options\";s:0:\"\";s:17:\"profile_16_status\";s:1:\"0\";s:10:\"profile_16\";s:0:\"\";s:15:\"profile_16_type\";s:4:\"text\";s:22:\"profile_16_placeholder\";s:0:\"\";s:16:\"profile_16_rules\";s:1:\"0\";s:18:\"profile_16_options\";s:0:\"\";s:17:\"profile_17_status\";s:1:\"0\";s:10:\"profile_17\";s:0:\"\";s:15:\"profile_17_type\";s:4:\"text\";s:22:\"profile_17_placeholder\";s:0:\"\";s:16:\"profile_17_rules\";s:1:\"0\";s:18:\"profile_17_options\";s:0:\"\";s:17:\"profile_18_status\";s:1:\"0\";s:10:\"profile_18\";s:0:\"\";s:15:\"profile_18_type\";s:4:\"text\";s:22:\"profile_18_placeholder\";s:0:\"\";s:16:\"profile_18_rules\";s:1:\"0\";s:18:\"profile_18_options\";s:0:\"\";s:17:\"profile_19_status\";s:1:\"0\";s:10:\"profile_19\";s:0:\"\";s:15:\"profile_19_type\";s:4:\"text\";s:22:\"profile_19_placeholder\";s:0:\"\";s:16:\"profile_19_rules\";s:1:\"0\";s:18:\"profile_19_options\";s:0:\"\";s:17:\"profile_20_status\";s:1:\"0\";s:10:\"profile_20\";s:0:\"\";s:15:\"profile_20_type\";s:4:\"text\";s:22:\"profile_20_placeholder\";s:0:\"\";s:16:\"profile_20_rules\";s:1:\"0\";s:18:\"profile_20_options\";s:0:\"\";s:13:\"surname_rules\";s:1:\"0\";s:10:\"sex_status\";s:1:\"0\";s:13:\"profile_error\";s:0:\"\";s:5:\"style\";s:9:\"white.css\";s:12:\"widget_style\";s:9:\"white.css\";}','yes'),(62202,'widget_newsletterwidget','a:2:{i:2;a:2:{s:5:\"title\";s:10:\"NEWSLETTER\";s:4:\"text\";s:19:\"{subscription_form}\";}s:12:\"_multiwidget\";i:1;}','yes'),(62199,'newsletter_diagnostic_cron_calls','a:300:{i:0;i:1626707368;i:1;i:1626707652;i:2;i:1626708341;i:3;i:1626708506;i:4;i:1626709008;i:5;i:1626709077;i:6;i:1626709400;i:7;i:1626709765;i:8;i:1626710077;i:9;i:1626710296;i:10;i:1626710610;i:11;i:1626710867;i:12;i:1626711179;i:13;i:1626711472;i:14;i:1626712141;i:15;i:1626712419;i:16;i:1626712677;i:17;i:1626713038;i:18;i:1626713493;i:19;i:1626713726;i:20;i:1626714167;i:21;i:1626714813;i:22;i:1626715127;i:23;i:1626715510;i:24;i:1626715791;i:25;i:1626716468;i:26;i:1626716608;i:27;i:1626716869;i:28;i:1626717169;i:29;i:1626717583;i:30;i:1626717979;i:31;i:1626718291;i:32;i:1626718394;i:33;i:1626718896;i:34;i:1626719196;i:35;i:1626719330;i:36;i:1626719715;i:37;i:1626719930;i:38;i:1626720707;i:39;i:1626720917;i:40;i:1626721122;i:41;i:1626721402;i:42;i:1626721769;i:43;i:1626722109;i:44;i:1626722354;i:45;i:1626722637;i:46;i:1626722926;i:47;i:1626723167;i:48;i:1626723585;i:49;i:1626723901;i:50;i:1626724189;i:51;i:1626724422;i:52;i:1626724881;i:53;i:1626725274;i:54;i:1626726071;i:55;i:1626726236;i:56;i:1626726527;i:57;i:1626726914;i:58;i:1626727305;i:59;i:1626727306;i:60;i:1626727404;i:61;i:1626727870;i:62;i:1626727979;i:63;i:1626728267;i:64;i:1626728577;i:65;i:1626728954;i:66;i:1626729268;i:67;i:1626729639;i:68;i:1626729782;i:69;i:1626730109;i:70;i:1626730402;i:71;i:1626730702;i:72;i:1626731005;i:73;i:1626731282;i:74;i:1626731700;i:75;i:1626732559;i:76;i:1626733683;i:77;i:1626734848;i:78;i:1626734880;i:79;i:1626736000;i:80;i:1626736227;i:81;i:1626736601;i:82;i:1626736674;i:83;i:1626737021;i:84;i:1626738357;i:85;i:1626738581;i:86;i:1626738978;i:87;i:1626739628;i:88;i:1626740521;i:89;i:1626740808;i:90;i:1626740930;i:91;i:1626741209;i:92;i:1626741687;i:93;i:1626742137;i:94;i:1626742469;i:95;i:1626742910;i:96;i:1626743147;i:97;i:1626743405;i:98;i:1626743698;i:99;i:1626744023;i:100;i:1626744478;i:101;i:1626744805;i:102;i:1626745246;i:103;i:1626745419;i:104;i:1626745688;i:105;i:1626746021;i:106;i:1626746338;i:107;i:1626747048;i:108;i:1626747304;i:109;i:1626747509;i:110;i:1626748163;i:111;i:1626748630;i:112;i:1626748905;i:113;i:1626749068;i:114;i:1626749386;i:115;i:1626749578;i:116;i:1626749868;i:117;i:1626750260;i:118;i:1626750595;i:119;i:1626751217;i:120;i:1626751425;i:121;i:1626751752;i:122;i:1626752090;i:123;i:1626752400;i:124;i:1626752586;i:125;i:1626753247;i:126;i:1626753492;i:127;i:1626753766;i:128;i:1626754428;i:129;i:1626755084;i:130;i:1626755411;i:131;i:1626755568;i:132;i:1626755874;i:133;i:1626756252;i:134;i:1626756621;i:135;i:1626756781;i:136;i:1626757203;i:137;i:1626757546;i:138;i:1626757697;i:139;i:1626758006;i:140;i:1626758342;i:141;i:1626758580;i:142;i:1626758976;i:143;i:1626759223;i:144;i:1626759489;i:145;i:1626760064;i:146;i:1626760083;i:147;i:1626760403;i:148;i:1626760677;i:149;i:1626760970;i:150;i:1626761411;i:151;i:1626761580;i:152;i:1626762163;i:153;i:1626762167;i:154;i:1626762818;i:155;i:1626763197;i:156;i:1626763521;i:157;i:1626763993;i:158;i:1626764312;i:159;i:1626764799;i:160;i:1626764996;i:161;i:1626765203;i:162;i:1626765739;i:163;i:1626765773;i:164;i:1626766464;i:165;i:1626767135;i:166;i:1626767272;i:167;i:1626767918;i:168;i:1626768326;i:169;i:1626768722;i:170;i:1626768795;i:171;i:1626769399;i:172;i:1626770314;i:173;i:1626770859;i:174;i:1626771086;i:175;i:1626771170;i:176;i:1626771596;i:177;i:1626771878;i:178;i:1626772566;i:179;i:1626772787;i:180;i:1626773224;i:181;i:1626773442;i:182;i:1626773641;i:183;i:1626773871;i:184;i:1626774367;i:185;i:1626774498;i:186;i:1626774813;i:187;i:1626775134;i:188;i:1626775639;i:189;i:1626776028;i:190;i:1626776317;i:191;i:1626776847;i:192;i:1626776868;i:193;i:1626777259;i:194;i:1626777552;i:195;i:1626777796;i:196;i:1626778077;i:197;i:1626778456;i:198;i:1626778837;i:199;i:1626778969;i:200;i:1626779800;i:201;i:1626779990;i:202;i:1626780245;i:203;i:1626780568;i:204;i:1626780837;i:205;i:1626781276;i:206;i:1626781514;i:207;i:1626782030;i:208;i:1626782295;i:209;i:1626782598;i:210;i:1626782876;i:211;i:1626783277;i:212;i:1626783689;i:213;i:1626784084;i:214;i:1626784491;i:215;i:1626784744;i:216;i:1626785181;i:217;i:1626785276;i:218;i:1626785669;i:219;i:1626786268;i:220;i:1626786543;i:221;i:1626787216;i:222;i:1626787770;i:223;i:1626788038;i:224;i:1626788335;i:225;i:1626788567;i:226;i:1626789177;i:227;i:1626789589;i:228;i:1626789899;i:229;i:1626790188;i:230;i:1626790372;i:231;i:1626790791;i:232;i:1626791323;i:233;i:1626791603;i:234;i:1626792014;i:235;i:1626792318;i:236;i:1626792523;i:237;i:1626792954;i:238;i:1626793353;i:239;i:1626793469;i:240;i:1626794170;i:241;i:1626794459;i:242;i:1626795349;i:243;i:1626795894;i:244;i:1626796195;i:245;i:1626796450;i:246;i:1626796669;i:247;i:1626797133;i:248;i:1626797292;i:249;i:1626797697;i:250;i:1626798458;i:251;i:1626799031;i:252;i:1626799250;i:253;i:1626799598;i:254;i:1626799812;i:255;i:1626800030;i:256;i:1626801356;i:257;i:1626801599;i:258;i:1626802031;i:259;i:1626802381;i:260;i:1626802753;i:261;i:1626803130;i:262;i:1626803662;i:263;i:1626804281;i:264;i:1626804487;i:265;i:1626804992;i:266;i:1626805180;i:267;i:1626805998;i:268;i:1626806372;i:269;i:1626806698;i:270;i:1626806926;i:271;i:1626807475;i:272;i:1626808231;i:273;i:1626808440;i:274;i:1626808727;i:275;i:1626808968;i:276;i:1626809424;i:277;i:1626809566;i:278;i:1626809869;i:279;i:1626810175;i:280;i:1626810362;i:281;i:1626810591;i:282;i:1626810969;i:283;i:1626811098;i:284;i:1626811796;i:285;i:1626812013;i:286;i:1626812298;i:287;i:1626812610;i:288;i:1626813595;i:289;i:1626814769;i:290;i:1626815574;i:291;i:1626815998;i:292;i:1626816199;i:293;i:1626816722;i:294;i:1626817942;i:295;i:1626818036;i:296;i:1626818312;i:297;i:1626819616;i:298;i:1632999430;i:299;i:1665801267;}','no'),(62471,'can_compress_scripts','1','yes'),(125318,'newsletter_lock_version','1.0.2','yes'),(125319,'newsletter_wp','a:5:{s:15:\"subscribe_label\";s:24:\"Subscribe our newsletter\";s:9:\"subscribe\";i:0;s:12:\"confirmation\";i:0;s:7:\"welcome\";i:0;s:6:\"delete\";i:0;}','yes'),(79657,'newsletter_subscription_template','a:2:{s:7:\"enabled\";N;s:8:\"template\";N;}','no'),(543999,'_site_transient_timeout_browser_5b1198970ef3b5a3a87914383a9dba04','1663239315','yes'),(543963,'_site_transient_timeout_browser_b4088f046bf9a570f2964ffc86d258ff','1662984552','yes'),(543964,'_site_transient_browser_b4088f046bf9a570f2964ffc86d258ff','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"96.0.4664.45\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(79682,'itsec_away_mode','a:4:{s:4:\"type\";i:1;s:7:\"enabled\";b:0;s:5:\"start\";i:1448323200;s:3:\"end\";i:1448431200;}','yes'),(79683,'itsec_ban_users','a:4:{s:9:\"host_list\";a:0:{}s:10:\"agent_list\";a:0:{}s:7:\"enabled\";b:0;s:7:\"default\";b:0;}','yes'),(79678,'itsec_initials','a:3:{s:5:\"login\";b:0;s:5:\"admin\";b:0;s:11:\"file_editor\";b:0;}','yes'),(79680,'itsec_ipcheck','a:1:{s:7:\"api_ban\";b:0;}','yes'),(79681,'itsec_four_oh_four','a:5:{s:12:\"check_period\";i:5;s:15:\"error_threshold\";i:20;s:10:\"white_list\";a:9:{i:0;s:12:\"/favicon.ico\";i:1;s:11:\"/robots.txt\";i:2;s:21:\"/apple-touch-icon.png\";i:3;s:33:\"/apple-touch-icon-precomposed.png\";i:4;s:17:\"/wp-content/cache\";i:5;s:18:\"/browserconfig.xml\";i:6;s:16:\"/crossdomain.xml\";i:7;s:11:\"/labels.rdf\";i:8;s:27:\"/trafficbasedsspsitemap.xml\";}s:5:\"types\";a:5:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".gif\";i:4;s:4:\".css\";}s:7:\"enabled\";b:0;}','yes'),(538857,'_transient_timeout_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1626263383','no'),(538858,'_transient_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1626220183','no'),(543551,'_site_transient_timeout_browser_8e5a577e33f5bc3f7099260165cd35c7','1649352998','yes'),(543552,'_site_transient_browser_8e5a577e33f5bc3f7099260165cd35c7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"99.0.4844.84\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544390,'_site_transient_timeout_browser_b20f96e5878b0a47ff8626c8f757e35b','1667167350','yes'),(544323,'updraft_jobdata_0b9d3e9c7107','a:24:{s:15:\"resume_interval\";i:300;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:13:\"filescreating\";s:11:\"backup_time\";i:1665801287;s:11:\"job_time_ms\";d:1665801287.6377039;s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:11:\"split_every\";i:500;s:11:\"maxzipbatch\";i:26214400;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:0;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:1:{s:15:\"updraft_dropbox\";a:4:{s:6:\"folder\";s:0:\"\";s:16:\"tk_request_token\";s:192:\"cYRIXr4viU+AJdfTCYUJrsWSfSzNtKTSXKUqXrdZzQATObcFvOpTv7C28Q0guv5NNage7JiSjAvSdifwTEtmILKRNfiZKXuI+YjDkRMTXXiWUi/evvXt2akrDKn5QlkB/IYtlQsxg0kAlU+xt0I6sXZrJn0BZVhZf8td3JKJ3qJ5i+FW2K1F+oml/nj5TIE9\";s:15:\"tk_access_token\";s:216:\"5QA5kDbmzD9RAarY6ke0CAaCkXuSetQjEVFl5pW3VrkCobUcNij4/0kO1kZDqowoy05wZwwyHoXNBGCVfu+LUQwZtLj9/jqMO43D7sNC65+WGrNG7t/++FwYUpRLpd0xlqZTEAIVKH+272dfEOTl7jo5zIoPynLj782M5qU7gQh4joCuvwkmR1mDo0wCQHkBcyVnLn4WaEdwzcy01oT0Dg==\";s:9:\"ownername\";s:8:\"ATurnage\";}}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";s:5:\"begun\";}s:12:\"backup_files\";s:5:\"begun\";s:12:\"runs_started\";a:1:{i:0;d:1665801287.7852881;}s:18:\"current_resumption\";i:0;s:6:\"binzip\";b:0;s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:7:\"uploads\";s:1:\"i\";i:3;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:3:{s:7:\"plugins\";i:1665801287;s:6:\"themes\";i:1665801432;s:7:\"uploads\";i:1665801488;}s:9:\"run_times\";a:1:{i:0;d:199.50378894805908;}s:14:\"useful_checkin\";i:0;s:13:\"sha1-plugins0\";s:40:\"17259f140082c007e8d0d6781c7ea92baf3fbc81\";s:12:\"sha1-themes0\";s:40:\"0476da4fa8ee1997cad1c6de5c9dfe927bc26b25\";}','yes'),(544355,'_site_transient_browser_e8bdfd0aefc6de335e070879f91993d3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"27.0.1453.93\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'),(544442,'_site_transient_timeout_browser_28709d851045010ad3c7195732d79d9c','1667591517','yes'),(544443,'_site_transient_browser_28709d851045010ad3c7195732d79d9c','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"106.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) collate utf8_unicode_ci default NULL, `meta_value` longtext collate utf8_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=14610 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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 (219,204,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Your Phone Number<br />\n [tel PhoneNumber]</p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>CAPTCHA\n[captchac captcha-38]\n[captchar captcha-38]</p>\n\n<p>[submit \"Send\" style=\"background-color:#cc0000\"]</p>'),(22,160,'_edit_last','1'),(23,160,'cl_address','Heaven Ave. 23 Melbourne Australia'),(24,160,'upload_doc','http://wordpress.thebebel.com/demo/silvio/files/2013/07/Envato.pdf'),(52,88,'_edit_last','1'),(54,102,'_edit_last','1'),(11260,6853,'_et_pb_predefined_layout','on'),(69,169,'_edit_last','1'),(11131,6736,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11130,6736,'_menu_item_target',''),(11129,6736,'_menu_item_object','page'),(11128,6736,'_menu_item_object_id','5950'),(11127,6736,'_menu_item_menu_item_parent','0'),(11126,6736,'_menu_item_type','post_type'),(101,65,'_edit_last','1'),(102,65,'sm_link','#'),(104,80,'_edit_last','1'),(105,80,'sm_link','#'),(107,103,'_edit_last','1'),(109,104,'_edit_last','1'),(111,105,'_edit_last','1'),(113,106,'_edit_last','1'),(115,107,'_edit_last','1'),(117,108,'_edit_last','1'),(119,109,'_edit_last','1'),(231,207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2014/10/HAL-PHOTOS-215.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"folio-columns\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-215-187x182.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"folio-single\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-215-187x232.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-215-187x210.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1174848046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(230,207,'_wp_attached_file','2014/10/HAL-PHOTOS-215.jpg'),(136,81,'_edit_last','1'),(137,81,'sm_link','#'),(139,82,'_edit_last','1'),(140,82,'sm_link','#'),(142,83,'_edit_last','1'),(143,83,'sm_link','#'),(145,84,'_edit_last','1'),(146,84,'sm_link','#'),(4251,2629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:187;s:4:\"file\";s:17:\"2014/10/MCGEE.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MCGEE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"MCGEE-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"MCGEE-180x162.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205337975;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4250,2629,'_wp_attached_file','2014/10/MCGEE.jpg'),(4228,2617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:33;s:4:\"file\";s:18:\"2014/10/search.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"search-75x33.png\";s:5:\"width\";i:75;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4227,2617,'_wp_attached_file','2014/10/search.png'),(220,204,'_mail','a:8:{s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11798,7230,'_wp_attached_file','2015/08/Carpenter0.jpg'),(11799,7230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2580;s:6:\"height\";i:3164;s:4:\"file\";s:22:\"2015/08/Carpenter0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Carpenter0-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:\"Carpenter0-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Carpenter0-835x1024.jpg\";s:5:\"width\";i:835;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Carpenter0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"Carpenter0-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Carpenter0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"Carpenter0-1080x1324.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1574602614;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(221,204,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(11797,204,'_config_errors','a:4:{s:12:\"mail.subject\";i:101;s:11:\"mail.sender\";i:102;s:14:\"mail.recipient\";i:102;s:9:\"mail.body\";i:101;}'),(222,204,'_messages','a:23:{s:12:\"mail_sent_ok\";s:115:\"Please call 601-731-1476 for assistance during regular office hours, Monday to Friday from 8 am to 5 pm. Thank you.\";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:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(223,204,'_additional_settings',''),(224,204,'_locale','en_US'),(232,208,'_wp_attached_file','2014/10/HAL-PHOTOS-069.jpg'),(233,208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1174;s:6:\"height\";i:798;s:4:\"file\";s:26:\"2014/10/HAL-PHOTOS-069.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-069-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-069-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-069-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"folio-columns\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-069-234x182.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"folio-single\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-069-395x232.jpg\";s:5:\"width\";i:395;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-thumb\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-069-600x210.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4252,2630,'_wp_attached_file','2014/10/Miller.jpg'),(4249,2628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6;s:6:\"height\";i:7;s:4:\"file\";s:18:\"2014/10/marker.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4248,2628,'_wp_attached_file','2014/10/marker.gif'),(4247,2627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:454;s:6:\"height\";i:297;s:4:\"file\";s:24:\"2014/10/marioncourt1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"marioncourt1-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:\"marioncourt1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:24:\"marioncourt1-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:22:\"marioncourt1-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:24:\"marioncourt1-454x192.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:24:\"marioncourt1-454x162.jpg\";s:5:\"width\";i:454;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:24:\"marioncourt1-367x297.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4246,2627,'_wp_attached_file','2014/10/marioncourt1.jpg'),(11311,6878,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11312,6878,'_menu_item_xfn',''),(11313,6878,'_menu_item_url',''),(11319,6883,'_wp_attached_file','2015/08/Kim_Harlin_Portrait1.jpg'),(11320,6883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:260;s:4:\"file\";s:32:\"2015/08/Kim_Harlin_Portrait1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Kim_Harlin_Portrait1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"Kim_Harlin_Portrait1-186x250.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11321,6884,'_wp_attached_file','2015/08/Lisa_Beech_Portrait1.jpg'),(11322,6884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:260;s:4:\"file\";s:32:\"2015/08/Lisa_Beech_Portrait1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Lisa_Beech_Portrait1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"Lisa_Beech_Portrait1-186x250.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11323,6885,'_wp_attached_file','2015/08/Lindsay_portrait1.jpg'),(11324,6885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:260;s:4:\"file\";s:29:\"2015/08/Lindsay_portrait1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Lindsay_portrait1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Lindsay_portrait1-186x250.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11325,6910,'_wp_attached_file','2015/09/15thDistrictMap_2x.png'),(11326,6910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:372;s:6:\"height\";i:626;s:4:\"file\";s:30:\"2015/09/15thDistrictMap_2x.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"15thDistrictMap_2x-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"15thDistrictMap_2x-178x300.png\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"15thDistrictMap_2x-372x250.png\";s:5:\"width\";i:372;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"15thDistrictMap_2x-372x284.png\";s:5:\"width\";i:372;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11310,6878,'_menu_item_target',''),(11306,6878,'_menu_item_type','post_type'),(11307,6878,'_menu_item_menu_item_parent','5941'),(11308,6878,'_menu_item_object_id','6876'),(11309,6878,'_menu_item_object','page'),(11805,7243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1656;s:6:\"height\";i:1943;s:4:\"file\";s:23:\"2015/08/IMG_0030-3.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_0030-3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_0030-3-256x300.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_0030-3-873x1024.jpeg\";s:5:\"width\";i:873;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"IMG_0030-3-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"IMG_0030-3-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"IMG_0030-3-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"IMG_0030-3-1080x1267.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:1267;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1624277913;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11804,7243,'_wp_attached_file','2015/08/IMG_0030-3.jpeg'),(11800,7230,'_edit_lock','1597080328:9'),(11801,7230,'_edit_last','9'),(11802,7232,'_wp_attached_file','2015/08/johndowdy.jpg'),(11803,7232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:534;s:6:\"height\";i:712;s:4:\"file\";s:21:\"2015/08/johndowdy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"johndowdy-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:21:\"johndowdy-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"johndowdy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"johndowdy-534x675.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"johndowdy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10270,5944,'_dwls_first_image',''),(10269,5982,'_dwls_first_image',''),(10277,6000,'_dwls_first_image',''),(11303,6876,'_et_pb_old_content',''),(11302,6876,'_et_pb_use_builder','on'),(11301,6876,'_et_pb_side_nav','off'),(11278,6871,'_et_pb_predefined_layout','on'),(11277,6870,'_et_pb_predefined_layout','on'),(11276,6869,'_et_pb_predefined_layout','on'),(11275,6868,'_et_pb_predefined_layout','on'),(11274,6867,'_et_pb_predefined_layout','on'),(11273,6866,'_et_pb_predefined_layout','on'),(11272,6865,'_et_pb_predefined_layout','on'),(11271,6864,'_et_pb_predefined_layout','on'),(11270,6863,'_et_pb_predefined_layout','on'),(11269,6862,'_et_pb_predefined_layout','on'),(11268,6861,'_et_pb_predefined_layout','on'),(11267,6860,'_et_pb_predefined_layout','on'),(11266,6859,'_et_pb_predefined_layout','on'),(11265,6858,'_et_pb_predefined_layout','on'),(11264,6857,'_et_pb_predefined_layout','on'),(10264,6090,'_wp_attached_file','2015/04/verylight.png'),(10265,6090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2015/04/verylight.png\";s:5:\"sizes\";a:1:{s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:19:\"verylight-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11262,6855,'_et_pb_predefined_layout','on'),(11263,6856,'_et_pb_predefined_layout','on'),(2150,2482,'be_themes_bottom_widgets','yes'),(2151,2482,'be_themes_section_scroll','0'),(2153,2482,'_edit_last','1'),(2154,2482,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2155,2482,'be_themes_portfolio_link_to','single_portfolio'),(2156,2482,'be_themes_thumbnail_lightbox','featured_image'),(2157,2482,'be_themes_show_header_separator','yes'),(2158,2482,'be_themes_portfolio_single_page_style','style1'),(2159,2482,'be_themes_portfolio_client_name','Unsplash'),(2160,2482,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2161,2482,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"0\" padding_bottom= \"0\" bg_video_mp4_src= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][text animation_type= \"slideInDown\" ]Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type aLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,<span style=\"line-height: 1.5em;\">nd scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,</span>\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,\n\nLorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,[/text][/one_col][/row][/section]'),(2162,2482,'_be_pb_disable','no'),(2163,2482,'_wp_old_slug','after-earth'),(2164,2482,'be_themes_portfolio_item_link_to_project_url','0'),(2165,2482,'be_themes_portfolio_item_show_title','1'),(2166,2482,'be_themes_portfolio_item_show_cat','1'),(2167,2482,'slide_template',''),(2168,2482,'be_themes_header_transparent','0'),(2169,2482,'be_themes_hero_section_position','after'),(2170,2482,'be_themes_hero_section_with_header','no'),(2171,2482,'be_themes_hero_section_bg_repeat','repeat'),(2172,2482,'be_themes_hero_section_bg_attachment','scroll'),(2173,2482,'be_themes_hero_section_bg_position','top left'),(2174,2482,'be_themes_hero_section_bg_scale','0'),(2175,2482,'be_themes_hero_section_bg_parallax','0'),(2176,2482,'be_themes_hero_section_bg_video','0'),(2177,2482,'be_themes_hero_section_overlay','0'),(2178,2482,'be_themes_hero_section_container_wrap','yes'),(2179,2482,'be_themes_wide','1'),(2180,2482,'be_themes_width_wide','1'),(2181,2482,'be_themes_height_wide','1'),(2182,2482,'be_themes_single_portfolio_slider_images','2389'),(2183,2482,'be_themes_single_portfolio_slider_images','2465'),(2184,2482,'be_themes_sticky_header','inherit'),(2185,2482,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2186,22,'_edit_last','1'),(2187,22,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2188,22,'be_themes_portfolio_link_to','single_portfolio'),(2189,22,'be_themes_thumbnail_lightbox','featured_image'),(2190,22,'be_themes_show_header_separator','yes'),(2191,22,'be_themes_portfolio_single_page_style','normal'),(2192,22,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][flex_slider animation= \"slide\" auto_slide= \"yes\" slide_interval= \"4000\"][flex_slide image= \"2464\" video= \"\"][flex_slide image= \"2466\" video= \"\"][/flex_slider][/one_col][/row][row][one_third][text animation_type= \"fadeIn\" ]<h6>What We Did</h6>\nDetracto erroribus et mea. Malorum temporibus vix ex. Ius ad iudico labores dissentiunt. In eruditi volumus nec nibh blandit deseruisse ne nec, vocibus albucius maluisset ex usu.[/text][/one_third][one_third][text animation_type= \"fadeIn\" ]<h6>How We Did</h6>\nDetracto erroribus et mea. Malorum temporibus vix ex. Ius ad iudico labores dissentiunt. In eruditi volumus nec nibh blandit deseruisse ne nec, vocibus albucius maluisset ex usu.[/text][/one_third][one_third][project_details][/one_third][/row][/section]'),(2193,22,'be_themes_sticky_header','inherit'),(2194,22,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2195,22,'_be_pb_disable','no'),(2196,22,'be_themes_portfolio_client_name','Freebies Bug - Aug 2013'),(2197,22,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2198,22,'be_themes_portfolio_item_link_to_project_url','0'),(2199,22,'be_themes_portfolio_item_show_title','1'),(2200,22,'be_themes_portfolio_item_show_cat','1'),(2201,22,'slide_template','default'),(2202,22,'be_themes_header_transparent','0'),(2203,22,'be_themes_hero_section_position','after'),(2204,22,'be_themes_hero_section_with_header','no'),(2205,22,'be_themes_hero_section_bg_repeat','repeat'),(2206,22,'be_themes_hero_section_bg_attachment','scroll'),(2207,22,'be_themes_hero_section_bg_position','top left'),(2208,22,'be_themes_hero_section_bg_scale','0'),(2209,22,'be_themes_hero_section_bg_parallax','0'),(2210,22,'be_themes_hero_section_bg_video','0'),(2211,22,'be_themes_hero_section_overlay','0'),(2212,22,'be_themes_hero_section_container_wrap','yes'),(2214,22,'be_themes_width_wide','0'),(2215,22,'be_themes_height_wide','0'),(2216,22,'_wp_old_slug','pair-website'),(2217,27,'_edit_last','1'),(2218,27,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2219,27,'be_themes_portfolio_link_to','external_url'),(2220,27,'be_themes_thumbnail_lightbox','featured_image'),(2221,27,'be_themes_show_header_separator','yes'),(2222,27,'be_themes_portfolio_single_page_style','normal'),(2223,27,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][two_third][text animation_type= \"fadeIn\" ]<h5>Vertical Stacked Single Portfolio</h5>\nProin facilisis varius nunc. Curabitur eros risus, ultrices et dui ut, luctus accumsan nibh. Fusce convallis sapien placerat tellus suscipit vehicula. Cras vitae diam ut justo elementum faucibus eget a diam. Etiam sodales a sem vitae fermentum. Curabitur pellentesque massa eu nulla et consequat porttitor arcu porttitor.[/text][/two_third][one_third][project_details][/one_third][/row][row][one_col][text animate= \"1\" animation_type= \"fadeInRight\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\"><img class=\"alignnone size-full wp-image-2389\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\" alt=\"ipad-namo.jpg\" width=\"1920\" height=\"1280\"></a>[/text][/one_col][/row][row][one_col][text animate= \"1\" animation_type= \"fadeInRight\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\"><img class=\"alignnone size-full wp-image-2389\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\" alt=\"ipad-namo.jpg\" width=\"1920\" height=\"1280\"></a>[/text][/one_col][/row][row][one_col][text animate= \"1\" animation_type= \"fadeInRight\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\"><img class=\"alignnone size-full wp-image-2389\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/revslider/home3/ipad-namo.jpg\" alt=\"ipad-namo.jpg\" width=\"1920\" height=\"1280\"></a>[/text][/one_col][/row][/section]'),(2224,27,'_be_pb_disable','no'),(2225,27,'be_themes_portfolio_client_name','Hulu - Jan 2013'),(2226,27,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2227,27,'_wp_old_slug','john-crawford'),(2228,27,'be_themes_portfolio_item_link_to_project_url','0'),(2229,27,'be_themes_portfolio_item_show_title','1'),(2230,27,'be_themes_portfolio_item_show_cat','1'),(2231,27,'slide_template',''),(2232,27,'be_themes_width_wide','0'),(2233,27,'be_themes_height_wide','0'),(2234,27,'be_themes_header_transparent','0'),(2235,27,'be_themes_hero_section_position','after'),(2236,27,'be_themes_hero_section_with_header','no'),(2237,27,'be_themes_hero_section_bg_repeat','repeat'),(2238,27,'be_themes_hero_section_bg_attachment','scroll'),(2239,27,'be_themes_hero_section_bg_position','top left'),(2240,27,'be_themes_hero_section_bg_scale','0'),(2241,27,'be_themes_hero_section_bg_parallax','0'),(2242,27,'be_themes_hero_section_bg_video','0'),(2243,27,'be_themes_hero_section_overlay','0'),(2244,27,'be_themes_hero_section_container_wrap','yes'),(2246,27,'_wp_old_slug','mobile-app'),(2247,27,'be_themes_portfolio_external_url','https://www.google.co.in/'),(2248,27,'be_themes_sticky_header','inherit'),(2249,27,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2317,973,'be_themes_bottom_widgets','yes'),(2318,973,'be_themes_section_scroll','0'),(2319,973,'_edit_last','2'),(2320,973,'_be_pb_html','\n <div class=\"be-pb-row-wrap clearfix\">\n <div class=\"be-pb-row-controls clearfix\">\n <div class=\"left\">\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"one_col\" data-col-count=\"1\">\n <span class=\"btn-icon-one-col\">Full</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"one_half\" data-col-count=\"2\">\n <span class=\"btn-icon-one-half\">One Half</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"one_third\" data-col-count=\"3\">\n <span class=\"btn-icon-one-third\">One Third</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"one_fourth\" data-col-count=\"4\">\n <span class=\"btn-icon-one-fourth\">One Fourth</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"two_third\" data-col-count=\"2\">\n <span class=\"btn-icon-two-third\">Two third</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"three_fourth\" data-col-count=\"2\">\n <span class=\"btn-icon-three-fourth\">Three Fourth</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" role=\"button\" data-col-name=\"one_half_fourth\" data-col-count=\"3\">\n <span class=\"btn-icon-mixed\">One Half and two One Fourths</span>\n </a>\n </div>\n <div class=\"right\">\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" data-action=\"duplicate\">\n <span class=\"btn-icon-row-duplicate\">Duplicate Row</span>\n </a>\n <a class=\"med-btn mini-btn-light\" title=\"Minus\" data-action=\"delete\">\n <span class=\"btn-icon-row-delete\">Delete Row</span>\n </a> \n </div> \n </div>\n <div class=\"be-pb-row be-pb-sortable clearfix ui-sortable\">\n <div class=\"be-pb-col-wrap two_third\" data-col-name=\"two_third\">\n <div class=\"be-pb-column be-pb-shortcode-col ui-sortable\"><div class=\"be-pb-multi-wrap be-pb-element\" data-shortcode=\"flex_slider\"><pre class=\"shortcode\">[flex_slider animation= \"fade\" auto_slide= \"no\" slide_interval= \"\"]</pre><h4>Flex Slider<span class=\"be-pb-control-icon icon-cancel-circled icon-delete\" title=\"Delete\"></span><span class=\"be-pb-control-icon icon-pencil edit-shortcode \" title=\"Edit\" data-shortcode=\"flex_slider\" data-action=\"edit\"></span><span class=\"be-pb-control-icon icon-book icon-duplicate\" title=\"Duplicate\"></span></h4><div class=\"be-pb-multi-fields be-pb-shortcode-col be-pb-sortable ui-sortable\"><div class=\"portlet be-pb-element\"><div class=\"portlet-header\"><span class=\"be-pb-control-icon icon-cancel-circled icon-delete\" title=\"Delete\"></span><span class=\"be-pb-control-icon icon-pencil edit-shortcode \" title=\"Edit\" data-shortcode=\"flex_slide\" data-action=\"edit\"></span><span class=\"be-pb-control-icon icon-book icon-duplicate\" title=\"Duplicate\"></span>Slide</div><pre class=\"shortcode\">[flex_slide image= \"29\" video= \"\" show_title= \"no\" show_caption= \"no\" title= \"\" caption= \"\"]</pre></div></div><div class=\"be-pb-controls\"><a class=\"mini-btn mini-btn-dark add-multi-field\" title=\"Add\" role=\"button\" data-single-field=\"flex_slide\"><span class=\"btn-icon-plus\">Add</span></a></div></div></div>\n <div class=\"be-pb-controls\"><a class=\"mini-btn mini-btn-dark choose-shortcode\" title=\"Add\" role=\"button\"><span class=\"btn-icon-plus\">Add</span></a></div>\n </div>\n <div class=\"be-pb-col-wrap one_third\" data-col-name=\"one_third\"><div class=\"be-pb-column be-pb-shortcode-col ui-sortable\"><div class=\"portlet be-pb-element\"><div class=\"portlet-header\"><span class=\"be-pb-control-icon icon-cancel-circled icon-delete\" title=\"Delete\"></span><span class=\"be-pb-control-icon icon-pencil edit-shortcode \" title=\"Edit\" data-shortcode=\"text\" data-action=\"edit\"></span><span class=\"be-pb-control-icon icon-book icon-duplicate\" title=\"Duplicate\"></span>Text Block</div><pre class=\"shortcode\">[text ]<h4>Bravo WP Theme</h4>\nQuisque ligulas ipsum, euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nulla nunc dui, tristique in semper vel, congue sed ligula. Nam dolor ligula, faucibus id sodales in, auctor fringilla libero. Pellentesque pellentesque tempor tellus eget hendrerit. Morbi id aliquam ligula. Aliquam id dui sem. Proin rhoncus consequat nisl, eu ornare mauris tincidunt vitae.[/text]</pre></div><div class=\"portlet be-pb-element\"><div class=\"portlet-header\"><span class=\"be-pb-control-icon icon-cancel-circled icon-delete\" title=\"Delete\"></span><span class=\"be-pb-control-icon icon-pencil edit-shortcode hidden\" title=\"Edit\" data-shortcode=\"project_details\" data-action=\"edit\"></span><span class=\"be-pb-control-icon icon-book icon-duplicate\" title=\"Duplicate\"></span>Portfolio Details</div><pre class=\"shortcode\">[project_details]</pre></div></div><div class=\"be-pb-controls\"><a class=\"mini-btn mini-btn-dark choose-shortcode\" title=\"Add\" role=\"button\"><span class=\"btn-icon-plus\">Add</span></a></div></div></div>\n </div>\n '),(2321,973,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"0\" padding_bottom= \"0\" bg_video_mp4_src= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][text animation_type= \"slideInDown\" ]Nihil quaeque moderatius quo ut, eu vix noster fierent postulant. Est ut magna tation, nec timeam tractatos dissentiunt id, ne integre albucius eam. Animal docendi efficiantur ut eam. Malis nonumy mediocritatem mea an.[/text][/one_col][/row][/section]'),(2322,973,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2323,973,'be_themes_portfolio_thumbnail_link_to_visitsite','no'),(2324,973,'be_themes_video_url','a:1:{i:0;s:0:\"\";}'),(2325,973,'be_themes_thumbnail_lightbox','featured_image'),(2326,973,'be_themes_show_header_separator','yes'),(2327,973,'_be_pb_disable','no'),(2328,973,'be_themes_portfolio_single_page_style','lightbox'),(2329,973,'slide_template','default'),(2330,973,'be_themes_width_wide','0'),(2331,973,'be_themes_height_wide','0'),(2332,973,'be_themes_header_transparent','0'),(2333,973,'be_themes_hero_section_position','after'),(2334,973,'be_themes_hero_section_with_header','no'),(2335,973,'be_themes_hero_section_bg_repeat','repeat'),(2336,973,'be_themes_hero_section_bg_attachment','scroll'),(2337,973,'be_themes_hero_section_bg_position','top left'),(2338,973,'be_themes_hero_section_bg_scale','0'),(2339,973,'be_themes_hero_section_bg_parallax','0'),(2340,973,'be_themes_hero_section_bg_video','0'),(2341,973,'be_themes_hero_section_overlay','0'),(2342,973,'be_themes_hero_section_container_wrap','yes'),(2343,973,'_wp_old_slug','bravo-wp-theme'),(2344,973,'be_themes_sticky_header','inherit'),(2345,973,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2379,1181,'_edit_last','2'),(2380,1181,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2381,1181,'be_themes_portfolio_link_to','single_portfolio'),(2382,1181,'be_themes_thumbnail_lightbox','featured_image'),(2383,1181,'be_themes_portfolio_single_page_style','normal'),(2384,1181,'be_themes_show_header_separator','yes'),(2385,1181,'_be_pb_content','[section bg_color= \"#ffffff\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_ogg_src= \"\" bg_video_webm_src= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\" full_screen_header_scheme= \"background--light\"][row][one_half][text animate= \"1\" animation_type= \"fadeInLeft\" ]<img class=\"aligncenter size-portfolio wp-image-2467\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg\" alt=\"office\" width=\"650\" height=\"385\">[/text][/one_half][one_half][text animation_type= \"fadeIn\" ]<h5>Jefferson Davis County</h5>\n [/text][tabs][tab title= \"CIRCUIT COURT TERMS\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">1st Monday of February</span>,</span> three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">3rd Monday of March</span>, </span> three (3) weeks\n<p class=\"text-info\"><span style=\"color: #000000;\">Judge Prentiss Harrell</span></p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"color: #000000;\"><span style=\"text-decoration: underline;\">4th Monday of July</span>,</span> two (2) weeks</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Judge Tony Mozingo</span></p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline; color: #000000;\">2nd Monday of September</span>, three (3) weeks</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Judge Prentiss Harrell</span></p>\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\n<span style=\"color: #000000;\">Grand Jury Orientation</span>\n<p class=\"lead\">Thank you, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury.</p>[/tab][tab title= \"LAW ENFORCEMENT\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"text-info\"><span style=\"color: #000000;\">Jefferson Davis County Sheriff\'s Office</span></p>\n<p class=\"lead\">Ron Strickland, Sheriff</p>\nP. O. Box 339,\n<p class=\"lead\">Prentiss, MS 39474</p>\n601-792-5169\n<span style=\"color: #000000;\">Prentiss Police Department</span>\n<p class=\"lead\">Harold Rhodes, Chief</p>\nP. O. Box 1344,\n<p class=\"lead\">Prentiss, MS 39474</p>\n601-792-5198[/tab][tab title= \"STAFF ASSIGNED\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4>MORRIS SWEATT</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to County Cases</p>\n\n<h4>DARRELL PERKINS</h4>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">assigned to County Cases</p>\n\n<h4>STACI KRAMER</h4>\n<p class=\"text-info\">Victim Assistance</p>\n<p class=\"lead\">provides services and assistance to victims of crime and can be reached in Poplarville at 601-403-2356.</p>\n\n<h4>CAROLYN ARINDER</h4>\n<p class=\"text-info\">Litigation Support</p>\n<p class=\"lead\">provides litigation support to prosecutors</p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY PROVIDES\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4 class=\"lead\">1. We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</h4>\n<h4>2. We give legal advise to law enforcement agencies.</h4>\n<h4>3. We conduct educational programs for schools, religious, and civic groups on criminal topics.</h4>\n<h4>4. We handle bad check cases.</h4>\n<h4>5. We provide assistance to victims of crime.</h4>\n<h4>6. We <span style=\"text-decoration: underline;\">assist</span> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</h4>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY CAN NOT PROVIDE\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4 class=\"lead\">1. We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</h4>\n<h4>2. We can not recommend an attorney or bail bondsman to you.</h4>\n<h4>3. We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</h4>\n<h4>4. We do not write letters asking for people to be released from prison or have their sentences changed.</h4>\n<h4>5. We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</h4>[/tab][/tabs][/one_half][/row][/section]'),(5111,1181,'_wp_old_slug','page-builder'),(2386,1181,'_be_pb_disable','no'),(2387,1181,'be_themes_portfolio_item_link_to_project_url','0'),(2388,1181,'be_themes_portfolio_item_show_title','1'),(2389,1181,'be_themes_portfolio_item_show_cat','1'),(2390,1181,'slide_template','default'),(2391,1181,'be_themes_wide','0'),(2392,1181,'be_themes_header_transparent','1'),(2393,1181,'be_themes_hero_section_position','after'),(2394,1181,'be_themes_hero_section_with_header','no'),(2395,1181,'be_themes_hero_section_bg_repeat','no-repeat'),(2396,1181,'be_themes_hero_section_bg_attachment','fixed'),(2397,1181,'be_themes_hero_section_bg_position','center center'),(2398,1181,'be_themes_hero_section_bg_scale','1'),(2399,1181,'be_themes_hero_section_bg_parallax','1'),(2400,1181,'be_themes_hero_section_bg_video','0'),(2401,1181,'be_themes_hero_section_overlay','0'),(2402,1181,'be_themes_hero_section_container_wrap','yes'),(2403,1181,'be_themes_width_wide','0'),(2404,1181,'be_themes_height_wide','0'),(2405,1181,'_thumbnail_id','2739'),(2406,1181,'_wp_old_slug','ny-billboard'),(2407,1181,'be_themes_hero_section','none'),(2409,1181,'be_themes_hero_section_content','<p>[special_heading2 title_content= \"Project Namo\" h_tag= \"H3\" title_color= \"#fff\" separator_color= \"#ddd\" border_color= \"#000\" bg_color= \"#000\" bg_opacity= \"65\" animation_type= \"fadeIn\" ][/special_heading2]</p>\n'),(2410,1181,'be_themes_portfolio_client_name','Brand Exponents'),(2411,1181,'be_themes_portfolio_project_date','May 2014'),(2412,1181,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2413,1181,'be_themes_sticky_header','inherit'),(2414,1181,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2415,1187,'_edit_last','1'),(2416,1187,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2417,1187,'be_themes_portfolio_link_to','single_portfolio'),(2418,1187,'be_themes_thumbnail_lightbox','featured_image'),(2419,1187,'be_themes_show_header_separator','yes'),(2420,1187,'be_themes_portfolio_single_page_style','normal'),(2421,1187,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][gallery_full_screen col= \"three\" images= \"2468,2467,2466,2465,2464,2463\" overlay_color= \"\" overlay_opacity= \"\"][/one_col][/row][row][two_third][text animation_type= \"fadeIn\" ]<h5>Gallery Style Portfolio</h5>\nSed vulputate posuere libero, non vestibulum ligula consequat quis. Fusce volutpat, quam quis scelerisque vestibulum, arcu purus congue magna, vel laoreet odio leo sit amet augue. Vestibulum tincidunt tortor non nunc eleifend feugiat.\n\nAsunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in anim id est laborum. Allamco laboris nisi ut aliquip ex ea commodo consequat.[/text][/two_third][one_third][project_details][/one_third][/row][/section]'),(2422,1187,'_be_pb_disable','no'),(2423,1187,'be_themes_portfolio_client_name','Personal Work'),(2424,1187,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2425,1187,'be_themes_portfolio_item_link_to_project_url','0'),(2426,1187,'be_themes_portfolio_item_show_title','1'),(2427,1187,'be_themes_portfolio_item_show_cat','1'),(2428,1187,'slide_template','default'),(2429,1187,'be_themes_width_wide','0'),(2430,1187,'be_themes_height_wide','0'),(2431,1187,'be_themes_header_transparent','0'),(2432,1187,'be_themes_hero_section_position','after'),(2433,1187,'be_themes_hero_section_with_header','no'),(2434,1187,'be_themes_hero_section_bg_repeat','repeat'),(2435,1187,'be_themes_hero_section_bg_attachment','scroll'),(2436,1187,'be_themes_hero_section_bg_position','top left'),(2437,1187,'be_themes_hero_section_bg_scale','0'),(2438,1187,'be_themes_hero_section_bg_parallax','0'),(2439,1187,'be_themes_hero_section_bg_video','0'),(2440,1187,'be_themes_hero_section_overlay','0'),(2441,1187,'be_themes_hero_section_container_wrap','yes'),(2443,1187,'be_themes_sticky_header','inherit'),(2444,1187,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2445,1188,'_edit_last','1'),(2446,1188,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2447,1188,'be_themes_portfolio_link_to','single_portfolio'),(2448,1188,'be_themes_thumbnail_lightbox','featured_image'),(2449,1188,'be_themes_show_header_separator','yes'),(2450,1188,'_be_pb_content','[section padding_top=\"50\" padding_bottom=\"50\"][row][one_col][text animation_type= \"fadeIn\" ]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin eu diam lorem, id scelerisque sapien. In accumsan metus at magna vehicula placerat tempor varius ipsum. libero, non congue odio vulputate eu. Phasellus euismod magna ac est.[/text][/one_col][/row][/section]'),(2451,1188,'_be_pb_disable','no'),(2452,1188,'be_themes_portfolio_item_link_to_project_url','0'),(2453,1188,'be_themes_portfolio_single_page_style','style2'),(2454,1188,'be_themes_show_project_title','yes'),(2455,1188,'be_themes_portfolio_item_show_title','1'),(2456,1188,'be_themes_portfolio_item_show_cat','1'),(2458,1188,'slide_template',''),(2459,1188,'be_themes_width_wide','0'),(2460,1188,'be_themes_height_wide','0'),(2461,1188,'be_themes_header_transparent','0'),(2462,1188,'be_themes_hero_section_position','after'),(2463,1188,'be_themes_hero_section_with_header','no'),(2464,1188,'be_themes_hero_section_bg_repeat','repeat'),(2465,1188,'be_themes_hero_section_bg_attachment','scroll'),(2466,1188,'be_themes_hero_section_bg_position','top left'),(2467,1188,'be_themes_hero_section_bg_scale','0'),(2468,1188,'be_themes_hero_section_bg_parallax','0'),(2469,1188,'be_themes_hero_section_bg_video','0'),(2470,1188,'be_themes_hero_section_overlay','0'),(2471,1188,'be_themes_hero_section_container_wrap','yes'),(2472,1188,'_wp_old_slug','bikini-models'),(2473,1188,'be_themes_single_portfolio_slider_images','2463'),(2474,1188,'be_themes_single_portfolio_slider_images','2464'),(2475,1188,'be_themes_single_portfolio_slider_images','2465'),(2476,1188,'be_themes_single_portfolio_slider_images','2466'),(2477,1188,'be_themes_sticky_header','inherit'),(2478,1188,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2479,2103,'_edit_last','1'),(2480,2103,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2481,2103,'be_themes_portfolio_link_to','single_portfolio'),(2482,2103,'be_themes_thumbnail_lightbox','featured_image'),(2483,2103,'be_themes_show_header_separator','yes'),(2484,2103,'be_themes_portfolio_single_page_style','style3'),(2485,2103,'be_themes_single_portfolio_slider_images','2464'),(2486,2103,'be_themes_single_portfolio_slider_images','2390'),(2487,2103,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"0\" padding_bottom= \"0\" bg_video_mp4_src= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][text animation_type= \"slideInDown\" ]Nihil quaeque moderatius quo ut, eu vix noster fierent postulant. Est ut magna tation, nec timeam tractatos dissentiunt id, ne integre albucius eam. Animal docendi efficiantur ut eam. Malis nonumy mediocritatem mea an.[/text][/one_col][/row][/section]'),(2488,2103,'_be_pb_disable','no'),(2489,2103,'be_themes_portfolio_client_name','Hulu - Jan 2013'),(2490,2103,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2491,2103,'_wp_old_slug','gravity'),(2492,2103,'be_themes_portfolio_item_link_to_project_url','0'),(2493,2103,'be_themes_portfolio_item_show_title','1'),(2494,2103,'be_themes_portfolio_item_show_cat','1'),(2495,2103,'slide_template','default'),(2496,2103,'be_themes_wide','1'),(2497,2103,'be_themes_header_transparent','0'),(2498,2103,'be_themes_hero_section_position','after'),(2499,2103,'be_themes_hero_section_with_header','no'),(2500,2103,'be_themes_hero_section_bg_repeat','repeat'),(2501,2103,'be_themes_hero_section_bg_attachment','scroll'),(2502,2103,'be_themes_hero_section_bg_position','top left'),(2503,2103,'be_themes_hero_section_bg_scale','0'),(2504,2103,'be_themes_hero_section_bg_parallax','0'),(2505,2103,'be_themes_hero_section_bg_video','0'),(2506,2103,'be_themes_hero_section_overlay','0'),(2507,2103,'be_themes_hero_section_container_wrap','yes'),(2508,2103,'be_themes_width_wide','0'),(2509,2103,'be_themes_height_wide','0'),(2510,2103,'_wp_old_slug','origg-font'),(2511,2103,'be_themes_single_portfolio_slider_images','2463'),(2512,2103,'be_themes_sticky_header','inherit'),(2513,2103,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2514,2104,'_edit_last','1'),(2515,2104,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2516,2104,'be_themes_portfolio_link_to','single_portfolio'),(2517,2104,'be_themes_thumbnail_lightbox','featured_image'),(2518,2104,'be_themes_show_header_separator','yes'),(2519,2104,'be_themes_portfolio_single_page_style','floting-right'),(2520,2104,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"0\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][text animate= \"1\" animation_type= \"slideInLeft\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/tumblr.jpg\"><img class=\"alignnone size-full wp-image-2463\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/tumblr.jpg\" alt=\"tumblr\" width=\"1280\" height=\"850\"></a>[/text][/one_col][/row][row][one_col][text animate= \"1\" animation_type= \"slideInLeft\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/keyboard.jpg\"><img class=\"alignnone size-full wp-image-2466\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/keyboard.jpg\" alt=\"keyboard\" width=\"1920\" height=\"1280\"></a>[/text][/one_col][/row][row][one_col][text animate= \"1\" animation_type= \"slideInLeft\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/woman.jpg\"><img class=\"alignnone size-full wp-image-2468\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/woman.jpg\" alt=\"woman\" width=\"1620\" height=\"1080\"></a>[/text][/one_col][/row][/section]'),(2521,2104,'be_themes_sticky_header','inherit'),(2522,2104,'_be_pb_disable','no'),(2523,2104,'be_themes_portfolio_client_name','Arla - April 2012'),(2524,2104,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(2525,2104,'_wp_old_slug','the-conjuring'),(2526,2104,'be_themes_portfolio_item_link_to_project_url','0'),(2527,2104,'be_themes_portfolio_item_show_title','1'),(2528,2104,'be_themes_portfolio_item_show_cat','1'),(2529,2104,'slide_template',''),(2530,2104,'be_themes_header_transparent','0'),(2531,2104,'be_themes_hero_section_position','after'),(2532,2104,'be_themes_hero_section_with_header','no'),(2533,2104,'be_themes_hero_section_bg_repeat','repeat'),(2534,2104,'be_themes_hero_section_bg_attachment','scroll'),(2535,2104,'be_themes_hero_section_bg_position','top left'),(2536,2104,'be_themes_hero_section_bg_scale','0'),(2537,2104,'be_themes_hero_section_bg_parallax','0'),(2538,2104,'be_themes_hero_section_bg_video','0'),(2539,2104,'be_themes_hero_section_overlay','0'),(2540,2104,'be_themes_hero_section_container_wrap','yes'),(2541,2104,'be_themes_width_wide','0'),(2542,2104,'be_themes_height_wide','0'),(2544,2104,'be_themes_hero_section','none'),(2545,2104,'_wp_old_slug','rebecca'),(2546,2104,'_wp_old_slug','floating-sidebar'),(2547,2104,'be_themes_hero_section_bg_mouse_move_parallax','0'),(2548,2142,'_edit_last','1'),(2549,2142,'slide_template',''),(2550,2142,'be_themes_portfolio_visitsite_link_text','Visit Site'),(2551,2142,'be_themes_portfolio_link_to','single_portfolio'),(2552,2142,'be_themes_width_wide','0'),(2553,2142,'be_themes_height_wide','1'),(2554,2142,'be_themes_portfolio_single_page_style','normal-left'),(2555,2142,'be_themes_show_header_separator','yes'),(2556,2142,'be_themes_header_transparent','0'),(2557,2142,'be_themes_hero_section_position','after'),(2558,2142,'be_themes_hero_section_with_header','no'),(2559,2142,'be_themes_hero_section_bg_repeat','repeat'),(2560,2142,'be_themes_hero_section_bg_attachment','scroll'),(2561,2142,'be_themes_hero_section_bg_position','top left'),(2562,2142,'be_themes_hero_section_bg_scale','0'),(2563,2142,'be_themes_hero_section_bg_parallax','0'),(2564,2142,'be_themes_hero_section_bg_video','0'),(2565,2142,'be_themes_hero_section_overlay','0'),(2566,2142,'be_themes_hero_section_container_wrap','yes'),(2567,2142,'be_themes_portfolio_client_name','Brand Exponents'),(2568,2142,'be_themes_portfolio_project_date','Jan 2014'),(2570,2142,'_be_pb_content','[section bg_color= \"\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_col][text animation_type= \"fadeIn\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/tumblr.jpg\"><img class=\"alignnone size-full wp-image-2463\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/tumblr.jpg\" alt=\"tumblr\" width=\"1280\" height=\"850\"></a>[/text][/one_col][/row][row][one_col][text animation_type= \"fadeIn\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/coffee.jpg\"><img class=\"alignnone size-full wp-image-2464\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2014/04/coffee.jpg\" alt=\"coffee\" width=\"2048\" height=\"1365\"></a>[/text][/one_col][/row][row][one_col][text animation_type= \"fadeIn\" ]<a href=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/iphone.jpg\"><img class=\"alignnone size-full wp-image-2465\" src=\"http://www.brandexponents.com/namo-export/wp-content/uploads/2013/12/iphone.jpg\" alt=\"iphone\" width=\"3100\" height=\"1352\"></a>[/text][/one_col][/row][/section]'),(2571,2142,'_be_pb_disable','no'),(2572,2142,'be_themes_sticky_header','inherit'),(2573,2142,'be_themes_hero_section_bg_mouse_move_parallax','0'),(10272,5996,'_dwls_first_image',''),(4527,1181,'_edit_lock','1412790833:2'),(4243,2625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1280;s:4:\"file\";s:21:\"2014/10/manya-ret.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"manya-ret-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:21:\"manya-ret-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"manya-ret-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:21:\"manya-ret-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"manya-ret-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:21:\"manya-ret-650x866.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:866;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"manya-ret-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-960x766.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"manya-ret-960x350.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"manya-ret-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"manya-ret-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"manya-ret-960x385.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"manya-ret-960x769.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1366382256;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4242,2625,'_wp_attached_file','2014/10/manya-ret.jpg'),(4241,2624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:25:\"2014/10/SWEATT33-Copy.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SWEATT33-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:25:\"SWEATT33-Copy-200x270.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:23:\"SWEATT33-Copy-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"SWEATT33-Copy-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"SWEATT33-Copy-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4240,2624,'_wp_attached_file','2014/10/SWEATT33-Copy.jpg'),(4239,2623,'_wp_attached_file','2014/10/SWEATT.tif'),(4238,2622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:227;s:4:\"file\";s:18:\"2014/10/SWEATT.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"SWEATT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"SWEATT-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"SWEATT-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"SWEATT-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4237,2622,'_wp_attached_file','2014/10/SWEATT.jpg'),(4236,2621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:14;s:6:\"height\";i:98;s:4:\"file\";s:21:\"2014/10/smallbook.jpg\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"smallbook-14x50.jpg\";s:5:\"width\";i:14;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1174847611;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4235,2621,'_wp_attached_file','2014/10/smallbook.jpg'),(4218,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2546;s:6:\"height\";i:3300;s:4:\"file\";s:17:\"2014/10/vicim.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vicim-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"vicim-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"vicim-790x1024.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:17:\"vicim-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"vicim-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:17:\"vicim-650x842.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"vicim-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"vicim-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"vicim-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"vicim-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"vicim-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"vicim-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"vicim-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"vicim-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"vicim-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"vicim-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"vicim-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"vicim-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"vicim-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4217,2612,'_wp_attached_file','2014/10/vicim.jpg'),(4253,2630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:18:\"2014/10/Miller.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Miller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:18:\"Miller-200x270.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"Miller-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"Miller-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"Miller-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4254,2631,'_wp_attached_file','2014/10/missealSMAA.jpg'),(4255,2631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:99;s:6:\"height\";i:101;s:4:\"file\";s:23:\"2014/10/missealSMAA.jpg\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"missealSMAA-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4258,2633,'_wp_attached_file','2014/10/MOORE.jpg'),(4259,2633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:232;s:4:\"file\";s:17:\"2014/10/MOORE.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MOORE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"MOORE-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"MOORE-181x192.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"MOORE-181x162.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205367019;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4260,2634,'_wp_attached_file','2014/10/nav-ul.jpg'),(4261,2634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3;s:6:\"height\";i:166;s:4:\"file\";s:18:\"2014/10/nav-ul.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"nav-ul-3x150.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"nav-ul-3x50.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"nav-ul-3x162.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4262,2635,'_wp_attached_file','2014/10/navbar.png'),(4263,2635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:8;s:6:\"height\";i:58;s:4:\"file\";s:18:\"2014/10/navbar.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"navbar-8x50.png\";s:5:\"width\";i:8;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4264,2636,'_wp_attached_file','2014/10/NELSON.jpg'),(4265,2636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:227;s:4:\"file\";s:18:\"2014/10/NELSON.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"NELSON-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"NELSON-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"NELSON-199x192.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"NELSON-199x162.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205158379;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4266,2637,'_wp_attached_file','2014/10/office-flag.jpg'),(4267,2637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2014/10/office-flag.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"office-flag-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:23:\"office-flag-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:23:\"office-flag-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"office-flag-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"office-flag-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"office-flag-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"office-flag-579x480.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:23:\"office-flag-640x435.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"office-flag-640x192.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"office-flag-560x480.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:23:\"office-flag-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"office-flag-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"office-flag-367x480.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"office-flag-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4288,2648,'_wp_attached_file','2014/10/page3-icon1.png'),(4289,2648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon1.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon1-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4290,2649,'_wp_attached_file','2014/10/page3-icon2.png'),(4291,2649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon2.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon2-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4292,2650,'_wp_attached_file','2014/10/page3-icon3.png'),(4293,2650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon3.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon3-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4294,2651,'_wp_attached_file','2014/10/page3-icon4.png'),(4295,2651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon4.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon4-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4296,2652,'_wp_attached_file','2014/10/page3-icon5.png'),(4297,2652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon5.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon5-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4298,2653,'_wp_attached_file','2014/10/page3-icon6.png'),(4299,2653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:91;s:4:\"file\";s:23:\"2014/10/page3-icon6.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"page3-icon6-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4324,2666,'_wp_attached_file','2014/10/perk.jpg'),(4325,2666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:16:\"2014/10/perk.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"perk-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:16:\"perk-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:16:\"perk-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"perk-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"perk-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"perk-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"perk-480x435.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"perk-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"perk-480x374.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"perk-480x162.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"perk-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"perk-480x385.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393183788;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4326,2667,'_wp_attached_file','2014/10/perk1.tif'),(4327,2668,'_wp_attached_file','2014/10/perk22.jpg'),(4328,2668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:226;s:4:\"file\";s:18:\"2014/10/perk22.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"perk22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"perk22-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"perk22-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"perk22-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393183788;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4329,2669,'_wp_attached_file','2014/10/PERKINS-SWEAR-IN.jpg'),(4330,2669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:480;s:4:\"file\";s:28:\"2014/10/PERKINS-SWEAR-IN.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x385.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:26:\"PERKINS-SWEAR-IN-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x350.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x435.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x192.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x374.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x162.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-367x480.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"PERKINS-SWEAR-IN-471x385.jpg\";s:5:\"width\";i:471;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.640000000000000124344978758017532527446746826171875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SCH-I500\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1359630008;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.79\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.016064257028112\";s:5:\"title\";s:7:\"SAMSUNG\";s:11:\"orientation\";i:1;}}'),(4331,2670,'_wp_attached_file','2014/10/popcourt2.jpg'),(4332,2670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:448;s:6:\"height\";i:290;s:4:\"file\";s:21:\"2014/10/popcourt2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"popcourt2-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:21:\"popcourt2-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:21:\"popcourt2-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"popcourt2-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"popcourt2-448x192.jpg\";s:5:\"width\";i:448;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"popcourt2-448x162.jpg\";s:5:\"width\";i:448;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"popcourt2-367x290.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4335,2672,'_wp_attached_file','2014/10/90a.jpg'),(4336,2672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:140;s:4:\"file\";s:15:\"2014/10/90a.jpg\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"90a-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4337,2673,'_wp_attached_file','2014/10/90b.jpg'),(4338,2673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:140;s:4:\"file\";s:15:\"2014/10/90b.jpg\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"90b-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4339,2674,'_wp_attached_file','2014/10/120aa.jpg'),(4340,2674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:157;s:4:\"file\";s:17:\"2014/10/120aa.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"120aa-120x150.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"120aa-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4341,2675,'_wp_attached_file','2014/10/120bb.jpg'),(4342,2675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:157;s:4:\"file\";s:17:\"2014/10/120bb.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"120bb-120x150.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"120bb-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4343,2676,'_wp_attached_file','2014/10/166e.jpg'),(4344,2676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:166;s:6:\"height\";i:152;s:4:\"file\";s:16:\"2014/10/166e.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"166e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"166e-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4345,2677,'_wp_attached_file','2014/10/182dd.jpg'),(4346,2677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:123;s:4:\"file\";s:17:\"2014/10/182dd.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"182dd-150x123.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"182dd-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4347,2678,'_wp_attached_file','2014/10/228-3.jpg'),(4348,2678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:360;s:4:\"file\";s:17:\"2014/10/228-3.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"228-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"228-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:17:\"228-3-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"228-3-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"228-3-480x350.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"228-3-480x192.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"228-3-480x162.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"228-3-367x360.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:20:\"Canon PowerShot S100\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1325585392;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.2\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4349,2679,'_wp_attached_file','2014/10/404.png'),(4350,2679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:519;s:6:\"height\";i:452;s:4:\"file\";s:15:\"2014/10/404.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"404-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"404-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:15:\"404-330x270.png\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"404-519x385.png\";s:5:\"width\";i:519;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"404-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"404-519x350.png\";s:5:\"width\";i:519;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"404-519x435.png\";s:5:\"width\";i:519;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"404-519x192.png\";s:5:\"width\";i:519;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"404-519x374.png\";s:5:\"width\";i:519;s:6:\"height\";i:374;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"404-519x162.png\";s:5:\"width\";i:519;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"404-367x452.png\";s:5:\"width\";i:367;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"404-519x385.png\";s:5:\"width\";i:519;s:6:\"height\";i:385;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4351,2680,'_wp_attached_file','2014/10/120200.jpg'),(4352,2680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2014/10/120200.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"120200-120x150.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"120200-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"120200-120x192.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"120200-120x162.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4353,2681,'_wp_attached_file','2014/10/AFF.jpg'),(4354,2681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2636;s:6:\"height\";i:3390;s:4:\"file\";s:15:\"2014/10/AFF.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"AFF-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:\"AFF-233x300.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"AFF-796x1024.jpg\";s:5:\"width\";i:796;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:15:\"AFF-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"AFF-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:15:\"AFF-650x835.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"AFF-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"AFF-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"AFF-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"AFF-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"AFF-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"AFF-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"AFF-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"AFF-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"AFF-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"AFF-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"AFF-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"AFF-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"AFF-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4355,2682,'_wp_attached_file','2014/10/ag-vcp.jpg'),(4356,2682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2546;s:6:\"height\";i:3300;s:4:\"file\";s:18:\"2014/10/ag-vcp.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ag-vcp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ag-vcp-231x300.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"ag-vcp-790x1024.jpg\";s:5:\"width\";i:790;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:18:\"ag-vcp-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"ag-vcp-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:18:\"ag-vcp-650x842.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"ag-vcp-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:19:\"ag-vcp-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"ag-vcp-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"ag-vcp-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"ag-vcp-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"ag-vcp-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"ag-vcp-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:19:\"ag-vcp-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4357,2683,'_wp_attached_file','2014/10/alert-burst.jpg'),(4358,2683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:68;s:4:\"file\";s:23:\"2014/10/alert-burst.jpg\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"alert-burst-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4375,2692,'_wp_attached_file','2014/10/Barnes.jpg'),(4376,2692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:18:\"2014/10/Barnes.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Barnes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:18:\"Barnes-200x270.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"Barnes-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"Barnes-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"Barnes-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4377,2693,'_wp_attached_file','2014/10/BD1.jpg'),(4378,2693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2582;s:6:\"height\";i:1736;s:4:\"file\";s:15:\"2014/10/BD1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"BD1-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:\"BD1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"BD1-1024x688.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:15:\"BD1-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:15:\"BD1-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:15:\"BD1-650x437.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"BD1-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"BD1-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"BD1-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"BD1-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"BD1-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"BD1-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"BD1-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:15:\"BD1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"BD1-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"BD1-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"BD1-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:15:\"BD1-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"BD1-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4379,2694,'_wp_attached_file','2014/10/BLUEBERRY.jpg'),(4380,2694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"file\";s:21:\"2014/10/BLUEBERRY.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-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:21:\"BLUEBERRY-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-650x487.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"BLUEBERRY-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"BLUEBERRY-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1339237322;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4381,2695,'_wp_attached_file','2014/10/BLUEBERRY2.jpg'),(4382,2695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:22:\"2014/10/BLUEBERRY2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-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:\"BLUEBERRY2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:20:\"BLUEBERRY2-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-579x480.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-640x435.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-640x192.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-560x480.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-367x480.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"BLUEBERRY2-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1339237357;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.041666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4383,2696,'_wp_attached_file','2014/10/btn-marker.png'),(4384,2696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:27;s:6:\"height\";i:28;s:4:\"file\";s:22:\"2014/10/btn-marker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4385,2697,'_wp_attached_file','2014/10/camera-loader.gif'),(4386,2697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:25:\"2014/10/camera-loader.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4387,2698,'_wp_attached_file','2014/10/career-day-at-poplarville-high-school.jpg'),(4388,2698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:49:\"2014/10/career-day-at-poplarville-high-school.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-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:49:\"career-day-at-poplarville-high-school-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:47:\"career-day-at-poplarville-high-school-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-579x480.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-640x435.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-640x192.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-560x480.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-367x480.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:49:\"career-day-at-poplarville-high-school-640x385.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4389,2699,'_wp_attached_file','2014/10/check.gif'),(4390,2699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:22;s:6:\"height\";i:21;s:4:\"file\";s:17:\"2014/10/check.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4391,2700,'_wp_attached_file','2014/10/claythemanSMALL.gif'),(4392,2700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:197;s:4:\"file\";s:27:\"2014/10/claythemanSMALL.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"claythemanSMALL-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"claythemanSMALL-75x50.gif\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"claythemanSMALL-200x192.gif\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"claythemanSMALL-200x162.gif\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4393,2701,'_wp_attached_file','2014/10/COMP.jpg'),(4394,2701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2529;s:6:\"height\";i:3289;s:4:\"file\";s:16:\"2014/10/COMP.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"COMP-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:16:\"COMP-230x300.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"COMP-787x1024.jpg\";s:5:\"width\";i:787;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:16:\"COMP-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"COMP-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:16:\"COMP-650x845.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"COMP-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"COMP-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"COMP-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"COMP-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"COMP-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"COMP-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"COMP-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"COMP-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"COMP-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"COMP-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"COMP-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"COMP-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"COMP-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4395,2702,'_wp_attached_file','2014/10/COMP1.jpg'),(4396,2702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2620;s:6:\"height\";i:3380;s:4:\"file\";s:17:\"2014/10/COMP1.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"COMP1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"COMP1-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"COMP1-793x1024.jpg\";s:5:\"width\";i:793;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:17:\"COMP1-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"COMP1-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:17:\"COMP1-650x838.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"COMP1-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"COMP1-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"COMP1-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"COMP1-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"COMP1-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"COMP1-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"COMP1-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"COMP1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"COMP1-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"COMP1-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"COMP1-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:17:\"COMP1-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"COMP1-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4397,2703,'_wp_attached_file','2014/10/content.jpg'),(4398,2703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5;s:6:\"height\";i:386;s:4:\"file\";s:19:\"2014/10/content.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"content-5x150.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"content-3x300.jpg\";s:5:\"width\";i:3;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:17:\"content-5x270.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"content-5x385.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"content-5x50.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"content-5x350.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"content-5x192.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"content-5x374.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"content-5x162.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"content-5x385.jpg\";s:5:\"width\";i:5;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4399,2704,'_wp_attached_file','2014/10/DA-HEADING1.jpg'),(4400,2704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:442;s:4:\"file\";s:23:\"2014/10/DA-HEADING1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-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:23:\"DA-HEADING1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-650x305.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"DA-HEADING1-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-579x442.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-560x442.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-367x442.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-940x385.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:23:\"DA-HEADING1-650x442.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4405,2707,'_wp_attached_file','2014/10/dacontact.jpg'),(4406,2707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:21:\"2014/10/dacontact.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"dacontact-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:21:\"dacontact-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:21:\"dacontact-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"dacontact-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:21:\"dacontact-650x487.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"dacontact-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"dacontact-960x350.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"dacontact-579x720.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"dacontact-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"dacontact-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"dacontact-560x720.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"dacontact-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"dacontact-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"dacontact-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"dacontact-960x385.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"dacontact-650x720.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4407,2708,'_wp_attached_file','2014/10/DEMAND.jpg'),(4408,2708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2608;s:6:\"height\";i:3360;s:4:\"file\";s:18:\"2014/10/DEMAND.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"DEMAND-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"DEMAND-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"DEMAND-794x1024.jpg\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:18:\"DEMAND-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"DEMAND-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:18:\"DEMAND-650x837.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:837;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"DEMAND-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:19:\"DEMAND-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"DEMAND-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"DEMAND-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"DEMAND-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"DEMAND-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:18:\"DEMAND-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:19:\"DEMAND-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4409,2709,'_wp_attached_file','2014/10/dp-5.jpg'),(4410,2709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:240;s:4:\"file\";s:16:\"2014/10/dp-5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dp-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dp-5-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"dp-5-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"dp-5-320x192.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"dp-5-320x162.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1358849641;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4411,2710,'_wp_attached_file','2014/10/embossmedal.jpg'),(4412,2710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:231;s:4:\"file\";s:23:\"2014/10/embossmedal.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"embossmedal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"embossmedal-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"embossmedal-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:23:\"embossmedal-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4413,2711,'_wp_attached_file','2014/10/favicon.ico'),(4414,2712,'_wp_attached_file','2014/10/form-search.jpg'),(4415,2712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1;s:6:\"height\";i:33;s:4:\"file\";s:23:\"2014/10/form-search.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4416,2713,'_wp_attached_file','2014/10/glyphicons-halflings-white.png'),(4417,2713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:159;s:4:\"file\";s:38:\"2014/10/glyphicons-halflings-white.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"glyphicons-halflings-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"glyphicons-halflings-white-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:38:\"glyphicons-halflings-white-330x159.png\";s:5:\"width\";i:330;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:36:\"glyphicons-halflings-white-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:38:\"glyphicons-halflings-white-367x159.png\";s:5:\"width\";i:367;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4418,2714,'_wp_attached_file','2014/10/glyphicons-halflings.png'),(4419,2714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:159;s:4:\"file\";s:32:\"2014/10/glyphicons-halflings.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"glyphicons-halflings-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"glyphicons-halflings-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:32:\"glyphicons-halflings-330x159.png\";s:5:\"width\";i:330;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:30:\"glyphicons-halflings-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:32:\"glyphicons-halflings-367x159.png\";s:5:\"width\";i:367;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4420,2715,'_wp_attached_file','2014/10/HAL-PHOTOS-2-019.jpg'),(4421,2715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:736;s:4:\"file\";s:28:\"2014/10/HAL-PHOTOS-2-019.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"HAL-PHOTOS-2-019-1024x719.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-650x456.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:26:\"HAL-PHOTOS-2-019-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:29:\"HAL-PHOTOS-2-019-1047x350.jpg\";s:5:\"width\";i:1047;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-579x736.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-560x736.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:29:\"HAL-PHOTOS-2-019-1047x385.jpg\";s:5:\"width\";i:1047;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-2-019-650x736.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4422,2716,'_wp_attached_file','2014/10/HAL-PHOTOS-0691.jpg'),(4423,2716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1174;s:6:\"height\";i:798;s:4:\"file\";s:27:\"2014/10/HAL-PHOTOS-0691.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-0691-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-650x441.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"HAL-PHOTOS-0691-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-0691-1174x766.jpg\";s:5:\"width\";i:1174;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-0691-1174x350.jpg\";s:5:\"width\";i:1174;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-0691-1174x385.jpg\";s:5:\"width\";i:1174;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-0691-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:28:\"HAL-PHOTOS-0691-1174x769.jpg\";s:5:\"width\";i:1174;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4424,2717,'_wp_attached_file','2014/10/HAL-PHOTOS-2151.jpg'),(4425,2717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:280;s:4:\"file\";s:27:\"2014/10/HAL-PHOTOS-2151.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-2151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-2151-187x270.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"HAL-PHOTOS-2151-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-2151-187x192.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"HAL-PHOTOS-2151-187x162.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1174848046;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"64\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4426,2718,'_wp_attached_file','2014/10/hands_small.jpg'),(4427,2718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:105;s:4:\"file\";s:23:\"2014/10/hands_small.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hands_small-150x105.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"hands_small-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4428,2719,'_wp_attached_file','2014/10/header-block.jpg'),(4429,2719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:24:\"2014/10/header-block.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"header-block-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:21:\"header-block-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"header-block-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"header-block-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4430,2720,'_wp_attached_file','2014/10/header-blockline.jpg'),(4431,2720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:28:\"2014/10/header-blockline.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"header-blockline-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"header-blockline-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blockline-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blockline-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4432,2721,'_wp_attached_file','2014/10/header-blockred.jpg'),(4433,2721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2014/10/header-blockred.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-blockred-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:24:\"header-blockred-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blockred-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blockred-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4434,2722,'_wp_attached_file','2014/10/header-blockregr.jpg'),(4435,2722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:28:\"2014/10/header-blockregr.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"header-blockregr-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"header-blockregr-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blockregr-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blockregr-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4436,2723,'_wp_attached_file','2014/10/header-blockrg.jpg'),(4437,2723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:26:\"2014/10/header-blockrg.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"header-blockrg-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:23:\"header-blockrg-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:24:\"header-blockrg-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:24:\"header-blockrg-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4438,2724,'_wp_attached_file','2014/10/header-blocksli.jpg'),(4439,2724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2014/10/header-blocksli.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-blocksli-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:24:\"header-blocksli-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blocksli-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blocksli-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4440,2725,'_wp_attached_file','2014/10/header-blocktest.jpg'),(4441,2725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:28:\"2014/10/header-blocktest.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"header-blocktest-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"header-blocktest-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blocktest-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:26:\"header-blocktest-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4442,2726,'_wp_attached_file','2014/10/header-blocktest.tif'),(4443,2727,'_wp_attached_file','2014/10/header-blockTOP.jpg'),(4444,2727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:240;s:4:\"file\";s:27:\"2014/10/header-blockTOP.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"header-blockTOP-7x150.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:24:\"header-blockTOP-7x50.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blockTOP-7x192.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"header-blockTOP-7x162.jpg\";s:5:\"width\";i:7;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(4445,2728,'_wp_attached_file','2014/10/header.jpg'),(4446,2728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:9;s:6:\"height\";i:311;s:4:\"file\";s:18:\"2014/10/header.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"header-9x150.jpg\";s:5:\"width\";i:9;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"header-8x300.jpg\";s:5:\"width\";i:8;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:16:\"header-9x270.jpg\";s:5:\"width\";i:9;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"header-9x50.jpg\";s:5:\"width\";i:9;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"header-9x192.jpg\";s:5:\"width\";i:9;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"header-9x162.jpg\";s:5:\"width\";i:9;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4451,2731,'_wp_attached_file','2014/10/HORAN.jpg'),(4452,2731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:17:\"2014/10/HORAN.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"HORAN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:17:\"HORAN-200x270.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:15:\"HORAN-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"HORAN-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"HORAN-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4453,2732,'_wp_attached_file','2014/10/icon-1.png'),(4454,2732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:31;s:4:\"file\";s:18:\"2014/10/icon-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4455,2733,'_wp_attached_file','2014/10/icon-2.png'),(4456,2733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:31;s:4:\"file\";s:18:\"2014/10/icon-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4457,2734,'_wp_attached_file','2014/10/icon-3.png'),(4458,2734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:31;s:4:\"file\";s:18:\"2014/10/icon-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4459,2735,'_wp_attached_file','2014/10/icon-4.png'),(4460,2735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:32;s:6:\"height\";i:31;s:4:\"file\";s:18:\"2014/10/icon-4.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4461,2736,'_wp_attached_file','2014/10/IMG_4425-JPG.jpeg'),(4462,2736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:25:\"2014/10/IMG_4425-JPG.jpeg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-330x270.jpeg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-640x385.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:23:\"IMG_4425-JPG-75x50.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-640x350.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-579x480.jpeg\";s:5:\"width\";i:579;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-640x435.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-640x192.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-560x480.jpeg\";s:5:\"width\";i:560;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-600x374.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-600x162.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-367x480.jpeg\";s:5:\"width\";i:367;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"IMG_4425-JPG-640x385.jpeg\";s:5:\"width\";i:640;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1401522523;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.28\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4463,2737,'_wp_attached_file','2014/10/INST.jpg'),(4464,2737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2521;s:6:\"height\";i:3289;s:4:\"file\";s:16:\"2014/10/INST.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"INST-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:16:\"INST-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"INST-784x1024.jpg\";s:5:\"width\";i:784;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:16:\"INST-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"INST-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:16:\"INST-650x848.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:848;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"INST-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"INST-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"INST-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"INST-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"INST-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"INST-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"INST-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:16:\"INST-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:16:\"INST-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"INST-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:17:\"INST-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:16:\"INST-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:17:\"INST-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4465,2738,'_wp_attached_file','2014/10/JCAILLOUET.jpg'),(4466,2738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:238;s:4:\"file\";s:22:\"2014/10/JCAILLOUET.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"JCAILLOUET-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:20:\"JCAILLOUET-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"JCAILLOUET-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"JCAILLOUET-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205158601;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4467,2739,'_wp_attached_file','2014/10/jeffdaviscourt2.jpg'),(4468,2739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:283;s:4:\"file\";s:27:\"2014/10/jeffdaviscourt2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"jeffdaviscourt2-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-432x192.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-432x162.jpg\";s:5:\"width\";i:432;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:27:\"jeffdaviscourt2-367x283.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4469,2740,'_wp_attached_file','2014/10/joe.jpg'),(4470,2740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:261;s:4:\"file\";s:15:\"2014/10/joe.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"joe-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:13:\"joe-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"joe-225x192.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:15:\"joe-225x162.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4471,2741,'_wp_attached_file','2014/10/KIM-PHOTO.jpg'),(4472,2741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2014/10/KIM-PHOTO.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"KIM-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:21:\"KIM-PHOTO-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x385.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"KIM-PHOTO-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x350.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x435.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x192.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x374.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x162.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-367x492.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"KIM-PHOTO-375x385.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4473,2742,'_wp_attached_file','2014/10/kimpurv.jpg'),(4474,2742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:229;s:4:\"file\";s:19:\"2014/10/kimpurv.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"kimpurv-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:17:\"kimpurv-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"kimpurv-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:19:\"kimpurv-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 4S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1393237020;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"1.85\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4475,2743,'_wp_attached_file','2014/10/KRAMER.jpg'),(4476,2743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:225;s:4:\"file\";s:18:\"2014/10/KRAMER.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"KRAMER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:16:\"KRAMER-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"KRAMER-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:18:\"KRAMER-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"NIKON D3\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1205333153;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(4477,2744,'_wp_attached_file','2014/10/kthomasf1.gif'),(4478,2744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:266;s:4:\"file\";s:21:\"2014/10/kthomasf1.gif\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kthomasf1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"kthomasf1-75x50.gif\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"kthomasf1-200x192.gif\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/gif\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"kthomasf1-200x162.gif\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4479,2745,'_wp_attached_file','2014/10/kthomasf1.jpg'),(4480,2745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:143;s:6:\"height\";i:165;s:4:\"file\";s:21:\"2014/10/kthomasf1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kthomasf1-143x150.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:19:\"kthomasf1-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:21:\"kthomasf1-143x162.jpg\";s:5:\"width\";i:143;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4481,2746,'_wp_attached_file','2014/10/kthomasf1.tif'),(4482,2747,'_wp_attached_file','2014/10/kthomasf12.jpg'),(4483,2747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:225;s:4:\"file\";s:22:\"2014/10/kthomasf12.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"kthomasf12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:20:\"kthomasf12-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"kthomasf12-200x192.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"kthomasf12-200x162.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4484,2748,'_wp_attached_file','2014/10/lamarcourt.jpg'),(4485,2748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:297;s:4:\"file\";s:22:\"2014/10/lamarcourt.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lamarcourt-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:\"lamarcourt-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:22:\"lamarcourt-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:20:\"lamarcourt-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"lamarcourt-450x192.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:22:\"lamarcourt-450x162.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:22:\"lamarcourt-367x297.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4486,2749,'_wp_attached_file','2014/10/lawrencecourt.jpg'),(4487,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:301;s:4:\"file\";s:25:\"2014/10/lawrencecourt.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"lawrencecourt-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:25:\"lawrencecourt-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:25:\"lawrencecourt-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:23:\"lawrencecourt-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"lawrencecourt-450x192.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:25:\"lawrencecourt-450x162.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:25:\"lawrencecourt-367x301.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4488,2750,'_wp_attached_file','2014/10/li-marker.png'),(4489,2750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:7;s:6:\"height\";i:5;s:4:\"file\";s:21:\"2014/10/li-marker.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4490,2751,'_wp_attached_file','2014/10/line-1.png'),(4491,2751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2;s:6:\"height\";i:5;s:4:\"file\";s:18:\"2014/10/line-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4492,2752,'_wp_attached_file','2014/10/link.gif'),(4493,2752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6;s:6:\"height\";i:7;s:4:\"file\";s:16:\"2014/10/link.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4494,2753,'_wp_attached_file','2014/10/Lisa-Beech-0001-2.jpg'),(4495,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2592;s:6:\"height\";i:3888;s:4:\"file\";s:29:\"2014/10/Lisa-Beech-0001-2.jpg\";s:5:\"sizes\";a:19:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Lisa-Beech-0001-2-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-330x270.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-650x385.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"portfolio-masonry\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-650x975.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:975;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:27:\"Lisa-Beech-0001-2-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"3col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:30:\"Lisa-Beech-0001-2-1250x766.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"3col-portfolio-wide-width\";a:4:{s:4:\"file\";s:30:\"Lisa-Beech-0001-2-1250x350.jpg\";s:5:\"width\";i:1250;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"3col-portfolio-wide-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-579x750.jpg\";s:5:\"width\";i:579;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"4col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-700x435.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-700x192.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"4col-portfolio-wide-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-560x750.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"5col-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-600x374.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:374;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-600x162.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"5col-portfolio-wide-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-367x500.jpg\";s:5:\"width\";i:367;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"fluid-portfolio-wide-width\";a:4:{s:4:\"file\";s:30:\"Lisa-Beech-0001-2-1300x385.jpg\";s:5:\"width\";i:1300;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:27:\"fluid-portfolio-wide-height\";a:4:{s:4:\"file\";s:29:\"Lisa-Beech-0001-2-650x770.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"fluid-portfolio-wide-width-height\";a:4:{s:4:\"file\";s:30:\"Lisa-Beech-0001-2-1299x769.jpg\";s:5:\"width\";i:1299;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1317208356;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4496,2754,'_wp_attached_file','2014/10/Lisa-Beech-crop.jpg'),(4497,2754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:278;s:4:\"file\";s:27:\"2014/10/Lisa-Beech-crop.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lisa-Beech-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"blog-image-2\";a:4:{s:4:\"file\";s:27:\"Lisa-Beech-crop-199x270.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:25:\"Lisa-Beech-crop-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"4col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"Lisa-Beech-crop-199x192.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"5col-portfolio-wide-width\";a:4:{s:4:\"file\";s:27:\"Lisa-Beech-crop-199x162.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1317208356;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(4498,2755,'_wp_attached_file','2014/10/logo.png'),(4499,2755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:56;s:4:\"file\";s:16:\"2014/10/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:14:\"logo-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(4528,1181,'be_themes_bottom_widgets','yes'),(4529,1181,'be_themes_footer_area','yes'),(4530,1181,'be_themes_section_scroll','0'),(4532,973,'_edit_lock','1412783737:2'),(4533,973,'be_themes_footer_area','yes'),(4534,2142,'_edit_lock','1412625251:1'),(4535,2482,'_edit_lock','1412625258:1'),(4536,22,'_edit_lock','1412625269:1'),(4537,22,'be_themes_bottom_widgets','yes'),(4538,22,'be_themes_footer_area','yes'),(4539,22,'be_themes_section_scroll','0'),(4540,1188,'_edit_lock','1412625277:1'),(4541,1187,'_edit_lock','1412625285:1'),(4542,1187,'be_themes_bottom_widgets','yes'),(4543,1187,'be_themes_footer_area','yes'),(4544,1187,'be_themes_section_scroll','0'),(4545,2103,'_edit_lock','1412625295:1'),(4546,2103,'be_themes_bottom_widgets','yes'),(4547,2103,'be_themes_footer_area','yes'),(4548,2103,'be_themes_section_scroll','0'),(4549,2104,'_edit_lock','1412625303:1'),(4550,27,'_edit_lock','1412625313:1'),(4551,109,'_edit_lock','1412625323:1'),(4552,108,'_edit_lock','1412625330:1'),(4553,107,'_edit_lock','1412627859:1'),(4778,2789,'_wp_attached_file','2014/10/x-mark.gif'),(4779,2789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:12;s:6:\"height\";i:12;s:4:\"file\";s:18:\"2014/10/x-mark.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11434,7002,'_wp_attached_file','2016/04/IMG_3992-00000002.jpg'),(11435,7002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:29:\"2016/04/IMG_3992-00000002.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"IMG_3992-00000002-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"IMG_3992-00000002-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"IMG_3992-00000002-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"IMG_3992-00000002-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(11503,7023,'_wp_attached_file','2016/09/senior-fair.jpg'),(11504,7023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:23:\"2016/09/senior-fair.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"senior-fair-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:23:\"senior-fair-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"senior-fair-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"senior-fair-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1465028033;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11520,7029,'_wp_attached_file','2016/09/kim-harlin-gun.jpg'),(11521,7029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1651;s:6:\"height\";i:1218;s:4:\"file\";s:26:\"2016/09/kim-harlin-gun.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"kim-harlin-gun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"kim-harlin-gun-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"kim-harlin-gun-1024x755.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"kim-harlin-gun-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"kim-harlin-gun-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"kim-harlin-gun-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"kim-harlin-gun-1080x797.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(5109,2739,'be_themes_featured_video_url','http://da15thdistrict.org/jefferson-davis/ '),(5124,2829,'be_themes_portfolio_visitsite_link_text','Visit Site'),(5123,2829,'_edit_last','2'),(5125,2829,'be_themes_portfolio_link_to','single_portfolio'),(5126,2829,'be_themes_thumbnail_lightbox','featured_image'),(5127,2829,'be_themes_portfolio_single_page_style','normal'),(5128,2829,'be_themes_show_header_separator','yes'),(5129,2829,'_be_pb_content','[section bg_color= \"#ffffff\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_half][text animate= \"1\" animation_type= \"fadeInLeft\" ]<img class=\"aligncenter size-portfolio wp-image-2467\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\" alt=\"office\" width=\"650\" height=\"385\">[/text][/one_half][one_half][text animation_type= \"fadeIn\" ]<h5>Lamar County</h5>\n [/text][tabs][tab title= \"CIRCUIT COURT TERMS\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of February</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of March</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Tuesday of April</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of June</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">5th Monday of July</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Tuesday of September</span>, four (4) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Monday of October</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\n<p class=\"lead\">\n\n</p>\n<p class=\"text-info\">Grand Jury Orientation</p>\n<p class=\"lead\">Thank you, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury.</p>[/tab][tab title= \"LAW ENFORCEMENT\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"text-info\"><span style=\"color: #000000;\">Lamar County Sheriff\'s Office</span></p>\n<p class=\"lead\">Danny Reigel, Sheriff</p>\n<p class=\"text-info\">P. O. Box 352,</p>\n<p class=\"lead\">Purvis, MS 39475</p>\n<p class=\"text-info\">601-794-1005</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Hattiesburg Police Department</span></p>\n<p class=\"lead\">Frazier Bolton, Chief</p>\n<p class=\"text-info\">#1 Government Plaza,</p>\n<p class=\"lead\">Hattiesburg, MS 39402</p>\n<p class=\"text-info\">601-544-7900</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Lumberton Police Department</span></p>\n<p class=\"lead\">Elzey Cowart, Chief</p>\n<p class=\"text-info\">P. O. Box 211,</p>\n<p class=\"lead\">Lumberton, MS 39455</p>\n<p class=\"text-info\">601-796-8891</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Purvis Police Department</span></p>\n<p class=\"lead\">Preston Burhalter, Chief</p>\n<p class=\"text-info\">P. O. Box 308,</p>\n<p class=\"lead\">Purvis, MS 39475</p>\n<p class=\"text-info\">601-794-6512</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Sumrall Police Department</span></p>\n<p class=\"lead\">Chris Dungan, Chief</p>\n<p class=\"text-info\">P. O. Box 247,</p>\n<p class=\"lead\">Sumrall, MS 39482</p>\n<p class=\"text-info\">601-758-3531</p>[/tab][tab title= \"STAFF ASSIGNED\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]DOUGLAS MILLER\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to County Cases</p>\n<p class=\"lead\"></p>\nLAUREN HARLESS\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to City Cases</p>\n<p class=\"lead\"></p>\n<p class=\"lead\">LARRY MOORE</p>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">assigned to County and Cities Cases</p>\n<p class=\"lead\"></p>\nJEFF CAILLOUET\n<p class=\"text-info\">Victim Assistance Coordinator</p>\n<p class=\"lead\">provides services and assistance to victims</p>\n<p class=\"lead\"></p>\n<p class=\"lead\">SHANNA RUHNKE</p>\n<p class=\"text-info\">Litigation Support</p>\n<p class=\"lead\">provides litigation support to prosecutors</p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY PROVIDES\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<strong>1. We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</strong>\n<h4 class=\"lead\">2. We give legal advise to law enforcement agencies.</h4>\n<h4 class=\"lead\">3. We conduct educational programs for schools, religious, and civic groups on criminal topics.</h4>\n<h4 class=\"lead\">4. We handle bad check cases.</h4>\n<h4 class=\"lead\">5. We provide assistance to victims of crime.</h4>\n<h4 class=\"lead\">6. We <span style=\"text-decoration: underline;\">assist</span> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</h4>\n<p class=\"lead\"></p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY CAN NOT PROVIDE\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<strong>1. We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</strong>\n<h4 class=\"lead\">2. We can not recommend an attorney or bail bondsman to you.</h4>\n<h4 class=\"lead\">3. We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</h4>\n<h4 class=\"lead\">4. We do not write letters asking for people to be released from prison or have their sentences changed.</h4>\n<strong>5. We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</strong>[/tab][/tabs][/one_half][/row][/section]'),(5130,2829,'_be_pb_disable','no'),(5131,2829,'be_themes_portfolio_item_link_to_project_url','0'),(5132,2829,'be_themes_portfolio_item_show_title','1'),(5133,2829,'be_themes_portfolio_item_show_cat','1'),(5134,2829,'slide_template','default'),(5135,2829,'be_themes_wide','0'),(5136,2829,'be_themes_header_transparent','0'),(5137,2829,'be_themes_hero_section_position','after'),(5138,2829,'be_themes_hero_section_with_header','no'),(5139,2829,'be_themes_hero_section_bg_repeat','no-repeat'),(5140,2829,'be_themes_hero_section_bg_attachment','fixed'),(5141,2829,'be_themes_hero_section_bg_position','center center'),(5142,2829,'be_themes_hero_section_bg_scale','1'),(5143,2829,'be_themes_hero_section_bg_parallax','1'),(5144,2829,'be_themes_hero_section_bg_video','0'),(5145,2829,'be_themes_hero_section_overlay','0'),(5146,2829,'be_themes_hero_section_container_wrap','yes'),(5147,2829,'be_themes_width_wide','0'),(5148,2829,'be_themes_height_wide','0'),(5301,2829,'_thumbnail_id','2748'),(5150,2829,'_wp_old_slug','ny-billboard'),(5151,2829,'_wp_old_slug','page-builder'),(5152,2829,'be_themes_hero_section','none'),(5155,2829,'be_themes_portfolio_client_name','Brand Exponents'),(5156,2829,'be_themes_portfolio_project_date','May 2014'),(5157,2829,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(5158,2829,'be_themes_sticky_header','no'),(5159,2829,'be_themes_hero_section_bg_mouse_move_parallax','0'),(5160,2829,'_edit_lock','1412802970:2'),(5161,2829,'be_themes_bottom_widgets','yes'),(5162,2829,'be_themes_footer_area','yes'),(5163,2829,'be_themes_section_scroll','0'),(5164,2829,'_dp_original','1181'),(5165,2830,'_edit_last','2'),(5166,2830,'be_themes_portfolio_visitsite_link_text','Visit Site'),(5167,2830,'be_themes_portfolio_link_to','single_portfolio'),(5168,2830,'be_themes_thumbnail_lightbox','featured_image'),(5169,2830,'be_themes_portfolio_single_page_style','normal'),(5170,2830,'be_themes_show_header_separator','yes'),(5171,2830,'_be_pb_content','[section bg_color= \"#ffffff\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_half][text animate= \"1\" animation_type= \"fadeInLeft\" ]<img class=\"aligncenter size-portfolio wp-image-2467\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\" alt=\"office\" width=\"650\" height=\"385\">[/text][/one_half][one_half][text animation_type= \"fadeIn\" ]<h5>Lawrence County</h5>\n [/text][tabs][tab title= \"CIRCUIT COURT TERMS\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Monday of April</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of June</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Monday of October</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of December</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\n<p class=\"lead\">Grand Jury Orientation</p>\n<p class=\"lead\">Thank you, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury</p>[/tab][tab title= \"LAW ENFORCEMENT\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"text-info\"><span style=\"color: #000000;\">Lawrence County Sheriff\'s Office</span></p>\n<p class=\"lead\">Joel Thames, Sheriff</p>\n<p class=\"text-info\">P. O. Box 155,</p>\n<p class=\"lead\"><span style=\"color: #000000;\">Monticello, MS 39654</span></p>\n<p class=\"lead\">601-587-2961</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Monticello Police Department</span></p>\n<p class=\"lead\">David Stanley, Chief</p>\n<p class=\"text-info\">P. O. Drawer 100,</p>\n<p class=\"lead\">Monticello, MS 39654</p>\n<p class=\"text-info\">601-587-7732</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">New Hebron Police Department</span></p>\n<p class=\"lead\">George Walker, Chief</p>\n<p class=\"text-info\">P. O. Box 251,</p>\n<p class=\"lead\">New Hebron, MS 39140</p>\n<p class=\"text-info\">601-694-2115 (City Hall)</p>[/tab][tab title= \"STAFF ASSIGNED\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4>KIM HARLIN</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to City Cases</p>\n\n<h4>DARRELL PERKINS</h4>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">assigned to County Cases</p>\n\n<h4>STACI KRAMER</h4>\n<p class=\"text-info\">Victim Assistance</p>\n<p class=\"lead\">provides services and assistance to victims of crime and can be reached in Poplarville at 601-403-2356.</p>\n\n<h4>CAROLYN ARINDER</h4>\n<p class=\"text-info\">Litigation Support</p>\n<p class=\"lead\">provides litigation support to prosecutors</p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY PROVIDES\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<strong><span style=\"color: #000000;\">1. We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</span></strong>\n<h4 class=\"lead\"><strong><span style=\"color: #000000;\">2. We give legal advise to law enforcement agencies.</span></strong></h4>\n<h4 class=\"lead\"><strong><span style=\"color: #000000;\">3. We conduct educational programs for schools, religious, and civic groups on criminal topics.</span></strong></h4>\n<h4 class=\"lead\"><strong><span style=\"color: #000000;\">4. We handle bad check cases.</span></strong></h4>\n<h4 class=\"lead\"><strong><span style=\"color: #000000;\">5. We provide assistance to victims of crime.</span></strong></h4>\n<h4 class=\"lead\"><strong><span style=\"color: #000000;\">6. We <span style=\"text-decoration: underline;\">assist</span> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</span></strong></h4>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY CAN NOT PROVIDE\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><strong>1. We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</strong></p>\n\n<h4 class=\"lead\"><strong>2. We can not recommend an attorney or bail bondsman to you.</strong></h4>\n<h4 class=\"lead\">3. We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</h4>\n<h4 class=\"lead\">4. We do not write letters asking for people to be released from prison or have their sentences changed.</h4>\n<h4 class=\"lead\">5. We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</h4>[/tab][/tabs][/one_half][/row][/section]'),(5172,2830,'_be_pb_disable','no'),(5173,2830,'be_themes_portfolio_item_link_to_project_url','0'),(5174,2830,'be_themes_portfolio_item_show_title','1'),(5175,2830,'be_themes_portfolio_item_show_cat','1'),(5176,2830,'slide_template','default'),(5177,2830,'be_themes_wide','0'),(5178,2830,'be_themes_header_transparent','1'),(5179,2830,'be_themes_hero_section_position','after'),(5180,2830,'be_themes_hero_section_with_header','no'),(5181,2830,'be_themes_hero_section_bg_repeat','no-repeat'),(5182,2830,'be_themes_hero_section_bg_attachment','fixed'),(5183,2830,'be_themes_hero_section_bg_position','center center'),(5184,2830,'be_themes_hero_section_bg_scale','1'),(5185,2830,'be_themes_hero_section_bg_parallax','1'),(5186,2830,'be_themes_hero_section_bg_video','0'),(5187,2830,'be_themes_hero_section_overlay','0'),(5188,2830,'be_themes_hero_section_container_wrap','yes'),(5189,2830,'be_themes_width_wide','0'),(5190,2830,'be_themes_height_wide','0'),(5304,2830,'_thumbnail_id','2749'),(5192,2830,'_wp_old_slug','ny-billboard'),(5193,2830,'_wp_old_slug','page-builder'),(5194,2830,'be_themes_hero_section','none'),(5197,2830,'be_themes_portfolio_client_name','Brand Exponents'),(5198,2830,'be_themes_portfolio_project_date','May 2014'),(5199,2830,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(5200,2830,'be_themes_sticky_header','no'),(5201,2830,'be_themes_hero_section_bg_mouse_move_parallax','0'),(5202,2830,'_edit_lock','1412786304:2'),(5203,2830,'be_themes_bottom_widgets','yes'),(5204,2830,'be_themes_footer_area','yes'),(5205,2830,'be_themes_section_scroll','0'),(5206,2830,'_dp_original','1181'),(5207,2831,'_edit_last','2'),(5208,2831,'be_themes_portfolio_visitsite_link_text','Visit Site'),(5209,2831,'be_themes_portfolio_link_to','single_portfolio'),(5210,2831,'be_themes_thumbnail_lightbox','featured_image'),(5211,2831,'be_themes_portfolio_single_page_style','normal'),(5212,2831,'be_themes_show_header_separator','yes'),(5213,2831,'_be_pb_content','[section bg_color= \"#ffffff\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_half][text animate= \"1\" animation_type= \"fadeInLeft\" ]<img class=\"aligncenter size-portfolio wp-image-2467\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\" alt=\"office\" width=\"650\" height=\"385\">[/text][/one_half][one_half][text animation_type= \"fadeIn\" ]<h5>Marion County</h5>\n [/text][tabs][tab title= \"CIRCUIT COURT TERMS\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of January</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Monday of February</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of April</span>, two (2) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of May</span>, four (4) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of July</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of August</span>, four (4) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of October</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\n<p class=\"lead\">Grand Jury Orientation</p>\n<p class=\"lead\">Thank you, the citizens of Marion County for taking time from work and family to serve on the Grand Jury.</p>[/tab][tab title= \"LAW ENFORCEMENT\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"text-info\"><span style=\"color: #000000;\">Marion County Sheriff\'s Office</span></p>\n<p class=\"lead\">Berkley Hall, Sheriff</p>\n<p class=\"text-info\">Courthouse Square</p>\n<p class=\"lead\">Columbia, MS 39429</p>\n<p class=\"text-info\">601-736-2711</p>\n<p class=\"lead\">601-736-5051</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Columbia Police Department</span></p>\n<p class=\"lead\">Clint McMurry, Chief</p>\n<p class=\"text-info\">201 Second Street</p>\n<p class=\"lead\">Columbia, MS 39429</p>\n<p class=\"text-info\">601-736-8052</p>[/tab][tab title= \"STAFF ASSIGNED\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4>MORRIS SWEATT</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to County Cases</p>\n\n<h4 class=\"lead\">KIM HARLIN</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">assigned to City Cases</p>\n\n<h4 class=\"lead\">DARRELL PERKINS</h4>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">assigned to County Cases</p>\n\n<h4 class=\"lead\">LARRY MOORE</h4>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">assigned to City Cases</p>\n\n<h4 class=\"lead\">JEFF CAILLOUET</h4>\n<p class=\"text-info\">Victim Assistance Coordinator</p>\n<p class=\"lead\">provides services and assistance to victims</p>\n\n<h4 class=\"lead\">TABITHA NELSON</h4>\n<p class=\"text-info\">Bad Checks/Pretrial Administrator</p>\n<p class=\"lead\">handles the Bad Checks and Pretrial programs</p>\n\n<h4 class=\"lead\">KIMBERLY PURVIS</h4>\n<p class=\"text-info\">Administrative Assistant / Litigation Support</p>\n<p class=\"lead\">administrative assistant to the District Attorney and provides litigation support to prosecutors</p>\n\n<h4 class=\"lead\">JACQUELINE MCGEE</h4>\n<p class=\"text-info\">Office Manager</p>\n<p class=\"lead\">Office Manager for the 15th District</p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY PROVIDES\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><strong>1. We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</strong></p>\n\n<h4 class=\"lead\"><strong>2. We give legal advise to law enforcement agencies.</strong></h4>\n<h4 class=\"lead\"><strong>3. We conduct educational programs for schools, religious, and civic groups on criminal topics.</strong></h4>\n<h4 class=\"lead\"><strong>4. We handle bad check cases.</strong></h4>\n<h4 class=\"lead\"><strong>5. We provide assistance to victims of crime.</strong></h4>\n<h4 class=\"lead\"><strong>6. We <span style=\"text-decoration: underline;\">assist</span> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</strong></h4>\n<h4 class=\"lead\"></h4>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY CAN NOT PROVIDE\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><strong>1. We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</strong></p>\n\n<h4 class=\"lead\"><strong>2. We can not recommend an attorney or bail bondsman to you.</strong></h4>\n<h4 class=\"lead\"><strong>3. We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</strong></h4>\n<h4 class=\"lead\"><strong>4. We do not write letters asking for people to be released from prison or have their sentences changed.</strong></h4>\n<h4 class=\"lead\"><strong>5. We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</strong></h4>[/tab][/tabs][/one_half][/row][/section]'),(5214,2831,'_be_pb_disable','no'),(5215,2831,'be_themes_portfolio_item_link_to_project_url','0'),(5216,2831,'be_themes_portfolio_item_show_title','1'),(5217,2831,'be_themes_portfolio_item_show_cat','1'),(5218,2831,'slide_template','default'),(5219,2831,'be_themes_wide','0'),(5220,2831,'be_themes_header_transparent','1'),(5221,2831,'be_themes_hero_section_position','after'),(5222,2831,'be_themes_hero_section_with_header','no'),(5223,2831,'be_themes_hero_section_bg_repeat','no-repeat'),(5224,2831,'be_themes_hero_section_bg_attachment','fixed'),(5225,2831,'be_themes_hero_section_bg_position','center center'),(5226,2831,'be_themes_hero_section_bg_scale','1'),(5227,2831,'be_themes_hero_section_bg_parallax','1'),(5228,2831,'be_themes_hero_section_bg_video','0'),(5229,2831,'be_themes_hero_section_overlay','0'),(5230,2831,'be_themes_hero_section_container_wrap','yes'),(5231,2831,'be_themes_width_wide','0'),(5232,2831,'be_themes_height_wide','0'),(5730,2883,'_wp_attached_file','2014/10/marion1.png'),(5234,2831,'_wp_old_slug','ny-billboard'),(5235,2831,'_wp_old_slug','page-builder'),(5236,2831,'be_themes_hero_section','none'),(5239,2831,'be_themes_portfolio_client_name','Brand Exponents'),(5240,2831,'be_themes_portfolio_project_date','May 2014'),(5241,2831,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(5242,2831,'be_themes_sticky_header','inherit'),(5243,2831,'be_themes_hero_section_bg_mouse_move_parallax','0'),(5244,2831,'_edit_lock','1412803323:2'),(5245,2831,'be_themes_bottom_widgets','yes'),(5246,2831,'be_themes_footer_area','yes'),(5247,2831,'be_themes_section_scroll','0'),(5248,2831,'_dp_original','1181'),(5249,2832,'_edit_last','2'),(5250,2832,'be_themes_portfolio_visitsite_link_text','Visit Site'),(5251,2832,'be_themes_portfolio_link_to','single_portfolio'),(5252,2832,'be_themes_thumbnail_lightbox','featured_image'),(5253,2832,'be_themes_portfolio_single_page_style','normal'),(5254,2832,'be_themes_show_header_separator','yes'),(5255,2832,'_be_pb_content','[section bg_color= \"#ffffff\" bg_repeat= \"repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_mp4_src_ogg= \"\" bg_video_mp4_src_webm= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\"][row][one_half][text animate= \"1\" animation_type= \"fadeInLeft\" ]<img class=\"aligncenter size-portfolio wp-image-2467\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\" alt=\"office\" width=\"650\" height=\"385\">[/text][/one_half][one_half][text animation_type= \"fadeIn\" ]<h5>Pearl River County</h5>\n [/text][tabs][tab title= \"CIRCUIT COURT TERMS\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of January</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">4th Monday of February</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of April</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of May</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of July</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">3rd Monday of August</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\"><i><span style=\"color: #cc0000;\">Grand Jury to be impaneled</span></i></p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">1st Monday of October</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Tony Mozingo</p>\n<p class=\"lead\"><span style=\"text-decoration: underline;\">2nd Monday of November</span>, three (3) weeks</p>\n<p class=\"text-info\">Judge Prentiss Harrell</p>\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\n<p class=\"lead\">Grand Jury Orientation</p>\n<p class=\"lead\">Thank you, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury.</p>[/tab][tab title= \"LAW ENFORCEMENT\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"text-info\"><span style=\"color: #000000;\">Pearl River County Sheriff\'s Office</span></p>\n<p class=\"lead\">David Allison, Sheriff</p>\n<p class=\"text-info\">200 South Main,</p>\n<p class=\"lead\">Poplarville, MS 39470</p>\n<p class=\"text-info\">601-403-2341</p>\n<p class=\"lead\">601-795-2241</p>\n<p class=\"lead\">601-798-8980</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Poplarville Police Department</span></p>\n<p class=\"lead\">Charles Fazende, Chief</p>\n<p class=\"text-info\">200 Hwy 26 East,</p>\n<p class=\"lead\">Poplarville, MS 39470</p>\n<p class=\"text-info\">601-792-5198</p>\n<p class=\"text-info\"><span style=\"color: #000000;\">Picayune Police Department</span></p>\n<p class=\"lead\">Bryan Dawsey, Chief</p>\n<p class=\"text-info\">328 South Main Street,</p>\n<p class=\"lead\">Picayune, MS 39466</p>\n<p class=\"text-info\">601-798-7411</p>[/tab][tab title= \"STAFF ASSIGNED\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<h4>MICHAEL HORAN</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">prosecutes felony cases and can be reached at 601-403-2350.</p>\n\n<h4 class=\"lead\"> CLAY CRANFORD</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">prosecutes felony cases and can be reached at 601-403-2350.</p>\n\n<h4 class=\"lead\"> LISA MCGLOFLIN</h4>\n<p class=\"text-info\">Assistant District Attorney</p>\n<p class=\"lead\">prosecutes felony cases and can be reached at 601-403-2350.</p>\n\n<h4 class=\"lead\"> JOE STUART</h4>\n<p class=\"text-info\">Investigator</p>\n<p class=\"lead\">provides assistance to Law Enforcement in the investigation of complex crimes and can be reached at 601-403-2350</p>\n\n<h4>STACI KRAMER</h4>\n<p class=\"text-info\">Victim Assistance</p>\n<p class=\"lead\">provides services and assistance to victims of crime and can be reached in Poplarville at 601-403-2356.</p>\n\n<h4>TABITHA NELSON</h4>\n<p class=\"text-info\">Bad Checks/Pretrial Administrator</p>\n<p class=\"lead\">handles the Bad Checks and Pretrial programs and can be reached at 601-736-2164.</p>\n\n<h4>JEANNA RICHIE</h4>\n<p class=\"text-info\">Litigation Support</p>\n<p class=\"lead\">provides litigation support to prosecutors and can be reached at 601-403-2350.</p>\n\n<h4>MICHELLE PITTMAN</h4>\n<p class=\"text-info\">Litigation Support</p>\n<p class=\"lead\">provides litigation support to prosecutors and can be reached at 601-403-2350.</p>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY PROVIDES\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><strong>1. We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</strong></p>\n\n<h4 class=\"lead\"><strong>2. We give legal advise to law enforcement agencies.</strong></h4>\n<h4 class=\"lead\"><strong>3. We conduct educational programs for schools, religious, and civic groups on criminal topics.</strong></h4>\n<h4 class=\"lead\"><strong>4. We handle bad check cases.</strong></h4>\n<h4 class=\"lead\"><strong>5. We provide assistance to victims of crime.</strong></h4>\n<h4 class=\"lead\"><strong>6. We <span style=\"text-decoration: underline;\">assist</span> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</strong></h4>\n<h4 class=\"lead\"></h4>[/tab][tab title= \"SERVICES YOUR DISTRICT ATTORNEY CAN NOT PROVIDE\" icon= \"none\" title_bg_color= \"#efefef\" title_border_color= \"#dedede\" title_color= \"#555555\" content_bg_color= \"\" content_border_color= \"#dedede\" ]<p class=\"lead\"><strong>1. We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</strong></p>\n\n<h4 class=\"lead\"><strong>2. We can not recommend an attorney or bail bondsman to you.</strong></h4>\n<h4 class=\"lead\"><strong>3. We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</strong></h4>\n<h4 class=\"lead\"><strong>4. We do not write letters asking for people to be released from prison or have their sentences changed.</strong></h4>\n<h4 class=\"lead\"><strong>5. We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</strong></h4>[/tab][/tabs][/one_half][/row][/section]'),(5256,2832,'_be_pb_disable','no'),(5257,2832,'be_themes_portfolio_item_link_to_project_url','0'),(5258,2832,'be_themes_portfolio_item_show_title','1'),(5259,2832,'be_themes_portfolio_item_show_cat','1'),(5260,2832,'slide_template','default'),(5261,2832,'be_themes_wide','0'),(5262,2832,'be_themes_header_transparent','1'),(5263,2832,'be_themes_hero_section_position','after'),(5264,2832,'be_themes_hero_section_with_header','no'),(5265,2832,'be_themes_hero_section_bg_repeat','no-repeat'),(5266,2832,'be_themes_hero_section_bg_attachment','fixed'),(5267,2832,'be_themes_hero_section_bg_position','center center'),(5268,2832,'be_themes_hero_section_bg_scale','1'),(5269,2832,'be_themes_hero_section_bg_parallax','1'),(5270,2832,'be_themes_hero_section_bg_video','0'),(5271,2832,'be_themes_hero_section_overlay','0'),(5272,2832,'be_themes_hero_section_container_wrap','yes'),(5273,2832,'be_themes_width_wide','0'),(5274,2832,'be_themes_height_wide','0'),(5308,2832,'_thumbnail_id','2670'),(5276,2832,'_wp_old_slug','ny-billboard'),(5277,2832,'_wp_old_slug','page-builder'),(5278,2832,'be_themes_hero_section','none'),(5280,2832,'be_themes_hero_section_content','<p>[special_heading2 title_content= \"Project Namo\" h_tag= \"H3\" title_color= \"#fff\" separator_color= \"#ddd\" border_color= \"#000\" bg_color= \"#000\" bg_opacity= \"65\" animation_type= \"fadeIn\" ][/special_heading2]</p>\n'),(5281,2832,'be_themes_portfolio_client_name','Brand Exponents'),(5282,2832,'be_themes_portfolio_project_date','May 2014'),(5283,2832,'be_themes_portfolio_visitsite_url','http://www.themeforest.net'),(5284,2832,'be_themes_sticky_header','inherit'),(5285,2832,'be_themes_hero_section_bg_mouse_move_parallax','0'),(5286,2832,'_edit_lock','1412786355:2'),(5287,2832,'be_themes_bottom_widgets','yes'),(5288,2832,'be_themes_footer_area','yes'),(5289,2832,'be_themes_section_scroll','0'),(5290,2832,'_dp_original','1181'),(5302,2829,'_wp_old_slug','jefferson-davis-4'),(5303,2830,'_wp_old_slug','jefferson-davis-3'),(5305,2831,'_wp_old_slug','jefferson-davis-2'),(5307,2832,'_wp_old_slug','jefferson-davis'),(5550,2856,'_edit_lock','1412793184:2'),(5551,2856,'_edit_last','2'),(5552,2856,'slide_template','default'),(5676,2871,'_edit_last','5'),(5677,2871,'_wp_page_template','default'),(10989,6474,'_menu_item_type','custom'),(10990,6474,'_menu_item_menu_item_parent','0'),(10991,6474,'_menu_item_object_id','6474'),(10992,6474,'_menu_item_object','custom'),(10993,6474,'_menu_item_target',''),(10994,6474,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10995,6474,'_menu_item_xfn',''),(10996,6474,'_menu_item_url',''),(11081,6731,'_menu_item_type','post_type'),(11004,6493,'_et_pb_side_nav','off'),(11005,6493,'_et_pb_use_builder','on'),(11006,6493,'_et_pb_old_content',''),(11007,6516,'_menu_item_type','post_type'),(11008,6516,'_menu_item_menu_item_parent','6469'),(11009,6516,'_menu_item_object_id','6493'),(11010,6516,'_menu_item_object','page'),(11011,6516,'_menu_item_target',''),(11012,6516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11013,6516,'_menu_item_xfn',''),(11014,6516,'_menu_item_url',''),(5702,2871,'_edit_lock','1553617867:9'),(5703,2871,'_be_pb_content','[section bg_color= \"#898989\" bg_repeat= \"no-repeat\" bg_attachment= \"scroll\" bg_position= \"top left\" bg_parallax= \"1\" border_size= \"\" border_color= \"\" padding_top= \"100\" padding_bottom= \"100\" bg_video_mp4_src= \"\" bg_video_ogg_src= \"\" bg_video_webm_src= \"\" overlay_color= \"\" overlay_opacity= \"\" section_id= \"\" full_screen_header_scheme= \"background--light\"][row][one_col][special_heading3 title_content= \"YOUR RIGHTS AS A VICTIM OF CRIME\" h_tag= \"h3\" title_color= \"#c9af2e\" sub_title1= \"\" sub_title2= \"\" top_caption_color= \"#999999\" bottom_caption_color= \"#999999\" top_caption_separator_color= \"#efefef\" bottom_caption_separator_color= \"#efefef\" animation_type= \"fadeIn\"][/one_col][/row][row][one_col][text animation_type= \"fadeIn\" ]<p class=\"style1\"><span style=\"color: #0000b5;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</span></p>\n\n<ul>\n <li><span style=\"color: #000000;\">information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a Request to Exercise Victims\' Rights form, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</span></li>\n <li><span style=\"color: #000000;\">to be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</span></li>\n <li><span style=\"color: #000000;\">an opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</span></li>\n <li><span style=\"color: #000000;\">to a final disposition of the criminal proceeding free from unreasonable delay.</span></li>\n <li><span style=\"color: #000000;\">to be present at all criminal proceedings.</span></li>\n <li><span style=\"color: #000000;\">to have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</span></li>\n <li><span style=\"color: #000000;\">to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</span></li>\n <li><span style=\"color: #000000;\">to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</span></li>\n <li><span style=\"color: #000000;\">to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</span></li>\n <li><span style=\"color: #000000;\">to be notified of the sentence imposed on the defendant as soon as practicable.</span></li>\n <li><span style=\"color: #000000;\">to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</span></li>\n <li><span style=\"color: #000000;\">to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</span></li>\n <li><span style=\"color: #000000;\">to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</span></li>\n <li><span style=\"color: #000000;\">to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</span></li>\n <li><span style=\"color: #000000;\">to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</span></li>\n <li><span style=\"color: #000000;\">to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</span></li>\n <li><span style=\"color: #000000;\">to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</span></li>\n <li><span style=\"color: #000000;\">to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</span></li>\n <li><span style=\"color: #000000;\">to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</span></li>\n</ul>\n<span style=\"color: #0000b7;\">These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</span>\n\n<span style=\"color: #0000b7;\">In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed Request to Exercise Victim\'s Rights form, which will be provided to the victim by the law enforcement agency investigating the case.</span>[/text][/one_col][/row][/section]'),(11228,6772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:107;s:4:\"file\";s:28:\"2015/09/Marion_Court_160.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Marion_Court_160-150x107.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11229,6773,'_wp_attached_file','2015/09/Pearl_River_Court_160.jpg'),(11230,6773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:107;s:4:\"file\";s:33:\"2015/09/Pearl_River_Court_160.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pearl_River_Court_160-150x107.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10687,6314,'_menu_item_xfn',''),(10688,6314,'_menu_item_url',''),(11223,6770,'_wp_attached_file','2015/09/Lamar_Court_160.jpg'),(11224,6770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:107;s:4:\"file\";s:27:\"2015/09/Lamar_Court_160.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lamar_Court_160-150x107.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11079,6723,'_wp_attached_file','2015/09/logo.png'),(11080,6723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:376;s:6:\"height\";i:220;s:4:\"file\";s:16:\"2015/09/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11206,6758,'_menu_item_type','post_type'),(11207,6758,'_menu_item_menu_item_parent','0'),(11208,6758,'_menu_item_object_id','6751'),(11209,6758,'_menu_item_object','page'),(11210,6758,'_menu_item_target',''),(11211,6758,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11212,6758,'_menu_item_xfn',''),(11213,6758,'_menu_item_url',''),(11222,6769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:107;s:4:\"file\";s:37:\"2015/09/Jefferson_Davis_Court_160.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Jefferson_Davis_Court_160-150x107.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11219,6767,'_wp_attached_file','2015/08/15thDistrictMap.png'),(11220,6767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:320;s:4:\"file\";s:27:\"2015/08/15thDistrictMap.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"15thDistrictMap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"15thDistrictMap-178x300.png\";s:5:\"width\";i:178;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"15thDistrictMap-190x250.png\";s:5:\"width\";i:190;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"15thDistrictMap-190x284.png\";s:5:\"width\";i:190;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(5704,2871,'_be_pb_disable','no'),(5705,2871,'_dp_original','2818'),(5731,2883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2014/10/marion1.png\";s:5:\"sizes\";a:1:{s:14:\"carousel-thumb\";a:4:{s:4:\"file\";s:17:\"marion1-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(5732,2831,'_thumbnail_id','2883'),(11261,6854,'_et_pb_predefined_layout','on'),(11259,6852,'_et_pb_predefined_layout','on'),(11184,6742,'_menu_item_target',''),(11183,6742,'_menu_item_object','page'),(11182,6742,'_menu_item_object_id','2871'),(11181,6742,'_menu_item_menu_item_parent','0'),(11180,6742,'_menu_item_type','post_type'),(11189,6743,'_menu_item_type','post_type'),(11178,6741,'_menu_item_url',''),(11177,6741,'_menu_item_xfn',''),(11176,6741,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11175,6741,'_menu_item_target',''),(11169,6740,'_menu_item_url',''),(11168,6740,'_menu_item_xfn',''),(11167,6740,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11166,6740,'_menu_item_target',''),(11165,6740,'_menu_item_object','page'),(11164,6740,'_menu_item_object_id','5982'),(11163,6740,'_menu_item_menu_item_parent','0'),(11162,6740,'_menu_item_type','post_type'),(11171,6741,'_menu_item_type','post_type'),(11172,6741,'_menu_item_menu_item_parent','0'),(11160,6739,'_menu_item_url',''),(11159,6739,'_menu_item_xfn',''),(11158,6739,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11157,6739,'_menu_item_target',''),(11156,6739,'_menu_item_object','page'),(11155,6739,'_menu_item_object_id','6045'),(11154,6739,'_menu_item_menu_item_parent','0'),(11153,6739,'_menu_item_type','post_type'),(11173,6741,'_menu_item_object_id','5988'),(11151,6738,'_menu_item_url',''),(11150,6738,'_menu_item_xfn',''),(11149,6738,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11148,6738,'_menu_item_target',''),(11147,6738,'_menu_item_object','page'),(11146,6738,'_menu_item_object_id','6444'),(11145,6738,'_menu_item_menu_item_parent','0'),(11144,6738,'_menu_item_type','post_type'),(11174,6741,'_menu_item_object','page'),(11142,6737,'_menu_item_url',''),(11141,6737,'_menu_item_xfn',''),(11140,6737,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11139,6737,'_menu_item_target',''),(11135,6737,'_menu_item_type','post_type'),(11133,6736,'_menu_item_url',''),(11132,6736,'_menu_item_xfn',''),(9035,5931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:22:\"2014/10/lisabeech1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lisabeech1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:20:\"lisabeech1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9034,5931,'_wp_attached_file','2014/10/lisabeech1.png'),(9033,5930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:18:\"2014/10/sweat1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"sweat1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:16:\"sweat1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9032,5930,'_wp_attached_file','2014/10/sweat1.png'),(9031,5929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:20:\"2014/10/lbarnes1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"lbarnes1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:18:\"lbarnes1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9030,5929,'_wp_attached_file','2014/10/lbarnes1.png'),(9024,5926,'_wp_attached_file','2014/10/mh.png'),(9025,5926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2014/10/mh.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"mh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:12:\"mh-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9026,5927,'_wp_attached_file','2013/03/mh4.png'),(9027,5927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:15:\"2013/03/mh4.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mh4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:13:\"mh4-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9028,5928,'_wp_attached_file','2014/10/kthomas1.png'),(9029,5928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:20:\"2014/10/kthomas1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"kthomas1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:18:\"kthomas1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(7178,5868,'_edit_last','7'),(7194,5868,'_wp_page_template','default'),(7203,5868,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(10829,6375,'_wp_attached_file','2014/10/Hal-in-Court.jpg'),(10830,6375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:24:\"2014/10/Hal-in-Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Hal-in-Court-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:\"Hal-in-Court-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Hal-in-Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Hal-in-Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11399,6986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:448;s:6:\"height\";i:299;s:4:\"file\";s:32:\"2016/01/HAL-PHOTO-2016-small.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"HAL-PHOTO-2016-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"HAL-PHOTO-2016-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"HAL-PHOTO-2016-small-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"HAL-PHOTO-2016-small-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:8;s:6:\"credit\";s:13:\"Brent Wallace\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1451897813;s:9:\"copyright\";s:22:\"www.bwallacephotos.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(9089,5941,'_menu_item_menu_item_parent','0'),(11136,6737,'_menu_item_menu_item_parent','0'),(11348,6930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:596;s:4:\"file\";s:20:\"2016/01/IMG_3206.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3206-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3206-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3206-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3206-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(11347,6930,'_wp_attached_file','2016/01/IMG_3206.jpg'),(11137,6737,'_menu_item_object_id','6493'),(11108,6734,'_menu_item_type','post_type'),(11109,6734,'_menu_item_menu_item_parent','0'),(11110,6734,'_menu_item_object_id','5947'),(11111,6734,'_menu_item_object','page'),(11112,6734,'_menu_item_target',''),(11113,6734,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11114,6734,'_menu_item_xfn',''),(11115,6734,'_menu_item_url',''),(10737,6332,'_menu_item_type','post_type'),(10738,6332,'_menu_item_menu_item_parent','6469'),(10739,6332,'_menu_item_object_id','2871'),(10740,6332,'_menu_item_object','page'),(10741,6332,'_menu_item_target',''),(10742,6332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10743,6332,'_menu_item_xfn',''),(10744,6332,'_menu_item_url',''),(11085,6731,'_menu_item_target',''),(11086,6731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11087,6731,'_menu_item_xfn',''),(11088,6731,'_menu_item_url',''),(11185,6742,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11186,6742,'_menu_item_xfn',''),(11187,6742,'_menu_item_url',''),(11190,6743,'_menu_item_menu_item_parent','0'),(11191,6743,'_menu_item_object_id','5944'),(11192,6743,'_menu_item_object','page'),(11193,6743,'_menu_item_target',''),(11194,6743,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11195,6743,'_menu_item_xfn',''),(11196,6743,'_menu_item_url',''),(11198,6751,'_edit_lock','1666970671:9'),(11199,6751,'_edit_last','9'),(11200,6751,'_wp_page_template','default'),(11201,6751,'_et_pb_post_hide_nav','off'),(11202,6751,'_et_pb_page_layout','et_right_sidebar'),(11203,6751,'_et_pb_side_nav','off'),(11204,6751,'_et_pb_use_builder','on'),(11205,6751,'_et_pb_old_content',''),(11769,7195,'_wp_attached_file','2015/08/jim-crop.jpg'),(11770,7195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:572;s:4:\"file\";s:20:\"2015/08/jim-crop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"jim-crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"jim-crop-251x300.jpg\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"jim-crop-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"jim-crop-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11771,7202,'_wp_attached_file','2015/08/jj-pic2.jpg'),(11772,7202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1142;s:6:\"height\";i:1268;s:4:\"file\";s:19:\"2015/08/jj-pic2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"jj-pic2-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:19:\"jj-pic2-270x300.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"jj-pic2-922x1024.jpg\";s:5:\"width\";i:922;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"jj-pic2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"jj-pic2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"jj-pic2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"jj-pic2-1080x1199.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:1528541953;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:\"\";s:11:\"orientation\";i:0;}}'),(7671,5554,'cmsms_service_s_link_url','#'),(7672,5554,'_edit_last','3'),(7673,5554,'slide_template',''),(7674,5554,'cmsms_service_images','5656'),(7675,5554,'cmsms_service_columns','cmsms_four'),(7676,5554,'cmsms_service_video_type','embedded'),(7677,5554,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7678,5554,'cmsms_service_more','Read More'),(7679,5554,'cmsms_service_format','slider'),(7680,5554,'cmsms_service_featured_image_show','true'),(7681,5554,'cmsms_service_features','a:2:{i:0;a:2:{i:0;s:3:\"Age\";i:1;s:2:\"32\";}i:1;a:2:{i:0;s:4:\"Name\";i:1;s:7:\"Tralala\";}}'),(7682,5554,'cmsms_service_s_link_text','Click Here'),(7683,5554,'cmsms_service_s_link_target','true'),(7684,5554,'cmsms_service_sharing_box','true'),(7685,5554,'cmsms_service_author_box','true'),(7686,5554,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7687,5554,'cmsms_top_sidebar','false'),(7688,5554,'cmsms_middle_sidebar','false'),(7689,5554,'cmsms_bottom_sidebar','true'),(7690,5554,'cmsms_bg_default','true'),(7691,5554,'cmsms_bg_col','#ffffff'),(7692,5554,'cmsms_bg_img_enable','false'),(7693,5554,'cmsms_bg_rep','repeat'),(7694,5554,'cmsms_bg_pos','top center'),(7695,5554,'cmsms_bg_att','scroll'),(7696,5554,'cmsms_heading','default'),(7697,5554,'cmsms_heading_bg_col','#fbfbfb'),(7698,5554,'cmsms_heading_bg_col_opac','50'),(7699,5554,'cmsms_breadcrumbs','default'),(7700,5554,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7701,5554,'cmsms_slider','disabled'),(7702,5554,'cmsms_service_features_one','a:3:{i:0;a:2:{i:0;s:10:\"Speciality\";i:1;s:9:\"Civil Law\";}i:1;a:2:{i:0;s:7:\"Degrees\";i:1;s:8:\"Attorney\";}i:2;a:2:{i:0;s:6:\"Adress\";i:1;s:18:\"Office 224, Hall B\";}}'),(7703,5554,'cmsms_service_features_two','a:3:{i:0;a:2:{i:0;s:15:\"Monday - Friday\";i:1;s:11:\"8.00 -17.00\";}i:1;a:2:{i:0;s:8:\"Saturday\";i:1;s:12:\"9.30 - 17.30\";}i:2;a:2:{i:0;s:6:\"Sunday\";i:1;s:12:\"9.30 - 15.00\";}}'),(7704,5554,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7705,5554,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7706,5554,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7707,5554,'cmsms_content_composer_text','%3Cdiv%20class%3D%22one_first%20first_column%22%20data-folder%3D%22column%22%20data-type%3D%22%22%20data-animation%3D%22%22%3E%3Cdiv%20data-folder%3D%22email%22%20data-type%3D%22%22%3E%5Bcontactform%20formname%3D%22test_contact_form_897416663445596300%22%20email%3D%22test%40mail.com%22%5D%3C%2Fdiv%3E%3C%2Fdiv%3E'),(7708,5554,'cmsms_service_features_one_title','Service Details'),(7709,5554,'cmsms_service_features_two_title','Service details'),(7710,5554,'cmsms_likes','1'),(7711,5558,'_edit_last','3'),(7713,5558,'slide_template',''),(7714,5558,'cmsms_service_images','5840'),(7715,5558,'cmsms_service_columns','cmsms_one'),(7716,5558,'cmsms_service_video_type','embedded'),(7717,5558,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7718,5558,'cmsms_service_more','Read More'),(7719,5558,'cmsms_service_format','album'),(7720,5558,'cmsms_service_featured_image_show','true'),(7721,5558,'cmsms_service_features_one_title','Service Features'),(7722,5558,'cmsms_service_features_one','a:4:{i:0;a:2:{i:0;s:4:\"Area\";i:1;s:11:\"468.5 sq mi\";}i:1;a:2:{i:0;s:10:\"Population\";i:1;s:5:\"8,405\";}i:2;a:2:{i:0;s:7:\"Density\";i:1;s:12:\"27,550/sq mi\";}i:3;a:2:{i:0;s:5:\"Metro\";i:1;s:12:\"13,318 sq mi\";}}'),(7723,5558,'cmsms_service_features_two_title','Details'),(7724,5558,'cmsms_service_features_two','a:2:{i:0;a:2:{i:0;s:9:\"Time Zone\";i:1;s:21:\"Eastern (EST) (UTC-5)\";}i:1;a:2:{i:0;s:12:\"Summer (DST)\";i:1;s:11:\"EDT (UTC-4)\";}}'),(7725,5558,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7726,5558,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7727,5558,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7728,5558,'cmsms_service_s_link_text','Click Here'),(7729,5558,'cmsms_service_s_link_target','true'),(7730,5558,'cmsms_service_sharing_box','true'),(7731,5558,'cmsms_service_author_box','true'),(7732,5558,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7733,5558,'cmsms_top_sidebar','false'),(7734,5558,'cmsms_middle_sidebar','false'),(7735,5558,'cmsms_bottom_sidebar','true'),(7736,5558,'cmsms_bg_default','true'),(7737,5558,'cmsms_bg_col','#ffffff'),(7738,5558,'cmsms_bg_img_enable','false'),(7739,5558,'cmsms_bg_rep','repeat'),(7740,5558,'cmsms_bg_pos','top center'),(7741,5558,'cmsms_bg_att','scroll'),(7742,5558,'cmsms_heading','default'),(7743,5558,'cmsms_heading_bg_col','#fbfbfb'),(7744,5558,'cmsms_heading_bg_col_opac','50'),(7745,5558,'cmsms_breadcrumbs','default'),(7746,5558,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7747,5558,'cmsms_slider','disabled'),(7748,5615,'_edit_last','3'),(7750,5615,'slide_template',''),(7751,5615,'cmsms_service_columns','cmsms_one'),(7752,5615,'cmsms_service_video_type','embedded'),(7753,5615,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7754,5615,'cmsms_service_more','Read More'),(7755,5615,'cmsms_service_format','album'),(7756,5615,'cmsms_service_featured_image_show','true'),(7757,5615,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7758,5615,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7759,5615,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7760,5615,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7761,5615,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7762,5615,'cmsms_service_s_link_text','Click Here'),(7763,5615,'cmsms_service_s_link_target','true'),(7764,5615,'cmsms_service_sharing_box','true'),(7765,5615,'cmsms_service_author_box','true'),(7766,5615,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7767,5615,'cmsms_top_sidebar','false'),(7768,5615,'cmsms_middle_sidebar','false'),(7769,5615,'cmsms_bottom_sidebar','true'),(7770,5615,'cmsms_bg_default','true'),(7771,5615,'cmsms_bg_col','#ffffff'),(7772,5615,'cmsms_bg_img_enable','false'),(7773,5615,'cmsms_bg_rep','repeat'),(7774,5615,'cmsms_bg_pos','top center'),(7775,5615,'cmsms_bg_att','scroll'),(7776,5615,'cmsms_heading','default'),(7777,5615,'cmsms_heading_bg_col','#fbfbfb'),(7778,5615,'cmsms_heading_bg_col_opac','50'),(7779,5615,'cmsms_breadcrumbs','default'),(7780,5615,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7781,5615,'cmsms_slider','disabled'),(7782,5615,'cmsms_service_images','5838'),(7784,5620,'_edit_last','3'),(7785,5620,'slide_template',''),(7786,5620,'cmsms_service_columns','cmsms_one'),(7787,5620,'cmsms_service_video_type','embedded'),(7788,5620,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7789,5620,'cmsms_service_more','Read More'),(7790,5620,'cmsms_service_format','album'),(7791,5620,'cmsms_service_featured_image_show','true'),(7792,5620,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7793,5620,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7794,5620,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7795,5620,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7796,5620,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7797,5620,'cmsms_service_s_link_text','Click Here'),(7798,5620,'cmsms_service_s_link_target','true'),(7799,5620,'cmsms_service_sharing_box','true'),(7800,5620,'cmsms_service_author_box','true'),(7801,5620,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7802,5620,'cmsms_top_sidebar','false'),(7803,5620,'cmsms_middle_sidebar','false'),(7804,5620,'cmsms_bottom_sidebar','true'),(7805,5620,'cmsms_bg_default','true'),(7806,5620,'cmsms_bg_col','#ffffff'),(7807,5620,'cmsms_bg_img_enable','false'),(7808,5620,'cmsms_bg_rep','repeat'),(7809,5620,'cmsms_bg_pos','top center'),(7810,5620,'cmsms_bg_att','scroll'),(7811,5620,'cmsms_heading','default'),(7812,5620,'cmsms_heading_bg_col','#fbfbfb'),(7813,5620,'cmsms_heading_bg_col_opac','50'),(7814,5620,'cmsms_breadcrumbs','default'),(7815,5620,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7816,5620,'cmsms_slider','disabled'),(7817,5620,'cmsms_service_images','5845'),(7818,5623,'_edit_last','3'),(7820,5623,'slide_template',''),(7821,5623,'cmsms_service_columns','cmsms_four'),(7822,5623,'cmsms_service_video_type','embedded'),(7823,5623,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7824,5623,'cmsms_service_more','Read More'),(7825,5623,'cmsms_service_format','slider'),(7826,5623,'cmsms_service_featured_image_show','true'),(7827,5623,'cmsms_service_features_one','a:6:{i:0;a:2:{i:0;s:10:\"Jeff Blake\";i:1;s:15:\"Estate Planning\";}i:1;a:2:{i:0;s:14:\"Philip Camillo\";i:1;s:12:\"Criminal Law\";}i:2;a:2:{i:0;s:10:\"Wendy Ross\";i:1;s:12:\"Civil Rights\";}i:3;a:2:{i:0;s:11:\"Paul Atwood\";i:1;s:18:\"Co-founder and CEO\";}i:4;a:2:{i:0;s:12:\"Whitney Cole\";i:1;s:9:\"Insurance\";}i:5;a:2:{i:0;s:10:\"Alice Gray\";i:1;s:10:\"Family Law\";}}'),(7828,5623,'cmsms_service_features_two','a:3:{i:0;a:2:{i:0;s:15:\"Monday - Friday\";i:1;s:11:\"8.00 -17.00\";}i:1;a:2:{i:0;s:8:\"Saturday\";i:1;s:12:\"9.30 - 17.30\";}i:2;a:2:{i:0;s:6:\"Sunday\";i:1;s:12:\"9.30 - 15.00\";}}'),(7829,5623,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7830,5623,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7831,5623,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7832,5623,'cmsms_service_s_link_text','Click Here'),(7833,5623,'cmsms_service_s_link_target','true'),(7834,5623,'cmsms_service_sharing_box','true'),(7835,5623,'cmsms_service_author_box','true'),(7836,5623,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7837,5623,'cmsms_top_sidebar','false'),(7838,5623,'cmsms_middle_sidebar','false'),(7839,5623,'cmsms_bottom_sidebar','true'),(7840,5623,'cmsms_bg_default','true'),(7841,5623,'cmsms_bg_col','#ffffff'),(7842,5623,'cmsms_bg_img_enable','false'),(7843,5623,'cmsms_bg_rep','repeat'),(7844,5623,'cmsms_bg_pos','top center'),(7845,5623,'cmsms_bg_att','scroll'),(7846,5623,'cmsms_heading','default'),(7847,5623,'cmsms_heading_bg_col','#fbfbfb'),(7848,5623,'cmsms_heading_bg_col_opac','50'),(7849,5623,'cmsms_breadcrumbs','default'),(7850,5623,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7851,5623,'cmsms_slider','disabled'),(7852,5623,'cmsms_service_images','5837'),(7853,5623,'cmsms_service_features_one_title','Team Features'),(7854,5623,'cmsms_service_features_two_title','Details'),(7855,5632,'cmsms_likes','1'),(7857,5632,'_edit_last','3'),(7858,5632,'slide_template',''),(7859,5632,'cmsms_service_columns','cmsms_two'),(7860,5632,'cmsms_service_video_type','embedded'),(7861,5632,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7862,5632,'cmsms_service_more','Read More'),(7863,5632,'cmsms_service_format','album'),(7864,5632,'cmsms_service_featured_image_show','true'),(7865,5632,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7866,5632,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7867,5632,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7868,5632,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7869,5632,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7870,5632,'cmsms_service_s_link_text','Click Here'),(7871,5632,'cmsms_service_s_link_target','true'),(7872,5632,'cmsms_service_sharing_box','true'),(7873,5632,'cmsms_service_author_box','true'),(7874,5632,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7875,5632,'cmsms_top_sidebar','false'),(7876,5632,'cmsms_middle_sidebar','false'),(7877,5632,'cmsms_bottom_sidebar','true'),(7878,5632,'cmsms_bg_default','true'),(7879,5632,'cmsms_bg_col','#ffffff'),(7880,5632,'cmsms_bg_img_enable','false'),(7881,5632,'cmsms_bg_rep','repeat'),(7882,5632,'cmsms_bg_pos','top center'),(7883,5632,'cmsms_bg_att','scroll'),(7884,5632,'cmsms_heading','default'),(7885,5632,'cmsms_heading_bg_col','#fbfbfb'),(7886,5632,'cmsms_heading_bg_col_opac','50'),(7887,5632,'cmsms_breadcrumbs','default'),(7888,5632,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7889,5632,'cmsms_slider','disabled'),(7890,5632,'cmsms_service_images','5838,5837'),(7891,5637,'_edit_last','3'),(7892,5637,'slide_template',''),(7893,5637,'cmsms_service_images','5843,5840,5845'),(7894,5637,'cmsms_service_columns','cmsms_four'),(7895,5637,'cmsms_service_video_type','embedded'),(7896,5637,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7897,5637,'cmsms_service_more','Read More'),(7898,5637,'cmsms_service_format','slider'),(7899,5637,'cmsms_service_featured_image_show','true'),(7900,5637,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7901,5637,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7902,5637,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7903,5637,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7904,5637,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7905,5637,'cmsms_service_s_link_text','Click Here'),(7906,5637,'cmsms_service_s_link_target','true'),(7907,5637,'cmsms_service_sharing_box','true'),(7908,5637,'cmsms_service_author_box','true'),(7909,5637,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7910,5637,'cmsms_top_sidebar','false'),(7911,5637,'cmsms_middle_sidebar','false'),(7912,5637,'cmsms_bottom_sidebar','true'),(7913,5637,'cmsms_bg_default','true'),(7914,5637,'cmsms_bg_col','#ffffff'),(7915,5637,'cmsms_bg_img_enable','false'),(7916,5637,'cmsms_bg_rep','repeat'),(7917,5637,'cmsms_bg_pos','top center'),(7918,5637,'cmsms_bg_att','scroll'),(7919,5637,'cmsms_heading','default'),(7920,5637,'cmsms_heading_bg_col','#fbfbfb'),(7921,5637,'cmsms_heading_bg_col_opac','50'),(7922,5637,'cmsms_breadcrumbs','default'),(7923,5637,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7924,5637,'cmsms_slider','disabled'),(7926,5637,'cmsms_likes','1'),(7927,5647,'_edit_last','3'),(7928,5647,'slide_template',''),(7929,5647,'cmsms_service_images','5842'),(7930,5647,'cmsms_service_columns','cmsms_four'),(7931,5647,'cmsms_service_video_type','embedded'),(7932,5647,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7933,5647,'cmsms_service_more','Read More'),(7934,5647,'cmsms_service_format','slider'),(7935,5647,'cmsms_service_featured_image_show','true'),(7936,5647,'cmsms_service_features_one','a:3:{i:0;a:2:{i:0;s:10:\"Speciality\";i:1;s:9:\"Civil Law\";}i:1;a:2:{i:0;s:7:\"Degrees\";i:1;s:8:\"Attorney\";}i:2;a:2:{i:0;s:6:\"Adress\";i:1;s:18:\"Office 224, Hall B\";}}'),(7937,5647,'cmsms_service_features_two','a:3:{i:0;a:2:{i:0;s:15:\"Monday - Friday\";i:1;s:11:\"8.00 -17.00\";}i:1;a:2:{i:0;s:8:\"Saturday\";i:1;s:12:\"9.30 - 17.30\";}i:2;a:2:{i:0;s:6:\"Sunday\";i:1;s:12:\"9.30 - 15.00\";}}'),(7938,5647,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7939,5647,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7940,5647,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7941,5647,'cmsms_service_s_link_text','Email'),(7942,5647,'cmsms_service_s_link_target','true'),(7943,5647,'cmsms_service_sharing_box','true'),(7944,5647,'cmsms_service_author_box','true'),(7945,5647,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7946,5647,'cmsms_top_sidebar','false'),(7947,5647,'cmsms_middle_sidebar','false'),(7948,5647,'cmsms_bottom_sidebar','true'),(7949,5647,'cmsms_bg_default','true'),(7950,5647,'cmsms_bg_col','#ffffff'),(7951,5647,'cmsms_bg_img_enable','false'),(7952,5647,'cmsms_bg_rep','repeat'),(7953,5647,'cmsms_bg_pos','top left'),(7954,5647,'cmsms_bg_att','scroll'),(7955,5647,'cmsms_heading','default'),(7956,5647,'cmsms_heading_bg_col','#fbfbfb'),(7957,5647,'cmsms_heading_bg_col_opac','50'),(7958,5647,'cmsms_breadcrumbs','default'),(7959,5647,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7960,5647,'cmsms_slider','disabled'),(7961,5647,'cmsms_service_features_one_title','Details'),(7962,5647,'cmsms_service_features_two_title','Service details'),(7963,5647,'cmsms_service_s_link_url','jacks@gmail.com'),(7965,5647,'cmsms_content_composer_text','%3Cdiv%20class%3D%22one_first%20first_column%22%20data-folder%3D%22column%22%20data-type%3D%22%22%3E%3Cdiv%20data-folder%3D%22email%22%20data-type%3D%22%22%3E%5Bcontactform%20formname%3D%22test_contact_form_897416663445596300%22%20email%3D%22cmsmstrs%40gmail.com%22%5D%3C%2Fdiv%3E%3C%2Fdiv%3E'),(7966,5662,'_edit_last','3'),(7967,5662,'slide_template',''),(7968,5662,'cmsms_service_images','5837'),(7969,5662,'cmsms_service_columns','cmsms_four'),(7970,5662,'cmsms_service_video_type','embedded'),(7971,5662,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7972,5662,'cmsms_service_more','Read More'),(7973,5662,'cmsms_service_format','slider'),(7974,5662,'cmsms_service_featured_image_show','true'),(7975,5662,'cmsms_service_features_one_title','Service Features'),(7976,5662,'cmsms_service_features_one','a:3:{i:0;a:2:{i:0;s:10:\"Speciality\";i:1;s:9:\"Civil Law\";}i:1;a:2:{i:0;s:7:\"Degrees\";i:1;s:8:\"Attorney\";}i:2;a:2:{i:0;s:6:\"Adress\";i:1;s:18:\"Office 224, Hall B\";}}'),(7977,5662,'cmsms_service_features_two_title','Details'),(7978,5662,'cmsms_service_features_two','a:3:{i:0;a:2:{i:0;s:15:\"Monday - Friday\";i:1;s:11:\"8.00 -17.00\";}i:1;a:2:{i:0;s:8:\"Saturday\";i:1;s:12:\"9.30 - 17.30\";}i:2;a:2:{i:0;s:6:\"Sunday\";i:1;s:12:\"9.30 - 15.00\";}}'),(7979,5662,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7980,5662,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7981,5662,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(7982,5662,'cmsms_service_s_link_text','Click Here'),(7983,5662,'cmsms_service_s_link_target','true'),(7984,5662,'cmsms_service_sharing_box','true'),(7985,5662,'cmsms_service_author_box','true'),(7986,5662,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(7987,5662,'cmsms_top_sidebar','false'),(7988,5662,'cmsms_middle_sidebar','false'),(7989,5662,'cmsms_bottom_sidebar','true'),(7990,5662,'cmsms_bg_default','true'),(7991,5662,'cmsms_bg_col','#ffffff'),(7992,5662,'cmsms_bg_img_enable','false'),(7993,5662,'cmsms_bg_rep','repeat'),(7994,5662,'cmsms_bg_pos','top left'),(7995,5662,'cmsms_bg_att','scroll'),(7996,5662,'cmsms_heading','default'),(7997,5662,'cmsms_heading_bg_col','#fbfbfb'),(7998,5662,'cmsms_heading_bg_col_opac','50'),(7999,5662,'cmsms_breadcrumbs','default'),(8000,5662,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8001,5662,'cmsms_slider','disabled'),(8002,5662,'cmsms_content_composer_text','%3Cdiv%20class%3D%22one_first%20first_column%22%20data-folder%3D%22column%22%20data-type%3D%22%22%3E%3Cdiv%20data-folder%3D%22email%22%20data-type%3D%22%22%3E%5Bcontactform%20formname%3D%22test_contact_form_897416663445596300%22%20email%3D%22cmsmstrs%40gmail.com%22%5D%3C%2Fdiv%3E%3C%2Fdiv%3E'),(8004,5662,'cmsms_likes','1'),(8005,5665,'cmsms_likes','1'),(8006,5665,'_edit_last','3'),(8008,5665,'slide_template',''),(8009,5665,'cmsms_service_images','5840'),(8010,5665,'cmsms_service_columns','cmsms_four'),(8011,5665,'cmsms_service_video_type','embedded'),(8012,5665,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8013,5665,'cmsms_service_more','Read More'),(8014,5665,'cmsms_service_format','slider'),(8015,5665,'cmsms_service_featured_image_show','true'),(8016,5665,'cmsms_service_features_one_title','Service Features'),(8017,5665,'cmsms_service_features_one','a:3:{i:0;a:2:{i:0;s:10:\"Speciality\";i:1;s:9:\"Civil Law\";}i:1;a:2:{i:0;s:7:\"Degrees\";i:1;s:8:\"Attorney\";}i:2;a:2:{i:0;s:6:\"Adress\";i:1;s:18:\"Office 224, Hall B\";}}'),(8018,5665,'cmsms_service_features_two_title','Details'),(8019,5665,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8020,5665,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8021,5665,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8022,5665,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8023,5665,'cmsms_service_s_link_text','Click Here'),(8024,5665,'cmsms_service_s_link_target','true'),(8025,5665,'cmsms_service_sharing_box','true'),(8026,5665,'cmsms_service_author_box','true'),(8027,5665,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8028,5665,'cmsms_top_sidebar','false'),(8029,5665,'cmsms_middle_sidebar','false'),(8030,5665,'cmsms_bottom_sidebar','true'),(8031,5665,'cmsms_bg_default','true'),(8032,5665,'cmsms_bg_col','#ffffff'),(8033,5665,'cmsms_bg_img_enable','false'),(8034,5665,'cmsms_bg_rep','repeat'),(8035,5665,'cmsms_bg_pos','top left'),(8036,5665,'cmsms_bg_att','scroll'),(8037,5665,'cmsms_heading','default'),(8038,5665,'cmsms_heading_bg_col','#fbfbfb'),(8039,5665,'cmsms_heading_bg_col_opac','50'),(8040,5665,'cmsms_breadcrumbs','default'),(8041,5665,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8042,5665,'cmsms_slider','disabled'),(8043,5665,'cmsms_content_composer_text','%3Cdiv%20class%3D%22one_first%20first_column%22%20data-folder%3D%22column%22%20data-type%3D%22%22%3E%3Cdiv%20data-folder%3D%22email%22%20data-type%3D%22%22%3E%5Bcontactform%20formname%3D%22test_contact_form_897416663445596300%22%20email%3D%22cmsmstrs%40gmail.com%22%5D%3C%2Fdiv%3E%3C%2Fdiv%3E'),(8098,5726,'_edit_last','3'),(8100,5726,'slide_template',''),(8101,5726,'cmsms_service_images','5842'),(8102,5726,'cmsms_service_columns','cmsms_four'),(8103,5726,'cmsms_service_video_type','embedded'),(8104,5726,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8105,5726,'cmsms_service_more','Read More'),(8106,5726,'cmsms_service_format','slider'),(8107,5726,'cmsms_service_featured_image_show','true'),(8108,5726,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8109,5726,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8110,5726,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8111,5726,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8112,5726,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8113,5726,'cmsms_service_s_link_text','Click Here'),(8114,5726,'cmsms_service_s_link_target','true'),(8115,5726,'cmsms_service_sharing_box','true'),(8116,5726,'cmsms_service_author_box','true'),(8117,5726,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8118,5726,'cmsms_top_sidebar','false'),(8119,5726,'cmsms_middle_sidebar','false'),(8120,5726,'cmsms_bottom_sidebar','true'),(8121,5726,'cmsms_bg_default','true'),(8122,5726,'cmsms_bg_col','#ffffff'),(8123,5726,'cmsms_bg_img_enable','false'),(8124,5726,'cmsms_bg_rep','repeat'),(8125,5726,'cmsms_bg_pos','top left'),(8126,5726,'cmsms_bg_att','scroll'),(8127,5726,'cmsms_heading','default'),(8128,5726,'cmsms_heading_bg_col','#fbfbfb'),(8129,5726,'cmsms_heading_bg_col_opac','50'),(8130,5726,'cmsms_breadcrumbs','default'),(8131,5726,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8132,5726,'cmsms_slider','disabled'),(8133,5729,'_edit_last','3'),(8135,5729,'slide_template',''),(8136,5729,'cmsms_service_images','5841'),(8137,5729,'cmsms_service_columns','cmsms_four'),(8138,5729,'cmsms_service_video_type','embedded'),(8139,5729,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8140,5729,'cmsms_service_more','Read More'),(8141,5729,'cmsms_service_format','slider'),(8142,5729,'cmsms_service_featured_image_show','true'),(8143,5729,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8144,5729,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8145,5729,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8146,5729,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8147,5729,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8148,5729,'cmsms_service_s_link_text','Click Here'),(8149,5729,'cmsms_service_s_link_target','true'),(8150,5729,'cmsms_service_sharing_box','true'),(8151,5729,'cmsms_service_author_box','true'),(8152,5729,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8153,5729,'cmsms_top_sidebar','false'),(8154,5729,'cmsms_middle_sidebar','false'),(8155,5729,'cmsms_bottom_sidebar','true'),(8156,5729,'cmsms_bg_default','true'),(8157,5729,'cmsms_bg_col','#ffffff'),(8158,5729,'cmsms_bg_img_enable','false'),(8159,5729,'cmsms_bg_rep','repeat'),(8160,5729,'cmsms_bg_pos','top left'),(8161,5729,'cmsms_bg_att','scroll'),(8162,5729,'cmsms_heading','default'),(8163,5729,'cmsms_heading_bg_col','#fbfbfb'),(8164,5729,'cmsms_heading_bg_col_opac','50'),(8165,5729,'cmsms_breadcrumbs','default'),(8166,5729,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8167,5729,'cmsms_slider','disabled'),(9022,5925,'_wp_attached_file','2014/10/mh3.png'),(9023,5925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2014/10/mh3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mh3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:13:\"mh3-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9019,5923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2013/03/mh.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"mh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:12:\"mh-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9018,5923,'_wp_attached_file','2013/03/mh.png'),(9020,5924,'_wp_attached_file','2013/03/mh2.png'),(9021,5924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:15:\"2013/03/mh2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"mh2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:13:\"mh2-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10831,5947,'_et_pb_post_hide_nav','off'),(10832,5947,'_et_pb_page_layout','et_right_sidebar'),(10833,5947,'_et_pb_side_nav','off'),(10834,5947,'_et_pb_use_builder','on'),(10835,5947,'_et_pb_old_content',''),(10836,5927,'_wp_attachment_image_alt','J. MICHAEL HORAN'),(10837,5930,'_wp_attachment_image_alt','MORRIS SWEATT'),(10838,5933,'_wp_attachment_image_alt','DOUGLAS MILLER'),(10839,5929,'_wp_attachment_image_alt','LAUREN BARNES HARLESS'),(8240,1969,'cmsms_heading_bg_col','#fbfbfb'),(8241,1969,'cmsms_slider','disabled'),(8242,1969,'cmsms_bg_pos','top center'),(8243,1969,'cmsms_testimonial_more','Full View'),(8244,1969,'cmsms_testimonial_sharing_box','true'),(8245,1969,'cmsms_testimonial_more_posts','a:2:{i:0;s:7:\"popular\";i:1;s:6:\"recent\";}'),(8246,1969,'_edit_last','3'),(8247,1969,'cmsms_layout','r_sidebar'),(8248,1969,'cmsms_top_sidebar','false'),(8249,1969,'cmsms_middle_sidebar','false'),(8250,1969,'cmsms_bottom_sidebar','true'),(8251,1969,'cmsms_bg_default','true'),(8252,1969,'cmsms_bg_col','#f5f5f5'),(8253,1969,'cmsms_bg_img_enable','true'),(8254,1969,'cmsms_bg_img','http://halsey.cmsmasters.net/wp-content/themes/halsey/img/bg.jpg'),(8255,1969,'cmsms_bg_rep','no-repeat'),(8256,1969,'cmsms_bg_pos_v','top'),(8257,1969,'cmsms_bg_pos_h','center'),(8258,1969,'cmsms_bg_att','fixed'),(8259,1969,'cmsms_heading','default'),(8260,1969,'cmsms_breadcrumbs','default'),(8261,1969,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8262,1969,'cmsms_testimonial_author','Paula McKenzie'),(8263,1969,'cmsms_testimonial_company','Sunrise Company'),(8264,1969,'cmsms_testimonial_author_link','http://lawbusiness.cmsmasters.net/?testimonial=paula'),(8265,1969,'_wp_old_slug','test'),(8266,1969,'cmsms_heading_bg_col_opac','50'),(8268,1969,'slide_template',''),(8269,1975,'cmsms_bg_pos','top center'),(8270,1975,'cmsms_middle_sidebar','false'),(8271,1975,'cmsms_bottom_sidebar','true'),(8272,1975,'cmsms_top_sidebar','false'),(8273,1975,'cmsms_testimonial_more','Full View'),(8274,1975,'cmsms_testimonial_sharing_box','true'),(8275,1975,'cmsms_testimonial_more_posts','a:2:{i:0;s:7:\"popular\";i:1;s:6:\"recent\";}'),(8276,1975,'cmsms_layout','r_sidebar'),(8277,1975,'_edit_last','3'),(8278,1975,'cmsms_bg_col','#f5f5f5'),(8279,1975,'cmsms_bg_img_enable','true'),(8280,1975,'cmsms_bg_img','http://halsey.cmsmasters.net/wp-content/themes/halsey/img/bg.jpg'),(8281,1975,'cmsms_bg_rep','no-repeat'),(8282,1975,'cmsms_bg_pos_v','top'),(8283,1975,'cmsms_bg_pos_h','center'),(8284,1975,'cmsms_bg_att','fixed'),(8285,1975,'cmsms_heading','default'),(8286,1975,'cmsms_breadcrumbs','default'),(8287,1975,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8288,1975,'cmsms_bg_default','true'),(8289,1975,'cmsms_testimonial_author','Author 2'),(8290,1975,'cmsms_testimonial_company','Newman Ltd.'),(8291,1975,'cmsms_testimonial_author_link','http://lawbusiness.cmsmasters.net/?testimonial=gregory-newman'),(8292,1975,'_wp_old_slug','new'),(8293,1975,'cmsms_likes','1'),(8295,1975,'slide_template',''),(8296,1975,'cmsms_heading_bg_col','#fbfbfb'),(8297,1975,'cmsms_heading_bg_col_opac','50'),(8298,1975,'cmsms_slider','disabled'),(8299,2139,'cmsms_slider','disabled'),(8300,2139,'cmsms_heading_bg_col','#fbfbfb'),(8301,2139,'_edit_last','3'),(8302,2139,'cmsms_testimonial_more','Full View'),(8303,2139,'cmsms_testimonial_sharing_box','true'),(8304,2139,'cmsms_testimonial_more_posts','a:2:{i:0;s:7:\"popular\";i:1;s:6:\"recent\";}'),(8305,2139,'cmsms_layout','r_sidebar'),(8306,2139,'cmsms_top_sidebar','false'),(8307,2139,'cmsms_middle_sidebar','false'),(8308,2139,'cmsms_bottom_sidebar','true'),(8309,2139,'cmsms_bg_default','true'),(8310,2139,'cmsms_bg_col','#f5f5f5'),(8311,2139,'cmsms_bg_img_enable','true'),(8312,2139,'cmsms_bg_img','http://halsey.cmsmasters.net/wp-content/themes/halsey/img/bg.jpg'),(8313,2139,'cmsms_bg_rep','no-repeat'),(8314,2139,'cmsms_bg_pos_v','top'),(8315,2139,'cmsms_bg_pos_h','center'),(8316,2139,'cmsms_bg_att','fixed'),(8317,2139,'cmsms_heading','default'),(8318,2139,'cmsms_breadcrumbs','default'),(8319,2139,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8320,2139,'cmsms_testimonial_author','Rebecca Martins'),(8321,2139,'cmsms_bg_pos','top center'),(8322,2139,'cmsms_testimonial_author_link','http://lawbusiness.cmsmasters.net/?testimonial=rebecca-martins'),(8323,2139,'cmsms_likes','1'),(8324,2139,'_wp_old_slug','cool'),(8325,2139,'cmsms_heading_bg_col_opac','50'),(8327,2139,'slide_template',''),(8328,5873,'cmsms_heading_bg_col','#fbfbfb'),(8329,5873,'cmsms_slider','disabled'),(8330,5873,'_edit_last','3'),(8331,5873,'cmsms_testimonial_author','Frederick'),(8332,5873,'cmsms_testimonial_author_link','#'),(8333,5873,'cmsms_testimonial_company','Keen Studios'),(8334,5873,'cmsms_testimonial_more','Full View'),(8335,5873,'cmsms_testimonial_sharing_box','true'),(8336,5873,'cmsms_testimonial_more_posts','a:2:{i:0;s:7:\"popular\";i:1;s:6:\"recent\";}'),(8337,5873,'cmsms_layout','r_sidebar'),(8338,5873,'cmsms_top_sidebar','false'),(8339,5873,'cmsms_middle_sidebar','false'),(8340,5873,'cmsms_bottom_sidebar','true'),(8341,5873,'cmsms_bg_default','true'),(8342,5873,'cmsms_bg_col','#f5f5f5'),(8343,5873,'cmsms_bg_img_enable','true'),(8344,5873,'cmsms_bg_img','http://halsey.cmsmasters.net/wp-content/themes/halsey/img/bg.jpg'),(8345,5873,'cmsms_bg_rep','no-repeat'),(8346,5873,'cmsms_bg_pos','top center'),(8347,5873,'cmsms_bg_att','fixed'),(8348,5873,'cmsms_heading','default'),(8349,5873,'cmsms_breadcrumbs','default'),(8350,5873,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8351,5873,'cmsms_likes','1'),(8352,5873,'cmsms_heading_bg_col_opac','50'),(8354,5873,'slide_template',''),(8355,5874,'cmsms_heading_bg_col_opac','50'),(8356,5874,'cmsms_heading_bg_col','#fbfbfb'),(8357,5874,'cmsms_slider','disabled'),(8358,5874,'_edit_last','3'),(8359,5874,'cmsms_testimonial_author','Jeff Blake'),(8360,5874,'cmsms_testimonial_author_link','http://lawbusiness.cmsmasters.net/?testimonial=jeff-blake'),(8361,5874,'cmsms_testimonial_company','Company 2'),(8362,5874,'cmsms_testimonial_more','Full View'),(8363,5874,'cmsms_testimonial_sharing_box','true'),(8364,5874,'cmsms_testimonial_more_posts','a:2:{i:0;s:7:\"popular\";i:1;s:6:\"recent\";}'),(8365,5874,'cmsms_layout','r_sidebar'),(8366,5874,'cmsms_top_sidebar','false'),(8367,5874,'cmsms_middle_sidebar','false'),(8368,5874,'cmsms_bottom_sidebar','true'),(8369,5874,'cmsms_bg_default','true'),(8370,5874,'cmsms_bg_col','#f5f5f5'),(8371,5874,'cmsms_bg_img_enable','true'),(8372,5874,'cmsms_bg_img','http://halsey.cmsmasters.net/wp-content/themes/halsey/img/bg.jpg'),(8373,5874,'cmsms_bg_rep','no-repeat'),(8374,5874,'cmsms_bg_pos','top center'),(8375,5874,'cmsms_bg_att','fixed'),(8376,5874,'cmsms_heading','default'),(8377,5874,'cmsms_breadcrumbs','default'),(8378,5874,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8379,5874,'_wp_old_slug','test-2'),(8380,5874,'cmsms_likes','2'),(8381,5874,'slide_template',''),(9013,5868,'_edit_lock','1666970719:9'),(9006,5916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1950;s:6:\"height\";i:550;s:4:\"file\";s:19:\"2014/10/hal1950.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hal1950-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hal1950-300x84.png\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"hal1950-1024x288.png\";s:5:\"width\";i:1024;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"hal1950-721x407.png\";s:5:\"width\";i:721;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:17:\"hal1950-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"service-thumb\";a:4:{s:4:\"file\";s:19:\"hal1950-470x303.png\";s:5:\"width\";i:470;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"person-thumb\";a:4:{s:4:\"file\";s:19:\"hal1950-470x376.png\";s:5:\"width\";i:470;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"service-thumb-half\";a:4:{s:4:\"file\";s:19:\"hal1950-570x367.png\";s:5:\"width\";i:570;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"service-thumb-full\";a:4:{s:4:\"file\";s:20:\"hal1950-1160x550.png\";s:5:\"width\";i:1160;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"hal1950-710x200.png\";s:5:\"width\";i:710;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"full-thumb\";a:4:{s:4:\"file\";s:20:\"hal1950-1040x550.png\";s:5:\"width\";i:1040;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"full-slider-thumb\";a:4:{s:4:\"file\";s:20:\"hal1950-1040x293.png\";s:5:\"width\";i:1040;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9005,5916,'_wp_attached_file','2014/10/hal1950.png'),(8504,5629,'cmsms_likes','1'),(8506,5629,'_edit_last','3'),(8507,5629,'slide_template',''),(8508,5629,'cmsms_service_columns','cmsms_four'),(8509,5629,'cmsms_service_video_type','embedded'),(8510,5629,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8511,5629,'cmsms_service_more','Read More'),(8512,5629,'cmsms_service_format','slider'),(8513,5629,'cmsms_service_featured_image_show','true'),(8514,5629,'cmsms_service_features_one','a:2:{i:0;a:2:{i:0;s:10:\"Speciality\";i:1;s:11:\"Real Estate\";}i:1;a:2:{i:0;s:6:\"Adress\";i:1;s:18:\"Office 224, Hall B\";}}'),(8515,5629,'cmsms_service_features_two','a:3:{i:0;a:2:{i:0;s:15:\"Monday - Friday\";i:1;s:11:\"8.00 -17.00\";}i:1;a:2:{i:0;s:8:\"Saturday\";i:1;s:12:\"9.30 - 17.30\";}i:2;a:2:{i:0;s:6:\"Sunday\";i:1;s:12:\"9.30 - 15.00\";}}'),(8516,5629,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8517,5629,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8518,5629,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8519,5629,'cmsms_service_s_link_text','Click Here'),(8520,5629,'cmsms_service_s_link_target','true'),(8521,5629,'cmsms_service_sharing_box','true'),(8522,5629,'cmsms_service_author_box','true'),(8523,5629,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8524,5629,'cmsms_top_sidebar','false'),(8525,5629,'cmsms_middle_sidebar','false'),(8526,5629,'cmsms_bottom_sidebar','true'),(8527,5629,'cmsms_bg_default','true'),(8528,5629,'cmsms_bg_col','#ffffff'),(8529,5629,'cmsms_bg_img_enable','false'),(8530,5629,'cmsms_bg_rep','repeat'),(8531,5629,'cmsms_bg_pos','top center'),(8532,5629,'cmsms_bg_att','scroll'),(8533,5629,'cmsms_heading','default'),(8534,5629,'cmsms_heading_bg_col','#fbfbfb'),(8535,5629,'cmsms_heading_bg_col_opac','50'),(8536,5629,'cmsms_breadcrumbs','default'),(8537,5629,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8538,5629,'cmsms_slider','disabled'),(8539,5629,'cmsms_service_features_one_title','Features'),(8540,5629,'cmsms_service_images','5844'),(8541,5629,'cmsms_service_features_two_title','Details'),(9004,5915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2014/10/hal1600.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"hal1600-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"hal1600-300x112.png\";s:5:\"width\";i:300;s:6:\"height\";i:112;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"hal1600-1024x384.png\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"hal1600-721x407.png\";s:5:\"width\";i:721;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:17:\"hal1600-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"service-thumb\";a:4:{s:4:\"file\";s:19:\"hal1600-470x303.png\";s:5:\"width\";i:470;s:6:\"height\";i:303;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"person-thumb\";a:4:{s:4:\"file\";s:19:\"hal1600-470x376.png\";s:5:\"width\";i:470;s:6:\"height\";i:376;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"service-thumb-half\";a:4:{s:4:\"file\";s:19:\"hal1600-570x367.png\";s:5:\"width\";i:570;s:6:\"height\";i:367;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"service-thumb-full\";a:4:{s:4:\"file\";s:20:\"hal1600-1160x600.png\";s:5:\"width\";i:1160;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"slider-thumb\";a:4:{s:4:\"file\";s:19:\"hal1600-710x266.png\";s:5:\"width\";i:710;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"full-thumb\";a:4:{s:4:\"file\";s:20:\"hal1600-1040x585.png\";s:5:\"width\";i:1040;s:6:\"height\";i:585;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"full-slider-thumb\";a:4:{s:4:\"file\";s:20:\"hal1600-1040x390.png\";s:5:\"width\";i:1040;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9003,5915,'_wp_attached_file','2014/10/hal1600.png'),(8579,5722,'_edit_last','3'),(8580,5722,'slide_template',''),(8581,5722,'cmsms_service_images','5842'),(8582,5722,'cmsms_service_columns','cmsms_four'),(8583,5722,'cmsms_service_video_type','embedded'),(8584,5722,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8585,5722,'cmsms_service_more','Read More'),(8586,5722,'cmsms_service_format','slider'),(8587,5722,'cmsms_service_featured_image_show','true'),(8588,5722,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8589,5722,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8590,5722,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8591,5722,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8592,5722,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8593,5722,'cmsms_service_s_link_text','Click Here'),(8594,5722,'cmsms_service_s_link_target','true'),(8595,5722,'cmsms_service_sharing_box','true'),(8596,5722,'cmsms_service_author_box','true'),(8597,5722,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8598,5722,'cmsms_top_sidebar','false'),(8599,5722,'cmsms_middle_sidebar','false'),(8600,5722,'cmsms_bottom_sidebar','true'),(8601,5722,'cmsms_bg_default','true'),(8602,5722,'cmsms_bg_col','#ffffff'),(8603,5722,'cmsms_bg_img_enable','false'),(8604,5722,'cmsms_bg_rep','repeat'),(8605,5722,'cmsms_bg_pos','top left'),(8606,5722,'cmsms_bg_att','scroll'),(8607,5722,'cmsms_heading','default'),(8608,5722,'cmsms_heading_bg_col','#fbfbfb'),(8609,5722,'cmsms_heading_bg_col_opac','50'),(8610,5722,'cmsms_breadcrumbs','default'),(8611,5722,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8612,5722,'cmsms_slider','disabled'),(8614,5732,'_edit_last','3'),(8615,5732,'slide_template',''),(8616,5732,'cmsms_service_columns','cmsms_four'),(8617,5732,'cmsms_service_video_type','embedded'),(8618,5732,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8619,5732,'cmsms_service_more','Read More'),(8620,5732,'cmsms_service_format','slider'),(8621,5732,'cmsms_service_featured_image_show','true'),(8622,5732,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8623,5732,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8624,5732,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8625,5732,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8626,5732,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8627,5732,'cmsms_service_s_link_text','Click Here'),(8628,5732,'cmsms_service_s_link_target','true'),(8629,5732,'cmsms_service_sharing_box','true'),(8630,5732,'cmsms_service_author_box','true'),(8631,5732,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8632,5732,'cmsms_top_sidebar','false'),(8633,5732,'cmsms_middle_sidebar','false'),(8634,5732,'cmsms_bottom_sidebar','true'),(8635,5732,'cmsms_bg_default','true'),(8636,5732,'cmsms_bg_col','#ffffff'),(8637,5732,'cmsms_bg_img_enable','false'),(8638,5732,'cmsms_bg_rep','repeat'),(8639,5732,'cmsms_bg_pos','top left'),(8640,5732,'cmsms_bg_att','scroll'),(8641,5732,'cmsms_heading','default'),(8642,5732,'cmsms_heading_bg_col','#fbfbfb'),(8643,5732,'cmsms_heading_bg_col_opac','50'),(8644,5732,'cmsms_breadcrumbs','default'),(8645,5732,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8646,5732,'cmsms_slider','disabled'),(8647,5732,'cmsms_service_images','5843'),(8649,5735,'_edit_last','3'),(8650,5735,'slide_template',''),(8651,5735,'cmsms_service_images','5837'),(8652,5735,'cmsms_service_columns','cmsms_four'),(8653,5735,'cmsms_service_video_type','embedded'),(8654,5735,'cmsms_service_video_links','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8655,5735,'cmsms_service_more','Read More'),(8656,5735,'cmsms_service_format','slider'),(8657,5735,'cmsms_service_featured_image_show','true'),(8658,5735,'cmsms_service_features_one','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8659,5735,'cmsms_service_features_two','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8660,5735,'cmsms_service_features_three','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8661,5735,'cmsms_service_features_four','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8662,5735,'cmsms_service_features_five','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8663,5735,'cmsms_service_s_link_text','Click Here'),(8664,5735,'cmsms_service_s_link_target','true'),(8665,5735,'cmsms_service_sharing_box','true'),(8666,5735,'cmsms_service_author_box','true'),(8667,5735,'cmsms_service_more_posts','a:3:{i:0;s:7:\"related\";i:1;s:7:\"popular\";i:2;s:6:\"recent\";}'),(8668,5735,'cmsms_top_sidebar','false'),(8669,5735,'cmsms_middle_sidebar','false'),(8670,5735,'cmsms_bottom_sidebar','true'),(8671,5735,'cmsms_bg_default','true'),(8672,5735,'cmsms_bg_col','#ffffff'),(8673,5735,'cmsms_bg_img_enable','false'),(8674,5735,'cmsms_bg_rep','repeat'),(8675,5735,'cmsms_bg_pos','top left'),(8676,5735,'cmsms_bg_att','scroll'),(8677,5735,'cmsms_heading','default'),(8678,5735,'cmsms_heading_bg_col','#fbfbfb'),(8679,5735,'cmsms_heading_bg_col_opac','50'),(8680,5735,'cmsms_breadcrumbs','default'),(8681,5735,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(8682,5735,'cmsms_slider','disabled'),(11138,6737,'_menu_item_object','page'),(11097,6732,'_menu_item_url',''),(11096,6732,'_menu_item_xfn',''),(11095,6732,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11094,6732,'_menu_item_target',''),(11093,6732,'_menu_item_object','page'),(11092,6732,'_menu_item_object_id','5868'),(11091,6732,'_menu_item_menu_item_parent','0'),(11090,6732,'_menu_item_type','post_type'),(11026,5996,'_et_pb_post_hide_nav','off'),(9726,5996,'_wp_page_template','default'),(9725,5996,'_edit_last','9'),(9724,5996,'_edit_lock','1648748547:9'),(10093,5988,'_dwls_first_image',''),(10091,5993,'_dwls_first_image',''),(10090,6003,'_dwls_first_image',''),(10089,6006,'_dwls_first_image',''),(10088,6009,'_dwls_first_image',''),(9581,5982,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9560,5982,'_wp_page_template','default'),(9558,5982,'_edit_lock','1665417306:7'),(9559,5982,'_edit_last','7'),(11227,6772,'_wp_attached_file','2015/09/Marion_Court_160.jpg'),(11221,6769,'_wp_attached_file','2015/09/Jefferson_Davis_Court_160.jpg'),(10720,5915,'_edit_lock','1440042464:5'),(9689,5993,'_edit_lock','1578525102:9'),(10087,6013,'_dwls_first_image',''),(10086,6014,'_dwls_first_image',''),(10085,6015,'_dwls_first_image',''),(10084,6016,'_dwls_first_image',''),(10083,6017,'_dwls_first_image',''),(10082,6018,'_dwls_first_image',''),(10081,6019,'_dwls_first_image',''),(10080,6020,'_dwls_first_image',''),(10079,6021,'_dwls_first_image',''),(10078,6022,'_dwls_first_image',''),(10077,6023,'_dwls_first_image',''),(10076,6024,'_dwls_first_image',''),(10075,6025,'_dwls_first_image',''),(10074,6026,'_dwls_first_image',''),(10073,6027,'_dwls_first_image',''),(10072,6029,'_dwls_first_image',''),(10071,6030,'_dwls_first_image',''),(10070,6031,'_dwls_first_image',''),(10069,6032,'_dwls_first_image',''),(10068,6033,'_dwls_first_image',''),(10067,6034,'_dwls_first_image',''),(9036,5932,'_wp_attached_file','2014/10/clay1.png'),(9037,5932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:17:\"2014/10/clay1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"clay1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:15:\"clay1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9038,5933,'_wp_attached_file','2014/10/douglas1.png'),(9039,5933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:220;s:4:\"file\";s:20:\"2014/10/douglas1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"douglas1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:18:\"douglas1-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9088,5941,'_menu_item_type','custom'),(9090,5941,'_menu_item_object_id','5941'),(9091,5941,'_menu_item_object','custom'),(9092,5941,'_menu_item_target',''),(9093,5941,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9094,5941,'_menu_item_xfn',''),(9095,5941,'_menu_item_url',''),(11300,6876,'_et_pb_page_layout','et_right_sidebar'),(11299,6876,'_et_pb_post_hide_nav','off'),(11297,6876,'_edit_last','5'),(11298,6876,'_wp_page_template','default'),(11296,6876,'_edit_lock','1547146784:9'),(9108,5944,'_edit_last','5'),(9106,5943,'_wp_attached_file','2014/10/meethal.png'),(9107,5943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:188;s:4:\"file\";s:19:\"2014/10/meethal.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"meethal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testim-thumb\";a:4:{s:4:\"file\";s:17:\"meethal-45x45.png\";s:5:\"width\";i:45;s:6:\"height\";i:45;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9109,5944,'_wp_page_template','default'),(10850,5944,'_et_pb_post_hide_nav','off'),(10851,5944,'_et_pb_page_layout','et_right_sidebar'),(10852,5944,'_et_pb_side_nav','off'),(10853,5944,'_et_pb_use_builder','on'),(10854,5944,'_et_pb_old_content',''),(10856,6429,'_wp_attached_file','2014/10/Hero_courtroom_960.jpg'),(10857,6429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2014/10/Hero_courtroom_960.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Hero_courtroom_960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Hero_courtroom_960-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"Hero_courtroom_960-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"Hero_courtroom_960-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9130,5944,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9132,5944,'_edit_lock','1442546705:5'),(10858,6429,'_wp_attachment_image_alt','Hero Image Courtroom'),(10859,6433,'_et_pb_module_type','et_pb_text'),(10860,5944,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:6427;s:16:\"restored_by_user\";i:5;s:13:\"restored_time\";i:1440188104;}'),(10861,6439,'_et_pb_module_type','et_pb_cta'),(10862,6444,'_edit_lock','1553618362:9'),(10863,6444,'_edit_last','5'),(10864,6444,'_wp_page_template','default'),(10865,6444,'_et_pb_post_hide_nav','off'),(10866,6444,'_et_pb_page_layout','et_right_sidebar'),(10867,6444,'_et_pb_side_nav','off'),(10868,6444,'_et_pb_use_builder','on'),(10869,6444,'_et_pb_old_content',''),(10870,6446,'_menu_item_type','post_type'),(10871,6446,'_menu_item_menu_item_parent','6474'),(10872,6446,'_menu_item_object_id','6444'),(10873,6446,'_menu_item_object','page'),(10874,6446,'_menu_item_target',''),(10875,6446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10876,6446,'_menu_item_xfn',''),(10877,6446,'_menu_item_url',''),(10879,5950,'_et_pb_post_hide_nav','off'),(10880,5950,'_et_pb_page_layout','et_right_sidebar'),(10881,5950,'_et_pb_side_nav','off'),(10882,5950,'_et_pb_use_builder','on'),(10883,5950,'_et_pb_old_content',''),(9134,5946,'_menu_item_type','post_type'),(9135,5946,'_menu_item_menu_item_parent','5941'),(9136,5946,'_menu_item_object_id','5944'),(9137,5946,'_menu_item_object','page'),(9138,5946,'_menu_item_target',''),(9139,5946,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9140,5946,'_menu_item_xfn',''),(9141,5946,'_menu_item_url',''),(9143,5947,'_edit_lock','1626480134:9'),(9144,5947,'_edit_last','9'),(9145,5947,'_wp_page_template','default'),(10840,6386,'_et_pb_row_layout','1_4,3_4'),(10841,2624,'_wp_attachment_image_alt','MORRIS SWEATT'),(10844,5993,'_et_pb_post_hide_nav','off'),(10845,5993,'_et_pb_page_layout','et_right_sidebar'),(10846,5993,'_et_pb_side_nav','off'),(10847,5993,'_et_pb_use_builder','on'),(10848,5993,'_et_pb_old_content',''),(9166,5947,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9169,5949,'_menu_item_type','post_type'),(9170,5949,'_menu_item_menu_item_parent','5941'),(9171,5949,'_menu_item_object_id','5947'),(9172,5949,'_menu_item_object','page'),(9173,5949,'_menu_item_target',''),(9174,5949,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9175,5949,'_menu_item_xfn',''),(9176,5949,'_menu_item_url',''),(9178,5950,'_edit_lock','1491329740:9'),(9179,5950,'_edit_last','9'),(9180,5950,'_wp_page_template','default'),(9201,5950,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(11854,7278,'_wp_attached_file','2022/09/blockio.zip'),(11855,7278,'_wp_attachment_context','upgrader'),(10905,6462,'_menu_item_object_id','6462'),(10904,6462,'_menu_item_menu_item_parent','5952'),(10903,6462,'_menu_item_type','custom'),(11807,7244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1295;s:6:\"height\";i:2031;s:4:\"file\";s:18:\"2015/08/CHIP2.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"CHIP2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"CHIP2-191x300.jpeg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"CHIP2-653x1024.jpeg\";s:5:\"width\";i:653;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"CHIP2-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"CHIP2-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"CHIP2-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"CHIP2-1080x1694.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:1694;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.6000000000000001;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1624277913;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.1\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11806,7244,'_wp_attached_file','2015/08/CHIP2.jpeg'),(10917,6463,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10916,6463,'_menu_item_target',''),(10915,6463,'_menu_item_object','custom'),(10914,6463,'_menu_item_object_id','6463'),(10913,6463,'_menu_item_menu_item_parent','5952'),(9204,5952,'_menu_item_type','custom'),(9205,5952,'_menu_item_menu_item_parent','0'),(9206,5952,'_menu_item_object_id','5952'),(9207,5952,'_menu_item_object','custom'),(9208,5952,'_menu_item_target',''),(9209,5952,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9210,5952,'_menu_item_xfn',''),(9211,5952,'_menu_item_url',''),(9213,5953,'_menu_item_type','post_type'),(9214,5953,'_menu_item_menu_item_parent','5952'),(9215,5953,'_menu_item_object_id','5950'),(9216,5953,'_menu_item_object','page'),(9217,5953,'_menu_item_target',''),(9218,5953,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9219,5953,'_menu_item_xfn',''),(9220,5953,'_menu_item_url',''),(10926,6464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10925,6464,'_menu_item_target',''),(10924,6464,'_menu_item_object','custom'),(10923,6464,'_menu_item_object_id','6464'),(10922,6464,'_menu_item_menu_item_parent','6469'),(11847,7273,'_wp_attachment_context','upgrader'),(11846,7273,'_wp_attached_file','2022/09/bl-gl1.zip'),(11845,7271,'_wp_attachment_context','upgrader'),(11844,7271,'_wp_attached_file','2022/09/bl-gl.zip'),(11837,7267,'_wp_attachment_context','upgrader'),(11836,7267,'_wp_attached_file','2022/08/bloglog..zip'),(10944,6466,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10943,6466,'_menu_item_target',''),(10942,6466,'_menu_item_object','custom'),(10941,6466,'_menu_item_object_id','6466'),(10940,6466,'_menu_item_menu_item_parent','6469'),(11630,7135,'_wp_attached_file','2015/08/BEA-2.jpg'),(11631,7135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:680;s:6:\"height\";i:914;s:4:\"file\";s:17:\"2015/08/BEA-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"BEA-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BEA-2-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"BEA-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"BEA-2-680x675.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"BEA-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1531904914;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11643,7143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1510;s:6:\"height\";i:1947;s:4:\"file\";s:24:\"2015/08/BASCtCropped.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BASCtCropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"BASCtCropped-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"BASCtCropped-794x1024.png\";s:5:\"width\";i:794;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"BASCtCropped-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"BASCtCropped-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"BASCtCropped-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"BASCtCropped-1080x1393.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1393;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11642,7143,'_wp_attached_file','2015/08/BASCtCropped.png'),(10935,6465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10934,6465,'_menu_item_target',''),(10933,6465,'_menu_item_object','custom'),(10932,6465,'_menu_item_object_id','6465'),(10931,6465,'_menu_item_menu_item_parent','6469'),(11248,6841,'_et_pb_predefined_layout','on'),(11258,6851,'_et_pb_predefined_layout','on'),(11257,6850,'_et_pb_predefined_layout','on'),(11256,6849,'_et_pb_predefined_layout','on'),(11255,6848,'_et_pb_predefined_layout','on'),(11254,6847,'_et_pb_predefined_layout','on'),(11253,6846,'_et_pb_predefined_layout','on'),(11252,6845,'_et_pb_predefined_layout','on'),(11251,6844,'_et_pb_predefined_layout','on'),(11250,6843,'_et_pb_predefined_layout','on'),(11249,6842,'_et_pb_predefined_layout','on'),(10986,2871,'_et_pb_side_nav','off'),(10985,2871,'_et_pb_page_layout','et_right_sidebar'),(11247,6840,'_et_pb_predefined_layout','on'),(11349,6931,'_wp_attached_file','2016/01/IMG_3212.png'),(11350,6931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:359;s:4:\"file\";s:20:\"2016/01/IMG_3212.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3212-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3212-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3212-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3212-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11351,6932,'_wp_attached_file','2016/01/FullSizeRender.jpg'),(11352,6932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:731;s:6:\"height\";i:560;s:4:\"file\";s:26:\"2016/01/FullSizeRender.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"FullSizeRender-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11362,6935,'_wp_attached_file','2016/01/IMG_3210.jpg'),(11363,6935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/01/IMG_3210.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3210-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3210-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_3210-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"IMG_3210-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_3210-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:1;}}'),(11371,6943,'_wp_attached_file','2016/01/IMG_1529.png'),(11372,6943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2016/01/IMG_1529.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1529-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1529-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"IMG_1529-360x250.png\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"IMG_1529-360x284.png\";s:5:\"width\";i:360;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11379,6975,'_wp_attached_file','2016/01/kim-h.jpg'),(11380,6975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:598;s:4:\"file\";s:17:\"2016/01/kim-h.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"kim-h-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"kim-h-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"kim-h-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"kim-h-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.2000000000000002;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1452272065;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11398,6986,'_wp_attached_file','2016/01/HAL-PHOTO-2016-small.jpg'),(11383,6979,'_wp_attached_file','2016/01/PRESS-RELEASE-PAYTON-HOWARD.pdf'),(11400,6987,'_wp_attached_file','2016/01/LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small.jpg'),(11401,6987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:448;s:6:\"height\";i:252;s:4:\"file\";s:69:\"2016/01/LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small-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:69:\"LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:69:\"LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:69:\"LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small-400x252.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:5;s:6:\"credit\";s:13:\"Brent Wallace\";s:6:\"camera\";s:10:\"NIKON D610\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1451907649;s:9:\"copyright\";s:22:\"www.bwallacephotos.com\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(10984,2871,'_et_pb_post_hide_nav','off'),(11083,6731,'_menu_item_object_id','6045'),(11084,6731,'_menu_item_object','page'),(9514,5978,'_menu_item_type','custom'),(9515,5978,'_menu_item_menu_item_parent','0'),(9516,5978,'_menu_item_object_id','5978'),(9517,5978,'_menu_item_object','custom'),(9518,5978,'_menu_item_target',''),(9519,5978,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9520,5978,'_menu_item_xfn',''),(9521,5978,'_menu_item_url',''),(9584,5984,'_menu_item_type','post_type'),(9585,5984,'_menu_item_menu_item_parent','5978'),(9586,5984,'_menu_item_object_id','5982'),(9587,5984,'_menu_item_object','page'),(9588,5984,'_menu_item_target',''),(9589,5984,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9590,5984,'_menu_item_xfn',''),(9591,5984,'_menu_item_url',''),(11629,7133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:745;s:4:\"file\";s:17:\"2015/08/BASTE.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"BASTE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"BASTE-237x300.jpg\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"BASTE-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"BASTE-588x675.jpg\";s:5:\"width\";i:588;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"BASTE-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:1.5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SM-G960U\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1531904914;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.3\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(11628,7133,'_wp_attached_file','2015/08/BASTE.jpg'),(11544,6459,'_edit_lock','1474678099:9'),(11545,6459,'_edit_last','9'),(11547,7078,'_wp_attached_file','2016/09/20160923180405.pdf'),(11549,7078,'_edit_lock','1474678600:9'),(11586,7103,'_wp_attached_file','2018/06/hal-po.jpg'),(11587,7103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:728;s:6:\"height\";i:855;s:4:\"file\";s:18:\"2018/06/hal-po.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hal-po-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"hal-po-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"hal-po-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:18:\"hal-po-728x675.jpg\";s:5:\"width\";i:728;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"hal-po-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11600,7106,'_wp_attached_file','2018/06/sen5.jpg'),(11601,7106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:320;s:4:\"file\";s:16:\"2018/06/sen5.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sen5-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:16:\"sen5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"sen5-320x250.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"sen5-320x284.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11602,7107,'_wp_attached_file','2018/06/khperk.jpg'),(11603,7107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:18:\"2018/06/khperk.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"khperk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"khperk-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"khperk-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"khperk-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11604,7108,'_wp_attached_file','2018/06/sen-2018.jpg'),(11605,7108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2018/06/sen-2018.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"sen-2018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"sen-2018-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"sen-2018-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"sen-2018-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11606,7109,'_wp_attached_file','2018/06/sen-2.jpg'),(11607,7109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:17:\"2018/06/sen-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"sen-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"sen-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"sen-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"sen-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11608,7110,'_wp_attached_file','2018/06/sen3.jpg'),(11609,7110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:16:\"2018/06/sen3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"sen3-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:16:\"sen3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"sen3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"sen3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11618,7112,'_wp_attached_file','2018/06/en4.jpg'),(11619,7112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:15:\"2018/06/en4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"en4-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:\"en4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"en4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"en4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11624,7117,'_wp_attached_file','2015/08/lb003.jpg'),(11625,7117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:661;s:4:\"file\";s:17:\"2015/08/lb003.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"lb003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"lb003-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"lb003-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"lb003-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.3999999999999999;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone SE\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1523285345;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.15\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(11626,7132,'_wp_attached_file','2015/08/Christina-Holcomb.jpg'),(11627,7132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:220;s:6:\"height\";i:308;s:4:\"file\";s:29:\"2015/08/Christina-Holcomb.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Christina-Holcomb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Christina-Holcomb-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Christina-Holcomb-220x250.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"Christina-Holcomb-220x284.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11003,6493,'_et_pb_page_layout','et_right_sidebar'),(11002,6493,'_et_pb_post_hide_nav','off'),(11001,6493,'_wp_page_template','default'),(11000,6493,'_edit_last','9'),(10999,6493,'_edit_lock','1530048897:9'),(9628,5988,'_edit_lock','1442500510:5'),(9629,5988,'_edit_last','5'),(9630,5988,'_wp_page_template','default'),(11016,5988,'_et_pb_post_hide_nav','off'),(11017,5988,'_et_pb_page_layout','et_right_sidebar'),(11018,5988,'_et_pb_side_nav','off'),(11019,5988,'_et_pb_use_builder','on'),(11020,5988,'_et_pb_old_content',''),(11021,5982,'_et_pb_post_hide_nav','off'),(11022,5982,'_et_pb_page_layout','et_right_sidebar'),(11023,5982,'_et_pb_side_nav','off'),(11024,5982,'_et_pb_use_builder','on'),(11025,5982,'_et_pb_old_content',''),(9651,5988,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9654,5990,'_menu_item_type','post_type'),(9655,5990,'_menu_item_menu_item_parent','6474'),(9656,5990,'_menu_item_object_id','5988'),(9657,5990,'_menu_item_object','page'),(9658,5990,'_menu_item_target',''),(9659,5990,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9660,5990,'_menu_item_xfn',''),(9661,5990,'_menu_item_url',''),(9690,5993,'_edit_last','9'),(9691,5993,'_wp_page_template','default'),(10849,6408,'_et_pb_module_type','et_pb_fullwidth_code'),(9712,5993,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(10527,6206,'_wp_attached_file','2015/07/seal.png'),(11027,5996,'_et_pb_page_layout','et_right_sidebar'),(11028,5996,'_et_pb_side_nav','off'),(11029,5996,'_et_pb_use_builder','on'),(11030,5996,'_et_pb_old_content',''),(11031,6541,'_wp_attached_file','2015/08/Pearl_River_Court.jpg'),(11032,6541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2015/08/Pearl_River_Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pearl_River_Court-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pearl_River_Court-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Pearl_River_Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"Pearl_River_Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9747,5996,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(11042,6557,'_wp_attached_file','2015/08/Jefferson_Davis_Court.jpg'),(11043,6557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2015/08/Jefferson_Davis_Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Jefferson_Davis_Court-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Jefferson_Davis_Court-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"Jefferson_Davis_Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"Jefferson_Davis_Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11035,6543,'_wp_attached_file','2015/08/Lamar_Court.jpg'),(11036,6543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2015/08/Lamar_Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Lamar_Court-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:23:\"Lamar_Court-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"Lamar_Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"Lamar_Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11037,6544,'_wp_attached_file','2015/08/Lawrence_Court.jpg'),(11038,6544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2015/08/Lawrence_Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Lawrence_Court-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Lawrence_Court-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"Lawrence_Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"Lawrence_Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11039,6545,'_wp_attached_file','2015/08/Marion_Court.jpg'),(11040,6545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2015/08/Marion_Court.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Marion_Court-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:\"Marion_Court-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Marion_Court-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Marion_Court-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11041,6554,'_et_pb_module_type','et_pb_image'),(11044,6559,'_et_pb_module_type','et_pb_text'),(11045,6569,'_et_pb_module_type','et_pb_text'),(11046,6578,'_et_pb_module_type','et_pb_text'),(11047,6579,'_et_pb_module_type','et_pb_text'),(9750,5998,'_menu_item_type','post_type'),(9751,5998,'_menu_item_menu_item_parent','5999'),(9752,5998,'_menu_item_object_id','5996'),(9753,5998,'_menu_item_object','page'),(9754,5998,'_menu_item_target',''),(9755,5998,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9756,5998,'_menu_item_xfn',''),(9757,5998,'_menu_item_url',''),(9759,5999,'_menu_item_type','custom'),(9760,5999,'_menu_item_menu_item_parent','5978'),(9761,5999,'_menu_item_object_id','5999'),(9762,5999,'_menu_item_object','custom'),(9763,5999,'_menu_item_target',''),(9764,5999,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9765,5999,'_menu_item_xfn',''),(9766,5999,'_menu_item_url',''),(9768,6000,'_edit_last','9'),(9769,6000,'_wp_page_template','default'),(11048,6000,'_et_pb_post_hide_nav','off'),(11049,6000,'_et_pb_page_layout','et_right_sidebar'),(11050,6000,'_et_pb_side_nav','off'),(11051,6000,'_et_pb_use_builder','on'),(11052,6000,'_et_pb_old_content',''),(9790,6000,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9792,6000,'_edit_lock','1626480872:9'),(9794,6002,'_menu_item_type','post_type'),(9795,6002,'_menu_item_menu_item_parent','5999'),(9796,6002,'_menu_item_object_id','6000'),(9797,6002,'_menu_item_object','page'),(9798,6002,'_menu_item_target',''),(9799,6002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9800,6002,'_menu_item_xfn',''),(9801,6002,'_menu_item_url',''),(9803,6003,'_edit_lock','1626480620:9'),(9804,6003,'_edit_last','9'),(9805,6003,'_wp_page_template','default'),(11053,6003,'_et_pb_post_hide_nav','off'),(11054,6003,'_et_pb_page_layout','et_right_sidebar'),(11055,6003,'_et_pb_side_nav','off'),(11056,6003,'_et_pb_use_builder','on'),(11057,6003,'_et_pb_old_content',''),(9826,6003,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9829,6005,'_menu_item_type','post_type'),(9830,6005,'_menu_item_menu_item_parent','5999'),(9831,6005,'_menu_item_object_id','6003'),(9832,6005,'_menu_item_object','page'),(9833,6005,'_menu_item_target',''),(9834,6005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9835,6005,'_menu_item_xfn',''),(9836,6005,'_menu_item_url',''),(9838,6006,'_edit_lock','1626480761:9'),(9839,6006,'_edit_last','9'),(9840,6006,'_wp_page_template','default'),(11058,6006,'_et_pb_post_hide_nav','off'),(11059,6006,'_et_pb_page_layout','et_right_sidebar'),(11060,6006,'_et_pb_side_nav','off'),(11061,6006,'_et_pb_use_builder','on'),(11062,6006,'_et_pb_old_content',''),(9861,6006,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(9864,6008,'_menu_item_type','post_type'),(9865,6008,'_menu_item_menu_item_parent','5999'),(9866,6008,'_menu_item_object_id','6006'),(9867,6008,'_menu_item_object','page'),(9868,6008,'_menu_item_target',''),(9869,6008,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9870,6008,'_menu_item_xfn',''),(9871,6008,'_menu_item_url',''),(9873,6009,'_edit_lock','1665060661:7'),(9874,6009,'_edit_last','7'),(9875,6009,'_wp_page_template','default'),(11063,6009,'_et_pb_post_hide_nav','off'),(11064,6009,'_et_pb_page_layout','et_right_sidebar'),(11065,6009,'_et_pb_side_nav','off'),(11066,6009,'_et_pb_use_builder','on'),(11067,6009,'_et_pb_old_content',''),(9896,6009,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(11072,6680,'_wp_attached_file','2015/08/Hal_hero_3.jpg'),(11073,6680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2015/08/Hal_hero_3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Hal_hero_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Hal_hero_3-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Hal_hero_3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Hal_hero_3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11243,6819,'_wp_attached_file','2015/08/Pearl_River_Court_165.jpg'),(11244,6819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:145;s:4:\"file\";s:33:\"2015/08/Pearl_River_Court_165.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Pearl_River_Court_165-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11241,6818,'_wp_attached_file','2015/08/Marion_Court_165.jpg'),(11242,6818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:145;s:4:\"file\";s:28:\"2015/08/Marion_Court_165.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Marion_Court_165-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11237,6814,'_wp_attached_file','2015/08/Jefferson_Davis_Court_1652.jpg'),(11238,6814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:145;s:4:\"file\";s:38:\"2015/08/Jefferson_Davis_Court_1652.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Jefferson_Davis_Court_1652-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11239,6816,'_wp_attached_file','2015/08/Lamar_Court_165.jpg'),(11240,6816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:145;s:4:\"file\";s:27:\"2015/08/Lamar_Court_165.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lamar_Court_165-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(11245,6820,'_wp_attached_file','2015/08/Lawrence_Court_165.jpg'),(11246,6820,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:145;s:4:\"file\";s:30:\"2015/08/Lawrence_Court_165.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Lawrence_Court_165-150x145.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(9899,6011,'_menu_item_type','post_type'),(9900,6011,'_menu_item_menu_item_parent','5999'),(9901,6011,'_menu_item_object_id','6009'),(9902,6011,'_menu_item_object','page'),(9903,6011,'_menu_item_target',''),(9904,6011,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9905,6011,'_menu_item_xfn',''),(9906,6011,'_menu_item_url',''),(9917,6013,'_edit_lock','1413236374:2'),(9918,6013,'_edit_last','2'),(9919,6013,'slide_template','default'),(9920,6014,'_edit_lock','1413236446:2'),(9921,6014,'_edit_last','2'),(9922,6014,'slide_template','default'),(9923,6015,'_edit_lock','1413236462:2'),(9924,6015,'_edit_last','2'),(9925,6015,'slide_template','default'),(9926,6016,'_edit_lock','1413236509:2'),(9927,6016,'_edit_last','2'),(9928,6016,'slide_template','default'),(9929,6017,'_edit_lock','1413236537:2'),(9930,6017,'_edit_last','2'),(9931,6017,'slide_template','default'),(9932,6018,'_edit_lock','1413236558:2'),(9933,6018,'_edit_last','2'),(9934,6018,'slide_template','default'),(9935,6019,'_edit_lock','1413236590:2'),(9936,6019,'_edit_last','2'),(9937,6019,'slide_template','default'),(9938,6020,'_edit_lock','1413236611:2'),(9939,6020,'_edit_last','2'),(9940,6020,'slide_template','default'),(9941,6021,'_edit_lock','1413236630:2'),(9942,6021,'_edit_last','2'),(9943,6021,'slide_template','default'),(9944,6022,'_edit_lock','1413236649:2'),(9945,6022,'_edit_last','2'),(9946,6022,'slide_template','default'),(9947,6023,'_edit_lock','1413236675:2'),(9948,6023,'_edit_last','2'),(9949,6023,'slide_template','default'),(9950,6024,'_edit_lock','1413236699:2'),(9951,6024,'_edit_last','2'),(9952,6024,'slide_template','default'),(9953,6025,'_edit_lock','1413236719:2'),(9954,6025,'_edit_last','2'),(9955,6025,'slide_template','default'),(9956,6026,'_edit_lock','1413236750:2'),(9957,6026,'_edit_last','2'),(9958,6026,'slide_template','default'),(9959,6027,'_edit_last','2'),(9960,6027,'slide_template','default'),(9961,6027,'_edit_lock','1413236793:2'),(9962,6029,'_edit_lock','1413236813:2'),(9963,6029,'_edit_last','2'),(9964,6029,'slide_template','default'),(9965,6030,'_edit_lock','1413236921:2'),(9966,6030,'_edit_last','2'),(9967,6030,'slide_template','default'),(9968,6031,'_edit_lock','1413236941:2'),(9969,6031,'_edit_last','2'),(9970,6031,'slide_template','default'),(9971,6032,'_edit_lock','1413236966:2'),(9972,6032,'_edit_last','2'),(9973,6032,'slide_template','default'),(9974,6033,'_edit_lock','1413236984:2'),(9975,6033,'_edit_last','2'),(9976,6033,'slide_template','default'),(9977,6034,'_edit_lock','1413237004:2'),(9978,6034,'_edit_last','2'),(9979,6034,'slide_template','default'),(9980,6035,'_edit_lock','1413237058:2'),(9981,6035,'_edit_last','2'),(9982,6035,'slide_template','default'),(9983,6036,'_edit_lock','1413237076:2'),(9984,6036,'_edit_last','2'),(9985,6036,'slide_template','default'),(9986,6037,'_edit_lock','1413237095:2'),(9987,6037,'_edit_last','2'),(9988,6037,'slide_template','default'),(9989,6038,'_edit_lock','1413237115:2'),(9990,6038,'_edit_last','2'),(9991,6038,'slide_template','default'),(9992,6039,'_edit_lock','1413237134:2'),(9993,6039,'_edit_last','2'),(9994,6039,'slide_template','default'),(9995,6040,'_edit_lock','1413237151:2'),(9996,6040,'_edit_last','2'),(9997,6040,'slide_template','default'),(9998,6041,'_edit_lock','1413237175:2'),(9999,6041,'_edit_last','2'),(10000,6041,'slide_template','default'),(10001,6042,'_edit_lock','1413237193:2'),(10002,6042,'_edit_last','2'),(10003,6042,'slide_template','default'),(10004,6043,'_edit_lock','1413237211:2'),(10005,6043,'_edit_last','2'),(10006,6043,'slide_template','default'),(10007,6044,'_edit_lock','1413237234:2'),(10008,6044,'_edit_last','2'),(10009,6044,'slide_template','default'),(10010,6045,'_edit_lock','1442548020:5'),(10011,6045,'_edit_last','5'),(10012,6045,'_wp_page_template','default'),(11074,6045,'_et_pb_post_hide_nav','off'),(11075,6045,'_et_pb_page_layout','et_right_sidebar'),(11076,6045,'_et_pb_side_nav','off'),(11077,6045,'_et_pb_use_builder','on'),(11078,6045,'_et_pb_old_content','[faq]'),(11225,6771,'_wp_attached_file','2015/09/Lawrence_Court_160.jpg'),(11226,6771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:107;s:4:\"file\";s:30:\"2015/09/Lawrence_Court_160.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Lawrence_Court_160-150x107.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10033,6045,'cmsms_custom_breadcrumbs','a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}'),(10173,5554,'_dwls_first_image',''),(10066,6035,'_dwls_first_image',''),(10065,6036,'_dwls_first_image',''),(10064,6037,'_dwls_first_image',''),(10063,6039,'_dwls_first_image',''),(10062,6040,'_dwls_first_image',''),(10061,6042,'_dwls_first_image',''),(10059,6044,'_dwls_first_image',''),(10060,6043,'_dwls_first_image',''),(10101,5950,'_dwls_first_image',''),(10102,5947,'_dwls_first_image',''),(10104,2871,'_dwls_first_image',''),(10108,2856,'_dwls_first_image',''),(11315,2700,'_edit_lock','1442501332:5'),(11316,5932,'_edit_lock','1442501484:5'),(11317,6882,'_wp_attached_file','2015/08/Clay_Portrait1.jpg'),(11318,6882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:260;s:4:\"file\";s:26:\"2015/08/Clay_Portrait1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Clay_Portrait1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"Clay_Portrait1-186x250.jpg\";s:5:\"width\";i:186;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10126,6041,'_dwls_first_image',''),(10127,6038,'_dwls_first_image',''),(10145,5941,'_dwls_first_image',''),(10147,5946,'_dwls_first_image',''),(10148,5949,'_dwls_first_image',''),(10149,5952,'_dwls_first_image',''),(10150,5953,'_dwls_first_image',''),(10912,6463,'_menu_item_type','custom'),(10921,6464,'_menu_item_type','custom'),(10939,6466,'_menu_item_type','custom'),(10930,6465,'_menu_item_type','custom'),(10159,5978,'_dwls_first_image',''),(10539,6161,'_edit_lock','1437505066:2'),(10161,5984,'_dwls_first_image',''),(10162,5999,'_dwls_first_image',''),(10163,5998,'_dwls_first_image',''),(10164,6002,'_dwls_first_image',''),(10165,6005,'_dwls_first_image',''),(10166,6008,'_dwls_first_image',''),(10167,6011,'_dwls_first_image',''),(10998,6490,'_et_pb_module_type','et_pb_text'),(10169,5990,'_dwls_first_image',''),(10193,5868,'_dwls_first_image',''),(10464,5868,'_et_pb_post_hide_nav','off'),(10465,5868,'_et_pb_page_layout','et_right_sidebar'),(10466,5868,'_et_pb_side_nav','off'),(10467,5868,'_et_pb_use_builder','on'),(10468,5868,'_et_pb_old_content','<p>vgyjdj</p>'),(10516,6161,'_et_pb_module_type','et_pb_image'),(10528,6206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:460;s:6:\"height\";i:460;s:4:\"file\";s:16:\"2015/07/seal.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"seal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"seal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"seal-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"seal-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{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:\"\";s:11:\"orientation\";i:0;}}'),(10680,5868,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:6329;s:16:\"restored_by_user\";i:5;s:13:\"restored_time\";i:1440049497;}'),(10529,6207,'_et_pb_module_type','et_pb_text'),(10686,6314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10685,6314,'_menu_item_target',''),(10684,6314,'_menu_item_object','page'),(10683,6314,'_menu_item_object_id','5993'),(10682,6314,'_menu_item_menu_item_parent','0'),(10681,6314,'_menu_item_type','post_type'),(10542,6161,'_edit_last','2'),(10543,6161,'slide_template','default'),(10544,6161,'_et_pb_use_builder','on'),(10545,6161,'_et_pb_old_content',''),(10546,6223,'_et_pb_module_type','et_pb_text'),(10547,6224,'_et_pb_module_type','et_pb_text'),(10548,6223,'_edit_lock','1437341969:2'),(10549,6223,'_edit_last','2'),(10550,6223,'slide_template','default'),(10551,6223,'_et_pb_use_builder','on'),(10552,6223,'_et_pb_old_content',''),(10553,6234,'_et_pb_module_type','et_pb_fullwidth_code'),(10886,6454,'_wp_attached_file','2015/08/BC_Simple_Demand_letter.pdf'),(10887,6455,'_wp_attached_file','2015/08/V_Request_to_Exercise_Victims_Rights.pdf'),(10888,6456,'_wp_attached_file','2015/08/V_Victim_Impact_Statement.pdf'),(10889,6457,'_wp_attached_file','2015/08/V_Victim-Compensation-Application.pdf'),(10890,6458,'_wp_attached_file','2015/08/BC_Affidavit_of_Service_Form.pdf'),(10891,6459,'_wp_attached_file','2015/08/BC_Complaint_form.pdf'),(10892,6461,'_menu_item_type','custom'),(10893,6461,'_menu_item_menu_item_parent','5952'),(10894,6461,'_menu_item_object_id','6461'),(10895,6461,'_menu_item_object','custom'),(10896,6461,'_menu_item_target',''),(10897,6461,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10898,6461,'_menu_item_xfn',''),(10899,6461,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf'),(10906,6462,'_menu_item_object','custom'),(10907,6462,'_menu_item_target',''),(10908,6462,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10909,6462,'_menu_item_xfn',''),(10910,6462,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf'),(10918,6463,'_menu_item_xfn',''),(10919,6463,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf'),(10927,6464,'_menu_item_xfn',''),(10928,6464,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf'),(10936,6465,'_menu_item_xfn',''),(10937,6465,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf'),(10945,6466,'_menu_item_xfn',''),(10946,6466,'_menu_item_url','http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf'),(10966,6469,'_menu_item_type','custom'),(10967,6469,'_menu_item_menu_item_parent','0'),(10968,6469,'_menu_item_object_id','6469'),(10969,6469,'_menu_item_object','custom'),(10970,6469,'_menu_item_target',''),(10971,6469,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10972,6469,'_menu_item_xfn',''),(10973,6469,'_menu_item_url',''),(11082,6731,'_menu_item_menu_item_parent','5978'),(10987,2871,'_et_pb_use_builder','on'),(10988,2871,'_et_pb_old_content',''); /*!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 collate utf8_unicode_ci NOT NULL, `post_title` text collate utf8_unicode_ci NOT NULL, `post_excerpt` text collate utf8_unicode_ci NOT NULL, `post_status` varchar(20) collate utf8_unicode_ci NOT NULL default 'publish', `comment_status` varchar(20) collate utf8_unicode_ci NOT NULL default 'open', `ping_status` varchar(20) collate utf8_unicode_ci NOT NULL default 'open', `post_password` varchar(20) collate utf8_unicode_ci NOT NULL default '', `post_name` varchar(200) collate utf8_unicode_ci NOT NULL default '', `to_ping` text collate utf8_unicode_ci NOT NULL, `pinged` text collate utf8_unicode_ci 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 collate utf8_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) collate utf8_unicode_ci NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) collate utf8_unicode_ci NOT NULL default 'post', `post_mime_type` varchar(100) collate utf8_unicode_ci NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=8305 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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 (6538,6,'2015-08-23 08:12:28','2015-08-23 08:12:28','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 08:12:28','2015-08-23 08:12:28','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(5,2,'2014-10-02 19:43:21','2014-10-02 19:43:21','','Media','','private','closed','closed','','media','','','2014-10-02 19:43:21','2014-10-02 19:43:21','',0,'http://da15thdistrict.org/?option-tree=media',0,'option-tree','',0),(204,2,'2014-10-02 19:45:55','2014-10-02 19:45:55','<p>Your Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Your Phone Number<br />\r\n [tel PhoneNumber]</p>\r\n\r\n<p>Your Message<br />\r\n [textarea your-message] </p>\r\n\r\n<p>CAPTCHA\r\n[captchac captcha-38]\r\n[captchar captcha-38]</p>\r\n\r\n<p>[submit \"Send\" style=\"background-color:#cc0000\"]</p>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nPlease call 601-731-1476 for assistance during regular office hours, Monday to Friday from 8 am to 5 pm. Thank you.\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.\nThis input is too long.\nThis input is too short.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','DA Contact Form','','publish','open','open','','contact-form-1','','','2019-03-26 17:31:13','2019-03-26 17:31:13','',0,'http://da15thdistrict.org/?post_type=wpcf7_contact_form&p=204',0,'wpcf7_contact_form','',0),(7212,9,'2019-03-26 17:42:58','2019-03-26 17:42:58','[et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Contact Us</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLocation and Info\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"430\" frameborder=\"0\"></iframe>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Office of the District Attorney\n500 Courthouse Square, Suite 3\nColumbia, MS 39429</strong>\n\n<strong>Office:</strong> 601-731-1476\n\n<strong>Checks:</strong> 601-736-2164\n\n<strong>Fax:</strong> 601-731-1489\n\n<strong>Office Hours:</strong> Monday to Friday from 8 am to 5 pm\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nContact Form\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [contact-form-7 id=\"204\" title=\"DA Contact Form\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-autosave-v1','','','2019-03-26 17:42:58','2019-03-26 17:42:58','',5993,'http://da15thdistrict.org/?p=7212',0,'revision','',0),(160,2,'2013-07-27 08:27:54','2013-07-27 08:27:54','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Envato Ltd','','publish','open','open','password','envato-ltd','','','2013-07-27 08:27:54','2013-07-27 08:27:54','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=clients&p=160',0,'clients','',0),(2635,2,'2014-10-06 19:08:53','2014-10-06 19:08:53','','navbar','','inherit','open','open','','navbar','','','2014-10-06 19:08:53','2014-10-06 19:08:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/navbar.png',0,'attachment','image/png',0),(4,2,'2013-07-26 09:31:46','2013-07-26 09:31:46','','Media','','private','closed','closed','','media-2','','','2013-07-26 09:31:46','2013-07-26 09:31:46','',0,'http://wordpress.thebebel.com/demo/silvioxml/?option-tree=media',0,'option-tree','',0),(88,2,'2013-07-24 18:35:30','2013-07-24 18:35:30','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Maxim Golf Club Malibu','','publish','closed','closed','','maxim-golf-club-malibu','','','2013-07-24 18:35:30','2013-07-24 18:35:30','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=88',0,'portfolio','',0),(102,2,'2013-07-24 18:37:11','2013-07-24 18:37:11','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Xilirate Cars','','publish','open','open','','xilirate-cars','','','2013-07-24 18:37:11','2013-07-24 18:37:11','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=102',0,'portfolio','',0),(6846,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Page Fullwidth','','publish','closed','closed','','page-fullwidth','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/page-fullwidth/',0,'et_pb_layout','',0),(6847,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Right Sidebar','','publish','closed','closed','','page-right-sidebar','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/page-right-sidebar/',0,'et_pb_layout','',0),(208,2,'2014-10-06 15:35:19','2014-10-06 15:35:19','','HAL PHOTOS 069','','inherit','open','open','','hal-photos-069','','','2014-10-06 15:36:19','2014-10-06 15:36:19','',5,'http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-069.jpg',0,'attachment','image/jpeg',0),(166,2,'2013-07-23 10:26:29','2013-07-23 10:26:29','','Media','','private','closed','closed','','media-2-2','','','2013-07-23 10:26:29','2013-07-23 10:26:29','',0,'http://wordpress.thebebel.com/demo/silvio/?option-tree=media',0,'option-tree','',0),(169,2,'2013-07-24 18:36:10','2013-07-24 18:36:10','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Envato Denim','','publish','open','open','','envato-denim','','','2013-07-24 18:36:10','2013-07-24 18:36:10','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=100',0,'portfolio','',0),(6736,6,'2015-09-03 06:42:06','2015-09-03 06:42:06',' ','','','publish','closed','closed','','6736','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6736',5,'nav_menu_item','',0),(65,2,'2013-07-24 18:05:01','2013-07-24 18:05:01','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Sarah Wagenicht','','publish','closed','closed','','sarah-wagenicht','','','2013-07-24 18:05:01','2013-07-24 18:05:01','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=65',0,'team','',0),(80,2,'2013-07-24 18:16:03','2013-07-24 18:16:03','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Michelle Hudson','','publish','open','open','','michelle-hudson','','','2013-07-24 18:16:03','2013-07-24 18:16:03','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=80',0,'team','',0),(103,2,'2013-07-24 18:37:51','2013-07-24 18:37:51','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','White Chair Company','','publish','open','open','','white-chair-company','','','2013-07-24 18:37:51','2013-07-24 18:37:51','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=103',0,'portfolio','',0),(104,2,'2013-07-24 18:38:32','2013-07-24 18:38:32','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','MDent Corp.','','publish','open','open','','mdent-corp','','','2013-07-24 18:38:32','2013-07-24 18:38:32','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=104',0,'portfolio','',0),(105,2,'2013-07-24 18:39:12','2013-07-24 18:39:12','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Offshore Boiling','','publish','open','open','','offshore-boiling','','','2013-07-24 18:39:12','2013-07-24 18:39:12','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=105',0,'portfolio','',0),(106,2,'2013-07-24 18:40:01','2013-07-24 18:40:01','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Levoit Engeneering','','publish','open','open','','levoit-engeneering','','','2013-07-24 18:40:01','2013-07-24 18:40:01','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=106',0,'portfolio','',0),(107,2,'2013-07-24 18:40:30','2013-07-24 18:40:30','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','City Fashion','','publish','open','open','','city-fashion','','','2013-07-24 18:40:30','2013-07-24 18:40:30','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=107',0,'portfolio','',0),(108,2,'2013-07-24 18:41:02','2013-07-24 18:41:02','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','NYC Finance','','publish','open','open','','nyc-finance','','','2013-07-24 18:41:02','2013-07-24 18:41:02','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=108',0,'portfolio','',0),(109,2,'2013-07-24 18:41:45','2013-07-24 18:41:45','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Trade Boss Melbourne','','publish','open','open','','trade-boss-melbourne','','','2013-07-24 18:41:45','2013-07-24 18:41:45','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=portfolio&p=109',0,'portfolio','',0),(207,2,'2014-10-06 15:35:04','2014-10-06 15:35:04','','HAL PHOTOS 215','','inherit','open','open','','hal-photos-215','','','2014-10-06 15:35:04','2014-10-06 15:35:04','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-215.jpg',0,'attachment','image/jpeg',0),(81,2,'2013-07-24 18:16:38','2013-07-24 18:16:38','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Anna Hoffman','','publish','open','open','','anna-hoffman','','','2013-07-24 18:16:38','2013-07-24 18:16:38','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=81',0,'team','',0),(82,2,'2013-07-24 18:17:11','2013-07-24 18:17:11','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Silvio Superstar','','publish','open','open','','silvio-superstar','','','2013-07-24 18:17:11','2013-07-24 18:17:11','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=82',0,'team','',0),(83,2,'2013-07-24 18:17:30','2013-07-24 18:17:30','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Mike Smile','','publish','open','open','','mike-smile','','','2013-07-24 18:17:30','2013-07-24 18:17:30','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=83',0,'team','',0),(84,2,'2013-07-24 18:17:58','2013-07-24 18:17:58','Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.','Mike Snail','','publish','open','open','','mike-snail','','','2013-07-24 18:17:58','2013-07-24 18:17:58','',0,'http://wordpress.thebebel.com/demo/silvio/?post_type=team&p=84',0,'team','',0),(2672,2,'2014-10-06 19:09:20','2014-10-06 19:09:20','','90a','','inherit','open','open','','90a','','','2014-10-06 19:09:20','2014-10-06 19:09:20','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/90a.jpg',0,'attachment','image/jpeg',0),(2634,2,'2014-10-06 19:08:52','2014-10-06 19:08:52','','nav-ul','','inherit','open','open','','nav-ul','','','2014-10-06 19:08:52','2014-10-06 19:08:52','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/nav-ul.jpg',0,'attachment','image/jpeg',0),(2633,2,'2014-10-06 19:08:51','2014-10-06 19:08:51','','MOORE','','inherit','open','open','','moore','','','2014-10-06 19:08:51','2014-10-06 19:08:51','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/MOORE.jpg',0,'attachment','image/jpeg',0),(2631,2,'2014-10-06 19:08:50','2014-10-06 19:08:50','','missealSMAA','','inherit','open','open','','missealsmaa','','','2014-10-06 19:08:50','2014-10-06 19:08:50','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/missealSMAA.jpg',0,'attachment','image/jpeg',0),(2673,2,'2014-10-06 19:09:20','2014-10-06 19:09:20','','90b','','inherit','open','open','','90b','','','2014-10-06 19:09:20','2014-10-06 19:09:20','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/90b.jpg',0,'attachment','image/jpeg',0),(2670,2,'2014-10-06 19:09:18','2014-10-06 19:09:18','','popcourt2','PEARL RIVER COUNTY','inherit','open','open','','popcourt2','','','2015-07-19 16:54:24','2015-07-19 16:54:24','',5868,'http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg',0,'attachment','image/jpeg',0),(2669,2,'2014-10-06 19:09:17','2014-10-06 19:09:17','','SAMSUNG','','inherit','open','open','','samsung','','','2014-10-06 19:09:17','2014-10-06 19:09:17','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/PERKINS-SWEAR-IN.jpg',0,'attachment','image/jpeg',0),(2668,2,'2014-10-06 19:09:16','2014-10-06 19:09:16','','perk22','','inherit','open','open','','perk22','','','2014-10-06 19:09:16','2014-10-06 19:09:16','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/perk22.jpg',0,'attachment','image/jpeg',0),(2667,2,'2014-10-06 19:09:16','2014-10-06 19:09:16','','perk1','','inherit','open','open','','perk1','','','2014-10-06 19:09:16','2014-10-06 19:09:16','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/perk1.tif',0,'attachment','image/tiff',0),(2666,2,'2014-10-06 19:09:13','2014-10-06 19:09:13','','perk','','inherit','open','open','','perk','','','2014-10-06 19:09:13','2014-10-06 19:09:13','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/perk.jpg',0,'attachment','image/jpeg',0),(2627,2,'2014-10-06 19:08:47','2014-10-06 19:08:47','','Marion County Courthouse','Marion County','inherit','open','open','','marioncourt1','','','2015-07-19 16:53:32','2015-07-19 16:53:32','',5868,'http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg',0,'attachment','image/jpeg',0),(2628,2,'2014-10-06 19:08:47','2014-10-06 19:08:47','','marker','','inherit','open','open','','marker','','','2014-10-06 19:08:47','2014-10-06 19:08:47','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/marker.gif',0,'attachment','image/gif',0),(2629,2,'2014-10-06 19:08:48','2014-10-06 19:08:48','','MCGEE','','inherit','open','open','','mcgee','','','2014-10-06 19:08:48','2014-10-06 19:08:48','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/MCGEE.jpg',0,'attachment','image/jpeg',0),(2630,2,'2014-10-06 19:08:49','2014-10-06 19:08:49','','Miller','','inherit','open','open','','miller','','','2014-10-06 19:08:49','2014-10-06 19:08:49','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg',0,'attachment','image/jpeg',0),(6865,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>\r\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]','About Us','','publish','closed','closed','','about-us','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/about-us/',0,'et_pb_layout','',0),(2482,2,'2013-11-23 10:41:10','2013-11-23 10:41:10','','Cam Shots','','publish','closed','closed','','cam-shots','','','2013-11-23 10:41:10','2013-11-23 10:41:10','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=5',0,'portfolio','',0),(22,2,'2013-10-26 11:17:16','2013-10-26 11:17:16','','Big Flex Slider','','publish','closed','closed','','big-flex-slider','','','2014-10-06 19:56:51','2014-10-06 19:56:51','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=22',4,'portfolio','',0),(27,2,'2013-10-26 10:41:15','2013-10-26 10:41:15','','Vertical Stacked','','publish','closed','closed','','vertical-stacked','','','2013-10-26 10:41:15','2013-10-26 10:41:15','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=27',5,'portfolio','',0),(973,2,'2013-11-26 17:17:39','2013-11-26 17:17:39','','Lightbox Video','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In posuere felis nec tortor. Pellentesque faucibus. Ut accumsan ultricies elit. Maecenas at justo id velit placerat molestie. Donec dictum lectus non odio. Cras a ante vitae enim iaculis aliquam. Mauris nunc quam, venenatis nec, euismod sit amet, egestas placerat, est. ','publish','closed','closed','','lightbox-video','','','2014-10-08 15:55:32','2014-10-08 15:55:32','',0,'http://www.brandexponents.com/ubercorp/?post_type=portfolio&p=80',23,'portfolio','',0),(6866,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>\r\n<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>\r\n\r\n<strong>Address:</strong> 890 Lorem Ipsum Street #12\r\nSan Francisco, California 65432\r\n\r\n<strong>Phone:</strong> 123.4567.890\r\n\r\n<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/contact-us/',0,'et_pb_layout','',0),(6867,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]\r\n[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]\r\n[/et_pb_section]\r\n\r\n[et_pb_section]\r\n[et_pb_row]\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Nick Roach</h2>\r\n<em>President, CEO, Theme UI/UX Designer</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]\r\n[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]\r\n[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Kenny Sing</h2>\r\n<em>Lead Graphic Designers</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]\r\n[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]\r\n[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n\r\n[et_pb_column type=\"1_3\"]\r\n[et_pb_image src=\"http://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]\r\n[et_pb_text]\r\n<h2>Mitch Skolnik</h2>\r\n<em>Community Manager</em>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.\r\n[/et_pb_text]\r\n[et_pb_counters]\r\n[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]\r\n[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]\r\n[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]\r\n[/et_pb_counters]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_5.png\" title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_6.png\" title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_7.png\" title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[et_pb_column type=\"1_4\"]\r\n[et_pb_blurb background_layout=\"dark\" image=\"http://www.elegantthemesimages.com/images/premade_blurb_8.png\" title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>\r\nLearn from the top thought leaders in the industry.\r\n[/et_pb_text]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>\r\nLearn from the top thought leaders in the industry.\r\n[/et_pb_text]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]\r\n\r\n[et_pb_section background_color=\"#7EBEC5\"]\r\n[et_pb_row]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]\r\nIf you are interested in working together, send us an inquiry and we will get back to you as soon as we can!\r\n[/et_pb_cta]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]','Our Team','','publish','closed','closed','','our-team','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/our-team/',0,'et_pb_layout','',0),(1181,2,'2013-11-26 19:32:09','2013-11-26 19:32:09','','Jefferson Davis ','','publish','closed','closed','','jeff-davis','','','2014-10-08 16:42:05','2014-10-08 16:42:05','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=1181',8,'portfolio','',0),(1187,2,'2013-10-26 10:44:16','2013-10-26 10:44:16','','Gallery','','publish','closed','closed','','stanley-cubrik','','','2014-10-06 19:57:07','2014-10-06 19:57:07','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=13',2,'portfolio','',0),(1188,2,'2013-10-26 11:08:46','2013-10-26 11:08:46','','Centered Slider','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin eu diam lorem, id scelerisque sapien. In accumsan metus at magna vehicula placerat tempor varius ipsum. libero, non congue odio vulputate eu. Phasellus euismod magna ac est.','publish','closed','closed','','centered-slider','','','2013-10-26 11:08:46','2013-10-26 11:08:46','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=20',3,'portfolio','',0),(2103,2,'2013-10-26 10:43:42','2013-10-26 10:43:42','','Bonsai','','publish','closed','closed','','bonsai','','','2014-10-06 19:57:17','2014-10-06 19:57:17','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=9',10,'portfolio','',0),(2104,2,'2013-10-26 10:43:32','2013-10-26 10:43:32','','Right Floating Sidebar','Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,','publish','closed','closed','','right-floating-sidebar','','','2013-10-26 10:43:32','2013-10-26 10:43:32','',0,'http://www.brandexponents.com/wynn/?post_type=portfolio&p=11',1,'portfolio','',0),(2142,2,'2013-11-25 11:59:36','2013-11-25 11:59:36','','Height Double','Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.','publish','closed','closed','','height-double','','','2013-11-25 11:59:36','2013-11-25 11:59:36','',0,'http://www.brandexponents.com/namo/?post_type=portfolio&p=2142',0,'portfolio','',0),(6848,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h4>Lorem Ipsum Dolor</h4>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]','Page Left Sidebar','','publish','closed','closed','','page-left-sidebar','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/page-left-sidebar/',0,'et_pb_layout','',0),(6849,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n<h2>Just A Standard Page</h2>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\nSed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h3>Lorem Ipsum Dolor</h3>\r\nNunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Page Dual Sidebars','','publish','closed','closed','','page-dual-sidebars','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/page-dual-sidebars/',0,'et_pb_layout','',0),(6850,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Grid','','publish','closed','closed','','portfolio-grid','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/portfolio-grid/',0,'et_pb_layout','',0),(6851,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio 1 Column','','publish','closed','closed','','portfolio-1-column','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/portfolio-1-column/',0,'et_pb_layout','',0),(6852,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Carousel','','publish','closed','closed','','portfolio-fullwidth-carousel','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/portfolio-fullwidth-carousel/',0,'et_pb_layout','',0),(2625,2,'2014-10-06 19:08:37','2014-10-06 19:08:37','','manya ret','','inherit','open','open','','manya-ret','','','2014-10-06 19:08:37','2014-10-06 19:08:37','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/manya-ret.jpg',0,'attachment','image/jpeg',0),(2624,2,'2014-10-06 19:08:31','2014-10-06 19:08:31','','MORRIS SWEATT','MORRIS SWEATT','inherit','open','open','','sweatt33-copy','','','2015-08-20 11:38:46','2015-08-20 11:38:46','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg',0,'attachment','image/jpeg',0),(2623,2,'2014-10-06 19:08:30','2014-10-06 19:08:30','','SWEATT','','inherit','open','open','','sweatt-2','','','2014-10-06 19:08:30','2014-10-06 19:08:30','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT.tif',0,'attachment','image/tiff',0),(2622,2,'2014-10-06 19:08:28','2014-10-06 19:08:28','','SWEATT','','inherit','open','open','','sweatt','','','2014-10-06 19:08:28','2014-10-06 19:08:28','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT.jpg',0,'attachment','image/jpeg',0),(2653,2,'2014-10-06 19:09:04','2014-10-06 19:09:04','','page3-icon6','','inherit','open','open','','page3-icon6','','','2014-10-06 19:09:04','2014-10-06 19:09:04','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon6.png',0,'attachment','image/png',0),(2652,2,'2014-10-06 19:09:03','2014-10-06 19:09:03','','page3-icon5','','inherit','open','open','','page3-icon5','','','2014-10-06 19:09:03','2014-10-06 19:09:03','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon5.png',0,'attachment','image/png',0),(2651,2,'2014-10-06 19:09:03','2014-10-06 19:09:03','','page3-icon4','','inherit','open','open','','page3-icon4','','','2014-10-06 19:09:03','2014-10-06 19:09:03','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon4.png',0,'attachment','image/png',0),(2650,2,'2014-10-06 19:09:02','2014-10-06 19:09:02','','page3-icon3','','inherit','open','open','','page3-icon3','','','2014-10-06 19:09:02','2014-10-06 19:09:02','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon3.png',0,'attachment','image/png',0),(2649,2,'2014-10-06 19:09:02','2014-10-06 19:09:02','','page3-icon2','','inherit','open','open','','page3-icon2','','','2014-10-06 19:09:02','2014-10-06 19:09:02','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon2.png',0,'attachment','image/png',0),(2648,2,'2014-10-06 19:09:02','2014-10-06 19:09:02','','page3-icon1','','inherit','open','open','','page3-icon1','','','2014-10-06 19:09:02','2014-10-06 19:09:02','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/page3-icon1.png',0,'attachment','image/png',0),(2621,2,'2014-10-06 19:08:28','2014-10-06 19:08:28','','smallbook','','inherit','open','open','','smallbook','','','2014-10-06 19:08:28','2014-10-06 19:08:28','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/smallbook.jpg',0,'attachment','image/jpeg',0),(2637,2,'2014-10-06 19:08:54','2014-10-06 19:08:54','','office-flag','','inherit','open','open','','office-flag','','','2014-10-06 19:08:54','2014-10-06 19:08:54','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/office-flag.jpg',0,'attachment','image/jpeg',0),(2636,2,'2014-10-06 19:08:53','2014-10-06 19:08:53','','NELSON','','inherit','open','open','','nelson','','','2014-10-06 19:08:53','2014-10-06 19:08:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/NELSON.jpg',0,'attachment','image/jpeg',0),(2617,2,'2014-10-06 19:08:00','2014-10-06 19:08:00','','search','','inherit','open','open','','search','','','2014-10-06 19:08:00','2014-10-06 19:08:00','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/search.png',0,'attachment','image/png',0),(2612,2,'2014-10-06 19:07:44','2014-10-06 19:07:44','','vicim','','inherit','open','open','','vicim','','','2014-10-06 19:07:44','2014-10-06 19:07:44','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/vicim.jpg',0,'attachment','image/jpeg',0),(2674,2,'2014-10-06 19:09:21','2014-10-06 19:09:21','','120aa','','inherit','open','open','','120aa','','','2014-10-06 19:09:21','2014-10-06 19:09:21','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/120aa.jpg',0,'attachment','image/jpeg',0),(2675,2,'2014-10-06 19:09:21','2014-10-06 19:09:21','','120bb','','inherit','open','open','','120bb','','','2014-10-06 19:09:21','2014-10-06 19:09:21','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/120bb.jpg',0,'attachment','image/jpeg',0),(2676,2,'2014-10-06 19:09:22','2014-10-06 19:09:22','','166e','','inherit','open','open','','166e','','','2014-10-06 19:09:22','2014-10-06 19:09:22','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/166e.jpg',0,'attachment','image/jpeg',0),(2677,2,'2014-10-06 19:09:23','2014-10-06 19:09:23','','182dd','','inherit','open','open','','182dd','','','2014-10-06 19:09:23','2014-10-06 19:09:23','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/182dd.jpg',0,'attachment','image/jpeg',0),(2678,2,'2014-10-06 19:09:24','2014-10-06 19:09:24','','228 (3)','','inherit','open','open','','228-3','','','2014-10-06 19:09:24','2014-10-06 19:09:24','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/228-3.jpg',0,'attachment','image/jpeg',0),(2679,2,'2014-10-06 19:09:26','2014-10-06 19:09:26','','404','','inherit','open','open','','404','','','2014-10-06 19:09:26','2014-10-06 19:09:26','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/404.png',0,'attachment','image/png',0),(2680,2,'2014-10-06 19:09:28','2014-10-06 19:09:28','','120200','','inherit','open','open','','120200','','','2014-10-06 19:09:28','2014-10-06 19:09:28','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/120200.jpg',0,'attachment','image/jpeg',0),(2681,2,'2014-10-06 19:09:31','2014-10-06 19:09:31','','AFF','','inherit','open','open','','aff','','','2015-08-23 01:10:25','2015-08-23 01:10:25','',5950,'http://da15thdistrict.org/wp-content/uploads/2014/10/AFF.jpg',0,'attachment','image/jpeg',0),(2682,2,'2014-10-06 19:09:52','2014-10-06 19:09:52','','ag vcp','','inherit','open','open','','ag-vcp','','','2014-10-06 19:09:52','2014-10-06 19:09:52','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/ag-vcp.jpg',0,'attachment','image/jpeg',0),(2683,2,'2014-10-06 19:10:03','2014-10-06 19:10:03','','alert-burst','','inherit','open','open','','alert-burst','','','2014-10-06 19:10:03','2014-10-06 19:10:03','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/alert-burst.jpg',0,'attachment','image/jpeg',0),(2692,2,'2014-10-06 19:10:13','2014-10-06 19:10:13','','Barnes','','inherit','open','open','','barnes','','','2014-10-06 19:10:13','2014-10-06 19:10:13','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg',0,'attachment','image/jpeg',0),(2693,2,'2014-10-06 19:10:17','2014-10-06 19:10:17','','Bad Check Sign','','inherit','open','open','','bd1','','','2015-08-22 03:55:19','2015-08-22 03:55:19','',5950,'http://da15thdistrict.org/wp-content/uploads/2014/10/BD1.jpg',0,'attachment','image/jpeg',0),(2694,2,'2014-10-06 19:10:30','2014-10-06 19:10:30','','BLUEBERRY','','inherit','open','open','','blueberry','','','2014-10-06 19:10:30','2014-10-06 19:10:30','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/BLUEBERRY.jpg',0,'attachment','image/jpeg',0),(2695,2,'2014-10-06 19:10:35','2014-10-06 19:10:35','','BLUEBERRY2','','inherit','open','open','','blueberry2','','','2014-10-06 19:10:35','2014-10-06 19:10:35','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/BLUEBERRY2.jpg',0,'attachment','image/jpeg',0),(2696,2,'2014-10-06 19:10:37','2014-10-06 19:10:37','','btn-marker','','inherit','open','open','','btn-marker','','','2014-10-06 19:10:37','2014-10-06 19:10:37','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/btn-marker.png',0,'attachment','image/png',0),(2697,2,'2014-10-06 19:10:37','2014-10-06 19:10:37','','camera-loader','','inherit','open','open','','camera-loader','','','2014-10-06 19:10:37','2014-10-06 19:10:37','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/camera-loader.gif',0,'attachment','image/gif',0),(2698,2,'2014-10-06 19:10:38','2014-10-06 19:10:38','','career day at poplarville high school','','inherit','open','open','','career-day-at-poplarville-high-school','','','2014-10-06 19:10:38','2014-10-06 19:10:38','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/career-day-at-poplarville-high-school.jpg',0,'attachment','image/jpeg',0),(2699,2,'2014-10-06 19:10:39','2014-10-06 19:10:39','','check','','inherit','open','open','','check','','','2014-10-07 18:18:12','2014-10-07 18:18:12','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/check.gif',0,'attachment','image/gif',0),(2700,2,'2014-10-06 19:10:40','2014-10-06 19:10:40','','claythemanSMALL','','inherit','open','open','','claythemansmall','','','2014-10-06 19:10:40','2014-10-06 19:10:40','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/claythemanSMALL.gif',0,'attachment','image/gif',0),(2701,2,'2014-10-06 19:10:44','2014-10-06 19:10:44','','COMP','','inherit','open','open','','comp','','','2014-10-06 19:10:44','2014-10-06 19:10:44','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/COMP.jpg',0,'attachment','image/jpeg',0),(2702,2,'2014-10-06 19:10:59','2014-10-06 19:10:59','','COMP1','','inherit','open','open','','comp1','','','2015-08-21 23:42:02','2015-08-21 23:42:02','',5950,'http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1.jpg',0,'attachment','image/jpeg',0),(2703,2,'2014-10-06 19:11:10','2014-10-06 19:11:10','','content','','inherit','open','open','','content','','','2014-10-06 19:11:10','2014-10-06 19:11:10','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/content.jpg',0,'attachment','image/jpeg',0),(2704,2,'2014-10-06 19:11:11','2014-10-06 19:11:11','','DA-HEADING1','','inherit','open','open','','da-heading1','','','2014-10-06 19:11:11','2014-10-06 19:11:11','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/DA-HEADING1.jpg',0,'attachment','image/jpeg',0),(2707,2,'2014-10-06 19:11:14','2014-10-06 19:11:14','','dacontact','','inherit','open','open','','dacontact','','','2014-10-06 19:11:14','2014-10-06 19:11:14','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/dacontact.jpg',0,'attachment','image/jpeg',0),(2708,2,'2014-10-06 19:11:21','2014-10-06 19:11:21','','DEMAND','','inherit','open','open','','demand','','','2015-08-21 22:03:25','2015-08-21 22:03:25','',5950,'http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND.jpg',0,'attachment','image/jpeg',0),(2709,2,'2014-10-06 19:11:32','2014-10-06 19:11:32','','dp 5','','inherit','open','open','','dp-5','','','2014-10-06 19:11:32','2014-10-06 19:11:32','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/dp-5.jpg',0,'attachment','image/jpeg',0),(2710,2,'2014-10-06 19:11:32','2014-10-06 19:11:32','','embossmedal','','inherit','open','open','','embossmedal','','','2014-10-06 19:11:32','2014-10-06 19:11:32','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/embossmedal.jpg',0,'attachment','image/jpeg',0),(2711,2,'2014-10-06 19:11:33','2014-10-06 19:11:33','','favicon','','inherit','open','open','','favicon','','','2014-10-06 19:11:33','2014-10-06 19:11:33','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/favicon.ico',0,'attachment','image/x-icon',0),(2712,2,'2014-10-06 19:11:33','2014-10-06 19:11:33','','form-search','','inherit','open','open','','form-search','','','2014-10-06 19:11:33','2014-10-06 19:11:33','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/form-search.jpg',0,'attachment','image/jpeg',0),(2713,2,'2014-10-06 19:11:34','2014-10-06 19:11:34','','glyphicons-halflings-white','','inherit','open','open','','glyphicons-halflings-white','','','2014-10-06 19:11:34','2014-10-06 19:11:34','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/glyphicons-halflings-white.png',0,'attachment','image/png',0),(2714,2,'2014-10-06 19:11:35','2014-10-06 19:11:35','','glyphicons-halflings','','inherit','open','open','','glyphicons-halflings','','','2014-10-06 19:11:35','2014-10-06 19:11:35','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/glyphicons-halflings.png',0,'attachment','image/png',0),(2715,2,'2014-10-06 19:11:36','2014-10-06 19:11:36','','HAL PHOTOS 2 019','','inherit','open','open','','hal-photos-2-019','','','2014-10-06 19:11:36','2014-10-06 19:11:36','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2-019.jpg',0,'attachment','image/jpeg',0),(2716,2,'2014-10-06 19:11:39','2014-10-06 19:11:39','','HAL PHOTOS 069','','inherit','open','open','','hal-photos-069-2','','','2014-10-06 19:11:39','2014-10-06 19:11:39','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-0691.jpg',0,'attachment','image/jpeg',0),(2717,2,'2014-10-06 19:11:44','2014-10-06 19:11:44','','HAL PHOTOS 215','','inherit','open','open','','hal-photos-215-2','','','2014-10-07 15:48:19','2014-10-07 15:48:19','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg',0,'attachment','image/jpeg',0),(2718,2,'2014-10-06 19:11:45','2014-10-06 19:11:45','','hands_small','','inherit','open','open','','hands_small','','','2014-10-06 19:11:45','2014-10-06 19:11:45','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/hands_small.jpg',0,'attachment','image/jpeg',0),(2719,2,'2014-10-06 19:11:45','2014-10-06 19:11:45','','header-block','','inherit','open','open','','header-block','','','2014-10-06 19:11:45','2014-10-06 19:11:45','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-block.jpg',0,'attachment','image/jpeg',0),(2720,2,'2014-10-06 19:11:46','2014-10-06 19:11:46','','header-blockline','','inherit','open','open','','header-blockline','','','2014-10-06 19:11:46','2014-10-06 19:11:46','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blockline.jpg',0,'attachment','image/jpeg',0),(2721,2,'2014-10-06 19:11:46','2014-10-06 19:11:46','','header-blockred','','inherit','open','open','','header-blockred','','','2014-10-06 19:11:46','2014-10-06 19:11:46','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blockred.jpg',0,'attachment','image/jpeg',0),(2722,2,'2014-10-06 19:11:47','2014-10-06 19:11:47','','header-blockregr','','inherit','open','open','','header-blockregr','','','2014-10-06 19:11:47','2014-10-06 19:11:47','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blockregr.jpg',0,'attachment','image/jpeg',0),(2723,2,'2014-10-06 19:11:47','2014-10-06 19:11:47','','header-blockrg','','inherit','open','open','','header-blockrg','','','2014-10-06 19:11:47','2014-10-06 19:11:47','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blockrg.jpg',0,'attachment','image/jpeg',0),(2724,2,'2014-10-06 19:11:48','2014-10-06 19:11:48','','header-blocksli','','inherit','open','open','','header-blocksli','','','2014-10-06 19:11:48','2014-10-06 19:11:48','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blocksli.jpg',0,'attachment','image/jpeg',0),(2725,2,'2014-10-06 19:11:49','2014-10-06 19:11:49','','header-blocktest','','inherit','open','open','','header-blocktest','','','2014-10-06 19:11:49','2014-10-06 19:11:49','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blocktest.jpg',0,'attachment','image/jpeg',0),(2726,2,'2014-10-06 19:11:49','2014-10-06 19:11:49','','header-blocktest','','inherit','open','open','','header-blocktest-2','','','2014-10-06 19:11:49','2014-10-06 19:11:49','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blocktest.tif',0,'attachment','image/tiff',0),(2727,2,'2014-10-06 19:11:50','2014-10-06 19:11:50','','header-blockTOP','','inherit','open','open','','header-blocktop','','','2014-10-06 19:11:50','2014-10-06 19:11:50','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header-blockTOP.jpg',0,'attachment','image/jpeg',0),(2728,2,'2014-10-06 19:11:50','2014-10-06 19:11:50','','header','','inherit','open','open','','header','','','2014-10-06 19:11:50','2014-10-06 19:11:50','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/header.jpg',0,'attachment','image/jpeg',0),(2731,2,'2014-10-06 19:11:52','2014-10-06 19:11:52','','HORAN','','inherit','open','open','','horan','','','2014-10-06 19:11:52','2014-10-06 19:11:52','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg',0,'attachment','image/jpeg',0),(2732,2,'2014-10-06 19:11:53','2014-10-06 19:11:53','','icon-1','','inherit','open','open','','icon-1','','','2014-10-06 19:11:53','2014-10-06 19:11:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/icon-1.png',0,'attachment','image/png',0),(2733,2,'2014-10-06 19:11:53','2014-10-06 19:11:53','','icon-2','','inherit','open','open','','icon-2','','','2014-10-06 19:11:53','2014-10-06 19:11:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/icon-2.png',0,'attachment','image/png',0),(2734,2,'2014-10-06 19:11:53','2014-10-06 19:11:53','','icon-3','','inherit','open','open','','icon-3','','','2014-10-06 19:11:53','2014-10-06 19:11:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/icon-3.png',0,'attachment','image/png',0),(2735,2,'2014-10-06 19:11:54','2014-10-06 19:11:54','','icon-4','','inherit','open','open','','icon-4','','','2014-10-06 19:11:54','2014-10-06 19:11:54','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/icon-4.png',0,'attachment','image/png',0),(2736,2,'2014-10-06 19:11:55','2014-10-06 19:11:55','','IMG_4425 JPG','','inherit','open','open','','img_4425-jpg','','','2014-10-06 19:11:55','2014-10-06 19:11:55','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/IMG_4425-JPG.jpeg',0,'attachment','image/jpeg',0),(2737,2,'2014-10-06 19:12:00','2014-10-06 19:12:00','','INST','','inherit','open','open','','inst','','','2014-10-06 19:12:00','2014-10-06 19:12:00','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/INST.jpg',0,'attachment','image/jpeg',0),(2738,2,'2014-10-06 19:12:12','2014-10-06 19:12:12','','JCAILLOUET','','inherit','open','open','','jcaillouet','','','2014-10-06 19:12:12','2014-10-06 19:12:12','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/JCAILLOUET.jpg',0,'attachment','image/jpeg',0),(2739,2,'2014-10-06 19:12:13','2014-10-06 19:12:13','','jeffdaviscourt2','JEFFERSON DAVIS','inherit','open','open','','jeffdaviscourt2','','','2015-08-21 01:20:29','2015-08-21 01:20:29','',5868,'http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg',0,'attachment','image/jpeg',0),(2740,2,'2014-10-06 19:12:14','2014-10-06 19:12:14','','joe','','inherit','open','open','','joe','','','2014-10-06 19:12:14','2014-10-06 19:12:14','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/joe.jpg',0,'attachment','image/jpeg',0),(2741,2,'2014-10-06 19:12:15','2014-10-06 19:12:15','','KIM - PHOTO','','inherit','open','open','','kim-photo','','','2014-10-06 19:12:15','2014-10-06 19:12:15','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/KIM-PHOTO.jpg',0,'attachment','image/jpeg',0),(2742,2,'2014-10-06 19:12:16','2014-10-06 19:12:16','','kimpurv','','inherit','open','open','','kimpurv','','','2014-10-06 19:12:16','2014-10-06 19:12:16','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kimpurv.jpg',0,'attachment','image/jpeg',0),(2743,2,'2014-10-06 19:12:17','2014-10-06 19:12:17','','KRAMER','','inherit','open','open','','kramer','','','2014-10-06 19:12:17','2014-10-06 19:12:17','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/KRAMER.jpg',0,'attachment','image/jpeg',0),(2744,2,'2014-10-06 19:12:18','2014-10-06 19:12:18','','kthomasf1','','inherit','open','open','','kthomasf1','','','2014-10-06 19:12:18','2014-10-06 19:12:18','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kthomasf1.gif',0,'attachment','image/gif',0),(2745,2,'2014-10-06 19:12:18','2014-10-06 19:12:18','','kthomasf1','','inherit','open','open','','kthomasf1-2','','','2014-10-06 19:12:18','2014-10-06 19:12:18','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kthomasf1.jpg',0,'attachment','image/jpeg',0),(2746,2,'2014-10-06 19:12:19','2014-10-06 19:12:19','','kthomasf1','','inherit','open','open','','kthomasf1-3','','','2014-10-06 19:12:19','2014-10-06 19:12:19','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kthomasf1.tif',0,'attachment','image/tiff',0),(2747,2,'2014-10-06 19:12:20','2014-10-06 19:12:20','','kthomasf12','','inherit','open','open','','kthomasf12','','','2014-10-06 19:12:20','2014-10-06 19:12:20','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kthomasf12.jpg',0,'attachment','image/jpeg',0),(2748,2,'2014-10-06 19:12:20','2014-10-06 19:12:20','','Lamar County Court','Lamer County','inherit','open','open','','lamarcourt','','','2015-07-19 16:50:17','2015-07-19 16:50:17','',5868,'http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg',0,'attachment','image/jpeg',0),(2749,2,'2014-10-06 19:12:22','2014-10-06 19:12:22','','Lawrence County Court','LAWRENCE COUNTY','inherit','open','open','','lawrencecourt','','','2015-07-19 16:51:29','2015-07-19 16:51:29','',5868,'http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg',0,'attachment','image/jpeg',0),(2750,2,'2014-10-06 19:12:22','2014-10-06 19:12:22','','li-marker','','inherit','open','open','','li-marker','','','2014-10-06 19:12:22','2014-10-06 19:12:22','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/li-marker.png',0,'attachment','image/png',0),(2751,2,'2014-10-06 19:12:23','2014-10-06 19:12:23','','line-1','','inherit','open','open','','line-1','','','2014-10-06 19:12:23','2014-10-06 19:12:23','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/line-1.png',0,'attachment','image/png',0),(2752,2,'2014-10-06 19:12:23','2014-10-06 19:12:23','','link','','inherit','open','open','','link','','','2014-10-06 19:12:23','2014-10-06 19:12:23','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/link.gif',0,'attachment','image/gif',0),(2753,2,'2014-10-06 19:12:42','2014-10-06 19:12:42','','Lisa Beech-0001-2','','inherit','open','open','','lisa-beech-0001-2','','','2014-10-06 19:12:42','2014-10-06 19:12:42','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/Lisa-Beech-0001-2.jpg',0,'attachment','image/jpeg',0),(2754,2,'2014-10-06 19:12:53','2014-10-06 19:12:53','','Lisa Beech-crop','','inherit','open','open','','lisa-beech-crop','','','2014-10-06 19:12:53','2014-10-06 19:12:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/Lisa-Beech-crop.jpg',0,'attachment','image/jpeg',0),(2755,2,'2014-10-06 19:12:53','2014-10-06 19:12:53','','logo','','inherit','open','open','','logo','','','2014-10-06 19:12:53','2014-10-06 19:12:53','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/logo.png',0,'attachment','image/png',0),(2827,2,'2014-10-08 15:25:54','2014-10-08 15:25:54','','Jefferson Davis 2','','inherit','closed','open','','1181-autosave-v1','','','2014-10-08 15:25:54','2014-10-08 15:25:54','',1181,'http://da15thdistrict.org/1181-autosave-v1/',0,'revision','',0),(2789,2,'2014-10-07 18:25:43','2014-10-07 18:25:43','','x mark','','inherit','closed','open','','x-mark','','','2014-10-13 19:10:56','2014-10-13 19:10:56','',5950,'http://da15thdistrict.org/wp-content/uploads/2014/10/x-mark.gif',0,'attachment','image/gif',0),(6457,6,'2015-08-21 22:26:54','2015-08-21 22:26:54','','Victim Compensation Application','','inherit','closed','closed','','v_victim-compensation-application','','','2015-08-21 22:36:42','2015-08-21 22:36:42','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf',0,'attachment','application/pdf',0),(6458,6,'2015-08-21 22:26:56','2015-08-21 22:26:56','','Affidavit of Service Form','','inherit','closed','closed','','bc_affidavit_of_service_form','','','2015-08-21 22:34:42','2015-08-21 22:34:42','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf',0,'attachment','application/pdf',0),(2831,2,'2014-10-08 15:53:27','2014-10-08 15:53:27','','Marion','','publish','closed','closed','','marion-3','','','2014-10-08 16:41:10','2014-10-08 16:41:10','',0,'http://da15thdistrict.org/?post_type=portfolio&p=2831',8,'portfolio','',0),(2829,2,'2014-10-08 15:53:50','2014-10-08 15:53:50','','Lamar','','publish','closed','closed','','lamar-2','','','2014-10-08 16:40:03','2014-10-08 16:40:03','',0,'http://da15thdistrict.org/?post_type=portfolio&p=2829',8,'portfolio','',0),(2830,2,'2014-10-08 15:53:37','2014-10-08 15:53:37','','Lawrence','','publish','closed','closed','','lawrence-2','','','2014-10-08 16:40:30','2014-10-08 16:40:30','',0,'http://da15thdistrict.org/?post_type=portfolio&p=2830',8,'portfolio','',0),(2832,2,'2014-10-08 15:52:55','2014-10-08 15:52:55','','Pearl River','','publish','closed','closed','','pearl-river','','','2014-10-08 16:41:34','2014-10-08 16:41:34','',0,'http://da15thdistrict.org/?post_type=portfolio&p=2832',8,'portfolio','',0),(2833,2,'2014-10-08 15:57:20','2014-10-08 15:57:20','','','','inherit','closed','open','','2829-autosave-v1','','','2014-10-08 15:57:20','2014-10-08 15:57:20','',2829,'http://da15thdistrict.org/2829-autosave-v1/',0,'revision','',0),(2856,2,'2014-10-08 18:34:54','2014-10-08 18:34:54','ECONOMIC CRIME UNIT\r\nFORMS\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick Adobe Reader >>> to install, if not already installed on your computer.\r\nSample Demand Letter\r\nBad Check Complaint Form\r\nEach check you refer to our office must be accompanied by this form.\r\n\r\nAffidavit of Service \r\nAffidavit of Service by mail is used when the demand letter is sent regular mail not certified.\r\n\r\nREQUIREMENTS TO FILE\r\n\"NO COST TO FILE A COMPLAINT\"\r\n\r\n1. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n2. All worthless checks must be stamped -\r\n\r\n Insufficient Funds \r\n\r\nor\r\n Account Closed\r\n3. Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n\r\n Stop Payment\r\n Uncollected Funds\r\n Refer to Maker\r\n No Such account (usually counter check)\r\n4. DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n\r\n You have accepted partial payments) on the check\r\n The check was postdated or you agreed to hold the check\r\nStop Payment\r\n The check is payable to someone other than the complainant (two party check)\r\n The check was given in payment of a loan or on account\r\n Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)\r\n5. Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n6. If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n7. A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n8. If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n9. When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.','Bad Checks','','publish','closed','closed','','bad-checks','','','2014-10-08 18:35:27','2014-10-08 18:35:27','',0,'http://da15thdistrict.org/?post_type=faq&p=2856',0,'faq','',0),(6459,6,'2015-08-21 22:27:08','2015-08-21 22:27:08','','Bad Check Complaint Form','','inherit','closed','closed','','bc_complaint_form','','','2016-09-24 00:07:42','2016-09-24 00:07:42','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf',0,'attachment','application/pdf',0),(6460,6,'2015-08-21 22:30:02','2015-08-21 22:30:02','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"] Forms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n<strong>Simple Demand Letter</strong>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 alignleft\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 22:30:02','2015-08-21 22:30:02','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(2871,6,'2015-08-21 22:33:14','2015-08-21 22:33:14','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<strong>In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</strong>\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<strong>These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</strong>\r\n\r\n<strong>In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed</strong> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a><strong>, which will be provided to the victim by the law enforcement agency investigating the case.</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','publish','closed','closed','','victim-rights','','','2015-09-17 14:38:48','2015-09-17 14:38:48','',0,'http://da15thdistrict.org/?page_id=2871',0,'page','',0),(2872,2,'2014-10-08 19:03:14','2014-10-08 19:03:14','','Your Rights As A Victim','','inherit','closed','closed','','2871-revision-v1','','','2014-10-08 19:03:14','2014-10-08 19:03:14','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6919,9,'2021-07-17 00:09:59','2021-07-17 00:09:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>5th Monday of March, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-autosave-v1','','','2021-07-17 00:09:59','2021-07-17 00:09:59','',6003,'http://da15thdistrict.org/?p=6919',0,'revision','',0),(6304,2,'2015-08-19 20:09:34','2015-08-19 20:09:34','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"center\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\"></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\"></a> LAMAR COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\"></a> MARION COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\"></a> PEARL RIVER COUNTY[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Our Team</h3><p> </p><p>DISTRICT ATTORNEY</p><p>> Hal Kittrell</p><p> </p><p>ASSISTANT DISTRICT ATTORNEYS</p><p>> J. Michael Horan</p><p>> Morris Sweatt</p><p>> Douglas Miller</p><p>> Lauren Barnes Harless</p><p>> Clay Cranford</p><p>> Kim Thomas Harlin</p><p>> Lisa Beech McGlofin<br />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 20:09:34','2015-08-19 20:09:34','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6863,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>\r\n<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Landing Page','','publish','closed','closed','','landing-page','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/landing-page/',0,'et_pb_layout','',0),(6864,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>\r\nCurabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]','About Me','','publish','closed','closed','','about-me','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/about-me/',0,'et_pb_layout','',0),(2883,2,'2014-10-08 21:17:28','2014-10-08 21:17:28','','marion1','','inherit','closed','closed','','marion1','','','2014-10-08 21:17:28','2014-10-08 21:17:28','',2831,'http://da15thdistrict.org/wp-content/uploads/2014/10/marion1.png',0,'attachment','image/png',0),(6856,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog Masonry','','publish','closed','closed','','blog-masonry','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/blog-masonry/',0,'et_pb_layout','',0),(6857,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]','Blog Standard','','publish','closed','closed','','blog-standard','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/blog-standard/',0,'et_pb_layout','',0),(6858,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Basic','','publish','closed','closed','','shop-basic','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/shop-basic/',0,'et_pb_layout','',0),(6859,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Shop Extended','','publish','closed','closed','','shop-extended','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/shop-extended/',0,'et_pb_layout','',0),(6860,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>\r\nAenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Splash Page','','publish','closed','closed','','splash-page','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/splash-page/',0,'et_pb_layout','',0),(6861,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>\r\nThis is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Maintenance Mode','','publish','closed','closed','','maintenance-mode','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/maintenance-mode/',0,'et_pb_layout','',0),(6862,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coming Soon','','publish','closed','closed','','coming-soon','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/coming-soon/',0,'et_pb_layout','',0),(6853,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Fullwidth Grid','','publish','closed','closed','','portfolio-fullwidth-grid','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/portfolio-fullwidth-grid/',0,'et_pb_layout','',0),(6854,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended','','publish','closed','closed','','project-extended','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/project-extended/',0,'et_pb_layout','',0),(6855,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>\r\n<strong>Client </strong>Client Name\r\n<strong>Date </strong>Date of Completion\r\n<strong>Skills </strong>Branding, Web Design\r\n<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Project Extended 2','','publish','closed','closed','','project-extended-2','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/project-extended-2/',0,'et_pb_layout','',0),(6306,2,'2015-08-19 22:50:25','2015-08-19 22:50:25','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"2,96\" show_thumbnail=\"off\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"on\" show_categories=\"off\" show_pagination=\"off\" offset_number=\"0\" background_layout=\"light\" use_dropshadow=\"off\" header_font_size=\"14\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 22:50:25','2015-08-19 22:50:25','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6305,2,'2015-08-19 22:45:13','2015-08-19 22:45:13','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>[ezcol_1fifth]</p>[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth_end]</p>[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]<p>[/ezcol_1fifth_end]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<h3>Latest News</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"2,96\" show_thumbnail=\"off\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"on\" show_categories=\"off\" show_pagination=\"off\" offset_number=\"0\" background_layout=\"light\" use_dropshadow=\"off\" header_font_size=\"14\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 22:45:13','2015-08-19 22:45:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6014,2,'2014-10-13 21:42:48','2014-10-13 21:42:48','The District Attorney\'s Office prosecutes felony criminal cases only. (Except for bad checks.)\r\n\r\nThere are two kinds of crimes.\r\n\r\nA. Misdemeanors crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.\r\n\r\nB. Felony cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).\r\n','WHAT TYPE OF CRIMES DOES THE DISTRICT ATTORNEY\'S OFFICE HANDLE?','','publish','closed','closed','','what-type-of-crimes-does-the-district-attorneys-office-handle','','','2014-10-13 21:42:59','2014-10-13 21:42:59','',0,'http://da15thdistrict.org/?post_type=faq&p=6014',0,'faq','',0),(6315,2,'2015-08-20 00:53:33','2015-08-20 00:53:33','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" template_type=\"section\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p> </p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p> </p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\n\n<p> </p>\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p> </p>\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Bottom Icon Blurb Module','','publish','closed','closed','','bottom-icon-blurb-module','','','2015-08-20 00:53:33','2015-08-20 00:53:33','',0,'http://da15thdistrict.org/et_pb_layout/bottom-icon-blurb-module/',0,'et_pb_layout','',0),(6011,2,'2014-10-13 21:28:24','2014-10-13 21:28:24',' ','','','publish','closed','closed','','6011','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6011',28,'nav_menu_item','',0),(6010,2,'2014-10-13 21:27:58','2014-10-13 21:27:58','','Pearl River County','','inherit','closed','closed','','6009-revision-v1','','','2014-10-13 21:27:58','2014-10-13 21:27:58','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6009,2,'2015-08-25 01:50:58','2015-08-25 01:50:58','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJohn Dowdy <a href=\"http://da15thdistrict.org/?page_id=5947/#jdowdy\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nValerie Walker\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">If you\'re in a hurry to get the work done in time for school, you may want to employ a low-cost student to write your essay. Although it may seem appealing to write your assignments on your own and cheaters can be arrested. You can get a cheap term paper <a href=\"https://termpaperwriter.org/\">term papers writing service</a> editor from your college to complete your assignment on time and avoid losing your grade. \n</span></p>','Pearl River','','publish','open','open','','pearl-river','','','2022-10-06 12:50:56','2022-10-06 12:50:56','',0,'http://da15thdistrict.org/?page_id=6009',0,'page','',0),(6904,6,'2015-09-18 05:10:12','2015-09-18 05:10:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of May, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of July, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of August, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nCharles Fazende, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMicheal Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-09-18 05:10:12','2015-09-18 05:10:12','',6009,'http://da15thdistrict.org/?p=6904',0,'revision','',0),(6008,2,'2014-10-13 21:23:12','2014-10-13 21:23:12',' ','','','publish','closed','closed','','6008','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6008',27,'nav_menu_item','',0),(6013,2,'2014-10-13 21:41:55','2014-10-13 21:41:55',' View our 15th District Attorney\'s Assistants page for more info\r\n\r\n','HOW DO I CONTACT THE DISTRICT ATTORNEY\'S STAFF THAT WORKS IN MY COUNTY?','','publish','closed','closed','','how-do-i-contact-the-district-attorneys-staff-that-works-in-my-county','','','2014-10-13 21:41:55','2014-10-13 21:41:55','',0,'http://da15thdistrict.org/?post_type=faq&p=6013',0,'faq','',0),(6007,2,'2014-10-13 21:22:56','2014-10-13 21:22:56','','Marion County','','inherit','closed','closed','','6006-revision-v1','','','2014-10-13 21:22:56','2014-10-13 21:22:56','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6006,6,'2015-08-24 23:48:56','2015-08-24 23:48:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of March, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nWilliam \"Ben\" White\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','publish','closed','closed','','marion-county','','','2021-07-17 00:12:40','2021-07-17 00:12:40','',0,'http://da15thdistrict.org/?page_id=6006',0,'page','',0),(6743,6,'2015-09-03 06:48:54','2015-09-03 06:48:54',' ','','','publish','closed','closed','','6743','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6743',4,'nav_menu_item','',0),(6742,6,'2015-09-03 06:47:37','2015-09-03 06:47:37',' ','','','publish','closed','closed','','6742','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6742',7,'nav_menu_item','',0),(6741,6,'2015-09-03 06:47:37','2015-09-03 06:47:37',' ','','','publish','closed','closed','','6741','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6741',9,'nav_menu_item','',0),(6740,6,'2015-09-03 06:45:07','2015-09-03 06:45:07',' ','','','publish','closed','closed','','6740','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6740',10,'nav_menu_item','',0),(6739,6,'2015-09-03 06:45:08','2015-09-03 06:45:08',' ','','','publish','closed','closed','','6739','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6739',11,'nav_menu_item','',0),(6738,6,'2015-09-03 06:45:07','2015-09-03 06:45:07','','Crime Prevention','','publish','closed','closed','','crime-prevention-2','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6738',8,'nav_menu_item','',0),(6737,6,'2015-09-03 06:45:07','2015-09-03 06:45:07',' ','','','publish','closed','closed','','6737','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6737',6,'nav_menu_item','',0),(5925,2,'2014-10-09 20:59:17','2014-10-09 20:59:17','','mh3','','inherit','closed','closed','','mh3','','','2014-10-09 20:59:17','2014-10-09 20:59:17','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/mh3.png',0,'attachment','image/png',0),(5924,2,'2014-10-09 20:57:38','2014-10-09 20:57:38','','mh2','','inherit','closed','closed','','mh2','','','2014-10-09 20:57:38','2014-10-09 20:57:38','',5868,'http://da15thdistrict.org/wp-content/uploads/2013/03/mh2.png',0,'attachment','image/png',0),(5868,2,'2015-08-05 11:58:48','2015-08-05 11:58:48','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">Hiring the best term paper writer guarantees you excellent writing. There are many factors you should consider when choosing writers. First, you should consider the caliber of their work. Your paper must be composed in a professional manner that <a href=\"https://termpaperwriter.org/research-cover-page\">term paper cover page</a> catches the reader\'s attention. The writer should spend enough time reading your essay starting to end. \n</span></p> <p><span style=\"position:absolute;left:-10000px;\">You\'ve come to the right spot for assistance with your essay. There are numerous essay writing services that can assist you in achieving your goals regardless of whether you are having trouble with a challenging topic or are simply too busy. These companies employ highly qualified writers with advanced academic degrees, years of experience, and other qualifications. They are native English speakers so your work will be unique. The customer service <a href=\"https://us.payforessay.net/\">write my paper</a> of essay writing companies is unbeatable and their staff is available round-the-clock to answer any of your queries.</span></p>','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','publish','open','open','','welcome-to-the-office-of-the-district-attorney-15th-circuit-court-of-mississippi','','','2022-10-10 16:09:01','2022-10-10 16:09:01','',0,'http://halsey.cmsmasters.net/?page_id=2358',0,'page','',0),(6880,6,'2015-09-17 14:42:59','2015-09-17 14:42:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc0000;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc0000;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc0000;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc0000;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc0000;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc0000;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc0000;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc0000;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc0000;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc0000;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc0000;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc0000;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc0000;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc0000;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc0000;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc0000;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc0000;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/?page_id=5988\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-09-17 14:42:59','2015-09-17 14:42:59','',6444,'http://da15thdistrict.org/?p=6880',0,'revision','',0),(5923,2,'2014-10-09 20:56:00','2014-10-09 20:56:00','','mh','','inherit','closed','closed','','mh','','','2014-10-09 20:56:00','2014-10-09 20:56:00','',5868,'http://da15thdistrict.org/wp-content/uploads/2013/03/mh.png',0,'attachment','image/png',0),(5554,6,'2014-03-13 16:00:45','2014-03-13 16:00:45','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Karen Dawson','','publish','open','open','','karen-dawson','','','2014-03-13 16:00:45','2014-03-13 16:00:45','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5554',0,'service','',0),(5558,6,'2014-03-18 13:31:41','2014-03-18 13:31:41','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Steel City','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl. \nAliquam elementum posuere felis, eget molestie magna viverra sed.','publish','open','open','','jack-simmons','','','2014-03-18 13:31:41','2014-03-18 13:31:41','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5558',0,'service','',0),(5615,6,'2014-03-29 09:25:05','2014-03-29 09:25:05','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Lawyers Debate','','publish','open','open','','business-advice','','','2014-03-29 09:25:05','2014-03-29 09:25:05','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5615',0,'service','',0),(5620,6,'2014-03-30 10:04:26','2014-03-30 10:04:26','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Business City','','publish','open','open','','business-city','','','2014-03-30 10:04:26','2014-03-30 10:04:26','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5620',0,'service','',0),(5623,6,'2014-03-25 10:09:13','2014-03-25 10:09:13','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','The Team of Professionals','','publish','open','open','','the-team-of-professionals','','','2014-03-25 10:09:13','2014-03-25 10:09:13','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5623',0,'service','',0),(5632,6,'2014-03-27 11:17:33','2014-03-27 11:17:33','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Business Woman','','publish','open','open','','business-woman','','','2014-03-27 11:17:33','2014-03-27 11:17:33','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5632',0,'service','',0),(5637,6,'2014-03-25 17:52:14','2014-03-25 17:52:14','Display your project images in a slider. You can add as many images as you want, and use images of different size as well.','Agreement','','publish','open','open','','test-2-2','','','2014-03-25 17:52:14','2014-03-25 17:52:14','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5637',0,'service','',0),(5647,6,'2014-03-27 13:40:15','2014-03-27 13:40:15','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Jack Simmons','','publish','open','open','','jack-simmons-2','','','2014-03-27 13:40:15','2014-03-27 13:40:15','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5647',0,'service','',0),(5662,6,'2014-03-31 11:36:29','2014-03-31 11:36:29','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Michael Linden','','publish','open','open','','michael-linden','','','2014-03-31 11:36:29','2014-03-31 11:36:29','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5662',0,'service','',0),(5665,6,'2014-03-31 11:49:18','2014-03-31 11:49:18','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','Helga Stevens','','publish','open','open','','helga-stevens','','','2014-03-31 11:49:18','2014-03-31 11:49:18','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5665',0,'service','',0),(5726,6,'2014-03-25 09:45:29','2014-03-25 09:45:29','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque.','Study','','publish','open','open','','study','','','2014-03-25 09:45:29','2014-03-25 09:45:29','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5726',0,'service','',0),(5729,6,'2014-03-28 09:51:09','2014-03-28 09:51:09','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque.','Old Lawyer','','publish','open','open','','old-lawyer','','','2014-03-28 09:51:09','2014-03-28 09:51:09','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5729',0,'service','',0),(1969,6,'2013-01-23 11:13:31','2013-01-23 11:13:31','Tanks for fantastic support! Loved your theme very much, never expected so many options inside. Easy to use too!','Paula McKenzie','Great theme with great support!','publish','open','open','','paula','','','2013-01-23 11:13:31','2013-01-23 11:13:31','',0,'http://halsey.cmsmasters.net/?post_type=testimonial&p=1969',0,'testimonial','',1),(1975,6,'2013-02-27 11:19:21','2013-02-27 11:19:21','Never expected to get such a powerful theme for this little money! It\'s a pleasure to work with, seems it just guesses my thoughts!\n\nGregory Newman\n\nCompany owner','Gregory Newman','','publish','open','open','','gregory-newman','','','2013-02-27 11:19:21','2013-02-27 11:19:21','',0,'http://halsey.cmsmasters.net/?post_type=testimonial&p=1975',0,'testimonial','',0),(2139,6,'2013-03-04 09:23:42','2013-03-04 09:23:42','As an amateur in website management I was somewhat scared when I opened the new custom admin, but after a few clicks I realized it is probably the simplest tool I could ever get, everything is so intuitive and handy! I really loved to use it, it makes me feel that I am a professional and lets me do the cool things on my website!','Rebecca Martins','I really loved to use it, it makes me feel that I am a professional and lets me do the cool things on my website!','publish','open','open','','rebecca-martins','','','2013-03-04 09:23:42','2013-03-04 09:23:42','',0,'http://halsey.cmsmasters.net/?post_type=testimonial&p=2139',0,'testimonial','',0),(5873,6,'2013-03-10 10:10:03','2013-03-10 10:10:03','This theme amazes you twice: first time you see it on Themeforest, the second time is when you start working with it. Loved the support and customer service too. The WYSIWYG composer is something every website owner dreams of!\n\nFrederick Keen\n\n ','Fredrick Keen',' Never expected to get such a powerful-functionality theme for this little money!','publish','open','open','','cmsmasters','','','2013-03-10 10:10:03','2013-03-10 10:10:03','',0,'http://halsey.cmsmasters.net/?post_type=testimonial&p=2704',0,'testimonial','',0),(5874,6,'2013-02-10 10:13:39','2013-02-10 10:13:39','<p dir=\"ltr\" id=\"docs-internal-guid--bf24bf9-bdb9-cffa-9f2e-d264727f36bc\">Never expected to get such a powerful-functionality theme for this little money! It is a real pleasure to work with, I think it simply guesses my thoughts! I was looking for a really powerful corporate theme for my website, that would allow profound formatting and very Diverse content representation. Now I\'ve found it!</p>\n<p dir=\"ltr\">All the customization is playfully easy, reminds more of a game rather than website setup.</p>','Jeff Blake','Never expected to get such a powerful theme for this little money! It\'s a pleasure to work with, seems it just guesses my thoughts! I was looking for a really powerful corporate theme for my website, that would allow profound formatting and very Diverse content representation. Now I\'ve found it!','publish','open','open','','jeff-blake','','','2013-02-10 10:13:39','2013-02-10 10:13:39','',0,'http://halsey.cmsmasters.net/?post_type=testimonial&p=2708',0,'testimonial','',0),(5920,2,'2014-10-09 20:17:25','2014-10-09 20:17:25','','Home Page 1','','inherit','closed','closed','','5868-revision-v1','','','2014-10-09 20:17:25','2014-10-09 20:17:25','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(5916,2,'2014-10-09 20:02:26','2014-10-09 20:02:26','','hal1950','','inherit','closed','closed','','hal1950','','','2014-10-09 20:02:26','2014-10-09 20:02:26','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png',0,'attachment','image/png',0),(5629,6,'2014-04-01 10:34:26','2014-04-01 10:34:26','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque. Nunc lacus leo, dictum non scelerisque sed, ultricies ac ipsum. Vestibulum eget ultrices sapien. Nam faucibus tempus scelerisque. In elit quam, tempus gravida gravida sit amet, laoreet id nulla. Phasellus ligula sapien, tempor accumsan euismod vitae, molestie ut nisl','The Right Solution','','publish','open','open','','the-right-solution','','','2014-04-01 10:34:26','2014-04-01 10:34:26','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5629',0,'service','',0),(5915,2,'2014-10-09 19:57:36','2014-10-09 19:57:36','','hal1600','','inherit','closed','closed','','hal1600','','','2014-10-09 19:57:36','2014-10-09 19:57:36','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png',0,'attachment','image/png',0),(5722,6,'2014-04-03 09:41:31','2014-04-03 09:41:31','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla.','Handshake','','publish','open','open','','5722','','','2014-04-03 09:41:31','2014-04-03 09:41:31','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5722',0,'service','',0),(5732,6,'2014-04-02 10:08:24','2014-04-02 10:08:24','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque.','Have No Time','','publish','open','open','','have-no-time','','','2014-04-02 10:08:24','2014-04-02 10:08:24','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5732',0,'service','',0),(5735,6,'2014-04-04 10:53:28','2014-04-04 10:53:28','Lorem ipsum dolor sit amet, consectetur dipiscing elit. Quisque malesuada felis eget sapien viverra fringilla. Nullam placerat, odio quis ondimentum, mi ligula venenatis tortor, in fermentum lacus ugue sit amet enim. Curabitur Pretium neque in metus volutpat id ultrices arcu scelerisque.','With Smile to Work','','publish','open','open','','with-smile-to-work','','','2014-04-04 10:53:28','2014-04-04 10:53:28','',0,'http://lawbusiness.cmsmasters.net/?post_type=service&p=5735',0,'service','',0),(6732,6,'2015-09-03 06:42:06','2015-09-03 06:42:06','','Home','','publish','closed','closed','','home','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6732',1,'nav_menu_item','',0),(6005,2,'2014-10-13 21:17:52','2014-10-13 21:17:52',' ','','','publish','closed','closed','','6005','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6005',26,'nav_menu_item','',0),(5996,6,'2015-08-23 03:14:05','2015-08-23 03:14:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','publish','closed','closed','','jefferson-davis-2','','','2021-07-17 00:05:30','2021-07-17 00:05:30','',0,'http://da15thdistrict.org/?page_id=5996',0,'page','',0),(6004,2,'2014-10-13 21:17:33','2014-10-13 21:17:33','','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2014-10-13 21:17:33','2014-10-13 21:17:33','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6003,6,'2015-08-24 22:17:33','2015-08-24 22:17:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>5th Monday of March, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','publish','closed','closed','','lawrence','','','2021-07-17 00:10:20','2021-07-17 00:10:20','',0,'http://da15thdistrict.org/?page_id=6003',0,'page','',0),(6898,6,'2015-09-18 04:39:28','2015-09-18 04:39:28','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nJoel Thames, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-09-18 04:39:28','2015-09-18 04:39:28','',6003,'http://da15thdistrict.org/?p=6898',0,'revision','',0),(6002,2,'2014-10-13 21:13:01','2014-10-13 21:13:01',' ','','','publish','closed','closed','','6002','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6002',25,'nav_menu_item','',0),(6001,2,'2014-10-13 21:04:02','2014-10-13 21:04:02','','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2014-10-13 21:04:02','2014-10-13 21:04:02','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6000,6,'2015-08-24 07:40:02','2015-08-24 07:40:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','publish','closed','closed','','lamar','','','2021-07-17 00:13:43','2021-07-17 00:13:43','',0,'http://da15thdistrict.org/?page_id=6000',0,'page','',0),(6896,6,'2015-09-18 04:22:51','2015-09-18 04:22:51','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-09-18 04:22:51','2015-09-18 04:22:51','',6000,'http://da15thdistrict.org/?p=6896',0,'revision','',0),(5999,2,'2014-10-13 21:02:02','2014-10-13 21:02:02','','Court Terms','','publish','closed','closed','','court-terms','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5999',23,'nav_menu_item','',0),(5998,2,'2014-10-13 21:02:02','2014-10-13 21:02:02',' ','','','publish','closed','closed','','5998','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5998',24,'nav_menu_item','',0),(5997,2,'2014-10-13 20:57:05','2014-10-13 20:57:05','','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2014-10-13 20:57:05','2014-10-13 20:57:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(5994,2,'2014-10-13 20:48:13','2014-10-13 20:48:13','','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2014-10-13 20:48:13','2014-10-13 20:48:13','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(5993,6,'2015-08-20 20:48:13','2015-08-20 20:48:13','[et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Contact Us</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLocation and Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"430\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429</strong>\r\n\r\n<strong>Office:</strong> 601-731-1476\r\n\r\n<strong>Checks:</strong> 601-736-2164\r\n\r\n<strong>Fax:</strong> 601-731-1489\r\n\r\n<strong>Office Hours:</strong> Monday to Friday from 8 am to 5 pm\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Form\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [contact-form-7 id=\"204\" title=\"DA Contact Form\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us-3','','','2019-03-26 17:43:02','2019-03-26 17:43:02','',0,'http://da15thdistrict.org/?page_id=5993',0,'page','',0),(5990,2,'2014-10-13 20:37:40','2014-10-13 20:37:40',' ','','','publish','closed','closed','','5990','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5990',19,'nav_menu_item','',0),(5989,2,'2014-10-13 20:37:19','2014-10-13 20:37:19','','Senior Crime','','inherit','closed','closed','','5988-revision-v1','','','2014-10-13 20:37:19','2014-10-13 20:37:19','',5988,'http://da15thdistrict.org/5988-revision-v1/',0,'revision','',0),(5988,6,'2015-08-23 20:37:19','2015-08-23 20:37:19','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Senior Crime HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Senior Citizen Crime Prevention Tips</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">WHAT IS ELDER ABUSE?</strong>\r\n\r\nElder abuse includes:\r\n<ul>\r\n <li>Physical violence</li>\r\n <li>Threats</li>\r\n <li>Verbal abuse</li>\r\n <li>Financial exploitation</li>\r\n <li>Emotional abuse</li>\r\n <li>Neglect</li>\r\n <li>Violation of an older person\'s privacy or other basic rights.</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">WHO ARE THE VICTIMS OF ELDER ABUSE?</strong>\r\n\r\nVictims are most likely to be:\r\n<ul>\r\n <li>Age 75 or over</li>\r\n <li>Women</li>\r\n <li>Dependent on the abuser for basic needs</li>\r\n <li>Suffering from a mental or physical illness</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">WHO ARE THE ABUSERS?</strong>\r\n\r\nMany times, they\'re family members who are acting as care givers. Abusers often suffer from:\r\n<ul>\r\n <li>Stress- When added to personal and financial problems, the strain of caring for an older person can cause frustration. Unrelieved stress increases the possibility of abuse.</li>\r\n <li>Alcohol and other drug problems- Alcoholism and other drug use may play a major role in elder abuse.</li>\r\n <li>Dependency- While a victim may rely on the abuser for basic needs, the reverse may also be true. The abuser may depend on the older person for basic needs, especially money or housing.</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">HOW ARE OLDER PEOPLE ABUSED?</strong>\r\n\r\nIn many ways, Elder abuse may take the form of:\r\n<ul>\r\n <li>Physical abuse- Victims are kicked, punched, slapped, beaten--even raped. Pain, injury, or death may result.</li>\r\n <li>Neglect- Failure to provide medicine, food, or personal care (such as help to the bathroom) is a common form of abuse.</li>\r\n <li>Financial exploitation- Abusers may steal or mismanage money, property, savings, or credit cards. Older people may be forced to sign a will or turn over assets.</li>\r\n <li>Rights violations- Victims may be unfairly confined or forced out of the home. Their behavior may be strictly controlled.</li>\r\n <li>Psychological abuse- Older people may be intentionally isolated or denied companionship. Abusers may threaten or verbally attack them.</li>\r\n</ul>\r\nOther Abuse\r\n<ul>\r\n <li>Older people may be forced to live in unsanitary conditions, or in unventilated, poorly heated or cooled rooms.</li>\r\n <li>Over medicating, or withholding aids (eyeglasses, dentures, etc.) is also abuse.</li>\r\n</ul>\r\n\r\n<strong style=\"color: #cc0000;\">WHAT CARE GIVERS CAN DO</strong>\r\n\r\nIf you\'re a care giver, it may help to:\r\n\r\nTalk out problems if you\'re experiencing conflict with family members or elderly relatives. Plan free time to do something you enjoy each day. Seek help from friends and family members when you need it. Join a support group for care providers. Many communities have them. Consider using an adult day-care center, hiring a home health aide, or taking care giver-training classes.\r\n\r\nAside from abuse by care givers, many of our senior citizens are taken advantage of by fly-by-night salesmen or mail/order deals that are just \"too good to be true.\" If you are contacted either by mail or in person where in you are to part with your money, be aware of some \"deals\" that constitute financial exploitation of a vulnerable adult.\r\n\r\n<strong style=\"color: #cc0000;\">WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Senior Crime','','publish','closed','closed','','senior-crime-2','','','2015-08-31 02:29:16','2015-08-31 02:29:16','',0,'http://da15thdistrict.org/?page_id=5988',0,'page','',0),(5984,2,'2014-10-13 20:35:18','2014-10-13 20:35:18',' ','','','publish','closed','closed','','5984','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5984',22,'nav_menu_item','',0),(5983,2,'2014-10-13 20:34:48','2014-10-13 20:34:48','','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2014-10-13 20:34:48','2014-10-13 20:34:48','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(5982,2,'2015-08-23 01:34:48','2015-08-23 01:34:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Grand Jury Orientation</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: #cc0000;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: #cc0000;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: #cc0000;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: #cc0000;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: #cc0000;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: #cc0000;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/?page_id=6876\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/?page_id=5947\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: #cc0000;\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: #cc0000;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">Are you considering using a writing service to finish your assignment? You have many options to consider, but one of the most common is to ask for the assistance of a professional writer. There are many advantages of this type of <a href=\"https://us.payforessay.net/\">write an essay for me</a> service. For one, they ensure that your information is kept private. They offer unlimited revisions and the guarantee of a refund. An experienced writer who is knowledgeable about the subject may also be hired. The essay writers communicate directly with you and write you an original essay.</span></p>','Grand Jury Orientation','','publish','open','open','','grand-jury-orientation','','','2022-10-10 15:54:53','2022-10-10 15:54:53','',0,'http://da15thdistrict.org/?page_id=5982',0,'page','',0),(5926,2,'2014-10-09 21:02:25','2014-10-09 21:02:25','','mh','','inherit','closed','closed','','mh-2','','','2014-10-09 21:02:25','2014-10-09 21:02:25','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/mh.png',0,'attachment','image/png',0),(5927,2,'2014-10-09 21:02:57','2014-10-09 21:02:57','','J. MICHAEL HORAN','J. MICHAEL HORAN','inherit','closed','closed','','mh4','','','2015-08-20 10:59:02','2015-08-20 10:59:02','',5868,'http://da15thdistrict.org/wp-content/uploads/2013/03/mh4.png',0,'attachment','image/png',0),(5928,2,'2014-10-09 21:07:55','2014-10-09 21:07:55','','kthomas1','KIM THOMAS HARLIN','inherit','closed','closed','','kthomas1','','','2015-08-20 10:07:50','2015-08-20 10:07:50','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/kthomas1.png',0,'attachment','image/png',0),(5929,2,'2014-10-09 21:07:56','2014-10-09 21:07:56','','LAUREN BARNES HARLESS','LAUREN BARNES HARLESS','inherit','closed','closed','','lbarnes1','','','2015-08-20 11:11:32','2015-08-20 11:11:32','',5947,'http://da15thdistrict.org/wp-content/uploads/2014/10/lbarnes1.png',0,'attachment','image/png',0),(5930,2,'2014-10-09 21:07:58','2014-10-09 21:07:58','','MORRIS SWEATT','MORRIS SWEATT','inherit','closed','closed','','sweat1','','','2015-08-20 11:05:04','2015-08-20 11:05:04','',5947,'http://da15thdistrict.org/wp-content/uploads/2014/10/sweat1.png',0,'attachment','image/png',0),(5931,2,'2014-10-09 21:08:00','2014-10-09 21:08:00','','lisabeech1','LISA BEECH MCGLOFLIN','inherit','closed','closed','','lisabeech1','','','2015-08-20 10:15:08','2015-08-20 10:15:08','',5947,'http://da15thdistrict.org/wp-content/uploads/2014/10/lisabeech1.png',0,'attachment','image/png',0),(5932,2,'2014-10-09 21:08:02','2014-10-09 21:08:02','','clay1','CLAY CRANFORD','inherit','closed','closed','','clay1','','','2015-08-20 10:07:40','2015-08-20 10:07:40','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/clay1.png',0,'attachment','image/png',0),(5933,2,'2014-10-09 21:08:05','2014-10-09 21:08:05','','DOUGLAS MILLER','DOUGLAS MILLER','inherit','closed','closed','','douglas1','','','2015-08-20 11:07:55','2015-08-20 11:07:55','',5947,'http://da15thdistrict.org/wp-content/uploads/2014/10/douglas1.png',0,'attachment','image/png',0),(6734,6,'2015-09-03 06:42:06','2015-09-03 06:42:06',' ','','','publish','closed','closed','','6734','','','2015-09-16 22:45:51','2015-09-16 22:45:51','',0,'http://da15thdistrict.org/?p=6734',3,'nav_menu_item','',0),(5941,2,'2014-10-13 18:33:55','2014-10-13 18:33:55','','About Us','','publish','closed','closed','','about-us-2','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5941',1,'nav_menu_item','',0),(5943,2,'2014-10-13 18:42:55','2014-10-13 18:42:55','','meethal','','inherit','closed','closed','','meethal','','','2014-10-13 18:42:55','2014-10-13 18:42:55','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/meethal.png',0,'attachment','image/png',0),(5944,6,'2014-10-13 18:43:45','2014-10-13 18:43:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/?page_id=6444\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','publish','closed','closed','','our-mission-statement','','','2015-09-18 03:25:01','2015-09-18 03:25:01','',0,'http://da15thdistrict.org/?page_id=5944',0,'page','',0),(5945,2,'2014-10-13 18:43:45','2014-10-13 18:43:45','','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2014-10-13 18:43:45','2014-10-13 18:43:45','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(5946,2,'2014-10-13 18:44:43','2014-10-13 18:44:43',' ','','','publish','closed','closed','','5946','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5946',4,'nav_menu_item','',0),(5947,6,'2015-08-21 18:47:04','2015-08-21 18:47:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHIP LEWIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/CHIP2.jpeg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHIP LEWIS Assistant District Attorney\" title_text=\"CHIP LEWIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"clewis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>REGINALD \'CHIP\' LEWIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nReginald \"Chip\" Robin Lewis Jr. graduated from Presbyterian Christian School in 2008, received a Bachelor in Arts from the University of Southern Mississippi in 2013 with honors, and in 2017 graduated Magna Cum Laude from the University of Mississippi School of Law with a Certificate in Criminal Law. While at the University of Mississippi School of Law, Chip was a member of the Mississippi Law Journal and was published in Mississippi Law Journal, Volume 85. \r\n\r\nCurrently, Mr. Lewis prosecutes felony crimes in Jefferson Davis and Lawrence County. Prior to being appointed to the position of Assistant District Attorney, Mr. Lewis worked in The Kilpatrick Firm in Oxford, Mississippi, where he primarily focused on criminal defense and family law litigation. After leaving Oxford, Mr. Lewis served as Lamar County’s Chief Public Defender. \r\n\r\nChip currently lives in Hattiesburg, Mississippi, with his wife, Michelle and son, William.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Lamar County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley prosecutes felony crimes in Marion County. Before joining the District Attorney’s Office, Laurel served as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel grew up in Louisville, Mississippi, and graduated from Madison Central High School in 1999. She earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish from Belmont University in Nashville, TN. After graduating from Belmont, Laurel lived in Paris, France, for two years, where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law, where she received her Juris Doctor in 2009. \r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi, with their two children.\r\n<h4></h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','publish','closed','closed','','assistant-district-attorneys-2','','','2021-07-17 00:01:40','2021-07-17 00:01:40','',0,'http://da15thdistrict.org/?page_id=5947',0,'page','',0),(7099,9,'2018-06-25 22:57:12','2018-06-25 22:57:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" max_width=\"200px\" border_width=\"7px\" module_id=\"lgwatts\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2018-06-25 22:57:12','2018-06-25 22:57:12','',5947,'http://da15thdistrict.org/?p=7099',0,'revision','',0),(7091,9,'2017-04-04 18:07:24','2017-04-04 18:07:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" max_width=\"200px\" border_width=\"7px\" module_id=\"lgwatts\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2017-04-04 18:07:24','2017-04-04 18:07:24','',5947,'http://da15thdistrict.org/?p=7091',0,'revision','',0),(5948,2,'2014-10-13 18:47:04','2014-10-13 18:47:04','','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2014-10-13 18:47:04','2014-10-13 18:47:04','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(5949,2,'2014-10-13 18:52:54','2014-10-13 18:52:54',' ','','','publish','closed','closed','','5949','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5949',3,'nav_menu_item','',0),(5950,6,'2015-08-20 19:05:27','2015-08-20 19:05:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2016/09/20160923180405.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6>\r\nAffidavit of Service by mail is used when the demand letter is sent regular mail not certified.\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc0000;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/?page_id=2871\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','publish','closed','closed','','economic-crime-unit-2','','','2016-09-24 00:27:06','2016-09-24 00:27:06','',0,'http://da15thdistrict.org/?page_id=5950',0,'page','',0),(5951,2,'2014-10-13 19:05:27','2014-10-13 19:05:27','','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2014-10-13 19:05:27','2014-10-13 19:05:27','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(5952,2,'2014-10-13 19:09:11','2014-10-13 19:09:11','','Bad Checks','','publish','closed','closed','','bad-checks','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5952',6,'nav_menu_item','',0),(5953,2,'2014-10-13 19:09:11','2014-10-13 19:09:11',' ','','','publish','closed','closed','','5953','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5953',7,'nav_menu_item','',0),(6462,6,'2015-08-21 22:33:30','2015-08-21 22:33:30','','Bad Check Complaint Form','','publish','closed','closed','','bad-check-complaint-form','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6462',9,'nav_menu_item','',0),(6463,6,'2015-08-21 22:36:08','2015-08-21 22:36:08','','Affidavit Of Service Form','','publish','closed','closed','','affidavit-of-service-form','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6463',10,'nav_menu_item','',0),(6464,6,'2015-08-21 22:38:20','2015-08-21 22:38:20','','Victim Compensation Form','','publish','closed','closed','','victim-compensation-form','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6464',14,'nav_menu_item','',0),(6943,9,'2016-01-07 15:07:33','2016-01-07 15:07:33','','IMG_1529','','inherit','closed','closed','','img_1529','','','2016-01-07 15:07:33','2016-01-07 15:07:33','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/IMG_1529.png',0,'attachment','image/png',0),(6466,6,'2015-08-21 22:42:42','2015-08-21 22:42:42','','Victim Impact Statement','','publish','closed','closed','','victim-impact-statement','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6466',16,'nav_menu_item','',0),(6465,6,'2015-08-21 22:40:38','2015-08-21 22:40:38','','Request To Exercise Victims Rights','','publish','closed','closed','','request-to-exercise-victims-rights','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6465',15,'nav_menu_item','',0),(5978,2,'2014-10-13 20:30:00','2014-10-13 20:30:00','','Resources','','publish','closed','closed','','resources','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=5978',20,'nav_menu_item','',0),(6015,2,'2014-10-13 21:43:23','2014-10-13 21:43:23','The County or City Prosecuting Attorney.','WHO PROSECUTES MY CASE IF THE CRIME IS A MISDEMEANOR?','','publish','closed','closed','','who-prosecutes-my-case-if-the-crime-is-a-misdemeanor','','','2014-10-13 21:43:23','2014-10-13 21:43:23','',0,'http://da15thdistrict.org/?post_type=faq&p=6015',0,'faq','',0),(6016,2,'2014-10-13 21:43:46','2014-10-13 21:43:46','The District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges. There are four types of sentences judges generally give:\r\n\r\n1. Prison- The person serves time in a Mississippi Department of Corrections (MSOC) facility.\r\n\r\n2. RID (Regimented Inmate Discipline) Program - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.\r\n\r\n3. Probation- This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.\r\n\r\n4. House Arrest - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.\r\n','WHAT KINDS OF SENTENCES DO FELONY CRIMES CARRY?','','publish','closed','closed','','what-kinds-of-sentences-do-felony-crimes-carry','','','2014-10-13 21:44:11','2014-10-13 21:44:11','',0,'http://da15thdistrict.org/?post_type=faq&p=6016',0,'faq','',0),(6017,2,'2014-10-13 21:44:38','2014-10-13 21:44:38','Generally, restitution is paid in monthly installments from the Circuit Clerks office.','IF THE JUDGE ORDERS RESTITUTION, WILL I GET IT ALL AT ONCE?','','publish','closed','closed','','if-the-judge-orders-restitution-will-i-get-it-all-at-once','','','2014-10-13 21:44:38','2014-10-13 21:44:38','',0,'http://da15thdistrict.org/?post_type=faq&p=6017',0,'faq','',0),(6018,2,'2014-10-13 21:44:59','2014-10-13 21:44:59','No. You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.','DO I FILE MY FELONY CHARGES DIRECTLY WITH THE DISTRICT ATTORNEY\'S OFFICE?','','publish','closed','closed','','do-i-file-my-felony-charges-directly-with-the-district-attorneys-office','','','2014-10-13 21:44:59','2014-10-13 21:44:59','',0,'http://da15thdistrict.org/?post_type=faq&p=6018',0,'faq','',0),(6019,2,'2014-10-13 21:45:32','2014-10-13 21:45:32','Generally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.','I CALLED THE LAW ENFORCEMENT AGENCY THAT TOOK MY CASE AND THE PERSON I TALKED TO KNEW NOTHING ABOUT IT, WHAT SHOULD I DO?','','publish','closed','closed','','i-called-the-law-enforcement-agency-that-took-my-case-and-the-person-i-talked-to-knew-nothing-about-it-what-should-i-do','','','2014-10-13 21:45:32','2014-10-13 21:45:32','',0,'http://da15thdistrict.org/?post_type=faq&p=6019',0,'faq','',0),(6020,2,'2014-10-13 21:45:52','2014-10-13 21:45:52','Generally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\r\n','WHEN WILL MY CASE BE PRESENTED TO THE GRAND JURY?','','publish','closed','closed','','when-will-my-case-be-presented-to-the-grand-jury','','','2014-10-13 21:45:52','2014-10-13 21:45:52','',0,'http://da15thdistrict.org/?post_type=faq&p=6020',0,'faq','',0),(6021,2,'2014-10-13 21:46:11','2014-10-13 21:46:11','It depends on the case. We try to avoid inconveniencing you, but you may have to come.','WILL I HAVE TO COME TESTIFY BEFORE THE GRAND JURY?','','publish','closed','closed','','will-i-have-to-come-testify-before-the-grand-jury','','','2014-10-13 21:46:11','2014-10-13 21:46:11','',0,'http://da15thdistrict.org/?post_type=faq&p=6021',0,'faq','',0),(6022,2,'2014-10-13 21:46:30','2014-10-13 21:46:30','Yes.','IF THE DEFENDANT DOES NOT PLEA GUILTY WILL I HAVE TO COME TO THE TRIAL TO TESTIFY?','','publish','closed','closed','','if-the-defendant-does-not-plea-guilty-will-i-have-to-come-to-the-trial-to-testify','','','2014-10-13 21:46:30','2014-10-13 21:46:30','',0,'http://da15thdistrict.org/?post_type=faq&p=6022',0,'faq','',0),(6023,2,'2014-10-13 21:46:56','2014-10-13 21:46:56','No. The county will pay. You should notify the victims assistance coordinator at our office.','IF I HAVE A RAPE EXAM DONE, WILL I HAVE TO PAY THE BILL IF I DO NOT HAVE INSURANCE?','','publish','closed','closed','','if-i-have-a-rape-exam-done-will-i-have-to-pay-the-bill-if-i-do-not-have-insurance','','','2014-10-13 21:46:56','2014-10-13 21:46:56','',0,'http://da15thdistrict.org/?post_type=faq&p=6023',0,'faq','',0),(6024,2,'2014-10-13 21:47:19','2014-10-13 21:47:19','Yes. The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.',' WILL I HAVE SOME SAY ABOUT THE DEFENDANTS SENTENCE?','','publish','closed','closed','','will-i-have-some-say-about-the-defendants-sentence','','','2014-10-13 21:47:19','2014-10-13 21:47:19','',0,'http://da15thdistrict.org/?post_type=faq&p=6024',0,'faq','',0),(6025,2,'2014-10-13 21:47:41','2014-10-13 21:47:41','Yes. But, you must get a private attorney to file a civil suit.','CAN I SUE THE DEFENDANT IN CIVIL COURT?','','publish','closed','closed','','can-i-sue-the-defendant-in-civil-court','','','2014-10-13 21:47:41','2014-10-13 21:47:41','',0,'http://da15thdistrict.org/?post_type=faq&p=6025',0,'faq','',0),(6026,2,'2014-10-13 21:48:03','2014-10-13 21:48:03','No. We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.','I AM A DEFENDANT, CAN I TALK TO THE D.A. ABOUT MY CASE?','','publish','closed','closed','','i-am-a-defendant-can-i-talk-to-the-d-a-about-my-case','','','2014-10-13 21:48:12','2014-10-13 21:48:12','',0,'http://da15thdistrict.org/?post_type=faq&p=6026',0,'faq','',0),(6027,2,'2014-10-13 21:48:21','2014-10-13 21:48:21','Generally, Yes. Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\r\n\r\n\r\n','CAN I GET MY STOLEN PROPERTY BACK FROM THE LAW ENFORCEMENT AGENCY?','','publish','closed','closed','','6027','','','2014-10-13 21:48:55','2014-10-13 21:48:55','',0,'http://da15thdistrict.org/?post_type=faq&p=6027',0,'faq','',0),(6029,2,'2014-10-13 21:49:15','2014-10-13 21:49:15','All felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.','IF I AM THE VICTIM IN A CASE CAN I DROP THE CHARGES?','','publish','closed','closed','','if-i-am-the-victim-in-a-case-can-i-drop-the-charges','','','2014-10-13 21:49:15','2014-10-13 21:49:15','',0,'http://da15thdistrict.org/?post_type=faq&p=6029',0,'faq','',0),(6030,2,'2014-10-13 21:50:14','2014-10-13 21:50:14','<span style=\"color: #0000b5;\">Click here to see the victims assistance coordinators section on this website.</span><a class=\"underline\" href=\"http://da15thdistrict.org/victims/\"><b> Victims Assistance</b></a>','WHAT DOES THE VICTIMS ASSISTANCE COORDINATOR DO?','','publish','closed','closed','','what-does-the-victims-assistance-coordinator-do','','','2014-10-13 21:51:02','2014-10-13 21:51:02','',0,'http://da15thdistrict.org/?post_type=faq&p=6030',0,'faq','',0),(6031,2,'2014-10-13 21:51:22','2014-10-13 21:51:22','This depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.','HOW LONG DOES IT TAKE TO GET THE CASE TO TRIAL?','','publish','closed','closed','','how-long-does-it-take-to-get-the-case-to-trial','','','2014-10-13 21:51:22','2014-10-13 21:51:22','',0,'http://da15thdistrict.org/?post_type=faq&p=6031',0,'faq','',0),(6032,2,'2014-10-13 21:51:48','2014-10-13 21:51:48','The assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.','SHOULD I SPEAK WITH THE DISTRICT ATTORNEY OR THE ASSISTANT DISTRICT ATTORNEY ABOUT MY CASE?','','publish','closed','closed','','should-i-speak-with-the-district-attorney-or-the-assistant-district-attorney-about-my-case','','','2014-10-13 21:51:48','2014-10-13 21:51:48','',0,'http://da15thdistrict.org/?post_type=faq&p=6032',0,'faq','',0),(6033,2,'2014-10-13 21:52:06','2014-10-13 21:52:06','Sometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.','I CALLED THE D.A.\'S OFFICE, BUT NO ONE WAS THERE , WHAT SHOULD I DO?','','publish','closed','closed','','i-called-the-d-a-s-office-but-no-one-was-there-what-should-i-do','','','2014-10-13 21:52:06','2014-10-13 21:52:06','',0,'http://da15thdistrict.org/?post_type=faq&p=6033',0,'faq','',0),(6034,2,'2014-10-13 21:52:25','2014-10-13 21:52:25','No. We can only do criminal cases.','CAN THE D.A.\'S OFFICE HELP ME WITH MY DIVORCE OR OTHER CIVIL CASE?','','publish','closed','closed','','can-the-d-a-s-office-help-me-with-my-divorce-or-other-civil-case','','','2014-10-13 21:52:25','2014-10-13 21:52:25','',0,'http://da15thdistrict.org/?post_type=faq&p=6034',0,'faq','',0),(6035,2,'2014-10-13 21:52:51','2014-10-13 21:52:51','Click here to see the webpage dealing with bad checks and the economic crime unit.<a class=\"underline\" href=\"http://da15thdistrict.org/economic-crime-unit-2/\"> <b>Bad Check Cases</b></a>','WHAT ABOUT BAD CHECK CASES?','','publish','closed','closed','','what-about-bad-check-cases','','','2014-10-13 21:53:17','2014-10-13 21:53:17','',0,'http://da15thdistrict.org/?post_type=faq&p=6035',0,'faq','',0),(6036,2,'2014-10-13 21:53:38','2014-10-13 21:53:38','If it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.','I HAVE A COMPLAINT ABOUT A PUBLIC OFFICIAL, WHO SHOULD I CONTACT?','','publish','closed','closed','','i-have-a-complaint-about-a-public-official-who-should-i-contact','','','2014-10-13 21:53:38','2014-10-13 21:53:38','',0,'http://da15thdistrict.org/?post_type=faq&p=6036',0,'faq','',0),(6037,2,'2014-10-13 21:53:57','2014-10-13 21:53:57','If you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.','DO I HAVE TO GO TO COURT?','','publish','closed','closed','','do-i-have-to-go-to-court','','','2014-10-13 21:53:57','2014-10-13 21:53:57','',0,'http://da15thdistrict.org/?post_type=faq&p=6037',0,'faq','',0),(6038,2,'2014-10-13 21:54:16','2014-10-13 21:54:16','A subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.','WHAT IS A SUBPOENA?','','publish','closed','closed','','what-is-a-subpoena','','','2014-10-13 21:54:16','2014-10-13 21:54:16','',0,'http://da15thdistrict.org/?post_type=faq&p=6038',0,'faq','',0),(6039,2,'2014-10-13 21:54:36','2014-10-13 21:54:36','Defense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\r\n','WILL I BE CONTACTED BY THE ATTORNEY OR INVESTIGATOR FOR THE DEFENDANT AND DO I HAVE TO SPEAK WITH THEM?','','publish','closed','closed','','will-i-be-contacted-by-the-attorney-or-investigator-for-the-defendant-and-do-i-have-to-speak-with-them','','','2014-10-13 21:54:36','2014-10-13 21:54:36','',0,'http://da15thdistrict.org/?post_type=faq&p=6039',0,'faq','',0),(6040,2,'2014-10-13 21:54:54','2014-10-13 21:54:54','Yes. You can bring a friend or family member for support.','CAN I BRING A FRIEND TO COURT?','','publish','closed','closed','','can-i-bring-a-friend-to-court','','','2014-10-13 21:54:54','2014-10-13 21:54:54','',0,'http://da15thdistrict.org/?post_type=faq&p=6040',0,'faq','',0),(6041,2,'2014-10-13 21:55:16','2014-10-13 21:55:16','Court translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.','WHAT IF I DON\'T SPEAK ENGLISH?','','publish','closed','closed','','what-if-i-dont-speak-english','','','2014-10-13 21:55:16','2014-10-13 21:55:16','',0,'http://da15thdistrict.org/?post_type=faq&p=6041',0,'faq','',0),(6042,2,'2014-10-13 21:55:34','2014-10-13 21:55:34','A Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.','WHAT IS A DOMESTIC ABUSE PROTECTIVE ORDER AND HOW DO I GET ONE?','','publish','closed','closed','','what-is-a-domestic-abuse-protective-order-and-how-do-i-get-one','','','2014-10-13 21:55:34','2014-10-13 21:55:34','',0,'http://da15thdistrict.org/?post_type=faq&p=6042',0,'faq','',0),(6043,2,'2014-10-13 21:55:52','2014-10-13 21:55:52','Hate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\r\n\r\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.','WHAT ARE HATE CRIMES?','','publish','closed','closed','','what-are-hate-crimes','','','2014-10-13 21:55:52','2014-10-13 21:55:52','',0,'http://da15thdistrict.org/?post_type=faq&p=6043',0,'faq','',0),(6044,2,'2014-10-13 21:56:15','2014-10-13 21:56:15','Before the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\r\n\r\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\r\n\r\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.','WHAT HAPPENS WHEN I GO TO COURT?','','publish','closed','closed','','what-happens-when-i-go-to-court','','','2014-10-13 21:56:15','2014-10-13 21:56:15','',0,'http://da15thdistrict.org/?post_type=faq&p=6044',0,'faq','',0),(6045,6,'2015-08-02 21:57:44','2015-08-02 21:57:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#badcheckcases\">What about bad check cases?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetogotocourt\">Do I have to go to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whatisasubpoena\">What is a subpoena?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#bringafriend\">Can I bring a friend to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#idontspeakenglish\">What if I don\'t speak English?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#hatecrimes\">What are hate crimes?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#happensatcourt\">What happens when I go to court?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a> | <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a> | <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> | <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River</a>\r\n\r\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\r\n\r\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\r\n\r\nThere are two kinds of crimes:\r\n<ul>\r\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\r\n\r\nThe County or City Prosecuting Attorney.\r\n\r\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\r\n\r\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\r\nThere are four types of sentences judges generally give:\r\n<ol>\r\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\r\n\r\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\r\n\r\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\r\n\r\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\r\n\r\n<strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong>\r\n\r\nGenerally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.\r\n\r\n<strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong>\r\n\r\nGenerally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\r\n\r\n<strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong>\r\n\r\nIt depends on the case. We try to avoid inconveniencing you, but you may have to come.\r\n\r\n<strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong>\r\n\r\nYes.\r\n\r\n<strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong>\r\n\r\n<i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.\r\n\r\n<strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong>\r\n\r\n<i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.\r\n\r\n<strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong>\r\n\r\n<i>Yes.</i>But, you must get a private attorney to file a civil suit.\r\n\r\n<strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong>\r\n\r\n<i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.\r\n\r\n<strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong>\r\n\r\n<i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\r\n\r\n<strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong>\r\n\r\nAll felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.\r\n\r\n<strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong>\r\n\r\nTo learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/?page_id=6493\">Victim Assistance Program</a>\r\n\r\n<strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong>\r\n\r\nThis depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.\r\n\r\n<strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong>\r\n\r\nThe assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.\r\n\r\n<strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong>\r\n\r\nSometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.\r\n\r\n<strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong>\r\n\r\n<i>No.</i>We can only do criminal cases.\r\n\r\n<strong id=\"badcheckcases\">What about bad check cases?</strong>\r\n\r\nPlease visit our <a href=\"http://da15thdistrict.org/?page_id=5950\">Economic Crime Unit</a> section to learn more about bad check cases.\r\n\r\n<strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong>\r\n\r\nIf it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.\r\n\r\n<strong id=\"doihavetogotocourt\">Do I have to go to court?</strong>\r\n\r\nIf you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.\r\n\r\n<strong id=\"whatisasubpoena\">What is a subpoena?</strong>\r\n\r\nA subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.\r\n\r\n<strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong>\r\n\r\nDefense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\r\n\r\n<strong id=\"bringafriend\">Can I bring a friend to court?</strong>\r\n\r\n<i>Yes.</i> You can bring a friend or family member for support.\r\n\r\n<strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong>\r\n\r\nCourt translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.\r\n\r\n<strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong>\r\n\r\nA Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.\r\n\r\n<strong id=\"hatecrimes\">What are hate crimes?</strong>\r\n\r\nHate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\r\n\r\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.\r\n\r\n<strong id=\"happensatcourt\">What happens when I go to court?</strong>\r\n\r\nBefore the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\r\n\r\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\r\n\r\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','publish','closed','closed','','faq-2','','','2015-09-18 03:45:50','2015-09-18 03:45:50','',0,'http://da15thdistrict.org/?page_id=6045',0,'page','',0),(6046,2,'2014-10-13 21:57:44','2014-10-13 21:57:44','[faq]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2014-10-13 21:57:44','2014-10-13 21:57:44','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6840,6,'2015-09-15 19:50:27','2015-09-15 19:50:27','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Basic','','publish','closed','closed','','homepage-basic','','','2015-09-15 19:50:27','2015-09-15 19:50:27','',0,'http://da15thdistrict.org/et_pb_layout/homepage-basic/',0,'et_pb_layout','',0),(6841,6,'2015-09-15 19:50:27','2015-09-15 19:50:27','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n<h1>What Our Customers are Saying</h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Shop','','publish','closed','closed','','homepage-shop','','','2015-09-15 19:50:27','2015-09-15 19:50:27','',0,'http://da15thdistrict.org/et_pb_layout/homepage-shop/',0,'et_pb_layout','',0),(6842,6,'2015-09-15 19:50:28','2015-09-15 19:50:28','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" include_categories=\"62,65,72,69,16\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Portfolio','','publish','closed','closed','','homepage-portfolio','','','2015-09-15 19:50:28','2015-09-15 19:50:28','',0,'http://da15thdistrict.org/et_pb_layout/homepage-portfolio/',0,'et_pb_layout','',0),(6843,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"http://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/d2-300px.png\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Company','','publish','closed','closed','','homepage-company','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/homepage-company/',0,'et_pb_layout','',0),(6844,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"http://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.\r\n\r\nDonec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Corporate','','publish','closed','closed','','homepage-corporate','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/homepage-corporate/',0,'et_pb_layout','',0),(6845,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" include_categories=\"15\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"http://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er\r\nos at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"http://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Homepage Extended','','publish','closed','closed','','homepage-extended','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/homepage-extended/',0,'et_pb_layout','',0),(6878,6,'2015-09-17 05:59:44','2015-09-17 05:59:44',' ','','','publish','closed','closed','','6878','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://www.da15thdistrict.org/?p=6878',2,'nav_menu_item','',0),(6877,6,'2015-09-17 05:21:24','2015-09-17 05:21:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Meet the District Attorney</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"Hal Kittrell District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>Hal Kittrell</h2>\r\n<h4>District Attorney 15th Circuit Court</h4>\r\n<p>Hal Kittrell is the District Attorney of the 15th Circuit Court District, which comprises Jefferson Davis, Lamar, Lawrence, Marion, and Pearl River counties. He was appointed District Attorney by Governor Haley Barbour in January, 2007, and has subsequently been twice elected to the position. He served as an Assistant District Attorney for the 15th District for seven years prior to assuming the position of District Attorney.</p>\r\n<p>Mr. Kittrell received his Bachelor of Business Administration from the University of Mississippi in 1980. He received his Juris Doctorate from the University of Mississippi School of Law and was admitted to practice law in the State of Mississippi in 1984. He was engaged in the private practice of law for 16 years before joining the District Attorney\'s Office. During that time he served as the Informal Adjustment Officer for the Marion County Youth Court and also served as a part-time Marion County Public Defender.</p>\r\n<p>Mr. Kittrell is a Fellow of the Mississippi Bar Foundation. He has served on the Character and Fitness Committee of the Mississippi Board of Bar Admissions for the past 20 years and has previously served as a Commissioner of the Mississippi Bar and past president of the Marion County Bar Association. He presently serves on the Bench/Bar Liaison Committee and is a Section Officer for the Prosecutors Section of the Mississippi Bar and a former member of the Board of Directors of the Mississippi Prosecutors Association.</p>\r\n<p>Mr. Kittrell is an active member of First United Methodist Church of Columbia. He serves as Chairman of Administrative Council. He has formerly served as Chairman of Finance and Staff-Parish Relations.</p>\r\n<p>Mr. Kittrell is married with two step-daughters and seven grandchildren.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Hal is only as good as the team that supports him.\" button_url=\"http://da15thdistrict.org/assistant-district-attorneys-2/\" url_new_window=\"off\" button_text=\"Meet the Assistant District Attorneys\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#aa2020\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Meet the District Attorney','','inherit','closed','closed','','6876-revision-v1','','','2015-09-17 05:21:24','2015-09-17 05:21:24','',6876,'http://www.da15thdistrict.org/6876-revision-v1/',0,'revision','',0),(6876,6,'2015-09-17 05:58:24','2015-09-17 05:58:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Meet the District Attorney</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"Hal Kittrell District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>Hal Kittrell</h2>\r\n<h4>District Attorney 15th Circuit Court</h4>\r\n<p>Hal Kittrell is the District Attorney of the 15th Circuit Court District, which comprises Jefferson Davis, Lamar, Lawrence, Marion, and Pearl River counties. He was appointed District Attorney by Governor Haley Barbour in January, 2007, and has subsequently been twice elected to the position. He served as an Assistant District Attorney for the 15th District for seven years prior to assuming the position of District Attorney.</p>\r\n<p>Mr. Kittrell received his Bachelor of Business Administration from the University of Mississippi in 1980. He received his Juris Doctorate from the University of Mississippi School of Law and was admitted to practice law in the State of Mississippi in 1984. He was engaged in the private practice of law for 16 years before joining the District Attorney\'s Office. During that time he served as the Informal Adjustment Officer for the Marion County Youth Court and also served as a part-time Marion County Public Defender.</p>\r\n<p>Mr. Kittrell is a Fellow of the Mississippi Bar Foundation. He has served on the Character and Fitness Committee of the Mississippi Board of Bar Admissions for the past 20 years and has previously served as a Commissioner of the Mississippi Bar and past president of the Marion County Bar Association. He presently serves on the Bench/Bar Liaison Committee and is a Section Officer for the Prosecutors Section of the Mississippi Bar and a former member of the Board of Directors of the Mississippi Prosecutors Association.</p>\r\n<p>Mr. Kittrell is an active member of First United Methodist Church of Columbia. He serves as Chairman of Administrative Council. He has formerly served as Chairman of Finance and Staff-Parish Relations.</p>\r\n<p>Mr. Kittrell is married with two step-daughters and seven grandchildren.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Hal is only as good as the team that supports him.\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Meet the Assistant District Attorneys\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#cc0000\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Meet the District Attorney','','publish','closed','closed','','meet-the-district-attorney-2','','','2015-09-18 03:23:48','2015-09-18 03:23:48','',0,'http://www.da15thdistrict.org/?page_id=6876',0,'page','',0),(6871,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>\r\nThe Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]\r\n<h1>Fully Responsive Layouts</h1>\r\nWe know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Product Features','','publish','closed','closed','','product-features','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/product-features/',0,'et_pb_layout','',0),(6870,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>\r\nVivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]','Case Study','','publish','closed','closed','','case-study','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/case-study/',0,'et_pb_layout','',0),(6869,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-510px.jpg\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n-Premium Technical Support\r\n-Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n-Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n-Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n-Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n+Layered Photoshop Files\r\n-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"http://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>\r\n+Perpetual Theme Updates\r\n+Premium Technical Support\r\n+Access to <a href=\"http://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>\r\n+Layered Photoshop Files\r\n+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>\r\nDon\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.\r\n\r\nEtiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Sales Page','','publish','closed','closed','','sales-page','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/sales-page/',0,'et_pb_layout','',0),(6868,6,'2015-09-15 19:50:29','2015-09-15 19:50:29','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"http://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"http://elegantthemesimages.com/images/premade/d2-placeholder-1920.jpg\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section background_color=\"#ffffff\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"http://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"http://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/05/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc\r\nhimp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Creative Agency','','publish','closed','closed','','creative-agency','','','2015-09-15 19:50:29','2015-09-15 19:50:29','',0,'http://da15thdistrict.org/et_pb_layout/creative-agency/',0,'et_pb_layout','',0),(6090,2,'2015-04-18 13:36:33','2015-04-18 13:36:33','','verylight','','inherit','closed','closed','','verylight','','','2015-04-18 13:36:33','2015-04-18 13:36:33','',0,'http://da15thdistrict.org/wp-content/uploads/2015/04/verylight.png',0,'attachment','image/png',0),(6133,2,'2015-08-20 03:29:18','2015-08-20 03:29:18','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n \n\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\n\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth_end]\n\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\n\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h3>Welcome to the District Attorney\'s Office</h3>\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\n\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n \n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n \n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-autosave-v1','','','2015-08-20 03:29:18','2015-08-20 03:29:18','',5868,'http://da15thdistrict.org/5868-autosave-v1/',0,'revision','',0),(6134,2,'2015-07-01 05:51:51','2015-07-01 05:51:51','','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-01 05:51:51','2015-07-01 05:51:51','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6143,2,'2015-07-16 01:32:58','2015-07-16 01:32:58','vgyjdj','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-16 01:32:58','2015-07-16 01:32:58','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6148,2,'2015-07-17 04:16:08','2015-07-17 04:16:08','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 04:16:08','2015-07-17 04:16:08','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6146,2,'2015-07-17 03:22:17','2015-07-17 03:22:17','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n\r\nvgyjdj\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 03:22:17','2015-07-17 03:22:17','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6147,2,'2015-07-17 03:27:23','2015-07-17 03:27:23','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-autosave-v1','','','2015-07-17 03:27:23','2015-07-17 03:27:23','',5950,'http://da15thdistrict.org/5950-autosave-v1/',0,'revision','',0),(6155,2,'2015-07-17 19:58:13','2015-07-17 19:58:13','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h2>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>Our Team</h2>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 19:58:13','2015-07-17 19:58:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6156,2,'2015-07-17 20:00:13','2015-07-17 20:00:13','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:00:13','2015-07-17 20:00:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6157,2,'2015-07-17 20:06:49','2015-07-17 20:06:49','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:06:49','2015-07-17 20:06:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6158,2,'2015-07-17 20:07:43','2015-07-17 20:07:43','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:07:43','2015-07-17 20:07:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6159,2,'2015-07-17 20:08:32','2015-07-17 20:08:32','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:08:32','2015-07-17 20:08:32','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6160,2,'2015-07-17 20:09:43','2015-07-17 20:09:43','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:09:43','2015-07-17 20:09:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6161,2,'2015-07-17 20:26:01','2015-07-17 20:26:01','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /]','District Map','','publish','closed','closed','','district-map','','','2015-07-21 18:59:54','2015-07-21 18:59:54','',0,'http://da15thdistrict.org/et_pb_layout/district-map/',0,'et_pb_layout','',0),(6163,2,'2015-07-17 20:31:17','2015-07-17 20:31:17','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:31:17','2015-07-17 20:31:17','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6162,2,'2015-07-17 20:29:47','2015-07-17 20:29:47','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:29:47','2015-07-17 20:29:47','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6164,2,'2015-07-17 20:32:18','2015-07-17 20:32:18','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10|10\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:32:18','2015-07-17 20:32:18','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6165,2,'2015-07-17 20:33:03','2015-07-17 20:33:03','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1600.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"15|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:33:03','2015-07-17 20:33:03','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6166,2,'2015-07-17 20:34:12','2015-07-17 20:34:12','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"15|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:34:12','2015-07-17 20:34:12','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6167,2,'2015-07-17 20:35:45','2015-07-17 20:35:45','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"15|15\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"15|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:35:45','2015-07-17 20:35:45','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6168,2,'2015-07-17 20:36:35','2015-07-17 20:36:35','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"15|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:36:35','2015-07-17 20:36:35','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6169,2,'2015-07-17 20:36:56','2015-07-17 20:36:56','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:36:56','2015-07-17 20:36:56','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6170,2,'2015-07-17 20:37:33','2015-07-17 20:37:33','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:37:33','2015-07-17 20:37:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6171,2,'2015-07-17 20:38:46','2015-07-17 20:38:46','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:38:46','2015-07-17 20:38:46','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6172,2,'2015-07-17 20:41:47','2015-07-17 20:41:47','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal not of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:41:47','2015-07-17 20:41:47','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6173,2,'2015-07-17 20:44:52','2015-07-17 20:44:52','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan</li>\r\n <li>Morris Sweatt</li>\r\n <li>Douglas Miller</li>\r\n <li>Lauren Barnes Harless</li>\r\n <li>Clay Cranford</li>\r\n <li>Kim Thomas Harlin</li>\r\n <li>Lisa Beech McGlofin</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:44:52','2015-07-17 20:44:52','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6174,2,'2015-07-17 20:46:38','2015-07-17 20:46:38','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:46:38','2015-07-17 20:46:38','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6175,2,'2015-07-17 20:52:48','2015-07-17 20:52:48','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"][et_pb_slide background_image=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" header_font_select=\"default\" body_font_select=\"default\" custom_button=\"off\" button_font_select=\"default\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h2>\"Bringing Criminals to Justice, and Justice to Victims...\r\nThat\'s what being a Good District Attorney is all about.\"\r\n- Hal Kittrell</h2>\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:52:48','2015-07-17 20:52:48','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6176,2,'2015-07-17 20:54:55','2015-07-17 20:54:55','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"][et_pb_slide background_image=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" header_font_select=\"default\" body_font_select=\"default\" custom_button=\"off\" button_font_select=\"default\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: left;\">\"Bringing Criminals to Justice, and Justice to Victims...\r\nThat\'s what being a Good District Attorney is all about.\"\r\n- Hal Kittrell</h3>\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:54:55','2015-07-17 20:54:55','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6178,2,'2015-07-17 21:00:00','2015-07-17 21:00:00','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:00:00','2015-07-17 21:00:00','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6177,2,'2015-07-17 20:56:49','2015-07-17 20:56:49','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" body_font=\"Bree Serif||||\" body_line_height=\"2.1px\"][et_pb_slide background_image=\"http://da15thdistrict.org/wp-content/uploads/2014/10/hal1950.png\" background_position=\"default\" background_size=\"default\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" header_font_select=\"default\" body_font_select=\"default\" custom_button=\"off\" button_font_select=\"default\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n<h3 style=\"text-align: left;\">\"Bringing Criminals to Justice, and Justice to Victims...\r\nThat\'s what being a Good District Attorney is all about.\"\r\n- Hal Kittrell</h3>\r\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 20:56:49','2015-07-17 20:56:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6179,2,'2015-07-17 21:09:29','2015-07-17 21:09:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:09:29','2015-07-17 21:09:29','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6180,2,'2015-07-17 21:10:46','2015-07-17 21:10:46','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:10:46','2015-07-17 21:10:46','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6189,2,'2015-07-18 15:39:57','2015-07-18 15:39:57','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 15:39:57','2015-07-18 15:39:57','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6185,2,'2015-07-17 22:05:54','2015-07-17 22:05:54','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\"><img class=\" wp-image-2626 alignright\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2-170x300.jpg\" alt=\"map2\" width=\"155\" height=\"273\" /></a>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost. <a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 22:05:54','2015-07-17 22:05:54','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6183,2,'2015-07-17 21:52:00','2015-07-17 21:52:00','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\"><img class=\" alignright wp-image-2626\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2-170x300.jpg\" alt=\"map2\" width=\"155\" height=\"273\" /></a>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:52:00','2015-07-17 21:52:00','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6181,2,'2015-07-17 21:25:50','2015-07-17 21:25:50','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:25:50','2015-07-17 21:25:50','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6182,2,'2015-07-17 21:26:49','2015-07-17 21:26:49','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>,<a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:26:49','2015-07-17 21:26:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6184,2,'2015-07-17 21:52:33','2015-07-17 21:52:33','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\"><img class=\" alignright wp-image-2626\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2-170x300.jpg\" alt=\"map2\" width=\"155\" height=\"273\" /></a>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 21:52:33','2015-07-17 21:52:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6186,2,'2015-07-17 22:31:39','2015-07-17 22:31:39','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\"><img class=\" alignright wp-image-2626 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" alt=\"map2\" width=\"182\" height=\"321\" /></a>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-17 22:31:39','2015-07-17 22:31:39','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6191,2,'2015-07-18 15:54:13','2015-07-18 15:54:13','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_tabs admin_label=\"Tabs\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][et_pb_tab title=\"Lamar\" tab_font_select=\"default\" body_font_select=\"default\"]\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marion1.png\"><img class=\"alignnone size-full wp-image-2883\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marion1.png\" alt=\"marion1\" width=\"150\" height=\"100\" /></a>kuriyfiufouyfkufu\r\n\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 15:54:13','2015-07-18 15:54:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6190,2,'2015-07-18 15:51:55','2015-07-18 15:51:55','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"alignnone wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"lamarcourt\" width=\"150\" height=\"150\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 15:51:55','2015-07-18 15:51:55','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6193,2,'2015-07-18 16:05:14','2015-07-18 16:05:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"2748,2883,2749,2739,2670\" fullwidth=\"off\" posts_number=\"5\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:05:14','2015-07-18 16:05:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6192,2,'2015-07-18 16:02:32','2015-07-18 16:02:32','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_tabs admin_label=\"Tabs\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][et_pb_tab title=\"Lamar\" tab_font_select=\"default\" body_font_select=\"default\"]\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marion1.png\"><img class=\" wp-image-2883 size-full alignleft\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marion1.png\" alt=\"marion1\" width=\"150\" height=\"100\" /></a>\r\n<div class=\"one_third first_column\" data-folder=\"column\" data-type=\"\">\r\n<div data-folder=\"text\" data-type=\"\">\r\n<h4>CIRCUIT COURT TERMS</h4>\r\n<p class=\"lead\">1st Monday of February, three (3) weeks</p>\r\n<p class=\"text-info\">Judge Prentiss Harrell</p>\r\n<p class=\"lead\"><i>Grand Jury to be impaneled</i></p>\r\n<p class=\"lead\">2nd Monday of March, three (3) weeks</p>\r\n<p class=\"text-info\">Judge Tony Mozingo</p>\r\n<p class=\"lead\">4th Tuesday of April, two (2) weeks</p>\r\n<p class=\"text-info\">Judge Prentiss Harrell</p>\r\n<p class=\"lead\">1st Monday of June, three (3) weeks</p>\r\n<p class=\"text-info\">Judge Tony Mozingo</p>\r\n<p class=\"lead\"><i>Grand Jury to be impaneled</i></p>\r\n<p class=\"lead\">5th Monday of July, two (2) weeks</p>\r\n<p class=\"text-info\">Judge Prentiss Harrell</p>\r\n<p class=\"lead\">1st Tuesday of September, four (4) weeks</p>\r\n<p class=\"text-info\">Judge Tony Mozingo</p>\r\n<p class=\"lead\">4th Monday of October, three (3) weeks</p>\r\n<p class=\"text-info\">Judge Prentiss Harrell</p>\r\n<p class=\"lead\">(These Court terms are set by the Judges and are subject to change each year.)</p>\r\n<p class=\"text-info\">Grand Jury Orientation</p>\r\n<p class=\"lead\">Thank you, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury.</p>\r\n\r\n</div>\r\n</div>\r\n<div class=\"one_third\" data-folder=\"column\" data-type=\"\">\r\n<div data-folder=\"text\" data-type=\"\">\r\n<div class=\"clearfix cols-1\">\r\n<div class=\"span4\">\r\n<h4>LAW ENFORCEMENT</h4>\r\n<p class=\"text-info\">Lamar County Sheriff\'s Office</p>\r\n\r\n<h4 class=\"lead\">DANNY REIGEL, SHERIFF</h4>\r\n<p class=\"lead\">P. O. Box 352,</p>\r\n<p class=\"lead\">Purvis, MS 39475</p>\r\n<p class=\"lead\">601-794-1005</p>\r\n<p class=\"text-info\">Hattiesburg Police Department</p>\r\n\r\n<h4 class=\"lead\">FRAZIER BOLTON, CHIEF</h4>\r\n<p class=\"lead\">#1 Government Plaza,</p>\r\n<p class=\"lead\">Hattiesburg, MS 39402</p>\r\n<p class=\"lead\">601-544-7900</p>\r\n<p class=\"text-info\">Lumberton Police Department</p>\r\n\r\n<h4 class=\"lead\">ELZEY COWART, CHIEF</h4>\r\n<p class=\"lead\">P. O. Box 211,</p>\r\n<p class=\"lead\">Lumberton, MS 39455</p>\r\n<p class=\"lead\">601-796-8891</p>\r\n<p class=\"text-info\">Purvis Police Department</p>\r\n\r\n<h4 class=\"lead\">PRESTON BURHALTER, CHIEF</h4>\r\n<p class=\"lead\">P. O. Box 308,</p>\r\n<p class=\"lead\">Purvis, MS 39475</p>\r\n<p class=\"lead\">601-794-6512</p>\r\n<p class=\"text-info\">Sumrall Police Department</p>\r\n\r\n<h4 class=\"lead\">CHRIS DUNGAN, CHIEF</h4>\r\n<p class=\"lead\">P. O. Box 247,</p>\r\n<p class=\"lead\">Sumrall, MS 39482</p>\r\n<p class=\"lead\">601-758-3531</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n[/et_pb_tab][/et_pb_tabs][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:02:32','2015-07-18 16:02:32','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6194,2,'2015-07-18 16:06:36','2015-07-18 16:06:36','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"2748,2883,2749,2739,2670\" fullwidth=\"on\" posts_number=\"5\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:06:36','2015-07-18 16:06:36','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6196,2,'2015-07-18 16:11:56','2015-07-18 16:11:56','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_toggle admin_label=\"Toggle\" title=\"Lamar County\" open=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nxfgnsfxjxfgn\r\n\r\n[/et_pb_toggle][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:11:56','2015-07-18 16:11:56','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6195,2,'2015-07-18 16:08:40','2015-07-18 16:08:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"2748,2883,2749,2739,2670\" fullwidth=\"off\" posts_number=\"5\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:08:40','2015-07-18 16:08:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6197,2,'2015-07-18 16:41:58','2015-07-18 16:41:58','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<dl id=\"attachment_2748\" class=\"wp-caption alignnone\" style=\"width: 160px;\"><dt class=\"wp-caption-dt\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamar County Court\" width=\"150\" height=\"150\" /></a>\r\n\r\n</dt><dd class=\"wp-caption-dd\">Lamar County\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\" /></a> Lawrence County[/caption]\r\n\r\n</dd></dl>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" background_color=\"#cccccc\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:41:58','2015-07-18 16:41:58','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6198,2,'2015-07-18 16:43:20','2015-07-18 16:43:20','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<dl id=\"attachment_2748\" class=\"wp-caption alignnone\" style=\"width: 160px;\"><dt class=\"wp-caption-dt\"><a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamar County Court\" width=\"150\" height=\"150\" /></a>\r\n\r\n</dt><dd class=\"wp-caption-dd\">Lamar County\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\" /></a> Lawrence County[/caption]\r\n\r\n</dd></dl>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:43:20','2015-07-18 16:43:20','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6202,2,'2015-07-18 17:05:49','2015-07-18 17:05:49','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 17:05:49','2015-07-18 17:05:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6200,2,'2015-07-18 16:54:52','2015-07-18 16:54:52','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|5||5\"][caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"wp-image-2627 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFERSON DAVIS COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"wp-image-2670 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"popcourt2\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:54:52','2015-07-18 16:54:52','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6199,2,'2015-07-18 16:52:14','2015-07-18 16:52:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<dl id=\"attachment_2748\" class=\"wp-caption alignnone\" style=\"width: 160px;\"><dt class=\"wp-caption-dt\">\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamar County Court\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n</dt></dl>\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"wp-image-2627 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFERSON DAVIS COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"wp-image-2670 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"popcourt2\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:52:14','2015-07-18 16:52:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6204,2,'2015-07-18 17:34:10','2015-07-18 17:34:10','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth_end]One Fifth Column[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 17:34:10','2015-07-18 17:34:10','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6201,2,'2015-07-18 16:57:21','2015-07-18 16:57:21','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font=\"Open Sans||||\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"|5||5\"]<span>\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"wp-image-2749 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"Lawrence County Court\" width=\"150\" height=\"150\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"wp-image-2627 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\"></a> MARION COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2.jpg\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS COUNTY[/caption]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"wp-image-2670 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"popcourt2\" width=\"150\" height=\"150\"></a> PEARL RIVER COUNTY[/caption]\r\n</span>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p><p><a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><ul><li>Hal Kittrell (DA)</li><li>J. Michael Horan (ADA)</li><li>Morris Sweatt (ADA)</li><li>Douglas Miller (ADA)</li><li>Lauren Barnes Harless (ADA)</li><li>Clay Cranford (ADA)</li><li>Kim Thomas Harlin (ADA)</li><li>Lisa Beech McGlofin (ADA)</li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 16:57:21','2015-07-18 16:57:21','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6205,2,'2015-07-18 17:42:24','2015-07-18 17:42:24','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth]One Fifth Column[/ezcol_1fifth] [ezcol_1fifth_end]One Fifth Column[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-18 17:42:24','2015-07-18 17:42:24','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6206,2,'2015-07-18 17:59:11','2015-07-18 17:59:11','','seal','','inherit','closed','closed','','seal','','','2015-07-18 17:59:11','2015-07-18 17:59:11','',0,'http://da15thdistrict.org/wp-content/uploads/2015/07/seal.png',0,'attachment','image/png',0),(6207,2,'2015-07-19 16:55:46','2015-07-19 16:55:46','[et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]<p>[ezcol_1fifth]</p>[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth]</p>[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]<p>[/ezcol_1fifth] [ezcol_1fifth_end]</p>[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]<p>[/ezcol_1fifth_end]</p>[/et_pb_text]','County Building Pics','','publish','closed','closed','','county-building-pics','','','2015-07-19 16:55:46','2015-07-19 16:55:46','',0,'http://da15thdistrict.org/et_pb_layout/county-building-pics/',0,'et_pb_layout','',0),(6209,2,'2015-07-19 16:58:12','2015-07-19 16:58:12','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 16:58:12','2015-07-19 16:58:12','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6208,2,'2015-07-19 16:55:51','2015-07-19 16:55:51','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt.jpg\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt.jpg\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1.jpg\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2.jpg\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n<a href=\"http://da15thdistrict.org/services-we-provide-2/\">Click here to view all the services we provide.</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 16:55:51','2015-07-19 16:55:51','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6314,2,'2015-08-20 00:47:45','2015-08-20 00:47:45',' ','','','publish','closed','closed','','6314','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6314',29,'nav_menu_item','',0),(6212,2,'2015-07-19 17:16:13','2015-07-19 17:16:13','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption][/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p> </p><p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p> </p><p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n <li>J. Michael Horan (ADA)</li>\r\n <li>Morris Sweatt (ADA)</li>\r\n <li>Douglas Miller (ADA)</li>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n <li>Clay Cranford (ADA)</li>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:16:13','2015-07-19 17:16:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6211,2,'2015-07-19 17:09:57','2015-07-19 17:09:57','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\n \r\n<p class=\"lead\">The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n \r\n<p class=\"lead\">The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n \r\n<ul>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>J. Michael Horan (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Morris Sweatt (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Douglas Miller (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Clay Cranford (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:09:57','2015-07-19 17:09:57','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6214,2,'2015-07-19 17:19:37','2015-07-19 17:19:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nHal Kittrell (DA)\r\nJ. Michael Horan (ADA)\r\nMorris Sweatt (ADA)\r\nDouglas Miller (ADA)\r\nLauren Barnes Harless (ADA)\r\nClay Cranford (ADA)\r\nKim Thomas Harlin (ADA)\r\nLisa Beech McGlofin (ADA)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:19:37','2015-07-19 17:19:37','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6213,2,'2015-07-19 17:17:34','2015-07-19 17:17:34','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n \r\n<ul>\r\n<ul>\r\n <li>Hal Kittrell (DA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>J. Michael Horan (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Morris Sweatt (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Douglas Miller (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Lauren Barnes Harless (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Clay Cranford (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Kim Thomas Harlin (ADA)</li>\r\n</ul>\r\n</ul>\r\n \r\n<ul>\r\n<ul>\r\n <li>Lisa Beech McGlofin (ADA)</li>\r\n</ul>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:17:34','2015-07-19 17:17:34','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6215,2,'2015-07-19 17:21:24','2015-07-19 17:21:24','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n> Hal Kittrell (DA)\r\n> J. Michael Horan (ADA)\r\n> Morris Sweatt (ADA)\r\n> Douglas Miller (ADA)\r\n> Lauren Barnes Harless (ADA)\r\n> Clay Cranford (ADA)\r\n> Kim Thomas Harlin (ADA)\r\n> Lisa Beech McGlofin (ADA)\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:21:24','2015-07-19 17:21:24','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6216,2,'2015-07-19 17:24:42','2015-07-19 17:24:42','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong>Our Team</strong></h3>\r\n> Hal Kittrell (DA)\r\n> J. Michael Horan (ADA)\r\n> Morris Sweatt (ADA)\r\n> Douglas Miller (ADA)\r\n> Lauren Barnes Harless (ADA)\r\n> Clay Cranford (ADA)\r\n> Kim Thomas Harlin (ADA)\r\n> Lisa Beech McGlofin (ADA)\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 17:24:42','2015-07-19 17:24:42','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6217,2,'2015-07-19 19:36:42','2015-07-19 19:36:42','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"size-thumbnail wp-image-2748\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n> Hal Kittrell (DA)\r\n> J. Michael Horan (ADA)\r\n> Morris Sweatt (ADA)\r\n> Douglas Miller (ADA)\r\n> Lauren Barnes Harless (ADA)\r\n> Clay Cranford (ADA)\r\n> Kim Thomas Harlin (ADA)\r\n> Lisa Beech McGlofin (ADA)\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 19:36:42','2015-07-19 19:36:42','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6218,2,'2015-07-19 21:15:43','2015-07-19 21:15:43','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"150\" height=\"150\" /></a> JEFFEERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\n> Hal Kittrell (DA)\r\n> J. Michael Horan (ADA)\r\n> Morris Sweatt (ADA)\r\n> Douglas Miller (ADA)\r\n> Lauren Barnes Harless (ADA)\r\n> Clay Cranford (ADA)\r\n> Kim Thomas Harlin (ADA)\r\n> Lisa Beech McGlofin (ADA)\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:15:43','2015-07-19 21:15:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6219,2,'2015-07-19 21:19:26','2015-07-19 21:19:26','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><p>> Hal Kittrell (DA)<br /> > J. Michael Horan (ADA)<br /> > Morris Sweatt (ADA)<br /> > Douglas Miller (ADA)<br /> > Lauren Barnes Harless (ADA)<br /> > Clay Cranford (ADA)<br /> > Kim Thomas Harlin (ADA)<br /> > Lisa Beech McGlofin (ADA)</p><p> </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:19:26','2015-07-19 21:19:26','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6220,2,'2015-07-19 21:22:35','2015-07-19 21:22:35','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\"></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\"></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\"></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]<h3>Our Team</h3><p>> Hal Kittrell (DA)<br /> > J. Michael Horan (ADA)<br /> > Morris Sweatt (ADA)<br /> > Douglas Miller (ADA)<br /> > Lauren Barnes Harless (ADA)<br /> > Clay Cranford (ADA)<br /> > Kim Thomas Harlin (ADA)<br /> > Lisa Beech McGlofin (ADA)</p><p> </p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/map2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:22:35','2015-07-19 21:22:35','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6343,6,'2015-08-20 06:16:56','2015-08-20 06:16:56','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 06:16:56','2015-08-20 06:16:56','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6244,2,'2015-07-21 18:59:04','2015-07-21 18:59:04','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /]','District Map','','inherit','closed','closed','','6161-revision-v1','','','2015-07-21 18:59:04','2015-07-21 18:59:04','',6161,'http://da15thdistrict.org/6161-revision-v1/',0,'revision','',0),(6222,2,'2015-07-19 21:31:42','2015-07-19 21:31:42','[et_pb_image admin_label=\"Image\" saved_tabs=\"all\" template_type=\"module\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /]','District Map','','inherit','closed','closed','','6161-revision-v1','','','2015-07-19 21:31:42','2015-07-19 21:31:42','',6161,'http://da15thdistrict.org/6161-revision-v1/',0,'revision','',0),(6223,2,'2015-07-19 21:33:10','2015-07-19 21:33:10','[et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" template_type=\"module\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n \r\n\r\n[/et_pb_text]','Our Team','','publish','closed','closed','','our-team-2','','','2015-07-19 21:41:27','2015-07-19 21:41:27','',0,'http://da15thdistrict.org/et_pb_layout/our-team-2/',0,'et_pb_layout','',0),(6224,2,'2015-07-19 21:33:38','2015-07-19 21:33:38','[et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>[/et_pb_text]','Welcome Paragraph','','publish','closed','closed','','welcome-paragraph','','','2015-07-19 21:33:38','2015-07-19 21:33:38','',0,'http://da15thdistrict.org/et_pb_layout/welcome-paragraph/',0,'et_pb_layout','',0),(6226,2,'2015-07-19 21:36:24','2015-07-19 21:36:24','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\"></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\"></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\"></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3>Our Team</h3><p>> Hal Kittrell (DA)<br> > J. Michael Horan (ADA)<br> > Morris Sweatt (ADA)<br> > Douglas Miller (ADA)<br> > Lauren Barnes Harless (ADA)<br> > Clay Cranford (ADA)<br> > Kim Thomas Harlin (ADA)<br> > Lisa Beech McGlofin (ADA)</p><p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:36:24','2015-07-19 21:36:24','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6225,2,'2015-07-19 21:34:39','2015-07-19 21:34:39','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\"></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\"></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\"></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"15th District Map\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3>Our Team</h3><p>> Hal Kittrell (DA)<br> > J. Michael Horan (ADA)<br> > Morris Sweatt (ADA)<br> > Douglas Miller (ADA)<br> > Lauren Barnes Harless (ADA)<br> > Clay Cranford (ADA)<br> > Kim Thomas Harlin (ADA)<br> > Lisa Beech McGlofin (ADA)</p><p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:34:39','2015-07-19 21:34:39','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6227,2,'2015-07-19 21:38:50','2015-07-19 21:38:50','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\"></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\"></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\"></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p><p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]<h3>Our Team</h3><p>> Hal Kittrell (DA)<br> > J. Michael Horan (ADA)<br> > Morris Sweatt (ADA)<br> > Douglas Miller (ADA)<br> > Lauren Barnes Harless (ADA)<br> > Clay Cranford (ADA)<br> > Kim Thomas Harlin (ADA)<br> > Lisa Beech McGlofin (ADA)</p><p> </p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:38:50','2015-07-19 21:38:50','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6228,2,'2015-07-19 21:41:18','2015-07-19 21:41:18','[et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" template_type=\"module\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Our Team</h3>\nDISTRICT ATTORNEY\n> Hal Kittrell\n\nASSISTANT DISTRICT ATTORNEYS\n> J. Michael Horan\n> Morris Sweatt\n> Douglas Miller\n> Lauren Barnes Harless\n> Clay Cranford\n> Kim Thomas Harlin\n> Lisa Beech McGlofin\n\n \n\n[/et_pb_text]','Our Team','','inherit','closed','closed','','6223-autosave-v1','','','2015-07-19 21:41:18','2015-07-19 21:41:18','',6223,'http://da15thdistrict.org/6223-autosave-v1/',0,'revision','',0),(6229,2,'2015-07-19 21:41:27','2015-07-19 21:41:27','[et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" template_type=\"module\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n \r\n\r\n[/et_pb_text]','Our Team','','inherit','closed','closed','','6223-revision-v1','','','2015-07-19 21:41:27','2015-07-19 21:41:27','',6223,'http://da15thdistrict.org/6223-revision-v1/',0,'revision','',0),(6230,2,'2015-07-19 21:45:31','2015-07-19 21:45:31','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Press Releases\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"on\" background_color=\"#7EBEC5\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:45:31','2015-07-19 21:45:31','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6232,2,'2015-07-19 21:50:35','2015-07-19 21:50:35','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:50:35','2015-07-19 21:50:35','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6231,2,'2015-07-19 21:48:09','2015-07-19 21:48:09','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#7EBEC5\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Press Releases\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"on\" background_color=\"#422731\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\nchjdgjnfdg srv\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:48:09','2015-07-19 21:48:09','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6233,2,'2015-07-19 21:52:31','2015-07-19 21:52:31','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"][rev_slider home3][/et_pb_fullwidth_code][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 21:52:31','2015-07-19 21:52:31','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6234,2,'2015-07-19 22:43:51','2015-07-19 22:43:51','[et_pb_fullwidth_code admin_label=\"Fullwidth Code\" saved_tabs=\"all\" template_type=\"module\"][rev_slider home3][/et_pb_fullwidth_code]','HOME SLIDER','','publish','closed','closed','','home-slider','','','2015-07-19 22:43:51','2015-07-19 22:43:51','',0,'http://da15thdistrict.org/et_pb_layout/home-slider/',0,'et_pb_layout','',0),(6454,6,'2015-08-21 22:26:34','2015-08-21 22:26:34','','BC_Simple_Demand_letter','','inherit','closed','closed','','bc_simple_demand_letter','','','2015-08-21 22:26:34','2015-08-21 22:26:34','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf',0,'attachment','application/pdf',0),(6245,2,'2015-07-21 19:01:02','2015-07-21 19:01:02','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-21 19:01:02','2015-07-21 19:01:02','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6236,2,'2015-07-19 22:45:16','2015-07-19 22:45:16','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 22:45:16','2015-07-19 22:45:16','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6455,6,'2015-08-21 22:26:37','2015-08-21 22:26:37','','V_Request_to_Exercise_Victims_Rights','','inherit','closed','closed','','v_request_to_exercise_victims_rights','','','2015-08-21 22:26:37','2015-08-21 22:26:37','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf',0,'attachment','application/pdf',0),(6239,2,'2015-07-19 22:58:21','2015-07-19 22:58:21','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 22:58:21','2015-07-19 22:58:21','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6456,6,'2015-08-21 22:26:51','2015-08-21 22:26:51','','V_Victim_Impact_Statement','','inherit','closed','closed','','v_victim_impact_statement','','','2015-08-21 22:26:51','2015-08-21 22:26:51','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf',0,'attachment','application/pdf',0),(6241,2,'2015-07-19 23:05:59','2015-07-19 23:05:59','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 23:05:59','2015-07-19 23:05:59','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6243,2,'2015-07-19 23:08:25','2015-07-19 23:08:25','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\r\n\r\n[/ezcol_1fifth_end][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/07/Disrict-Map.png\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3>Our Team</h3>\r\nDISTRICT ATTORNEY\r\n> Hal Kittrell\r\n\r\nASSISTANT DISTRICT ATTORNEYS\r\n> J. Michael Horan\r\n> Morris Sweatt\r\n> Douglas Miller\r\n> Lauren Barnes Harless\r\n> Clay Cranford\r\n> Kim Thomas Harlin\r\n> Lisa Beech McGlofin\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-07-19 23:08:25','2015-07-19 23:08:25','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6300,2,'2015-08-19 18:48:54','2015-08-19 18:48:54','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"][ezcol_1fifth]\n\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth_end]\n\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption]\n\n[/ezcol_1fifth_end][/et_pb_text][et_pb_toggle admin_label=\"Toggle\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h3 class=\"indent-2\">Welcome to the District Attorneys Office</h3>\n \n\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\n\n \n\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h3>Our Team</h3>\n \n\nDISTRICT ATTORNEY\n\n> Hal Kittrell\n\n \n\nASSISTANT DISTRICT ATTORNEYS\n\n> J. Michael Horan\n\n> Morris Sweatt\n\n> Douglas Miller\n\n> Lauren Barnes Harless\n\n> Clay Cranford\n\n> Kim Thomas Harlin\n\n> Lisa Beech McGlofin\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 18:48:54','2015-08-19 18:48:54','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6301,2,'2015-08-19 18:53:26','2015-08-19 18:53:26','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Our Team</h3><p> </p><p>DISTRICT ATTORNEY</p><p>> Hal Kittrell</p><p> </p><p>ASSISTANT DISTRICT ATTORNEYS</p><p>> J. Michael Horan</p><p>> Morris Sweatt</p><p>> Douglas Miller</p><p>> Lauren Barnes Harless</p><p>> Clay Cranford</p><p>> Kim Thomas Harlin</p><p>> Lisa Beech McGlofin<br />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Home (FINAL)','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 18:53:26','2015-08-19 18:53:26','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6302,2,'2015-08-19 19:49:43','2015-08-19 19:49:43','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Home Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Our Team</h3><p> </p><p>DISTRICT ATTORNEY</p><p>> Hal Kittrell</p><p> </p><p>ASSISTANT DISTRICT ATTORNEYS</p><p>> J. Michael Horan</p><p>> Morris Sweatt</p><p>> Douglas Miller</p><p>> Lauren Barnes Harless</p><p>> Clay Cranford</p><p>> Kim Thomas Harlin</p><p>> Lisa Beech McGlofin<br />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 19:49:43','2015-08-19 19:49:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6303,2,'2015-08-19 19:51:05','2015-08-19 19:51:05','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION COUNTY[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER COUNTY[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Meet Our Team\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Our Team</h3><p> </p><p>DISTRICT ATTORNEY</p><p>> Hal Kittrell</p><p> </p><p>ASSISTANT DISTRICT ATTORNEYS</p><p>> J. Michael Horan</p><p>> Morris Sweatt</p><p>> Douglas Miller</p><p>> Lauren Barnes Harless</p><p>> Clay Cranford</p><p>> Kim Thomas Harlin</p><p>> Lisa Beech McGlofin<br />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 19:51:05','2015-08-19 19:51:05','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6308,2,'2015-08-19 22:56:57','2015-08-19 22:56:57','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"21\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\"]\r\n\r\n\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 22:56:57','2015-08-19 22:56:57','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6307,2,'2015-08-19 22:52:50','2015-08-19 22:52:50','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"3\" include_categories=\"2,96\" show_thumbnail=\"off\" show_content=\"off\" show_more=\"on\" show_author=\"off\" show_date=\"on\" show_categories=\"off\" show_pagination=\"off\" offset_number=\"0\" background_layout=\"light\" use_dropshadow=\"off\" header_font_size=\"14\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PRESS RELEASES\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 22:52:50','2015-08-19 22:52:50','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6309,2,'2015-08-19 22:59:27','2015-08-19 22:59:27','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"21\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\"]\r\n\r\n\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 22:59:27','2015-08-19 22:59:27','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6310,2,'2015-08-19 23:00:27','2015-08-19 23:00:27','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth][caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption][/ezcol_1fifth] [ezcol_1fifth][caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption][/ezcol_1fifth] [ezcol_1fifth_end][caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption][/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorneys Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"21\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Services We Provide</h3>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>Services We Do Not Provide</h3>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n<br />\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br>\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 23:00:27','2015-08-19 23:00:27','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6317,2,'2015-08-20 00:56:51','2015-08-20 00:56:51','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 00:56:51','2015-08-20 00:56:51','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6313,2,'2015-08-19 23:14:22','2015-08-19 23:14:22','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 23:14:22','2015-08-19 23:14:22','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6316,2,'2015-08-20 00:54:35','2015-08-20 00:54:35','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 00:54:35','2015-08-20 00:54:35','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6311,2,'2015-08-19 23:10:32','2015-08-19 23:10:32','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"21\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 23:10:32','2015-08-19 23:10:32','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6312,2,'2015-08-19 23:13:07','2015-08-19 23:13:07','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorneys Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b55a2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bad Checks\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%238%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"VICTIMS\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%139%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"PREVENT CRIME\" url_new_window=\"off\" use_icon=\"on\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" font_icon=\"%%152%%\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Latest News\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"%%72%%\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#7EBEC5\" use_circle_border=\"off\" circle_border_color=\"#7EBEC5\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-19 23:13:07','2015-08-19 23:13:07','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6954,9,'2016-01-07 23:14:43','2016-01-07 23:14:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-01-07 23:14:43','2016-01-07 23:14:43','',6003,'http://da15thdistrict.org/?p=6954',0,'revision','',0),(6324,2,'2015-08-20 03:30:02','2015-08-20 03:30:02','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 03:30:02','2015-08-20 03:30:02','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6723,6,'2015-09-03 00:27:27','2015-09-03 00:27:27','','logo','','inherit','closed','closed','','logo-2','','','2015-09-03 00:27:27','2015-09-03 00:27:27','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/logo.png',0,'attachment','image/png',0),(6336,6,'2015-08-20 06:00:33','2015-08-20 06:00:33','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 06:00:33','2015-08-20 06:00:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6329,6,'2015-08-20 05:02:35','2015-08-20 05:02:35','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 05:02:35','2015-08-20 05:02:35','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6415,6,'2015-08-21 18:31:20','2015-08-21 18:31:20','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3>WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:31:20','2015-08-21 18:31:20','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6331,6,'2015-08-20 05:07:32','2015-08-20 05:07:32','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 05:07:32','2015-08-20 05:07:32','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6335,6,'2015-08-20 05:44:57','2015-08-20 05:44:57','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Home_Image3.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 05:44:57','2015-08-20 05:44:57','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6334,6,'2015-09-18 05:15:33','2015-09-18 05:15:33','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\n\n \n\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\n\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\n\n[/ezcol_1fifth][ezcol_1fifth]\n\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth]\n\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\n\n[/ezcol_1fifth] [ezcol_1fifth_end]\n\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\n\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\n<h3>Welcome to the District Attorney\'s Office</h3>\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\n\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\n\n \n\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-autosave-v1','','','2015-09-18 05:15:33','2015-09-18 05:15:33','',5868,'http://da15thdistrict.org/5868-autosave-v1/',0,'revision','',0),(6332,6,'2015-08-20 05:11:19','2015-08-20 05:11:19',' ','','','publish','closed','closed','','6332','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6332',13,'nav_menu_item','',0),(6836,6,'2015-09-03 18:20:31','2015-09-03 18:20:31','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of May, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of July, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of August, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nCharles Fazende, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMicheal Horan <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-09-03 18:20:31','2015-09-03 18:20:31','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6344,6,'2015-08-20 07:17:40','2015-08-20 07:17:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<img class=\"alignright\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map-178x300.png\" alt=\"District-Map\" height=\"300\" />The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 07:17:40','2015-08-20 07:17:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6340,6,'2015-08-20 06:08:29','2015-08-20 06:08:29','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hal_960.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DIstrict Map Image\" saved_tabs=\"all\" alt=\"15th District Map\" title_text=\"15th District Map\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" max_width=\"186px\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 06:08:29','2015-08-20 06:08:29','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6345,6,'2015-08-20 07:33:41','2015-08-20 07:33:41','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 07:33:41','2015-08-20 07:33:41','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6414,6,'2015-08-21 18:29:18','2015-08-21 18:29:18','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]</p>\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n<p>[/ezcol_1fifth] [ezcol_1fifth]</p>\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n<p>[/ezcol_1fifth] [ezcol_1fifth]</p>\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n<p>[/ezcol_1fifth] [ezcol_1fifth]</p>\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n<p>[/ezcol_1fifth] [ezcol_1fifth_end]</p>\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n<p>[/ezcol_1fifth_end]</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:29:18','2015-08-21 18:29:18','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6366,6,'2015-08-20 08:35:37','2015-08-20 08:35:37','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:35:37','2015-08-20 08:35:37','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6371,6,'2015-08-20 08:48:17','2015-08-20 08:48:17','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:48:17','2015-08-20 08:48:17','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6367,6,'2015-08-20 08:40:09','2015-08-20 08:40:09','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"5px\" custom_padding=\"15|15|15|15\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"5px\" custom_padding=\"15|15|15|15\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:40:09','2015-08-20 08:40:09','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6368,6,'2015-08-20 08:41:57','2015-08-20 08:41:57','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"10px\" custom_padding=\"15|15|15|15\" text_font_size=\"16\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"10px\" custom_padding=\"15|15|15|15\" text_font_size=\"16\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:41:57','2015-08-20 08:41:57','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6370,6,'2015-08-20 08:44:36','2015-08-20 08:44:36','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" custom_padding=\"15|15|15|15\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" custom_padding=\"15|15|15|15\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:44:36','2015-08-20 08:44:36','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6369,6,'2015-08-20 08:43:40','2015-08-20 08:43:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"10\" padding_right_2=\"10\" padding_right_3=\"10\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" custom_padding=\"15|15|15|15\" text_font_size=\"16\"]\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.(<a class=\"underline\" href=\"badcheck.html\">See Bad Checks</a>).</li>\r\n <li>We provide assistance to victims of crime.(<a class=\"underline\" href=\"victimrights.html\">See Victims Services</a>).</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"on\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" custom_padding=\"15|15|15|15\" text_font_size=\"16\"]\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n \r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:43:40','2015-08-20 08:43:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6372,6,'2015-08-20 08:49:50','2015-08-20 08:49:50','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"alignnone\" width=\"175\" class=\"center\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-2739 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"jeffdaviscourt2\" width=\"175\" height=\"175\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"175\" height=\"175\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"175\" height=\"175\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"alignnone\" width=\"175\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"175\" height=\"175\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.\r\n\r\nThe men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-20 08:49:50','2015-08-20 08:49:50','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6375,6,'2015-08-20 09:09:18','2015-08-20 09:09:18','','Hal-in-Court','','inherit','closed','closed','','hal-in-court','','','2015-08-20 09:09:18','2015-08-20 09:09:18','',0,'http://da15thdistrict.org/wp-content/uploads/2014/10/Hal-in-Court.jpg',0,'attachment','image/jpeg',0),(6935,9,'2016-01-06 22:20:54','2016-01-06 22:20:54','','IMG_3210','','inherit','closed','closed','','img_3210','','','2016-01-06 22:20:54','2016-01-06 22:20:54','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/IMG_3210.jpg',0,'attachment','image/jpeg',0),(6987,9,'2016-01-21 16:16:50','2016-01-21 16:16:50','','LAMAR CO. DA AND INVESTIGATOR\'S SWEARING IN CEREMONY - small','','inherit','closed','closed','','lamar-co-da-and-investigators-swearing-in-ceremony-small','','','2016-01-21 16:16:50','2016-01-21 16:16:50','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/LAMAR-CO.-DA-AND-INVESTIGATORS-SWEARING-IN-CEREMONY-small.jpg',0,'attachment','image/jpeg',0),(6930,9,'2016-01-06 22:16:17','2016-01-06 22:16:17','','IMG_3206','','inherit','closed','closed','','img_3206','','','2016-01-06 22:16:17','2016-01-06 22:16:17','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/IMG_3206.jpg',0,'attachment','image/jpeg',0),(6931,9,'2016-01-06 22:16:21','2016-01-06 22:16:21','','IMG_3212','','inherit','closed','closed','','img_3212','','','2016-01-06 22:16:21','2016-01-06 22:16:21','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/IMG_3212.png',0,'attachment','image/png',0),(6932,9,'2016-01-06 22:16:38','2016-01-06 22:16:38','','FullSizeRender','','inherit','closed','closed','','fullsizerender','','','2016-01-06 22:16:38','2016-01-06 22:16:38','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/FullSizeRender.jpg',0,'attachment','image/jpeg',0),(6926,9,'2016-01-06 22:02:23','2016-01-06 22:02:23','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-01-06 22:02:23','2016-01-06 22:02:23','',6006,'http://da15thdistrict.org/?p=6926',0,'revision','',0),(6925,9,'2016-01-06 22:01:13','2016-01-06 22:01:13','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of May, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of July, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of August, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMicheal Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-01-06 22:01:13','2016-01-06 22:01:13','',6009,'http://da15thdistrict.org/?p=6925',0,'revision','',0),(6382,6,'2015-08-20 10:00:34','2015-08-20 10:00:34','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 10:00:34','2015-08-20 10:00:34','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6383,6,'2015-09-18 03:54:27','2015-09-18 03:54:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h1>Our Assistant District Attorneys</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>J. MICHAEL HORAN</h2>\n<h4>Assistant District Attorney</h4>\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\n\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>MORRIS SWEATT</h2>\n<h4>Assistant District Attorney</h4>\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>DOUGLAS MILLER</h2>\n<h4>Assistant District Attorney</h4>\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\n\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\n\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>LAUREN BARNES HARLESS</h2>\n<h4>Assistant District Attorney</h4>\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>CLAY CRANFORD</h2>\n<h4>Assistant District Attorney</h4>\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\n\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>KIM THOMAS HARLIN</h2>\n<h4>Assistant District Attorney</h4>\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\n\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\n\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>LISA BEECH MCGLOFLIN</h2>\n<h4>Assistant District Attorney</h4>\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\n\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\n\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lgwatts\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lindsay_portrait1.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n<h2>LINDSAY GREEN WATTS</h2>\n<h4>Assistant District Attorney</h4>\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\n\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class.\n\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\n\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-autosave-v1','','','2015-09-18 03:54:27','2015-09-18 03:54:27','',5947,'http://da15thdistrict.org/5947-autosave-v1/',0,'revision','',0),(6881,6,'2015-09-17 15:09:20','2015-09-17 15:09:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/9/Clay_Portrait.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lgwatts\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LINDSAY GREEN WATTS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\r\n \r\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class. \r\n\r\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\r\n\r\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-09-17 15:09:20','2015-09-17 15:09:20','',5947,'http://da15thdistrict.org/?p=6881',0,'revision','',0),(6386,6,'2015-08-20 11:21:54','2015-08-20 11:21:54','[et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" template_type=\"row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"Hal Kittrell District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"]\n\n\n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h2>Hal Kittrell</h2><h4>District Attorney 15th Circuit Court</h4><p class=\"lead p2\">Hal Kittrell is the District Attorney of the 15th Circuit Court District, which comprises Jefferson Davis, Lamar, Lawrence, Marion, and Pearl River counties. He was appointed District Attorney by Governor Haley Barbour in January, 2007, and has subsequently been twice elected to the position. He served as an Assistant District Attorney for the 15th District for seven years prior to assuming the position of District Attorney.</p><p class=\"lead p2\">Mr. Kittrell received his Bachelor of Business Administration from the University of Mississippi in 1980. He received his Juris Doctorate from the University of Mississippi School of Law and was admitted to practice law in the State of Mississippi in 1984. He was engaged in the private practice of law for 16 years before joining the District Attorney\'s Office. During that time he served as the Informal Adjustment Officer for the Marion County Youth Court and also served as a part-time Marion County Public Defender.</p><p class=\"lead p2\">Mr. Kittrell is a Fellow of the Mississippi Bar Foundation. He has served on the Character and Fitness Committee of the Mississippi Board of Bar Admissions for the past 20 years and has previously served as a Commissioner of the Mississippi Bar and past president of the Marion County Bar Association. He presently serves on the Bench/Bar Liaison Committee and is a Section Officer for the Prosecutors Section of the Mississippi Bar and a former member of the Board of Directors of the Mississippi Prosecutors Association.</p><p class=\"lead p2\">Mr. Kittrell is an active member of First United Methodist Church of Columbia. He serves as Chairman of Administrative Council. He has formerly served as Chairman of Finance and Staff-Parish Relations.</p><p class=\"lead p2\">Mr. Kittrell is married with two step-daughters and six grandchildren.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row]','BIO','','publish','closed','closed','','bio','','','2015-08-20 11:21:54','2015-08-20 11:21:54','',0,'http://da15thdistrict.org/et_pb_layout/bio/',0,'et_pb_layout','',0),(6384,6,'2015-08-20 11:16:34','2015-08-20 11:16:34','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n<h1></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"2_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:16:34','2015-08-20 11:16:34','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6385,6,'2015-08-20 11:18:52','2015-08-20 11:18:52','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n<h1></h1>\r\n<h1></h1>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"2_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:18:52','2015-08-20 11:18:52','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6389,6,'2015-08-20 11:29:10','2015-08-20 11:29:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:29:10','2015-08-20 11:29:10','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6388,6,'2015-08-20 11:27:34','2015-08-20 11:27:34','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.\r\n\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:27:34','2015-08-20 11:27:34','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6390,6,'2015-08-20 11:30:45','2015-08-20 11:30:45','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"187px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:30:45','2015-08-20 11:30:45','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6391,6,'2015-08-20 11:32:08','2015-08-20 11:32:08','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"187px\" border_width=\"3px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:32:08','2015-08-20 11:32:08','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6392,6,'2015-08-20 11:32:43','2015-08-20 11:32:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"187px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:32:43','2015-08-20 11:32:43','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6393,6,'2015-08-20 11:40:32','2015-08-20 11:40:32','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.\r\n\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:40:32','2015-08-20 11:40:32','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6394,6,'2015-08-20 11:41:06','2015-08-20 11:41:06','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 11:41:06','2015-08-20 11:41:06','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6395,6,'2015-08-20 13:04:12','2015-08-20 13:04:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:04:12','2015-08-20 13:04:12','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6396,6,'2015-08-20 13:04:44','2015-08-20 13:04:44','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:04:44','2015-08-20 13:04:44','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6397,6,'2015-08-20 13:07:21','2015-08-20 13:07:21','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Meet Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p><p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p><p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p><p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p><p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p><p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p><p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:07:21','2015-08-20 13:07:21','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6398,6,'2015-08-20 13:09:18','2015-08-20 13:09:18','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p><p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p><p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p><p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p><p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p><p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p><p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:09:18','2015-08-20 13:09:18','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6399,6,'2015-08-20 13:10:28','2015-08-20 13:10:28','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p><p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p><p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p><p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p><p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p><p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p><p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:10:28','2015-08-20 13:10:28','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6400,6,'2015-08-20 13:17:01','2015-08-20 13:17:01','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:17:01','2015-08-20 13:17:01','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6402,6,'2015-08-20 13:22:43','2015-08-20 13:22:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p><p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p><p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p><p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p><p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p><p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p><p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2><h4>Assistant District Attorney</h4><p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p><p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p><p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:22:43','2015-08-20 13:22:43','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6401,6,'2015-08-20 13:18:45','2015-08-20 13:18:45','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:18:45','2015-08-20 13:18:45','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6403,6,'2015-08-20 13:30:00','2015-08-20 13:30:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District. Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:30:00','2015-08-20 13:30:00','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6404,6,'2015-08-20 13:37:05','2015-08-20 13:37:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District. Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:37:05','2015-08-20 13:37:05','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6405,6,'2015-08-20 13:39:22','2015-08-20 13:39:22','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-20 13:39:22','2015-08-20 13:39:22','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6407,6,'2015-08-20 13:45:14','2015-08-20 13:45:14','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Code\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"960\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n\r\n[/et_pb_fullwidth_code][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-08-20 13:45:14','2015-08-20 13:45:14','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6408,6,'2015-08-20 13:46:04','2015-08-20 13:46:04','[et_pb_fullwidth_code admin_label=\"Fullwidth Map\" saved_tabs=\"all\" template_type=\"module\"]\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"960\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\n\n[/et_pb_fullwidth_code]','Full Width Map','','publish','closed','closed','','full-width-map','','','2015-08-20 13:46:04','2015-08-20 13:46:04','',0,'http://da15thdistrict.org/et_pb_layout/full-width-map/',0,'et_pb_layout','',0),(6409,6,'2015-08-20 13:46:07','2015-08-20 13:46:07','[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_code admin_label=\"Fullwidth Map\" saved_tabs=\"all\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"960\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n\r\n[/et_pb_fullwidth_code][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-08-20 13:46:07','2015-08-20 13:46:07','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6410,6,'2015-08-21 01:33:30','2015-08-21 01:33:30','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n\r\n<br />\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 01:33:30','2015-08-21 01:33:30','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6412,6,'2015-08-21 02:09:01','2015-08-21 02:09:01','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n\r\n<br />\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 02:09:01','2015-08-21 02:09:01','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6411,6,'2015-08-21 01:40:40','2015-08-21 01:40:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_sidebar admin_label=\"Search Bar\" orientation=\"left\" area=\"et_pb_widget_area_2\" background_layout=\"light\" remove_border=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\" padding_right_2=\"5\" padding_right_3=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome Paragraph\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a>, <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a>, <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> and <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a> Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site was created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime.</p>\r\n<p>The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\"]\r\n\r\n<br />\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 01:40:40','2015-08-21 01:40:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6416,6,'2015-08-21 18:33:33','2015-08-21 18:33:33','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<h3>WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:33:33','2015-08-21 18:33:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6417,6,'2015-08-21 18:35:04','2015-08-21 18:35:04','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:35:04','2015-08-21 18:35:04','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6418,6,'2015-08-21 18:36:09','2015-08-21 18:36:09','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>WELCOME TO THE DISTRICT ATTORNEY\'S OFFICE</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:36:09','2015-08-21 18:36:09','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6419,6,'2015-08-21 18:38:08','2015-08-21 18:38:08','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:38:08','2015-08-21 18:38:08','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6420,6,'2015-08-21 18:39:41','2015-08-21 18:39:41','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" body_font_size=\"12\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:39:41','2015-08-21 18:39:41','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6421,6,'2015-08-21 18:41:44','2015-08-21 18:41:44','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:41:44','2015-08-21 18:41:44','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6422,6,'2015-08-21 18:43:14','2015-08-21 18:43:14','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:43:14','2015-08-21 18:43:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6423,6,'2015-08-21 18:43:52','2015-08-21 18:43:52','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:43:52','2015-08-21 18:43:52','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6424,6,'2015-08-21 18:45:19','2015-08-21 18:45:19','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"7|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:45:19','2015-08-21 18:45:19','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6425,6,'2015-08-21 18:46:21','2015-08-21 18:46:21','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles. This site as created for the citizens of our District to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court cost.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:46:21','2015-08-21 18:46:21','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6426,6,'2015-08-21 18:50:41','2015-08-21 18:50:41','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p> <p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-21 18:50:41','2015-08-21 18:50:41','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6427,6,'2015-09-03 18:23:03','2015-09-03 18:23:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/20-ways-to-avoid-being-swindled/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-autosave-v1','','','2015-09-03 18:23:03','2015-09-03 18:23:03','',5944,'http://da15thdistrict.org/5944-autosave-v1/',0,'revision','',0),(6435,6,'2015-08-21 20:15:04','2015-08-21 20:15:04','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Our Mission</h1>\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:15:04','2015-08-21 20:15:04','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6433,6,'2015-08-21 20:10:19','2015-08-21 20:10:19','[et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]\n\n<h1>Our Assistant District Attorneys</h1>\n<hr>\n\n[/et_pb_text]','Header Sub Pages','','publish','closed','closed','','header-sub-pages','','','2015-08-21 20:10:19','2015-08-21 20:10:19','',0,'http://da15thdistrict.org/et_pb_layout/header-sub-pages/',0,'et_pb_layout','',0),(6434,6,'2015-08-21 20:10:24','2015-08-21 20:10:24','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-21 20:10:24','2015-08-21 20:10:24','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6428,6,'2015-08-21 18:56:07','2015-08-21 18:56:07','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Our Mission\" background_layout=\"dark\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_font_size=\"36\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_header][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 18:56:07','2015-08-21 18:56:07','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6429,6,'2015-08-21 20:02:29','2015-08-21 20:02:29','','Hero_courtroom_960','','inherit','closed','closed','','hero_courtroom_960','','','2015-08-21 20:02:56','2015-08-21 20:02:56','',5944,'http://da15thdistrict.org/wp-content/uploads/2014/10/Hero_courtroom_960.jpg',0,'attachment','image/jpeg',0),(6430,6,'2015-08-21 20:04:49','2015-08-21 20:04:49','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Our Mission\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_font_size=\"36\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" background_url=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Hero_courtroom_960.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_header][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:04:49','2015-08-21 20:04:49','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6432,6,'2015-08-21 20:08:23','2015-08-21 20:08:23','[et_pb_section][et_pb_row][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:08:23','2015-08-21 20:08:23','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6431,6,'2015-08-21 20:05:58','2015-08-21 20:05:58','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_image=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Hero_courtroom_960.jpg\" custom_padding=\"0|0\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Our Mission\" background_layout=\"dark\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" title_font_size=\"36\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_fullwidth_header][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:05:58','2015-08-21 20:05:58','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6436,6,'2015-08-21 20:31:01','2015-08-21 20:31:01','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:31:01','2015-08-21 20:31:01','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6437,6,'2015-08-21 20:40:08','2015-08-21 20:40:08','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#cc3333\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#2b55a2\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:40:08','2015-08-21 20:40:08','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6438,6,'2015-08-21 20:42:39','2015-08-21 20:42:39','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:42:39','2015-08-21 20:42:39','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6439,6,'2015-08-21 20:46:16','2015-08-21 20:46:16','[et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" template_type=\"module\"]\n\n\n\n[/et_pb_cta]','Bottom Sub Page CTA','','publish','closed','closed','','bottom-sub-page-cta','','','2015-08-21 20:46:16','2015-08-21 20:46:16','',0,'http://da15thdistrict.org/et_pb_layout/bottom-sub-page-cta/',0,'et_pb_layout','',0),(6440,6,'2015-08-21 20:46:37','2015-08-21 20:46:37','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 20:46:37','2015-08-21 20:46:37','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6441,6,'2015-08-21 20:50:45','2015-08-21 20:50:45','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-21 20:50:45','2015-08-21 20:50:45','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6442,6,'2015-08-21 20:51:56','2015-08-21 20:51:56','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-21 20:51:56','2015-08-21 20:51:56','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6444,6,'2015-08-21 20:55:58','2015-08-21 20:55:58','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc0000;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc0000;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc0000;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc0000;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc0000;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc0000;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc0000;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc0000;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc0000;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc0000;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc0000;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc0000;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc0000;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc0000;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc0000;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc0000;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc0000;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/?page_id=5988\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','publish','closed','closed','','20-ways-to-avoid-being-swindled','','','2015-09-18 03:33:15','2015-09-18 03:33:15','',0,'http://da15thdistrict.org/?page_id=6444',0,'page','',0),(6445,6,'2015-08-21 20:55:58','2015-08-21 20:55:58','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-21 20:55:58','2015-08-21 20:55:58','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6446,6,'2015-08-21 21:01:14','2015-08-21 21:01:14',' ','','','publish','closed','closed','','6446','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6446',18,'nav_menu_item','',0),(6447,6,'2015-08-21 21:04:22','2015-08-21 21:04:22','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/20-ways-to-avoid-being-swindled/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-21 21:04:22','2015-08-21 21:04:22','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6661,6,'2015-08-31 01:47:39','2015-08-31 01:47:39','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nForms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\r\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\r\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\r\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc0000;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\r\n<p><strong>2.</strong> All worthless checks must be stamped:<br>\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\r\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br>\r\nFor example, checks stamped:</p>\r\n<ul>\r\n<li>Stop Payment</li>\r\n<li>Uncollected Funds</li>\r\n<li>Refer to Maker</li>\r\n<li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\r\n<ul>\r\n<li>You have accepted partial payments on the check</li>\r\n<li>The check was postdated or you agreed to hold the check</li>\r\n<li>The check is payable to someone other than the complainant (two party check)</li>\r\n<li>The check was given in payment of a loan or on account</li>\r\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\r\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\r\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\r\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\r\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\r\n<ul>\r\n<li>Original check</li>\r\n<li>Completed complaint form</li>\r\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\r\n<strong>or</strong></li>\r\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nMailing Address</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n15th District Attorney<br />\r\nEconomic Crime Unit<br />\r\n500 Courthouse Square, Suite #3<br />\r\nColumbia, MS 39429</p>\r\n<p>Contact personnel for the unit:<br />\r\nTabitha Nelson<br />\r\n601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nBad Check Sign</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-31 01:47:39','2015-08-31 01:47:39','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6449,6,'2015-08-21 21:09:58','2015-08-21 21:09:58','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 21:09:58','2015-08-21 21:09:58','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6451,6,'2015-08-21 21:37:00','2015-08-21 21:37:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>FORMS</h2>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHECKLIST</h2>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 21:37:00','2015-08-21 21:37:00','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6450,6,'2015-08-21 21:35:07','2015-08-21 21:35:07','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>FORMS</h2>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>REQUIREMENTS TO FILE</h2>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHECKLIST</h2>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 21:35:07','2015-08-21 21:35:07','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6452,6,'2015-08-21 21:42:51','2015-08-21 21:42:51','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Forms</p>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Requirements to File</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Checklist</p>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 21:42:51','2015-08-21 21:42:51','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6453,6,'2015-08-21 22:11:37','2015-08-21 22:11:37','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"] Forms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n<strong>Simple Demand Letter</strong>\r\n<img class=\"size-medium wp-image-2708 alignleft\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 22:11:37','2015-08-21 22:11:37','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6461,6,'2015-08-21 22:31:10','2015-08-21 22:31:10','','Simple Demand Letter','','publish','closed','closed','','simple-demand-letter','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6461',8,'nav_menu_item','',0),(6469,6,'2015-08-21 23:11:43','2015-08-21 23:11:43','','Victims','','publish','closed','closed','','victims','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6469',11,'nav_menu_item','',0),(6874,6,'2015-09-17 05:19:38','2015-09-17 05:19:38','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Meet the District Attorney</h1>\n<hr>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"Hal Kittrell District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"]\n\n<br />\n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h2>Hal Kittrell</h2>\n<h4>District Attorney 15th Circuit Court</h4>\n<p>Hal Kittrell is the District Attorney of the 15th Circuit Court District, which comprises Jefferson Davis, Lamar, Lawrence, Marion, and Pearl River counties. He was appointed District Attorney by Governor Haley Barbour in January, 2007, and has subsequently been twice elected to the position. He served as an Assistant District Attorney for the 15th District for seven years prior to assuming the position of District Attorney.</p>\n<p>Mr. Kittrell received his Bachelor of Business Administration from the University of Mississippi in 1980. He received his Juris Doctorate from the University of Mississippi School of Law and was admitted to practice law in the State of Mississippi in 1984. He was engaged in the private practice of law for 16 years before joining the District Attorney\'s Office. During that time he served as the Informal Adjustment Officer for the Marion County Youth Court and also served as a part-time Marion County Public Defender.</p>\n<p>Mr. Kittrell is a Fellow of the Mississippi Bar Foundation. He has served on the Character and Fitness Committee of the Mississippi Board of Bar Admissions for the past 20 years and has previously served as a Commissioner of the Mississippi Bar and past president of the Marion County Bar Association. He presently serves on the Bench/Bar Liaison Committee and is a Section Officer for the Prosecutors Section of the Mississippi Bar and a former member of the Board of Directors of the Mississippi Prosecutors Association.</p>\n<p>Mr. Kittrell is an active member of First United Methodist Church of Columbia. He serves as Chairman of Administrative Council. He has formerly served as Chairman of Finance and Staff-Parish Relations.</p>\n<p>Mr. Kittrell is married with two step-daughters and seven grandchildren.</p>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Hal is only as good as the team that supports him.\" button_url=\"http://da15thdistrict.org/assistant-district-attorneys-2/\" url_new_window=\"off\" button_text=\"Meet the Assistant District Attorneys\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#aa2020\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\n\n<br />\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Meet the DA','','publish','closed','closed','','meet-the-da','','','2015-09-17 05:19:38','2015-09-17 05:19:38','',0,'http://www.da15thdistrict.org/et_pb_layout/meet-the-da/',0,'et_pb_layout','',0),(6471,6,'2015-08-21 23:21:52','2015-08-21 23:21:52','[et_pb_section][et_pb_row][/et_pb_row][/et_pb_section]','Your Rights As A Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-21 23:21:52','2015-08-21 23:21:52','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6472,6,'2015-09-17 14:38:22','2015-09-17 14:38:22','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Your Rights as a Victim</h1>\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\n\n<strong>In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</strong>\n<ul>\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\n <li>To be present at all criminal proceedings.</li>\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\n</ul>\n<strong>These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</strong>\n\n<strong>In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed</strong> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a><strong>, which will be provided to the victim by the law enforcement agency investigating the case.</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-autosave-v1','','','2015-09-17 14:38:22','2015-09-17 14:38:22','',2871,'http://da15thdistrict.org/2871-autosave-v1/',0,'revision','',0),(6473,6,'2015-08-21 23:23:49','2015-08-21 23:23:49','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-21 23:23:49','2015-08-21 23:23:49','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6474,6,'2015-08-21 23:28:39','2015-08-21 23:28:39','','Crime Prevention','','publish','closed','closed','','crime-prevention','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6474',17,'nav_menu_item','',0),(6475,6,'2015-08-21 23:47:49','2015-08-21 23:47:49','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p> Forms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n<strong>Simple Demand Letter</strong>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img width=\"232\" height=\"300\" class=\"size-medium wp-image-2708 aligncenter\" alt=\"DEMAND\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\"></a>\r\n\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" height=\"5\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Bad Check Complaint Form</strong><br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img width=\"232\" height=\"300\" class=\"aligncenter size-medium wp-image-2702\" alt=\"COMP1\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 23:47:49','2015-08-21 23:47:49','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6476,6,'2015-08-21 23:51:39','2015-08-21 23:51:39','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p> Forms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n<strong>Simple Demand Letter</strong>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img width=\"232\" height=\"300\" class=\"size-medium wp-image-2708 aligncenter\" alt=\"DEMAND\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\"></a>\r\n\r\n[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" height=\"5\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Bad Check Complaint Form</strong><br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img width=\"232\" height=\"300\" class=\"aligncenter size-medium wp-image-2702\" alt=\"COMP1\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 23:51:39','2015-08-21 23:51:39','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6477,6,'2015-08-21 23:55:03','2015-08-21 23:55:03','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p> Forms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_text_color=\"#cc3333\"]\r\n\r\n<strong>Simple Demand Letter</strong>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img width=\"232\" height=\"300\" class=\"size-medium wp-image-2708 aligncenter\" alt=\"DEMAND\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\"></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_text_color=\"#cc3333\"]\r\n\r\n<p><strong>Bad Check Complaint Form</strong><br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img width=\"232\" height=\"300\" class=\"aligncenter size-medium wp-image-2702\" alt=\"COMP1\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-21 23:55:03','2015-08-21 23:55:03','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6478,6,'2015-08-22 00:08:14','2015-08-22 00:08:14','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Forms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>Forms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p><p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: rgb(204, 51, 51);\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img width=\"232\" height=\"300\" class=\"size-medium wp-image-2708 aligncenter\" alt=\"DEMAND\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\"></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: rgb(204, 51, 51);\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img width=\"232\" height=\"300\" class=\"aligncenter size-medium wp-image-2702\" alt=\"COMP1\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\"></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 00:08:14','2015-08-22 00:08:14','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6479,6,'2015-08-22 03:30:14','2015-08-22 03:30:14','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:30:14','2015-08-22 03:30:14','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6480,6,'2015-08-22 03:38:04','2015-08-22 03:38:04','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:38:04','2015-08-22 03:38:04','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6481,6,'2015-08-22 03:39:46','2015-08-22 03:39:46','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:39:46','2015-08-22 03:39:46','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6482,6,'2015-08-22 03:50:37','2015-08-22 03:50:37','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:50:37','2015-08-22 03:50:37','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6483,6,'2015-08-22 03:52:43','2015-08-22 03:52:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Forms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>Forms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p><p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6><p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6><p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Requirements to File</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3><p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p><p><strong>2.</strong> All worthless checks must be stamped:<br /> <strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p><p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br /> For example, checks stamped:</p><ul><li>Stop Payment</li><li>Uncollected Funds</li><li>Refer to Maker</li><li>No Such Account (usually counter check)</li></ul><p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p><ul><li>You have accepted partial payments on the check</li><li>The check was postdated or you agreed to hold the check</li><li>The check is payable to someone other than the complainant (two party check)</li><li>The check was given in payment of a loan or on account</li><li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li></ul><p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p><p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p><p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p><p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p><p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Checklist</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>You must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p><ul><li>Original check</li><li>Completed complaint form</li><li>Affidavit of service by mail (if letter was sent out regular mail)<br /> <strong>or</strong></li><li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>Mailing Address</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>15th District Attorney<br /> Economic Crime Unit<br /> 500 Courthouse Square, Suite #3<br /> Columbia, MS 39429</p><p>Contact personnel for the unit:<br /> Tabitha Nelson<br /> 601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:52:43','2015-08-22 03:52:43','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6484,6,'2015-08-22 03:56:10','2015-08-22 03:56:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1.jpg\"><img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:56:10','2015-08-22 03:56:10','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6485,6,'2015-08-22 03:58:57','2015-08-22 03:58:57','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1.jpg\"><img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 03:58:57','2015-08-22 03:58:57','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6486,6,'2015-08-22 04:12:20','2015-08-22 04:12:20','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p style=\"color: #2b55a2;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</p>\r\n\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-22 04:12:20','2015-08-22 04:12:20','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6487,6,'2015-08-22 04:22:51','2015-08-22 04:22:51','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Your Rights as a Victim</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<p style=\"color: #2b55a2;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</p>\r\n \r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-22 04:22:51','2015-08-22 04:22:51','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6488,6,'2015-08-22 04:26:52','2015-08-22 04:26:52','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Your Rights as a Victim</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<p style=\"color: #2b55a2;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</p>\r\n \r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<p style=\"color: #2b55a2;\">These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</p>\r\n<p style=\"color: #2b55a2;\">In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a>, which will be provided to the victim by the law enforcement agency investigating the case.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-22 04:26:52','2015-08-22 04:26:52','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6676,6,'2015-08-31 02:35:11','2015-08-31 02:35:11','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p style=\"color: #0039a3;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</p>\r\n\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<p style=\"color: #0039a3;\">These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</p>\r\n<p style=\"color: #0039a3;\">In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a>, which will be provided to the victim by the law enforcement agency investigating the case.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-31 02:35:11','2015-08-31 02:35:11','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6489,6,'2015-08-22 04:27:30','2015-08-22 04:27:30','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p style=\"color: #2b55a2;\">In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</p>\r\n\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<p style=\"color: #2b55a2;\">These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</p>\r\n<p style=\"color: #2b55a2;\">In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a>, which will be provided to the victim by the law enforcement agency investigating the case.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-08-22 04:27:30','2015-08-22 04:27:30','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6490,6,'2015-08-22 04:32:52','2015-08-22 04:32:52','[et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\" template_type=\"module\"]\n\nMailing Address\n\n<hr>\n\n[/et_pb_text]','Sub Head','','publish','closed','closed','','sub-head','','','2015-08-22 04:32:52','2015-08-22 04:32:52','',0,'http://da15thdistrict.org/et_pb_layout/sub-head/',0,'et_pb_layout','',0),(6491,6,'2015-08-22 04:33:00','2015-08-22 04:33:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nMailing Address\r\n\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1.jpg\"><img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-22 04:33:00','2015-08-22 04:33:00','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6493,6,'2015-08-22 04:40:16','2015-08-22 04:40:16','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The three victim assistance staff members in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services they provide include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThe Victim Assistance Coordinator and Victim Services Specialists have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar</strong> County.\r\n\r\n<strong>LAMAR OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\nFax: 601-794-1077\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Pearl River</strong> County.\r\n\r\n<strong>PEARL RIVER OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\nFax: 601-403-2353\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Lauren Robertson\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Lauren Robertson</h3>\r\nProvides services and assistance to victims of crime in <strong>Marion, Lawrence</strong> and <strong>Jefferson Davis</strong> Counties.\r\n\r\n<strong>MARION OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:lrobertson@da15thdistrict.org\">lrobertson@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','publish','closed','closed','','victim-assistance-program','','','2018-06-26 21:34:56','2018-06-26 21:34:56','',0,'http://da15thdistrict.org/?page_id=6493',0,'page','',0),(6494,6,'2015-08-22 04:40:16','2015-08-22 04:40:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 04:40:16','2015-08-22 04:40:16','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6509,6,'2015-08-23 00:06:47','2015-08-23 00:06:47','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n<h4><strong style=\"color: #cc3333;\">JEFF CAILLOUET</strong></h4>\r\n<strong>COLUMBIA OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 00:06:47','2015-08-23 00:06:47','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6496,6,'2015-08-22 04:42:23','2015-08-22 04:42:23','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"2_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 04:42:23','2015-08-22 04:42:23','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6497,6,'2015-08-22 04:45:23','2015-08-22 04:45:23','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 04:45:23','2015-08-22 04:45:23','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6499,6,'2015-08-22 05:02:38','2015-08-22 05:02:38','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCoordinators</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 05:02:38','2015-08-22 05:02:38','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6498,6,'2015-08-22 05:02:05','2015-08-22 05:02:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" template_type=\"\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCoordinators</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 05:02:05','2015-08-22 05:02:05','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6500,6,'2015-08-22 05:28:59','2015-08-22 05:28:59','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCoordinators</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 05:28:59','2015-08-22 05:28:59','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6501,6,'2015-08-22 23:30:03','2015-08-22 23:30:03','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p>\r\n<ul>\r\n<li>crisis intervention</li>\r\n<li>referrals to social service agencies</li>\r\n<li>information about the criminal justice system</li>\r\n<li>information on statuses of cases</li>\r\n<li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n<li>assistance with Victim Impact Statement preparation and submission</li>\r\n<li>court accompaniment</li>\r\n<li>employer, school, and creditor intercession</li>\r\n<li>provide a safe waiting area in the courthouse</li>\r\n<li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nHelpful Resources</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li>Your Rights as a Victim</li><li>Request to Exercise Victims\' Rights</li><li>Victim Impact Statement</li><li>Victim Compensation Application</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCoordinators</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:30:03','2015-08-22 23:30:03','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6502,6,'2015-08-22 23:32:32','2015-08-22 23:32:32','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p>\r\n<ul>\r\n<li>crisis intervention</li>\r\n<li>referrals to social service agencies</li>\r\n<li>information about the criminal justice system</li>\r\n<li>information on statuses of cases</li>\r\n<li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n<li>assistance with Victim Impact Statement preparation and submission</li>\r\n<li>court accompaniment</li>\r\n<li>employer, school, and creditor intercession</li>\r\n<li>provide a safe waiting area in the courthouse</li>\r\n<li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nHelpful Resources</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li>Your Rights as a Victim</li><li>Request to Exercise Victims\' Rights</li><li>Victim Impact Statement</li><li>Victim Compensation Application</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCoordinators</p>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:32:32','2015-08-22 23:32:32','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6503,6,'2015-08-22 23:35:10','2015-08-22 23:35:10','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:35:10','2015-08-22 23:35:10','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6504,6,'2015-08-22 23:41:16','2015-08-22 23:41:16','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:41:16','2015-08-22 23:41:16','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6505,6,'2015-08-22 23:44:38','2015-08-22 23:44:38','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n<p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p>\r\n<p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:44:38','2015-08-22 23:44:38','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6506,6,'2015-08-22 23:48:11','2015-08-22 23:48:11','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">CLick Here for More Info</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:48:11','2015-08-22 23:48:11','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6507,6,'2015-08-22 23:54:50','2015-08-22 23:54:50','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-22 23:54:50','2015-08-22 23:54:50','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6744,6,'2015-09-03 06:52:46','2015-09-03 06:52:46','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color:#cc0000;\">Staci Kramer</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:skramer@da15thdistrict.org\">skramer@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-09-03 06:52:46','2015-09-03 06:52:46','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6510,6,'2015-08-23 00:21:53','2015-08-23 00:21:53','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n<h3 style=\"color: rgb(204, 51, 51);\">Jeff Caillouet</h3>\r\n<strong>COLUMBIA OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 00:21:53','2015-08-23 00:21:53','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6513,6,'2015-08-23 00:55:24','2015-08-23 00:55:24','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCoordinators\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc3333;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.\r\n\r\n<strong>COLUMBIA OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\n\r\n<strong>PURVIS OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 00:55:24','2015-08-23 00:55:24','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6511,6,'2015-08-23 00:49:30','2015-08-23 00:49:30','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p>\r\n<ul>\r\n<li>crisis intervention</li>\r\n<li>referrals to social service agencies</li>\r\n<li>information about the criminal justice system</li>\r\n<li>information on statuses of cases</li>\r\n<li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n<li>assistance with Victim Impact Statement preparation and submission</li>\r\n<li>court accompaniment</li>\r\n<li>employer, school, and creditor intercession</li>\r\n<li>provide a safe waiting area in the courthouse</li>\r\n<li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p>\r\n<ul>\r\n<li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p>\r\n<ul>\r\n<li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n<li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n<li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n<li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p>\r\n<p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p>\r\n<p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: rgb(204, 51, 51);\">Jeff Caillouet</h3>\r\n<p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p>\r\n<strong>COLUMBIA OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\n\r\n<strong>Purvis Office</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 00:49:30','2015-08-23 00:49:30','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6512,6,'2015-08-23 00:50:26','2015-08-23 00:50:26','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p>\r\n<ul>\r\n<li>crisis intervention</li>\r\n<li>referrals to social service agencies</li>\r\n<li>information about the criminal justice system</li>\r\n<li>information on statuses of cases</li>\r\n<li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n<li>assistance with Victim Impact Statement preparation and submission</li>\r\n<li>court accompaniment</li>\r\n<li>employer, school, and creditor intercession</li>\r\n<li>provide a safe waiting area in the courthouse</li>\r\n<li>sentence notification</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p>\r\n<ul>\r\n<li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n<li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p>\r\n<ul>\r\n<li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n<li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n<li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n<li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p>\r\n<p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p>\r\n<p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nVictim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: rgb(204, 51, 51);\">Jeff Caillouet</h3>\r\n<p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p>\r\n<strong>COLUMBIA OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\n\r\n<strong>PURVIS OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 00:50:26','2015-08-23 00:50:26','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6514,6,'2015-08-23 01:01:09','2015-08-23 01:01:09','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc3333;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br /> 500 Courthouse Square, #3<br /> Columbia, MS 39429<br /> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br /> P. O. Box 1208<br /> Purvis, MS 39475<br /> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc3333;\">Staci Kramer</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong>Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:skramer@da15thdistrict.org\">skramer@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 01:01:09','2015-08-23 01:01:09','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6674,6,'2015-08-31 02:32:08','2015-08-31 02:32:08','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color:#cc0000;\">Staci Kramer</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:skramer@da15thdistrict.org\">skramer@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-31 02:32:08','2015-08-31 02:32:08','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6515,6,'2015-08-23 01:02:04','2015-08-23 01:02:04','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #2b55a2;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc3333;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br /> 500 Courthouse Square, #3<br /> Columbia, MS 39429<br /> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br /> P. O. Box 1208<br /> Purvis, MS 39475<br /> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: rgb(204, 51, 51);\">Staci Kramer</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:skramer@da15thdistrict.org\">skramer@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-23 01:02:04','2015-08-23 01:02:04','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6516,6,'2015-08-23 01:03:42','2015-08-23 01:03:42',' ','','','publish','closed','closed','','6516','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6516',12,'nav_menu_item','',0),(6517,6,'2015-08-23 01:12:05','2015-08-23 01:12:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nForms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\r\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br /> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\r\n<p><strong>2.</strong> All worthless checks must be stamped:<br />\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\r\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br />\r\nFor example, checks stamped:</p>\r\n<ul>\r\n<li>Stop Payment</li>\r\n<li>Uncollected Funds</li>\r\n<li>Refer to Maker</li>\r\n<li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\r\n<ul>\r\n<li>You have accepted partial payments on the check</li>\r\n<li>The check was postdated or you agreed to hold the check</li>\r\n<li>The check is payable to someone other than the complainant (two party check)</li>\r\n<li>The check was given in payment of a loan or on account</li>\r\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\r\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\r\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\r\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\r\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\r\n<ul>\r\n<li>Original check</li>\r\n<li>Completed complaint form</li>\r\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\r\n<strong>or</strong></li>\r\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nMailing Address</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n15th District Attorney<br />\r\nEconomic Crime Unit<br />\r\n500 Courthouse Square, Suite #3<br />\r\nColumbia, MS 39429</p>\r\n<p>Contact personnel for the unit:<br />\r\nTabitha Nelson<br />\r\n601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nBad Check Sign</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-23 01:12:05','2015-08-23 01:12:05','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6518,6,'2015-08-23 01:20:40','2015-08-23 01:20:40','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"|0||\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p> <p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-23 01:20:40','2015-08-23 01:20:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6530,6,'2015-08-23 05:12:18','2015-08-23 05:12:18','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\"></a> LAWRENCE[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p> <p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-23 05:12:18','2015-08-23 05:12:18','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6651,6,'2015-08-31 00:28:10','2015-08-31 00:28:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #aa2020;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #aa2020;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #aa2020;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #aa2020;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #aa2020;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #aa2020;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #aa2020;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #aa2020;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #aa2020;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #aa2020;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #aa2020;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #aa2020;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #aa2020;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #aa2020;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #aa2020;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #aa2020;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #aa2020;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #aa2020;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #aa2020;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #aa2020;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-31 00:28:10','2015-08-31 00:28:10','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6520,6,'2015-08-23 01:44:20','2015-08-23 01:44:20','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc3333;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc3333;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc3333;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc3333;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc3333;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government.</li>\r\n</ul>\r\n\r\n<strong style=\"color: #cc3333;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc3333;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 01:44:20','2015-08-23 01:44:20','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6521,6,'2015-08-23 01:58:47','2015-08-23 01:58:47','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc3333;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc3333;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc3333;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc3333;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc3333;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government.</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc3333;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc3333;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc3333;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc3333;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc3333;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc3333;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc3333;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc3333;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business.</li>\r\n</ul>\r\n<strong>Mail fraud is a federal crime. Contact the Postal Inspector if you think you\'ve been a victim.</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 01:58:47','2015-08-23 01:58:47','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6522,6,'2015-08-23 01:59:57','2015-08-23 01:59:57','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government.</li>\r\n</ul>\r\n<strong style=\"color: rgb(204, 51, 51);\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business.</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 01:59:57','2015-08-23 01:59:57','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6523,6,'2015-08-23 02:11:01','2015-08-23 02:11:01','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc3333;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc3333;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc3333;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc3333;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc3333;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government.</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc3333;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc3333;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc3333;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc3333;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc3333;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc3333;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc3333;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc3333;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business.</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc3333;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc3333;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc3333;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc3333;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\n\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 02:11:01','2015-08-23 02:11:01','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6524,6,'2015-08-23 02:15:21','2015-08-23 02:15:21','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc3333;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc3333;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc3333;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc3333;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc3333;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc3333;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc3333;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc3333;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc3333;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc3333;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc3333;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc3333;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc3333;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc3333;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc3333;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc3333;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc3333;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Senoirs\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 02:15:21','2015-08-23 02:15:21','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6649,6,'2015-08-31 00:16:50','2015-08-31 00:16:50','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #aa2020;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #aa2020;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #aa2020;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #aa2020;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #aa2020;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #aa2020;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #aa2020;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #aa2020;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #aa2020;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #aa2020;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #aa2020;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #aa2020;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #aa2020;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #aa2020;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #aa2020;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #aa2020;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #aa2020;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #aa2020;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #aa2020;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #aa2020;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-31 00:16:50','2015-08-31 00:16:50','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6525,6,'2015-08-23 02:16:06','2015-08-23 02:16:06','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc3333;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc3333;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc3333;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc3333;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc3333;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc3333;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc3333;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc3333;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc3333;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc3333;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc3333;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc3333;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc3333;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc3333;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc3333;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc3333;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc3333;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-23 02:16:06','2015-08-23 02:16:06','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6879,6,'2015-09-17 14:38:48','2015-09-17 14:38:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<strong>In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</strong>\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<strong>These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</strong>\r\n\r\n<strong>In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed</strong> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a><strong>, which will be provided to the victim by the law enforcement agency investigating the case.</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-09-17 14:38:48','2015-09-17 14:38:48','',2871,'http://da15thdistrict.org/?p=6879',0,'revision','',0),(6527,6,'2015-08-23 02:18:36','2015-08-23 02:18:36','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Senior Crime HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Senior Crime</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Senior Crime','','inherit','closed','closed','','5988-revision-v1','','','2015-08-23 02:18:36','2015-08-23 02:18:36','',5988,'http://da15thdistrict.org/5988-revision-v1/',0,'revision','',0),(6528,6,'2015-08-23 02:27:21','2015-08-23 02:27:21','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Senior Crime HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Senior Citizen Crime Prevention Tips</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">WHAT IS ELDER ABUSE?</strong>\r\n\r\nElder abuse includes:\r\n<ul>\r\n <li>Physical violence</li>\r\n <li>Threats</li>\r\n <li>Verbal abuse</li>\r\n <li>Financial exploitation</li>\r\n <li>Emotional abuse</li>\r\n <li>Neglect</li>\r\n <li>Violation of an older person\'s privacy or other basic rights.</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">WHO ARE THE VICTIMS OF ELDER ABUSE?</strong>\r\n\r\nVictims are most likely to be:\r\n<ul>\r\n <li>Age 75 or over</li>\r\n <li>Women</li>\r\n <li>Dependent on the abuser for basic needs</li>\r\n <li>Suffering from a mental or physical illness</li>\r\n</ul>\r\n\r\n<strong style=\"color: #cc3333;\">WHO ARE THE ABUSERS?</strong>\r\n\r\nMany times, they\'re family members who are acting as care givers. Abusers often suffer from:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Senior Crime','','inherit','closed','closed','','5988-revision-v1','','','2015-08-23 02:27:21','2015-08-23 02:27:21','',5988,'http://da15thdistrict.org/5988-revision-v1/',0,'revision','',0),(6529,6,'2015-08-23 03:04:52','2015-08-23 03:04:52','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Senior Crime HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Senior Citizen Crime Prevention Tips</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc3333;\">WHAT IS ELDER ABUSE?</strong>\r\n\r\nElder abuse includes:\r\n<ul>\r\n <li>Physical violence</li>\r\n <li>Threats</li>\r\n <li>Verbal abuse</li>\r\n <li>Financial exploitation</li>\r\n <li>Emotional abuse</li>\r\n <li>Neglect</li>\r\n <li>Violation of an older person\'s privacy or other basic rights.</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">WHO ARE THE VICTIMS OF ELDER ABUSE?</strong>\r\n\r\nVictims are most likely to be:\r\n<ul>\r\n <li>Age 75 or over</li>\r\n <li>Women</li>\r\n <li>Dependent on the abuser for basic needs</li>\r\n <li>Suffering from a mental or physical illness</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">WHO ARE THE ABUSERS?</strong>\r\n\r\nMany times, they\'re family members who are acting as care givers. Abusers often suffer from:\r\n<ul>\r\n <li>Stress- When added to personal and financial problems, the strain of caring for an older person can cause frustration. Unrelieved stress increases the possibility of abuse.</li>\r\n <li>Alcohol and other drug problems- Alcoholism and other drug use may play a major role in elder abuse.</li>\r\n <li>Dependency- While a victim may rely on the abuser for basic needs, the reverse may also be true. The abuser may depend on the older person for basic needs, especially money or housing.</li>\r\n</ul>\r\n<strong style=\"color: #cc3333;\">HOW ARE OLDER PEOPLE ABUSED?</strong>\r\n\r\nIn many ways, Elder abuse may take the form of:\r\n<ul>\r\n <li>Physical abuse- Victims are kicked, punched, slapped, beaten--even raped. Pain, injury, or death may result.</li>\r\n <li>Neglect- Failure to provide medicine, food, or personal care (such as help to the bathroom) is a common form of abuse.</li>\r\n <li>Financial exploitation- Abusers may steal or mismanage money, property, savings, or credit cards. Older people may be forced to sign a will or turn over assets.</li>\r\n <li>Rights violations- Victims may be unfairly confined or forced out of the home. Their behavior may be strictly controlled.</li>\r\n <li>Psychological abuse- Older people may be intentionally isolated or denied companionship. Abusers may threaten or verbally attack them.</li>\r\n</ul>\r\nOther Abuse\r\n<ul>\r\n <li>Older people may be forced to live in unsanitary conditions, or in unventilated, poorly heated or cooled rooms.</li>\r\n <li>Over medicating, or withholding aids (eyeglasses, dentures, etc.) is also abuse.</li>\r\n</ul>\r\n\r\n<strong style=\"color: #cc3333;\">WHAT CARE GIVERS CAN DO</strong>\r\n\r\nIf you\'re a care giver, it may help to:\r\n\r\nTalk out problems if you\'re experiencing conflict with family members or elderly relatives. Plan free time to do something you enjoy each day. Seek help from friends and family members when you need it. Join a support group for care providers. Many communities have them. Consider using an adult day-care center, hiring a home health aide, or taking care giver-training classes.\r\n\r\nAside from abuse by care givers, many of our senior citizens are taken advantage of by fly-by-night salesmen or mail/order deals that are just \"too good to be true.\" If you are contacted either by mail or in person where in you are to part with your money, be aware of some \"deals\" that constitute financial exploitation of a vulnerable adult.\r\n\r\n<strong style=\"color: #cc3333;\">WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Senior Crime','','inherit','closed','closed','','5988-revision-v1','','','2015-08-23 03:04:52','2015-08-23 03:04:52','',5988,'http://da15thdistrict.org/5988-revision-v1/',0,'revision','',0),(6672,6,'2015-08-31 02:29:16','2015-08-31 02:29:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Senior Crime HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Senior Citizen Crime Prevention Tips</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">WHAT IS ELDER ABUSE?</strong>\r\n\r\nElder abuse includes:\r\n<ul>\r\n <li>Physical violence</li>\r\n <li>Threats</li>\r\n <li>Verbal abuse</li>\r\n <li>Financial exploitation</li>\r\n <li>Emotional abuse</li>\r\n <li>Neglect</li>\r\n <li>Violation of an older person\'s privacy or other basic rights.</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">WHO ARE THE VICTIMS OF ELDER ABUSE?</strong>\r\n\r\nVictims are most likely to be:\r\n<ul>\r\n <li>Age 75 or over</li>\r\n <li>Women</li>\r\n <li>Dependent on the abuser for basic needs</li>\r\n <li>Suffering from a mental or physical illness</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">WHO ARE THE ABUSERS?</strong>\r\n\r\nMany times, they\'re family members who are acting as care givers. Abusers often suffer from:\r\n<ul>\r\n <li>Stress- When added to personal and financial problems, the strain of caring for an older person can cause frustration. Unrelieved stress increases the possibility of abuse.</li>\r\n <li>Alcohol and other drug problems- Alcoholism and other drug use may play a major role in elder abuse.</li>\r\n <li>Dependency- While a victim may rely on the abuser for basic needs, the reverse may also be true. The abuser may depend on the older person for basic needs, especially money or housing.</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">HOW ARE OLDER PEOPLE ABUSED?</strong>\r\n\r\nIn many ways, Elder abuse may take the form of:\r\n<ul>\r\n <li>Physical abuse- Victims are kicked, punched, slapped, beaten--even raped. Pain, injury, or death may result.</li>\r\n <li>Neglect- Failure to provide medicine, food, or personal care (such as help to the bathroom) is a common form of abuse.</li>\r\n <li>Financial exploitation- Abusers may steal or mismanage money, property, savings, or credit cards. Older people may be forced to sign a will or turn over assets.</li>\r\n <li>Rights violations- Victims may be unfairly confined or forced out of the home. Their behavior may be strictly controlled.</li>\r\n <li>Psychological abuse- Older people may be intentionally isolated or denied companionship. Abusers may threaten or verbally attack them.</li>\r\n</ul>\r\nOther Abuse\r\n<ul>\r\n <li>Older people may be forced to live in unsanitary conditions, or in unventilated, poorly heated or cooled rooms.</li>\r\n <li>Over medicating, or withholding aids (eyeglasses, dentures, etc.) is also abuse.</li>\r\n</ul>\r\n\r\n<strong style=\"color: #cc0000;\">WHAT CARE GIVERS CAN DO</strong>\r\n\r\nIf you\'re a care giver, it may help to:\r\n\r\nTalk out problems if you\'re experiencing conflict with family members or elderly relatives. Plan free time to do something you enjoy each day. Seek help from friends and family members when you need it. Join a support group for care providers. Many communities have them. Consider using an adult day-care center, hiring a home health aide, or taking care giver-training classes.\r\n\r\nAside from abuse by care givers, many of our senior citizens are taken advantage of by fly-by-night salesmen or mail/order deals that are just \"too good to be true.\" If you are contacted either by mail or in person where in you are to part with your money, be aware of some \"deals\" that constitute financial exploitation of a vulnerable adult.\r\n\r\n<strong style=\"color: #cc0000;\">WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Senior Crime','','inherit','closed','closed','','5988-revision-v1','','','2015-08-31 02:29:16','2015-08-31 02:29:16','',5988,'http://da15thdistrict.org/5988-revision-v1/',0,'revision','',0),(6531,6,'2015-08-31 02:01:19','2015-08-31 02:01:19','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Grand Jury Orientation</h1>\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\n\n<strong style=\"color:#cc0000;\">COMPOSITION</strong>\n\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\n\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\n\n<strong style=\"color:#cc0000;\">DUTIES</strong>\n\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\n\n<strong style=\"color:#cc0000;\">VOTING PROCEDURE</strong>\n\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\n\n<strong style=\"color:#cc0000;\">PRESENTATION OF CASES</strong>\n\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\n\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\n\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\n\n<strong style=\"color:#cc0000;\">FOREMAN AND SECRETARY</strong>\n\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\n\n<strong style=\"color:#cc0000;\">PROSECUTORS</strong>\n\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\n\n<strong style=\"color:#cc0000;\">OTHER DUTIES</strong>\n\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\n\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\n\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\n\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\n\n<strong style=\"color:#cc0000;\">SECRECY</strong>\n\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\n\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\n\n<strong>Very Truly Yours,</strong>\n<strong>Haldon J. Kittrell</strong>\n<strong>District Attorney - 15th Circuit Court</strong>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-autosave-v1','','','2015-08-31 02:01:19','2015-08-31 02:01:19','',5982,'http://da15thdistrict.org/5982-autosave-v1/',0,'revision','',0),(6532,6,'2015-08-23 05:14:53','2015-08-23 05:14:53','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 05:14:53','2015-08-23 05:14:53','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6533,6,'2015-08-23 05:36:39','2015-08-23 05:36:39','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 05:36:39','2015-08-23 05:36:39','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6534,6,'2015-08-23 06:16:59','2015-08-23 06:16:59','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Grand Jury Orientation</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.\r\n\r\n<strong style=\"color: #cc3333;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: #cc3333;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: #cc3333;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: #cc3333;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: #cc3333;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: #cc3333;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 06:16:59','2015-08-23 06:16:59','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6535,6,'2015-08-23 06:39:25','2015-08-23 06:39:25','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: #cc3333;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<h2>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</h2>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 06:39:25','2015-08-23 06:39:25','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6536,6,'2015-08-23 06:44:08','2015-08-23 06:44:08','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.\r\n\r\n<strong style=\"color: #cc3333;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: #cc3333;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: #cc3333;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: #cc3333;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: #cc3333;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: #cc3333;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: #cc3333;\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: #cc3333;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very truly yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 06:44:08','2015-08-23 06:44:08','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6663,6,'2015-08-31 02:01:23','2015-08-31 02:01:23','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color:#cc0000;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color:#cc0000;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color:#cc0000;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color:#cc0000;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color:#cc0000;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color:#cc0000;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color:#cc0000;\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color:#cc0000;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-31 02:01:23','2015-08-31 02:01:23','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6537,6,'2015-08-23 06:47:33','2015-08-23 06:47:33','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very truly yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-23 06:47:33','2015-08-23 06:47:33','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6540,6,'2015-08-23 08:15:33','2015-08-23 08:15:33','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 08:15:33','2015-08-23 08:15:33','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6541,6,'2015-08-23 09:08:24','2015-08-23 09:08:24','','Pearl_River_Court','','inherit','closed','closed','','pearl_river_court','','','2015-08-23 09:08:24','2015-08-23 09:08:24','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg',0,'attachment','image/jpeg',0),(6557,6,'2015-08-23 22:39:23','2015-08-23 22:39:23','','Jefferson_Davis_Court','','inherit','closed','closed','','jefferson_davis_court','','','2015-08-23 22:39:23','2015-08-23 22:39:23','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg',0,'attachment','image/jpeg',0),(6543,6,'2015-08-23 09:08:31','2015-08-23 09:08:31','','Lamar_Court','','inherit','closed','closed','','lamar_court','','','2015-08-23 09:08:31','2015-08-23 09:08:31','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg',0,'attachment','image/jpeg',0),(6544,6,'2015-08-23 09:08:34','2015-08-23 09:08:34','','Lawrence_Court','','inherit','closed','closed','','lawrence_court','','','2015-08-23 09:08:34','2015-08-23 09:08:34','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg',0,'attachment','image/jpeg',0),(6545,6,'2015-08-23 09:08:36','2015-08-23 09:08:36','','Marion_Court','','inherit','closed','closed','','marion_court','','','2015-08-23 09:08:36','2015-08-23 09:08:36','',0,'http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg',0,'attachment','image/jpeg',0),(6547,6,'2015-08-23 09:49:16','2015-08-23 09:49:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 09:49:16','2015-08-23 09:49:16','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6546,6,'2015-08-23 09:48:00','2015-08-23 09:48:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_map admin_label=\"Jefferson Davis Map\" address=\"2335 Columbia Avenue, Prentiss, MS 39474, USA\" zoom_level=\"6\" address_lat=\"29.476512389217347\" address_lng=\"-96.80478744746096\" mouse_wheel=\"on\" use_grayscale_filter=\"off\"]\r\n\r\n[et_pb_map_pin title=\"Jefferson Davis Court\" pin_address=\"2335 Columbia Avenue, Prentiss, MS 39474, USA\" pin_address_lat=\"31.6008922\" pin_address_lng=\"-89.86486130000003\"]\r\n\r\n2335 Columbia Avenue, Prentiss, MS 39474\r\n\r\n[/et_pb_map_pin]\r\n\r\n[/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 09:48:00','2015-08-23 09:48:00','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6548,6,'2015-08-23 10:04:07','2015-08-23 10:04:07','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Code\" max_width=\"450px\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.2974679775402!2d-\r\n\r\n89.86747679999999!3d31.5983051!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!\r\n\r\n1s0x889d52936ad67653%3A0x31f76385650f37af!2sColumbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!\r\n\r\n1sen!2sus!4v1440314047730\" width=\"450\" height=\"300\" frameborder=\"0\" style=\"border:0\" \r\n\r\nallowfullscreen></iframe>\r\n\r\n[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 10:04:07','2015-08-23 10:04:07','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6549,6,'2015-08-23 10:22:16','2015-08-23 10:22:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Map Code\" max_width=\"450px\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-\r\n\r\n89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!\r\n\r\n1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!\r\n\r\n3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px \r\n\r\nsolid #2b55a2\" allowfullscreen></iframe>\r\n\r\n[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 10:22:16','2015-08-23 10:22:16','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6550,6,'2015-08-23 10:24:35','2015-08-23 10:24:35','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Map Code\" max_width=\"450px\"]\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-\r\n\r\n89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!\r\n\r\n1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!\r\n\r\n3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px \r\n\r\nsolid #2b55a2\" allowfullscreen></iframe>\r\n\r\n[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 10:24:35','2015-08-23 10:24:35','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6551,6,'2015-08-23 10:25:44','2015-08-23 10:25:44','','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-23 10:25:44','2015-08-23 10:25:44','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6552,6,'2015-08-23 10:25:54','2015-08-23 10:25:54','','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-08-23 10:25:54','2015-08-23 10:25:54','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6665,6,'2015-08-31 02:03:01','2015-08-31 02:03:01','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br> P. O. Box 339<br> Prentiss, MS 39474<br> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Harold Rhodes, Chief</u><br> P. O. Box 1344<br> Prentiss, MS 39474<br> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-31 02:03:01','2015-08-31 02:03:01','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6556,6,'2015-08-23 22:38:50','2015-08-23 22:38:50','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<u>1st Monday of February</u>, three (3) weeks\r\n<strong>Judge Tony Mozingo</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 22:38:50','2015-08-23 22:38:50','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6553,6,'2015-08-23 22:33:12','2015-08-23 22:33:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<u>1st Monday of February</u>, three (3) weeks\r\n<strong>Judge Tony Mozingo</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 22:33:12','2015-08-23 22:33:12','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6554,6,'2015-08-23 22:38:25','2015-08-23 22:38:25','[et_pb_image admin_label=\"Jefferson Davis Court Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]\n\n<br />\n\n[/et_pb_image]','Court Pic','','publish','closed','closed','','court-pic','','','2015-08-23 22:38:25','2015-08-23 22:38:25','',0,'http://da15thdistrict.org/et_pb_layout/court-pic/',0,'et_pb_layout','',0),(6558,6,'2015-08-23 22:40:11','2015-08-23 22:40:11','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] <iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe> [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<u>1st Monday of February</u>, three (3) weeks\r\n<strong>Judge Tony Mozingo</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 22:40:11','2015-08-23 22:40:11','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6559,6,'2015-08-23 22:42:01','2015-08-23 22:42:01','[et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" template_type=\"module\"]\n\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n\n[/et_pb_text]','Court Map','','publish','closed','closed','','court-map','','','2015-08-23 22:42:01','2015-08-23 22:42:01','',0,'http://da15thdistrict.org/et_pb_layout/court-map/',0,'et_pb_layout','',0),(6560,6,'2015-08-23 22:42:05','2015-08-23 22:42:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<u>1st Monday of February</u>, three (3) weeks\r\n<strong>Judge Tony Mozingo</strong>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 22:42:05','2015-08-23 22:42:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6561,6,'2015-08-23 23:40:50','2015-08-23 23:40:50','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<br />\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<br />\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 23:40:50','2015-08-23 23:40:50','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6562,6,'2015-08-23 23:51:42','2015-08-23 23:51:42','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\nThank you, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 23:51:42','2015-08-23 23:51:42','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6563,6,'2015-08-23 23:52:29','2015-08-23 23:52:29','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-23 23:52:29','2015-08-23 23:52:29','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6564,6,'2015-08-24 00:04:48','2015-08-24 00:04:48','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li>Ron Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li>Harold Rhodes, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:04:48','2015-08-24 00:04:48','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6565,6,'2015-08-24 00:05:36','2015-08-24 00:05:36','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul><li><strong>1st Monday of February, three (3) weeks</strong><br /> <u>Judge Tony Mozingo</u></li><li><strong>3rd Monday of March, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell<br /> </u><i>Grand Jury to be impaneled</i></li><li><strong>4th Monday of July, two (2) weeks</strong><br /> <u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></li><li><strong>2nd Monday of September, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell</u></li></ul><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:05:36','2015-08-24 00:05:36','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6566,6,'2015-08-24 00:14:35','2015-08-24 00:14:35','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong><strong>Assistant District Attorney\r\n</strong></strong>Morris Sweatt<strong>\r\n</strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:14:35','2015-08-24 00:14:35','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6567,6,'2015-08-24 00:24:55','2015-08-24 00:24:55','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:24:55','2015-08-24 00:24:55','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6568,6,'2015-08-24 00:31:05','2015-08-24 00:31:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul><li><strong>1st Monday of February, three (3) weeks</strong><br /> <u>Judge Tony Mozingo</u></li><li><strong>3rd Monday of March, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell<br /> </u><i>Grand Jury to be impaneled</i></li><li><strong>4th Monday of July, two (2) weeks</strong><br /> <u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></li><li><strong>2nd Monday of September, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell</u></li></ul><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><ul><li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> 601-792-5169</li></ul><p><strong>Prentiss Police Department</strong></p><ul><li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> 601-792-5198</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul><li><strong>Assistant District Attorney</strong><br /> Morris Sweatt<br /><br /></li><li><strong>Assistant District Attorney</strong><br /> Lindsay Watts<br /><br /></li><li><strong>Investigator</strong><br /> Darrell Perkins<br /><br /></li><li><strong>Victim Assistance</strong><br /> Anita Sumrall<br /><br /></li><li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson<br /><br /></li><li><strong>Litigation Support</strong><br /> Carolyn Arinder</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:31:05','2015-08-24 00:31:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6569,6,'2015-08-24 00:34:43','2015-08-24 00:34:43','[et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" template_type=\"module\"]\n\n\n\n[/et_pb_text]','Court Term Contact Info Text','','publish','closed','closed','','court-term-contact-info-text','','','2015-08-24 00:34:43','2015-08-24 00:34:43','',0,'http://da15thdistrict.org/et_pb_layout/court-term-contact-info-text/',0,'et_pb_layout','',0),(6570,6,'2015-08-24 00:36:19','2015-08-24 00:36:19','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:36:19','2015-08-24 00:36:19','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6571,6,'2015-08-24 00:38:55','2015-08-24 00:38:55','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:38:55','2015-08-24 00:38:55','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6572,6,'2015-08-24 00:40:32','2015-08-24 00:40:32','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:40:32','2015-08-24 00:40:32','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6573,6,'2015-08-24 00:41:48','2015-08-24 00:41:48','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:41:48','2015-08-24 00:41:48','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6574,6,'2015-08-24 00:43:15','2015-08-24 00:43:15','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:43:15','2015-08-24 00:43:15','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6576,6,'2015-08-24 00:45:41','2015-08-24 00:45:41','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:45:41','2015-08-24 00:45:41','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6577,6,'2015-08-24 00:47:20','2015-08-24 00:47:20','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-24 00:47:20','2015-08-24 00:47:20','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6578,6,'2015-08-24 00:49:33','2015-08-24 00:49:33','[et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\" template_type=\"module\"]\n\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\n\n[/et_pb_text]','Services We Provide TXT','','publish','closed','closed','','services-we-provide-txt','','','2015-08-24 00:49:33','2015-08-24 00:49:33','',0,'http://da15thdistrict.org/et_pb_layout/services-we-provide-txt/',0,'et_pb_layout','',0),(6579,6,'2015-08-24 00:50:05','2015-08-24 00:50:05','[et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\" template_type=\"module\"]\n\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\n\n[/et_pb_text]','Services We Do Not Provide','','publish','closed','closed','','services-we-do-not-provide','','','2015-08-24 00:50:05','2015-08-24 00:50:05','',0,'http://da15thdistrict.org/et_pb_layout/services-we-do-not-provide/',0,'et_pb_layout','',0),(6580,6,'2015-08-24 00:50:10','2015-08-24 00:50:10','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"175\" height=\"175\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-24 00:50:10','2015-08-24 00:50:10','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6581,6,'2015-08-24 00:54:19','2015-08-24 00:54:19','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 00:54:19','2015-08-24 00:54:19','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6582,6,'2015-08-24 01:48:05','2015-08-24 01:48:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-24 01:48:05','2015-08-24 01:48:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6832,6,'2015-09-03 18:05:49','2015-09-03 18:05:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nJoel Thames, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-09-03 18:05:49','2015-09-03 18:05:49','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6831,6,'2015-09-03 18:02:30','2015-09-03 18:02:30','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\n<u>Joel Thames, Sheriff</u>\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\n<u>David Stanley, Chief</u>\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\n<u>George Walker, Chief</u>\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Staci Kramer</u>\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-09-03 18:02:30','2015-09-03 18:02:30','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6631,6,'2015-08-25 04:20:18','2015-08-25 04:20:18','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\n<u>Joel Thames, Sheriff</u>\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\n<u>David Stanley, Chief</u>\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\n<u>George Walker, Chief</u>\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Staci Kramer</u>\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 04:20:18','2015-08-25 04:20:18','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6630,6,'2015-08-25 04:18:50','2015-08-25 04:18:50','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lawrence County Sheriff\'s Office</strong></p>\r\n<p><u>Joel Thames, Sheriff</u><br> P. O. Box 155<br> Monticello, MS 39654<br> (P) 601-587-2961</p>\r\n<p><strong>Monticello Police Department</strong></p>\r\n<p><u>David Stanley, Chief</u><br> P. O. Drawer 100<br> Monticello, MS 39654<br> (P) 601-587-7732</p>\r\n<p><strong>New Hebron Police Department</strong></p>\r\n<p><u>George Walker, Chief</u><br> P. O. Box 251<br> New Hebron, MS 39140<br> (P) 601-694-2115 (City Hall)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a><br> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Darrell Perkins</u><br> Assigned to county cases.</p>\r\n<p><strong>Victim Assistance</strong></p>\r\n<p><u>Staci Kramer</u><br> Provides services and assistance to victims can be reached in Poplarville at 601-403-2356.</p>\r\n<p><strong>Litigation Support</strong></p>\r\n<p><u>Carolyn Arinder</u><br> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 04:18:50','2015-08-25 04:18:50','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6629,6,'2015-08-25 04:12:49','2015-08-25 04:12:49','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lawrence County Sheriff\'s Office</strong></p>\r\n<p><u>Joel Thames, Sheriff</u><br> P. O. Box 155<br> Monticello, MS 39654<br> (P) 601-587-2961</p>\r\n<p><strong>Monticello Police Department</strong></p>\r\n<p><u>David Stanley, Chief</u><br> P. O. Drawer 100<br> Monticello, MS 39654<br> (P) 601-587-7732</p>\r\n<p><strong>New Hebron Police Department</strong></p>\r\n<p><u>George Walker, Chief</u><br> P. O. Box 251<br> New Hebron, MS 39140<br> (P) 601-694-2115 (City Hall)</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br /> Assigned to county and city cases.</p>\r\n<p><strong>Victim Assistance</strong></p>\r\n<p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p>\r\n<p><strong>Litigation Support</strong></p>\r\n<p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 04:12:49','2015-08-25 04:12:49','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6585,6,'2015-08-24 01:56:44','2015-08-24 01:56:44','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul><li><strong>1st Monday of February, three (3) weeks</strong><br /> <u>Judge Tony Mozingo</u></li><li><strong>3rd Monday of March, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell<br /> </u><i>Grand Jury to be impaneled</i></li><li><strong>4th Monday of July, two (2) weeks</strong><br /> <u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></li><li><strong>2nd Monday of September, three (3) weeks</strong><br /> <u>Judge Prentiss Harrell</u></li></ul><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><ul><li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</li></ul><p><strong>Prentiss Police Department</strong></p><ul><li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul><li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li><li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li><li><strong>Investigator</strong><br /> Darrell Perkins</li><li><strong>Victim Assistance</strong><br /> Anita Sumrall</li><li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li><li><strong>Litigation Support</strong><br /> Carolyn Arinder</li></ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-24 01:56:44','2015-08-24 01:56:44','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6618,6,'2015-08-25 02:48:41','2015-08-25 02:48:41','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 02:48:41','2015-08-25 02:48:41','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6586,6,'2015-08-24 02:12:20','2015-08-24 02:12:20','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</li>\r\n</ul>\r\n<p><strong>Prentiss Police Department</strong></p>\r\n<ul>\r\n<li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-24 02:12:20','2015-08-24 02:12:20','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6587,6,'2015-08-24 02:18:33','2015-08-24 02:18:33','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</li>\r\n</ul>\r\n<p><strong>Prentiss Police Department</strong></p>\r\n<ul>\r\n<li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-24 02:18:33','2015-08-24 02:18:33','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6591,6,'2015-08-25 00:39:17','2015-08-25 00:39:17','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 00:39:17','2015-08-25 00:39:17','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6588,6,'2015-08-25 00:13:29','2015-08-25 00:13:29','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 00:13:29','2015-08-25 00:13:29','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6590,6,'2015-08-25 00:37:02','2015-08-25 00:37:02','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief<u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 00:37:02','2015-08-25 00:37:02','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6589,6,'2015-08-25 00:35:29','2015-08-25 00:35:29','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief<u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br /> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br /> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br /> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br /> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br /> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br /> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 00:35:29','2015-08-25 00:35:29','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6592,6,'2015-08-25 00:43:16','2015-08-25 00:43:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> Morris Sweatt</li>\r\n<li><strong>Assistant District Attorney</strong><br> Lindsay Watts</li>\r\n<li><strong>Investigator</strong><br> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 00:43:16','2015-08-25 00:43:16','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6593,6,'2015-08-25 00:49:10','2015-08-25 00:49:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-25 00:49:10','2015-08-25 00:49:10','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6594,6,'2015-08-25 00:53:10','2015-08-25 00:53:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">View Bio</a<</li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 00:53:10','2015-08-25 00:53:10','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6595,6,'2015-08-25 00:55:06','2015-08-25 00:55:06','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"#\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-25 00:55:06','2015-08-25 00:55:06','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6596,6,'2015-08-25 01:00:55','2015-08-25 01:00:55','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCircuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li><strong>1st Monday of February, three (3) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u></li>\r\n<li><strong>3rd Monday of March, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell<br />\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n<li><strong>4th Monday of July, two (2) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u><br />\r\n<i>Grand Jury to be impaneled</i></li>\r\n<li><strong>2nd Monday of September, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nLaw Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p>\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Ron Strictland, Sheriff</u><br />\r\nP. O. Box 339<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<p><strong>Prentiss Police Department</strong></p>\r\n<ul>\r\n<li><u>Harold Rhodes, Chief</u><br />\r\nP. O. Box 1344<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nContact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nOffice of the 15th District Attorney<br />\r\n500 Courthouse Square, Suite 3<br />\r\nColumbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br />\r\n(F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nStaff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)\r\n</a></li>\r\n <li><strong>Assistant District Attorney</strong>\r\nLindsay Watts</li>\r\n <li><strong>Investigator</strong>\r\nDarrell Perkins</li>\r\n <li><strong>Victim Assistance</strong>\r\nAnita Sumrall</li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\nTabitha Nelson</li>\r\n <li><strong>Litigation Support</strong>\r\nCarolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:00:55','2015-08-25 01:00:55','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6597,6,'2015-08-25 01:06:32','2015-08-25 01:06:32','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> Morris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br>assigned to County Cases</li>\r\n<li><strong>Assistant District Attorney</strong><br> Lauren Harless <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br>assigned to city cases</li>\r\n<li><strong>Investigator</strong><br> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 01:06:32','2015-08-25 01:06:32','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6598,6,'2015-08-25 01:08:30','2015-08-25 01:08:30','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br>Assigned to County Cases.</li>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br>Assigned to city cases.</li>\r\n<li><strong>Investigator</strong><br> Darrell Perkins</li>\r\n<li><strong>Victim Assistance</strong><br> Anita Sumrall</li>\r\n<li><strong>Bad Checks/Pretrial</strong><br> Tabitha Nelson</li>\r\n<li><strong>Litigation Support</strong><br> Carolyn Arinder</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 01:08:30','2015-08-25 01:08:30','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6602,6,'2015-08-25 01:16:14','2015-08-25 01:16:14','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)\r\n</a></li>\r\n <li><strong>Assistant District Attorney</strong>\r\n<u>Lindsay Watts</u></li>\r\n <li><strong>Investigator</strong>\r\n<u>Darrell Perkins</u></li>\r\n <li><strong>Victim Assistance</strong>\r\n<u>Anita Sumrall</u></li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\n<u>Tabitha Nelson</u></li>\r\n <li><strong>Litigation Support</strong>\r\n<u>Carolyn Arinder</u></li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:16:14','2015-08-25 01:16:14','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6599,6,'2015-08-25 01:10:27','2015-08-25 01:10:27','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCircuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li><strong>1st Monday of February, three (3) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u></li>\r\n<li><strong>3rd Monday of March, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell<br />\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n<li><strong>4th Monday of July, two (2) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u><br />\r\n<i>Grand Jury to be impaneled</i></li>\r\n<li><strong>2nd Monday of September, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nLaw Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p>\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Ron Strictland, Sheriff</u><br />\r\nP. O. Box 339<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<p><strong>Prentiss Police Department</strong></p>\r\n<ul>\r\n<li><u>Harold Rhodes, Chief</u><br />\r\nP. O. Box 1344<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nContact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nOffice of the 15th District Attorney<br />\r\n500 Courthouse Square, Suite 3<br />\r\nColumbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br />\r\n(F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nStaff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)\r\n</a></li>\r\n <li><strong>Assistant District Attorney</strong>\r\n<u>Lindsay Watts</u></li>\r\n <li><strong>Investigator</strong>\r\n<u>Darrell Perkins</u></li>\r\n <li><strong>Victim Assistance</strong>\r\n<u>Anita Sumrall</u></li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\n<u>Tabitha Nelson</u></li>\r\n <li><strong>Litigation Support</strong>\r\n<u>Carolyn Arinder</u></li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:10:27','2015-08-25 01:10:27','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6601,6,'2015-08-25 01:14:38','2015-08-25 01:14:38','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCircuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li><strong>1st Monday of February, three (3) weeks</strong><br /><u>Judge Tony Mozingo</u></li>\r\n<li><strong>3rd Monday of March, three (3) weeks</strong><br /><u>Judge Prentiss Harrell<br /></u><i>Grand Jury to be impaneled</i></li>\r\n<li><strong>4th Monday of July, two (2) weeks</strong><br /><u>Judge Tony Mozingo</u><br /><i>Grand Jury to be impaneled</i></li>\r\n<li><strong>2nd Monday of September, three (3) weeks</strong><br /><u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nLaw Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nContact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nOffice of the 15th District Attorney<br />500 Courthouse Square, Suite 3<br />Columbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br />(F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nStaff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br />\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)<br />\r\n</a></li>\r\n<li><strong>Assistant District Attorney</strong><br />\r\n<u>Lindsay Watts</u></li>\r\n<li><strong>Investigator</strong><br />\r\n<u>Darrell Perkins</u></li>\r\n<li><strong>Victim Assistance</strong><br />\r\n<u>Anita Sumrall</u></li>\r\n<li><strong>Bad Checks/Pretrial</strong><br />\r\n<u>Tabitha Nelson</u></li>\r\n<li><strong>Litigation Support</strong><br />\r\n<u>Carolyn Arinder</u></li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:14:38','2015-08-25 01:14:38','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6600,6,'2015-08-25 01:11:25','2015-08-25 01:11:25','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nCircuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n<li><strong>1st Monday of February, three (3) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u></li>\r\n<li><strong>3rd Monday of March, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell<br />\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n<li><strong>4th Monday of July, two (2) weeks</strong><br />\r\n<u>Judge Tony Mozingo</u><br />\r\n<i>Grand Jury to be impaneled</i></li>\r\n<li><strong>2nd Monday of September, three (3) weeks</strong><br />\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nLaw Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p>\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Ron Strictland, Sheriff</u><br />\r\nP. O. Box 339<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<p><strong>Prentiss Police Department</strong></p>\r\n<ul>\r\n<li><u>Harold Rhodes, Chief</u><br />\r\nP. O. Box 1344<br />\r\nPrentiss, MS 39474<br />\r\n(P) 601-792-5198</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nContact Info</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nOffice of the 15th District Attorney<br />\r\n500 Courthouse Square, Suite 3<br />\r\nColumbia, MS 39429</p>\r\n<p>(P) 601-731-1476<br />\r\n(F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nStaff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n <li><strong>Assistant District Attorney</strong>\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)\r\n</a></li>\r\n <li><strong>Assistant District Attorney</strong>\r\n<u>Lindsay Watts</u></li>\r\n <li><strong>Investigator</strong>\r\n<u>Darrell Perkins</u></li>\r\n <li><strong>Victim Assistance</strong>\r\n<u>Anita Sumrall</u></li>\r\n <li><strong>Bad Checks/Pretrial</strong>\r\n<u>Tabitha Nelson</u></li>\r\n <li><strong>Litigation Support</strong>\r\n<u>Carolyn Arinder</u></li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:11:25','2015-08-25 01:11:25','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6617,6,'2015-08-25 02:42:49','2015-08-25 02:42:49','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 02:42:49','2015-08-25 02:42:49','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6603,6,'2015-08-25 01:23:55','2015-08-25 01:23:55','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br>Assigned to County Cases.</li>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br>Assigned to city cases.</li>\r\n<li><strong>Investigator</strong><br><u>Larry Moore</u><br>Assigned to county and city cases.</li>\r\n<li><strong>Victim Assistance</strong><br><u>Jeff Caillouet</u><br>Provides services and assistance to victims.</li>\r\n<li><strong>Litigation Support</strong><br><u>Shanna Ruhnke</u><br>Provides litigation support to prosecutors.</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 01:23:55','2015-08-25 01:23:55','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6685,6,'2015-09-02 01:25:00','2015-09-02 01:25:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Anthony Parker, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Joey Walker, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-09-02 01:25:00','2015-09-02 01:25:00','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6604,6,'2015-08-25 01:24:46','2015-08-25 01:24:46','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul>\r\n<li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul>\r\n<li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul>\r\n<li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul>\r\n<li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul>\r\n<li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n</u></u>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br>Assigned to county cases.</li>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br>Assigned to city cases.</li>\r\n<li><strong>Investigator</strong><br><u>Larry Moore</u><br>Assigned to county and city cases.</li>\r\n<li><strong>Victim Assistance</strong><br><u>Jeff Caillouet</u><br>Provides services and assistance to victims.</li>\r\n<li><strong>Litigation Support</strong><br><u>Shanna Ruhnke</u><br>Provides litigation support to prosecutors.</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 01:24:46','2015-08-25 01:24:46','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6605,6,'2015-08-25 01:28:12','2015-08-25 01:28:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of March, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo\r\n</u></li>\r\n <li><strong>4th Tuesday of April, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Monday of June, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em></li>\r\n <li><strong>5th Monday of July, two (2) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n <li><strong>1st Tuesday of September, four (4) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>4th Monday of October, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<ul><li><u>Danny Reigel, Sheriff</u><br>P. O. Box 352<br> Purvis, MS 39475<br> (P) 601-794-1005</li>\r\n</ul>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<ul><li><u>Frazier Bolton, Chief</u><br> #1 Government Plaza<br> Hattiesburg, MS 39402<br> (P) 601-544-7900</li>\r\n</ul>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<ul><li><u>Elzey Cowart, Chief</u><br>P. O. Box 211<br>Lumberton, MS 39455<br> (P) 601-796-8891</li>\r\n</ul>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<ul><li><u>Preston Burhalter, Chief</u><br>P. O. Box 308<br>Purvis, MS 39475<br> (P) 601-794-6512</li>\r\n</ul>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<ul><li><u>Chris Dungan, Chief</u><br>P. O. Box 247<br>Sumrall, MS 39482<br> (P) 601-758-3531</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<ul>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br>Assigned to county cases.</li>\r\n<li><strong>Assistant District Attorney</strong><br> <u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br>Assigned to city cases.</li>\r\n<li><strong>Investigator</strong><br><u>Larry Moore</u><br>Assigned to county and city cases.</li>\r\n<li><strong>Victim Assistance</strong><br><u>Jeff Caillouet</u><br>Provides services and assistance to victims.</li>\r\n<li><strong>Litigation Support</strong><br><u>Shanna Ruhnke</u><br>Provides litigation support to prosecutors.</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 01:28:12','2015-08-25 01:28:12','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6606,6,'2015-08-25 01:35:56','2015-08-25 01:35:56','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li>\r\n</ul>\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Lindsay Watts</u></li>\r\n</ul>\r\n<strong>Investigator</strong>\r\n<ul>\r\n <li><u>Darrell Perkins</u></li>\r\n</ul>\r\n<strong>Victim Assistance</strong>\r\n<ul>\r\n <li><u>Anita Sumrall</u></li>\r\n</ul>\r\n<strong>Bad Checks/Pretrial</strong>\r\n<ul>\r\n <li><u>Tabitha Nelson</u></li>\r\n</ul>\r\n<strong>Litigation Support</strong>\r\n<ul>\r\n <li><u>Carolyn Arinder</u></li>\r\n</ul>\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:35:56','2015-08-25 01:35:56','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6608,6,'2015-08-25 01:40:43','2015-08-25 01:40:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li>\r\n</ul>\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Lindsay Watts</u></li>\r\n</ul>\r\n<strong>Investigator</strong>\r\n<ul>\r\n <li><u>Darrell Perkins</u></li>\r\n</ul>\r\n<strong>Victim Assistance</strong>\r\n<ul>\r\n <li><u>Anita Sumrall</u></li>\r\n</ul>\r\n<strong>Bad Checks/Pretrial</strong>\r\n<ul>\r\n <li><u>Tabitha Nelson</u></li>\r\n</ul>\r\n<strong>Litigation Support</strong>\r\n<ul>\r\n <li><u>Carolyn Arinder</u></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:40:43','2015-08-25 01:40:43','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6607,6,'2015-08-25 01:37:13','2015-08-25 01:37:13','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li><strong>1st Monday of February, three (3) weeks</strong>\r\n<u>Judge Tony Mozingo</u></li>\r\n <li><strong>3rd Monday of March, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell\r\n</u><i>Grand Jury to be impaneled</i></li>\r\n <li><strong>4th Monday of July, two (2) weeks</strong>\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n <li><strong>2nd Monday of September, three (3) weeks</strong>\r\n<u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li>\r\n</ul>\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Lindsay Watts</u></li>\r\n</ul>\r\n<strong>Investigator</strong>\r\n<ul>\r\n <li><u>Darrell Perkins</u></li>\r\n</ul>\r\n<strong>Victim Assistance</strong>\r\n<ul>\r\n <li><u>Anita Sumrall</u></li>\r\n</ul>\r\n<strong>Bad Checks/Pretrial</strong>\r\n<ul>\r\n <li><u>Tabitha Nelson</u></li>\r\n</ul>\r\n<strong>Litigation Support</strong>\r\n<ul>\r\n <li><u>Carolyn Arinder</u></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Click Here\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"18\" button_text_size=\"16\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:37:13','2015-08-25 01:37:13','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6609,6,'2015-08-25 01:45:04','2015-08-25 01:45:04','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n<ul><li><u>Judge Tony Mozingo</u></li></ul>\r\n <strong>3rd Monday of March, three (3) weeks</strong>\r\n<ul><li><u>Judge Prentiss Harrell<br><i>Grand Jury to be impaneled</i></li></ul>\r\n <strong>4th Monday of July, two (2) weeks</strong>\r\n<ul><li><u>Judge Tony Mozingo</u><br><i>Grand Jury to be impaneled</i></li></ul>\r\n <strong>2nd Monday of September, three (3) weeks</strong>\r\n<ul><li><u>Judge Prentiss Harrell</u></li></ul>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><ul><li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</li></ul><p><strong>Prentiss Police Department</strong></p><ul><li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><ul><li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li></ul><p><strong>Assistant District Attorney</strong></p><ul><li><u>Lindsay Watts</u></li></ul><p><strong>Investigator</strong></p><ul><li><u>Darrell Perkins</u></li></ul><p><strong>Victim Assistance</strong></p><ul><li><u>Anita Sumrall</u></li></ul><p><strong>Bad Checks/Pretrial</strong></p><ul><li><u>Tabitha Nelson</u></li></ul><p><strong>Litigation Support</strong></p><ul><li><u>Carolyn Arinder</u></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:45:04','2015-08-25 01:45:04','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6610,6,'2015-08-25 01:47:25','2015-08-25 01:47:25','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n<ul>\r\n <li><u>Judge Tony Mozingo</u></li>\r\n</ul>\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n<ul>\r\n <li><u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n</ul>\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n<ul>\r\n <li><u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i></li>\r\n</ul>\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n<ul>\r\n <li><u>Judge Prentiss Harrell</u></li>\r\n</ul>\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n<ul>\r\n <li><u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169</li>\r\n</ul>\r\n<strong>Prentiss Police Department</strong>\r\n<ul>\r\n <li><u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li>\r\n</ul>\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Lindsay Watts</u></li>\r\n</ul>\r\n<strong>Investigator</strong>\r\n<ul>\r\n <li><u>Darrell Perkins</u></li>\r\n</ul>\r\n<strong>Victim Assistance</strong>\r\n<ul>\r\n <li><u>Anita Sumrall</u></li>\r\n</ul>\r\n<strong>Bad Checks/Pretrial</strong>\r\n<ul>\r\n <li><u>Tabitha Nelson</u></li>\r\n</ul>\r\n<strong>Litigation Support</strong>\r\n<ul>\r\n <li><u>Carolyn Arinder</u></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:47:25','2015-08-25 01:47:25','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6612,6,'2015-08-25 01:53:20','2015-08-25 01:53:20','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\n<u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\n<u>Harold Rhodes, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"] <strong>Assistant District Attorney</strong> <u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> <strong>Assistant District Attorney</strong> <u>Lindsay Watts</u> <strong>Investigator</strong> <u>Darrell Perkins</u> <strong>Victim Assistance</strong> <u>Anita Sumrall</u> <strong>Bad Checks/Pretrial</strong> <u>Tabitha Nelson</u> <strong>Litigation Support</strong> <u>Carolyn Arinder</u> [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:53:20','2015-08-25 01:53:20','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6611,6,'2015-08-25 01:50:05','2015-08-25 01:50:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><ul><li><u>Judge Tony Mozingo</u></li></ul><p><strong>3rd Monday of March, three (3) weeks</strong></p><ul><li><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></li></ul><p><strong>4th Monday of July, two (2) weeks</strong></p><ul><li><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></li></ul><p><strong>2nd Monday of September, three (3) weeks</strong></p><ul><li><u>Judge Prentiss Harrell</u></li></ul><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><ul><li><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</li></ul><p><strong>Prentiss Police Department</strong></p><ul><li><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a></li>\r\n</ul>\r\n<strong>Assistant District Attorney</strong>\r\n<ul>\r\n <li><u>Lindsay Watts</u></li>\r\n</ul>\r\n<strong>Investigator</strong>\r\n<ul>\r\n <li><u>Darrell Perkins</u></li>\r\n</ul>\r\n<strong>Victim Assistance</strong>\r\n<ul>\r\n <li><u>Anita Sumrall</u></li>\r\n</ul>\r\n<strong>Bad Checks/Pretrial</strong>\r\n<ul>\r\n <li><u>Tabitha Nelson</u></li>\r\n</ul>\r\n<strong>Litigation Support</strong>\r\n<ul>\r\n <li><u>Carolyn Arinder</u></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:50:05','2015-08-25 01:50:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6615,6,'2015-08-25 02:00:59','2015-08-25 02:00:59','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br> P. O. Box 339<br> Prentiss, MS 39474<br> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Harold Rhodes, Chief</u><br> P. O. Box 1344<br> Prentiss, MS 39474<br> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 02:00:59','2015-08-25 02:00:59','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6614,6,'2015-08-25 01:58:05','2015-08-25 01:58:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br> P. O. Box 339<br> Prentiss, MS 39474<br> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Harold Rhodes, Chief</u><br> P. O. Box 1344<br> Prentiss, MS 39474<br> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:58:05','2015-08-25 01:58:05','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6613,6,'2015-08-25 01:57:00','2015-08-25 01:57:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br /> P. O. Box 339<br /> Prentiss, MS 39474<br /> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Harold Rhodes, Chief</u><br /> P. O. Box 1344<br /> Prentiss, MS 39474<br /> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-25 01:57:00','2015-08-25 01:57:00','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6619,6,'2015-08-25 02:55:38','2015-08-25 02:55:38','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"24\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 02:55:38','2015-08-25 02:55:38','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6829,6,'2015-09-03 17:59:44','2015-09-03 17:59:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-09-03 17:59:44','2015-09-03 17:59:44','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6621,6,'2015-08-25 02:57:46','2015-08-25 02:57:46','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 02:57:46','2015-08-25 02:57:46','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6620,6,'2015-08-25 02:56:17','2015-08-25 02:56:17','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your DA Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\" header_font_size=\"24\"] [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 02:56:17','2015-08-25 02:56:17','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6622,6,'2015-08-25 03:18:26','2015-08-25 03:18:26','<p>[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]</p><h1>Lamar</h1><hr /><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]</p><p> </p><p>[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]</p><p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]</p><p> </p><p>[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]</p><p>Circuit Court Terms</p><hr /><p>[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]</p><p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell<br /> </u> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of March, three (3) weeks</strong></p><p><u>Judge Tony Mozingo<br /> </u></p><p><strong>4th Tuesday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of June, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <em>Grand Jury to be impaneled</em></p><p><strong>5th Monday of July, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Tuesday of September, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>4th Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]</p><p>Law Enforcement</p><hr /><p>[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]</p><p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]</p><p>Staff Assigned</p><hr /><p>[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]</p><p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]</p><hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]</p><hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]</p>','Court Terms Template','','publish','closed','closed','','court-terms-template','','','2015-08-25 03:18:26','2015-08-25 03:18:26','',0,'http://da15thdistrict.org/et_pb_layout/court-terms-template/',0,'et_pb_layout','',0),(6624,6,'2015-08-25 03:22:00','2015-08-25 03:22:00','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 03:22:00','2015-08-25 03:22:00','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6626,6,'2015-08-25 03:34:35','2015-08-25 03:34:35','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br /> Assigned to county and city cases.</p>\r\n<p><strong>Victim Assistance</strong></p>\r\n<p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p>\r\n<p><strong>Litigation Support</strong></p>\r\n<p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 03:34:35','2015-08-25 03:34:35','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6625,6,'2015-08-25 03:24:58','2015-08-25 03:24:58','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell<br /> </u> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of March, three (3) weeks</strong></p><p><u>Judge Tony Mozingo<br /> </u></p><p><strong>4th Tuesday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of June, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <em>Grand Jury to be impaneled</em></p><p><strong>5th Monday of July, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Tuesday of September, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>4th Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 03:24:58','2015-08-25 03:24:58','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6627,6,'2015-08-25 03:36:24','2015-08-25 03:36:24','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p>\r\n<p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p>\r\n<p><strong>Hattiesburg Police Department</strong></p>\r\n<p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p>\r\n<p><strong>Lumberton Police Department</strong></p>\r\n<p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p>\r\n<p><strong>Purvis Police Department</strong></p>\r\n<p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p>\r\n<p><strong>Sumrall Police Department</strong></p>\r\n<p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br /> Assigned to county and city cases.</p>\r\n<p><strong>Victim Assistance</strong></p>\r\n<p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p>\r\n<p><strong>Litigation Support</strong></p>\r\n<p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 03:36:24','2015-08-25 03:36:24','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6628,6,'2015-08-25 03:37:27','2015-08-25 03:37:27','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-25 03:37:27','2015-08-25 03:37:27','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6668,6,'2015-08-31 02:13:53','2015-08-31 02:13:53','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\n<u>Joel Thames, Sheriff</u>\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\n<u>David Stanley, Chief</u>\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\n<u>George Walker, Chief</u>\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Staci Kramer</u>\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-31 02:13:53','2015-08-31 02:13:53','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6632,6,'2015-08-25 04:21:11','2015-08-25 04:21:11','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\n<u>Joel Thames, Sheriff</u>\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\n<u>David Stanley, Chief</u>\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\n<u>George Walker, Chief</u>\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Staci Kramer</u>\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-08-25 04:21:11','2015-08-25 04:21:11','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6633,6,'2015-09-18 04:59:42','2015-09-18 04:59:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Marion</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>2nd Monday of January, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>4th Monday of February, two (2) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>2nd Monday of April, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of May, four (4) weeks</strong>\n\nJudge Tony Mozingo\n<em>Grand Jury to be impaneled</em>\n\n<strong>2nd Monday of July, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of August, four (4) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>1st Monday of October, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n<em>Grand Jury to be impaneled</em>\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\n\n<strong>Marion County Sheriff\'s Office</strong>\n\nBerkley Hall, Sheriff\nCourthouse Square\nColumbia, MS 39429\n(P) 601-736-2711\n(P) 601-736-5051\n\n<strong>Columbia Police Department</strong>\n\nClint McMurry, Chief\n201 Second Street\nColumbia, MS 39429\n(P) 601-736-8052\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Assistant District Attorney</strong>\n\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\nAssigned to county cases.\n\n<strong>Assistant District Attorney</strong>\n\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\nAssigned to city cases.\n\n<strong>Investigator</strong>\n\nDarrell Perkins\nAssigned to county cases.\n\n<strong>Investigator</strong>\n\nLarry Moore\nAssigned to city cases.\n\n<strong>Victim Assistance Coordinator</strong>\n\nJeff Caillouet\nProvides services and assistance to victims.\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\n\n<strong>Bad Checks & Pretrial Administrator</strong>\n\nTabitha Nelson\nHandles the Bad Checks and Pretrial programs.\n\n<strong>Administrative Assistant & Litigation Support</strong>\n\nKimberly Purvis\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\n\n<strong>Office Manager</strong>\n\nJacqueline McGee\nOffice Manager for the 15th District.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\n\n \n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-autosave-v1','','','2015-09-18 04:59:42','2015-09-18 04:59:42','',6006,'http://da15thdistrict.org/6006-autosave-v1/',0,'revision','',0),(6634,6,'2015-08-25 04:48:24','2015-08-25 04:48:24','[et_pb_section][et_pb_row][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-25 04:48:24','2015-08-25 04:48:24','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6637,6,'2015-08-25 05:20:24','2015-08-25 05:20:24','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>4th Monday of February, two (2) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of April, two (2) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of May, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p><strong>2nd Monday of July, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of August, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>1st Monday of October, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\n<u>Berkley Hall, Sheriff</u>\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\n<u>Clint McMurry, Chief</u>\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br /> Assigned to county and city cases.</p>\r\n<p><strong>Victim Assistance</strong></p>\r\n<p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p>\r\n<p><strong>Litigation Support</strong></p>\r\n<p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-25 05:20:24','2015-08-25 05:20:24','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6635,6,'2015-08-25 04:52:44','2015-08-25 04:52:44','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell<br /> </u> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of March, three (3) weeks</strong></p><p><u>Judge Tony Mozingo<br /> </u></p><p><strong>4th Tuesday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of June, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <em>Grand Jury to be impaneled</em></p><p><strong>5th Monday of July, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Tuesday of September, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>4th Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-25 04:52:44','2015-08-25 04:52:44','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6636,6,'2015-08-25 05:08:52','2015-08-25 05:08:52','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>4th Monday of February, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>2nd Monday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of May, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u><br> <em>Grand Jury to be impaneled</em></p><p><strong>2nd Monday of July, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of August, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>1st Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br> <em>Grand Jury to be impaneled</em></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-25 05:08:52','2015-08-25 05:08:52','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6834,6,'2015-09-03 18:13:03','2015-09-03 18:13:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #0039a3\" allowfullscreen=\"\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\nClint McMurry, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n<br></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-09-03 18:13:03','2015-09-03 18:13:03','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6638,6,'2015-08-25 06:13:07','2015-08-25 06:13:07','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>4th Monday of February, two (2) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of April, two (2) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of May, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p><strong>2nd Monday of July, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of August, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>1st Monday of October, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\n<u>Berkley Hall, Sheriff</u>\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\n<u>Clint McMurry, Chief</u>\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a><br> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Darrell Perkins</u><br> Assigned to county cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br> Assigned to city cases.</p>\r\n<p><strong>Victim Assistance Coordinator</strong></p>\r\n<p><u>Jeff Caillouet</u><br> Provides services and assistance to victims.</p>\r\n<p><strong>Bad Checks & Pretrial Administrator</strong>\r\n<p><u>Tabitha Nelson</u><br> Handles the Bad Checks and Pretrial programs.</p>\r\n<p><strong>Administrative Assistant & Litigation Support</strong></p>\r\n<p><u>Kimberly Purvis</u><br> Administrative assistant to the District Attorney and provides litigation support to prosecutors.</p>\r\n<p><strong>Office Manager</strong></p>\r\n<p><u>Jacqueline McGee</u><br> Office Manager for the 15th District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-25 06:13:07','2015-08-25 06:13:07','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6639,6,'2015-09-18 05:09:36','2015-09-18 05:09:36','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Pearl River</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>2nd Monday of January, three (3) weeks</strong>\n\nJudge Tony Mozingo\n<i>Grand Jury to be impaneled</i>\n\n<strong>4th Monday of February, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of April, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>2nd Monday of May, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of July, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>3rd Monday of August, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n<i>Grand Jury to be impaneled</i>\n\n<strong>1st Monday of October, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>2nd Monday of November, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\n\n<strong>Pearl River County Sheriff\'s Office</strong>\n\nDavid Allison, Sheriff\n200 South Main\nPoplarville, MS 39470\n(P) 601-403-2341\n(P) 601-795-2241\n(P) 601-798-8980\n\n<strong>Poplarville Police Department</strong>\n\nCharles Fazende, Chief\n200 Hwy 26 East\nPoplarville, MS 39470\n(P) 601-792-5198\n\n<strong>Picayune Police Department</strong>\n\nBryan Dawsey, Chief\n328 South Main Street\nPicayune, MS 39466\n(P) 601-798-7411\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Assistant District Attorney</strong>\n\nMicheal Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\nProsecutes felony cases.\n(P) 601-403-2350\n\n<strong>Assistant District Attorney</strong>\n\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\nProsecutes felony cases.\n(P) 601-403-2350\n\n<strong>Assistant District Attorney</strong>\n\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\nProsecutes felony cases.\n(P) 601-403-2350\n\n<strong>Investigator</strong>\n\nKelvin Stanford\nProvides assistance to Law Enforcement in the investigation of complex crimes.\n(P) 601-403-2350\n\n<strong>Victim Assistance</strong>\n\nAnita Sumrall\nProvides services and assistance to victims.\n(P) 601-403-2356\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\n\n<strong>Bad Checks/Pretrial Administrator</strong>\n\nTabitha Nelson\nHandles the Bad Checks and Pretrial programs.\n(P) 601-736-2164\n\n<strong>Litigation Support</strong>\n\nJeanna Richie\nProvides litigation support to prosecutors.\n(P) 601-403-2350\n\n<strong>Litigation Support</strong>\n\nMichelle Pittman\nProvides litigation support to prosecutors.\n(P) 601-403-2350\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-autosave-v1','','','2015-09-18 05:09:36','2015-09-18 05:09:36','',6009,'http://da15thdistrict.org/6009-autosave-v1/',0,'revision','',0),(6643,6,'2015-08-25 20:07:12','2015-08-25 20:07:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of April, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>2nd Monday of May, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of July, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of August, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>1st Monday of October, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>2nd Monday of November, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\n<u>David Allison, Sheriff</u>\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\n<u>Charles Fazende, Chief</u>\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\n<u>Bryan Dawsey, Chief</u>\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-08-25 20:07:12','2015-08-25 20:07:12','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6640,6,'2015-08-25 06:50:41','2015-08-25 06:50:41','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell<br /> </u> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of March, three (3) weeks</strong></p><p><u>Judge Tony Mozingo<br /> </u></p><p><strong>4th Tuesday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of June, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <em>Grand Jury to be impaneled</em></p><p><strong>5th Monday of July, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Tuesday of September, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>4th Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-08-25 06:50:41','2015-08-25 06:50:41','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6642,6,'2015-08-25 19:10:55','2015-08-25 19:10:55','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of April, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>2nd Monday of May, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of July, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of August, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>2nd Monday of November, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-08-25 19:10:55','2015-08-25 19:10:55','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6641,6,'2015-08-25 18:51:33','2015-08-25 18:51:33','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1><hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #2b55a2\" allowfullscreen></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell<br /> </u> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of March, three (3) weeks</strong></p><p><u>Judge Tony Mozingo<br /> </u></p><p><strong>4th Tuesday of April, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Monday of June, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <em>Grand Jury to be impaneled</em></p><p><strong>5th Monday of July, two (2) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p><strong>1st Tuesday of September, four (4) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>4th Monday of October, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p><strong>Lamar County Sheriff\'s Office</strong></p><p><u>Danny Reigel, Sheriff</u><br /> P. O. Box 352<br /> Purvis, MS 39475<br /> (P) 601-794-1005</p><p><strong>Hattiesburg Police Department</strong></p><p><u>Frazier Bolton, Chief</u><br /> #1 Government Plaza<br /> Hattiesburg, MS 39402<br /> (P) 601-544-7900</p><p><strong>Lumberton Police Department</strong></p><p><u>Elzey Cowart, Chief</u><br /> P. O. Box 211<br /> Lumberton, MS 39455<br /> (P) 601-796-8891</p><p><strong>Purvis Police Department</strong></p><p><u>Preston Burhalter, Chief</u><br /> P. O. Box 308<br /> Purvis, MS 39475<br /> (P) 601-794-6512</p><p><strong>Sumrall Police Department</strong></p><p><u>Chris Dungan, Chief</u><br /> P. O. Box 247<br /> Sumrall, MS 39482<br /> (P) 601-758-3531</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p><p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br /> Assigned to county cases.</p><p><strong>Assistant District Attorney</strong></p><p><u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a><br /> Assigned to city cases.</p><p><strong>Investigator</strong></p><p><u>Larry Moore</u><br /> Assigned to county and city cases.</p><p><strong>Victim Assistance</strong></p><p><u>Jeff Caillouet</u><br /> Provides services and assistance to victims.</p><p><strong>Litigation Support</strong></p><p><u>Shanna Ruhnke</u><br /> Provides litigation support to prosecutors.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-08-25 18:51:33','2015-08-25 18:51:33','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6647,6,'2015-08-31 00:01:31','2015-08-31 00:01:31','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"175\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-31 00:01:31','2015-08-31 00:01:31','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6648,6,'2015-08-31 00:03:15','2015-08-31 00:03:15','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-31 00:03:15','2015-08-31 00:03:15','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6650,6,'2015-08-31 01:38:30','2015-08-31 01:38:30','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc0000;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc0000;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc0000;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc0000;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc0000;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc0000;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc0000;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc0000;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc0000;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc0000;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc0000;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc0000;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc0000;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc0000;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc0000;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc0000;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc0000;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-autosave-v1','','','2015-08-31 01:38:30','2015-08-31 01:38:30','',6444,'http://da15thdistrict.org/6444-autosave-v1/',0,'revision','',0),(6654,6,'2015-08-31 01:09:04','2015-08-31 01:09:04','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/Hero_Hal.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-08-31 01:09:04','2015-08-31 01:09:04','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6655,6,'2015-08-31 01:20:12','2015-08-31 01:20:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/our-mission-statement/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-31 01:20:12','2015-08-31 01:20:12','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6656,6,'2015-08-31 01:23:38','2015-08-31 01:23:38','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nForms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\r\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Simple Demand Letter</strong></h6>\r\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Bad Check Complaint Form</strong></h6>\r\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc3333;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br /> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\" /></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc3333;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\r\n<p><strong>2.</strong> All worthless checks must be stamped:<br />\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\r\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br />\r\nFor example, checks stamped:</p>\r\n<ul>\r\n<li>Stop Payment</li>\r\n<li>Uncollected Funds</li>\r\n<li>Refer to Maker</li>\r\n<li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\r\n<ul>\r\n<li>You have accepted partial payments on the check</li>\r\n<li>The check was postdated or you agreed to hold the check</li>\r\n<li>The check is payable to someone other than the complainant (two party check)</li>\r\n<li>The check was given in payment of a loan or on account</li>\r\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\r\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\r\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\r\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\r\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\r\n<ul>\r\n<li>Original check</li>\r\n<li>Completed complaint form</li>\r\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\r\n<strong>or</strong></li>\r\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nMailing Address</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n15th District Attorney<br />\r\nEconomic Crime Unit<br />\r\n500 Courthouse Square, Suite #3<br />\r\nColumbia, MS 39429</p>\r\n<p>Contact personnel for the unit:<br />\r\nTabitha Nelson<br />\r\n601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nBad Check Sign</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-31 01:23:38','2015-08-31 01:23:38','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6657,6,'2015-08-31 01:29:11','2015-08-31 01:29:11','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nForms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\r\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #aa2020;\">Simple Demand Letter</strong></h6>\r\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #aa2020;\">Bad Check Complaint Form</strong></h6>\r\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #aa2020;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #aa2020;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\r\n<p><strong>2.</strong> All worthless checks must be stamped:<br>\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\r\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br>\r\nFor example, checks stamped:</p>\r\n<ul>\r\n<li>Stop Payment</li>\r\n<li>Uncollected Funds</li>\r\n<li>Refer to Maker</li>\r\n<li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\r\n<ul>\r\n<li>You have accepted partial payments on the check</li>\r\n<li>The check was postdated or you agreed to hold the check</li>\r\n<li>The check is payable to someone other than the complainant (two party check)</li>\r\n<li>The check was given in payment of a loan or on account</li>\r\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\r\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\r\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\r\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\r\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\r\n<ul>\r\n<li>Original check</li>\r\n<li>Completed complaint form</li>\r\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\r\n<strong>or</strong></li>\r\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nMailing Address</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n15th District Attorney<br />\r\nEconomic Crime Unit<br />\r\n500 Courthouse Square, Suite #3<br />\r\nColumbia, MS 39429</p>\r\n<p>Contact personnel for the unit:<br />\r\nTabitha Nelson<br />\r\n601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nBad Check Sign</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-08-31 01:29:11','2015-08-31 01:29:11','',5950,'http://da15thdistrict.org/5950-revision-v1/',0,'revision','',0),(6660,6,'2015-08-31 01:46:59','2015-08-31 01:46:59','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Economic Crime Unit</h1>\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\n\n<p>\nForms</p>\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\n\n<p>\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\"></a></p>\n\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\n\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\"></a></p>\n\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\n\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\"></a></p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>\nRequirements to File</p>\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h3><strong style=\"color: #aa2020;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\n<p><strong>2.</strong> All worthless checks must be stamped:<br>\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br>\nFor example, checks stamped:</p>\n<ul>\n<li>Stop Payment</li>\n<li>Uncollected Funds</li>\n<li>Refer to Maker</li>\n<li>No Such Account (usually counter check)</li>\n</ul>\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\n<ul>\n<li>You have accepted partial payments on the check</li>\n<li>The check was postdated or you agreed to hold the check</li>\n<li>The check is payable to someone other than the complainant (two party check)</li>\n<li>The check was given in payment of a loan or on account</li>\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\n</ul>\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\n\n<p>\nChecklist</p>\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\n<ul>\n<li>Original check</li>\n<li>Completed complaint form</li>\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\n<strong>or</strong></li>\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\n</ul>\n\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n<p>\nMailing Address</p>\n<hr>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>\n15th District Attorney<br />\nEconomic Crime Unit<br />\n500 Courthouse Square, Suite #3<br />\nColumbia, MS 39429</p>\n<p>Contact personnel for the unit:<br />\nTabitha Nelson<br />\n601-736-2164</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\n\n<p>\nBad Check Sign</p>\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\n\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/victim-rights/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\n\n\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-autosave-v1','','','2015-08-31 01:46:59','2015-08-31 01:46:59','',5950,'http://da15thdistrict.org/5950-autosave-v1/',0,'revision','',0),(6658,6,'2015-08-31 01:38:21','2015-08-31 01:38:21','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc0000;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc0000;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc0000;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc0000;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc0000;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc0000;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc0000;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc0000;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc0000;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc0000;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc0000;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc0000;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc0000;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc0000;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc0000;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc0000;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc0000;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/senior-crime-2/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-revision-v1','','','2015-08-31 01:38:21','2015-08-31 01:38:21','',6444,'http://da15thdistrict.org/6444-revision-v1/',0,'revision','',0),(6659,6,'2015-08-31 01:43:43','2015-08-31 01:43:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/our-mission-statement/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-08-31 01:43:43','2015-08-31 01:43:43','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6662,6,'2015-08-31 01:54:02','2015-08-31 01:54:02','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Grand Jury Orientation</h1>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: #cc0000;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color:#cc0000;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/meet-the-district-attorney/\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: rgb(204, 51, 51);\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-08-31 01:54:02','2015-08-31 01:54:02','',5982,'http://da15thdistrict.org/5982-revision-v1/',0,'revision','',0),(6666,6,'2015-08-31 02:04:12','2015-08-31 02:04:12','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br> P. O. Box 339<br> Prentiss, MS 39474<br> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Harold Rhodes, Chief</u><br> P. O. Box 1344<br> Prentiss, MS 39474<br> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-08-31 02:04:12','2015-08-31 02:04:12','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6683,6,'2015-09-02 01:21:25','2015-09-02 01:21:25','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>1st Monday of February, three (3) weeks</strong></p><p><u>Judge Tony Mozingo</u></p><p><strong>3rd Monday of March, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>4th Monday of July, two (2) weeks</strong></p><p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p><p><strong>2nd Monday of September, three (3) weeks</strong></p><p><u>Judge Prentiss Harrell</u></p><p>(These Court Terms are set by the Judges and are subject to change each year.)</p><p><strong>Grand Jury Orientation</strong></p><p><strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Jefferson Davis County Sheriff\'s Office</strong></p><p><u>Ron Strictland, Sheriff</u><br> P. O. Box 339<br> Prentiss, MS 39474<br> (P) 601-792-5169</p><p><strong>Prentiss Police Department</strong></p><p><u>Joe Bullock, Chief</u><br> P. O. Box 1344<br> Prentiss, MS 39474<br> (P) 601-792-5198</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a> \r\n\r\n<strong>Assistant District Attorney</strong>\r\n \r\n<u>Lindsay Watts</u> \r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n \r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n \r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n \r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-02 01:21:25','2015-09-02 01:21:25','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6667,6,'2015-08-31 02:09:51','2015-08-31 02:09:51','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n \r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell\r\n</u> <i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo\r\n</u>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\n<u>Danny Reigel, Sheriff</u>\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\n<u>Frazier Bolton, Chief</u>\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\n<u>Elzey Cowart, Chief</u>\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\n<u>Preston Burhalter, Chief</u>\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\n<u>Chris Dungan, Chief</u>\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lauren Harless</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Larry Moore</u>\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Jeff Caillouet</u>\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Shanna Ruhnke</u>\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-08-31 02:09:51','2015-08-31 02:09:51','',6000,'http://da15thdistrict.org/6000-revision-v1/',0,'revision','',0),(6684,6,'2015-09-18 04:22:43','2015-09-18 04:22:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Lamar</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>1st Monday of February, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n<i>Grand Jury to be impaneled</i>\n\n<strong>2nd Monday of March, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>4th Tuesday of April, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of June, three (3) weeks</strong>\n\nJudge Tony Mozingo\n<em>Grand Jury to be impaneled</em>\n\n<strong>5th Monday of July, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Tuesday of September, four (4) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>4th Monday of October, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\n\n<strong>Lamar County Sheriff\'s Office</strong>\n\nDanny Reigel, Sheriff\nP. O. Box 352\nPurvis, MS 39475\n(P) 601-794-1005\n\n<strong>Hattiesburg Police Department</strong>\n\nAnthony Parker, Chief\n#1 Government Plaza\nHattiesburg, MS 39402\n(P) 601-544-7900\n\n<strong>Lumberton Police Department</strong>\n\nElzey Cowart, Chief\nP. O. Box 211\nLumberton, MS 39455\n(P) 601-796-8891\n\n<strong>Purvis Police Department</strong>\n\nJoey Walker, Chief\nP. O. Box 308\nPurvis, MS 39475\n(P) 601-794-6512\n\n<strong>Sumrall Police Department</strong>\n\nChris Dungan, Chief\nP. O. Box 247\nSumrall, MS 39482\n(P) 601-758-3531\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Assistant District Attorney</strong>\n\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\nAssigned to county cases.\n\n<strong>Assistant District Attorney</strong>\n\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\nAssigned to city cases.\n\n<strong>Investigator</strong>\n\nLarry Moore\nAssigned to county and city cases.\n\n<strong>Victim Assistance</strong>\n\nJeff Caillouet\nProvides services and assistance to victims.\n\n<strong>Litigation Support</strong>\n\nShanna Ruhnke\nProvides litigation support to prosecutors.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-autosave-v1','','','2015-09-18 04:22:43','2015-09-18 04:22:43','',6000,'http://da15thdistrict.org/6000-autosave-v1/',0,'revision','',0),(6830,6,'2015-09-18 04:38:45','2015-09-18 04:38:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Lawrence</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>4th Monday of April, two (2) weeks</strong>\n\nJudge Tony Mozingo\n<i>Grand Jury to be impaneled</i>\n\n<strong>2nd Monday of June, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>4th Monday of October, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>1st Monday of December, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n<em>Grand Jury to be impaneled</em>\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\n\n<strong>Lawrence County Sheriff\'s Office</strong>\n\nJoel Thames, Sheriff\nP. O. Box 155\nMonticello, MS 39654\n(P) 601-587-2961\n\n<strong>Monticello Police Department</strong>\n\nDavid Stanley, Chief\nP. O. Drawer 100\nMonticello, MS 39654\n(P) 601-587-7732\n\n<strong>New Hebron Police Department</strong>\n\nGeorge Walker, Chief\nP. O. Box 251\nNew Hebron, MS 39140\n(P) 601-694-2115 (City Hall)\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Assistant District Attorney</strong>\n\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\nAssigned to city cases.\n\n<strong>Investigator</strong>\n\nDarrell Perkins\nAssigned to county cases.\n\n<strong>Victim Assistance</strong>\n\nAnita Sumrall\nProvides services and assistance to victims.\n(P) 601-403-2356.\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\n\n<strong>Litigation Support</strong>\n\nCarolyn Arinder\nProvides litigation support to prosecutors.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-autosave-v1','','','2015-09-18 04:38:45','2015-09-18 04:38:45','',6003,'http://da15thdistrict.org/6003-autosave-v1/',0,'revision','',0),(6669,6,'2015-08-31 02:20:45','2015-08-31 02:20:45','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid ##0039a3\" allowfullscreen=\"\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>4th Monday of February, two (2) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of April, two (2) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of May, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p><strong>2nd Monday of July, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of August, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>1st Monday of October, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\n<u>Berkley Hall, Sheriff</u>\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\n<u>Clint McMurry, Chief</u>\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a><br> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Darrell Perkins</u><br> Assigned to county cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br> Assigned to city cases.</p>\r\n<p><strong>Victim Assistance Coordinator</strong></p>\r\n<p><u>Jeff Caillouet</u><br> Provides services and assistance to victims.</p>\r\n<p><strong>Bad Checks & Pretrial Administrator</strong>\r\n<p><u>Tabitha Nelson</u><br> Handles the Bad Checks and Pretrial programs.</p>\r\n<p><strong>Administrative Assistant & Litigation Support</strong></p>\r\n<p><u>Kimberly Purvis</u><br> Administrative assistant to the District Attorney and provides litigation support to prosecutors.</p>\r\n<p><strong>Office Manager</strong></p>\r\n<p><u>Jacqueline McGee</u><br> Office Manager for the 15th District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-31 02:20:45','2015-08-31 02:20:45','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6670,6,'2015-08-31 02:22:22','2015-08-31 02:22:22','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" style=\"border:7px solid #0039a3\" allowfullscreen=\"\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>4th Monday of February, two (2) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of April, two (2) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of May, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p><strong>2nd Monday of July, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of August, four (4) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>1st Monday of October, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u><br> <em>Grand Jury to be impaneled</em></p>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\n<u>Berkley Hall, Sheriff</u>\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\n<u>Clint McMurry, Chief</u>\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a><br> Assigned to county cases.</p>\r\n<p><strong>Assistant District Attorney</strong></p>\r\n<p><u>Kim Harlin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a><br> Assigned to city cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Darrell Perkins</u><br> Assigned to county cases.</p>\r\n<p><strong>Investigator</strong></p>\r\n<p><u>Larry Moore</u><br> Assigned to city cases.</p>\r\n<p><strong>Victim Assistance Coordinator</strong></p>\r\n<p><u>Jeff Caillouet</u><br> Provides services and assistance to victims.</p>\r\n<p><strong>Bad Checks & Pretrial Administrator</strong>\r\n<p><u>Tabitha Nelson</u><br> Handles the Bad Checks and Pretrial programs.</p>\r\n<p><strong>Administrative Assistant & Litigation Support</strong></p>\r\n<p><u>Kimberly Purvis</u><br> Administrative assistant to the District Attorney and provides litigation support to prosecutors.</p>\r\n<p><strong>Office Manager</strong></p>\r\n<p><u>Jacqueline McGee</u><br> Office Manager for the 15th District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-08-31 02:22:22','2015-08-31 02:22:22','',6006,'http://da15thdistrict.org/6006-revision-v1/',0,'revision','',0),(6671,6,'2015-08-31 02:25:21','2015-08-31 02:25:21','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/20-ways-to-avoid-being-swindled/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-08-31 02:25:21','2015-08-31 02:25:21','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6675,6,'2015-08-31 02:32:51','2015-08-31 02:32:51','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong style=\"color: #0039a3;\">VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color:#cc0000;\">Staci Kramer</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:skramer@da15thdistrict.org\">skramer@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-08-31 02:32:51','2015-08-31 02:32:51','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6678,6,'2015-09-01 06:23:13','2015-09-01 06:23:13','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_2.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-01 06:23:13','2015-09-01 06:23:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6681,6,'2015-09-01 06:45:56','2015-09-01 06:45:56','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-thumbnail wp-image-2739\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\" alt=\"JEFFERSON DAVIS\" width=\"150\" height=\"150\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-01 06:45:56','2015-09-01 06:45:56','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6680,6,'2015-09-01 06:45:05','2015-09-01 06:45:05','','Hal_hero_3','','inherit','closed','closed','','hal_hero_3','','','2015-09-01 06:45:05','2015-09-01 06:45:05','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg',0,'attachment','image/jpeg',0),(6835,6,'2015-09-03 18:18:42','2015-09-03 18:18:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of May, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of July, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of August, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nCharles Fazende, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMicheal Horan <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-09-03 18:18:42','2015-09-03 18:18:42','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6682,6,'2015-09-02 01:15:06','2015-09-02 01:15:06','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>2nd Monday of January, three (3) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u><br /> <i>Grand Jury to be impaneled</i></p>\r\n<p><strong>4th Monday of February, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of April, three (3) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of May, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p><strong>1st Monday of July, three (3) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>3rd Monday of August, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u><br /> <i>Grand Jury to be impaneled</i></p>\r\n<p><strong>1st Monday of October, three (3) weeks</strong></p>\r\n<p><u>Judge Tony Mozingo</u></p>\r\n<p><strong>2nd Monday of November, three (3) weeks</strong></p>\r\n<p><u>Judge Prentiss Harrell</u></p>\r\n<p>(These Court Terms are set by the Judges and are subject to change each year.)</p>\r\n<p><strong>Grand Jury Orientation</strong></p>\r\n<p><strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<p>\r\n<strong>Pearl River County Sheriff\'s Office</strong></p>\r\n<p><u>David Allison, Sheriff</u><br />\r\n200 South Main<br />\r\nPoplarville, MS 39470<br />\r\n(P) 601-403-2341<br />\r\n(P) 601-795-2241<br />\r\n(P) 601-798-8980</p>\r\n<p><strong>Poplarville Police Department</strong></p>\r\n<p><u>Charles Fazende, Chief</u><br />\r\n200 Hwy 26 East<br />\r\nPoplarville, MS 39470<br />\r\n(P) 601-792-5198</p>\r\n<p><strong>Picayune Police Department</strong></p>\r\n<p><u>Bryan Dawsey, Chief</u><br />\r\n328 South Main Street<br />\r\nPicayune, MS 39466<br />\r\n(P) 601-798-7411</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Micheal Horan</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.<br>\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Clay Cranford</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.<br>\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lisa McGloflin</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.<br>\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Kelvin Stanford</u>\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.<br>\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Anita Sumrall</u>\r\nProvides services and assistance to victims.<br>\r\n(P) 601-403-2356<br>\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n<u>Tabitha Nelson</u><br>\r\nHandles the Bad Checks and Pretrial programs.<br>\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Jeanna Richie</u>\r\nProvides litigation support to prosecutors.<br>\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Michelle Pittman</u>\r\nProvides litigation support to prosecutors.<br>\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#2b55a2\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc3333\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p>\r\n</p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2015-09-02 01:15:06','2015-09-02 01:15:06','',6009,'http://da15thdistrict.org/6009-revision-v1/',0,'revision','',0),(6702,6,'2015-09-02 05:15:05','2015-09-02 05:15:05','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong>\r\n\r\n<strong>Office:</strong> 601-731-1476\r\n\r\n<strong>Checks:</strong> 601-736-2164\r\n\r\n<strong>Fax:</strong> 601-731-1489\r\n\r\n<strong>E-Mail:</strong> <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 05:15:05','2015-09-02 05:15:05','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6687,6,'2015-09-02 01:52:34','2015-09-02 01:52:34','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"300\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 01:52:34','2015-09-02 01:52:34','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6689,6,'2015-09-02 04:03:32','2015-09-02 04:03:32','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"450\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:03:32','2015-09-02 04:03:32','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6688,6,'2015-09-02 04:02:27','2015-09-02 04:02:27','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"300\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\".wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:02:27','2015-09-02 04:02:27','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6691,6,'2015-09-02 04:07:21','2015-09-02 04:07:21','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:07:21','2015-09-02 04:07:21','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6690,6,'2015-09-02 04:06:16','2015-09-02 04:06:16','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_before=\".wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:06:16','2015-09-02 04:06:16','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6692,6,'2015-09-02 04:10:54','2015-09-02 04:10:54','[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_css_main_element=\".wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:10:54','2015-09-02 04:10:54','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6693,6,'2015-09-02 04:11:36','2015-09-02 04:11:36','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:11:36','2015-09-02 04:11:36','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6694,6,'2015-09-02 04:17:53','2015-09-02 04:17:53','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:17:53','2015-09-02 04:17:53','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6696,6,'2015-09-02 04:19:37','2015-09-02 04:19:37','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:19:37','2015-09-02 04:19:37','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6695,6,'2015-09-02 04:18:41','2015-09-02 04:18:41','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:18:41','2015-09-02 04:18:41','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6698,6,'2015-09-02 05:15:01','2015-09-02 05:15:01','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Contact Us</h1>\n<hr>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n<p>Location and Info</p><hr>\n\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Office of the District Attorney<br>\n500 Courthouse Square, Suite 3<br>\nColumbia, MS 39429</strong>\n\n<strong>Office:</strong> 601-731-1476\n\n<strong>Checks:</strong> 601-736-2164\n\n<strong>Fax:</strong> 601-731-1489\n\n<strong>E-Mail:</strong> <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n<p>Contact Form</p><hr>\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-autosave-v1','','','2015-09-02 05:15:01','2015-09-02 05:15:01','',5993,'http://da15thdistrict.org/5993-autosave-v1/',0,'revision','',0),(6699,6,'2015-09-02 04:53:48','2015-09-02 04:53:48','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:53:48','2015-09-02 04:53:48','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6697,6,'2015-09-02 04:43:29','2015-09-02 04:43:29','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong><br>\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\".Send {||background-color: #ffffff;||border-color: #333333;||}\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 04:43:29','2015-09-02 04:43:29','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6700,6,'2015-09-02 05:11:54','2015-09-02 05:11:54','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong>\r\n\r\nOffice: 601-731-1476<br>\r\nChecks: 601-736-2164<br>\r\nFax: 601-731-1489<br>\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 05:11:54','2015-09-02 05:11:54','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (6701,6,'2015-09-02 05:13:00','2015-09-02 05:13:00','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border:7px solid #2b55a2\" \"=\"\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"400\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong>\r\n\r\nOffice: 601-731-1476\r\n\r\nChecks: 601-736-2164\r\n\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 05:13:00','2015-09-02 05:13:00','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6703,6,'2015-09-02 05:15:55','2015-09-02 05:15:55','[et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Contact Us</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Location and Info</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe width=\"470\" height=\"430\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" frameborder=\"0\" style=\"border: 7px solid rgb(43, 85, 162); border-image: none;\" \"=\"\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney<br>\r\n500 Courthouse Square, Suite 3<br>\r\nColumbia, MS 39429</strong>\r\n\r\n<strong>Office:</strong> 601-731-1476\r\n\r\n<strong>Checks:</strong> 601-736-2164\r\n\r\n<strong>Fax:</strong> 601-731-1489\r\n\r\n<strong>E-Mail:</strong> <a href=\"mailto:office@da15thdistrict.org\">office@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Form</p><hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[contact-form-7 id=\"204\" title=\"DA Contact Form\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2015-09-02 05:15:55','2015-09-02 05:15:55','',5993,'http://da15thdistrict.org/5993-revision-v1/',0,'revision','',0),(6706,6,'2015-09-02 06:03:09','2015-09-02 06:03:09','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-02 06:03:09','2015-09-02 06:03:09','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6704,6,'2015-09-02 05:58:05','2015-09-02 05:58:05','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-02 05:58:05','2015-09-02 05:58:05','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6705,6,'2015-09-02 06:00:36','2015-09-02 06:00:36','[et_pb_section fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg JEFFERSON DAVIS\"></a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-02 06:00:36','2015-09-02 06:00:36','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6707,6,'2015-09-02 06:30:43','2015-09-02 06:30:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]\r\n\r\n[faq]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 06:30:43','2015-09-02 06:30:43','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6709,6,'2015-09-02 06:39:48','2015-09-02 06:39:48','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 06:39:48','2015-09-02 06:39:48','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6725,6,'2015-09-03 00:55:35','2015-09-03 00:55:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul>\r\n<li>What does the victims assistance coordinator do?</li>\r\n<li>How long it take to get the case to trial?</li>\r\n<li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n<li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n<li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n<li>What about bad check cases?</li>\r\n<li>I have a complaint about a public official, who should I contact?</li>\r\n<li>Do I have to go to court?</li>\r\n<li>What is a subpoena?</li>\r\n<li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n<li>Can I bring a friend to court?</li>\r\n<li>What if I don\'t speak English?</li>\r\n<li>What is a domestic abuse protective order and how do I get one?</li>\r\n<li>What are hate crimes?</li>\r\n<li>What happens when I go to court?</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong></p>\r\n<p>Please select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-03 00:55:35','2015-09-03 00:55:35','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6710,6,'2015-09-02 07:07:16','2015-09-02 07:07:16','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li>HOW DO I CONTACT THE DISTRICT ATTORNEY\'S STAFF THAT WORKS IN MY COUNTY?</li>\r\n <li>WHAT TYPE OF CRIMES DOES THE DISTRICT ATTORNEY\'S OFFICE HANDLE?</li>\r\n <li>WHAT KINDS OF SENTENCES DO FELONY CRIMES CARRY?</li>\r\n <li></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 07:07:16','2015-09-02 07:07:16','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6711,6,'2015-09-02 08:43:10','2015-09-02 08:43:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>HOW DO I CONTACT THE DISTRICT ATTORNEY\'S STAFF THAT WORKS IN MY COUNTY?</li>\r\n <li>WHAT TYPE OF CRIMES DOES THE DISTRICT ATTORNEY\'S OFFICE HANDLE?</li>\r\n <li>WHO PROSECUTES MY CASE IF THE CRIME IS A MISDEMEANOR?</li>\r\n <li>WHAT KINDS OF SENTENCES DO FELONY CRIMES CARRY?</li>\r\n <li>IF THE JUDGE ORDERS RESTITUTION, WILL I GET IT ALL AT ONCE?</li>\r\n <li>DO I FILE MY FELONY CHARGES DIRECTLY WITH THE DISTRICT ATTORNEY\'S OFFICE</li>\r\n <li>I CALLED THE LAW ENFORCEMENT AGENCY THAT TOOK MY CASE AND THE PERSON I TALKED TO KNEW NOTHING ABOUT IT, WHAT SHOULD I DO?</li>\r\n <li>WHEN WILL MY CASE BE PRESENTED TO THE GRAND JURY?</li>\r\n <li>WILL I HAVE TO COME TESTIFY BEFORE THE GRAND JURY?</li>\r\n <li>IF THE DEFENDANT DOES NOT PLEA GUILTY WILL I HAVE TO COME TO THE TRIAL TO TESTIFY?</li>\r\n <li>IF I HAVE A RAPE EXAM DONE, WILL I HAVE TO PAY THE BILL IF I DO NOT HAVE INSURANCE?</li>\r\n <li>WILL I HAVE SOME SAY ABOUT THE DEFENDANTS SENTENCE?</li>\r\n <li>CAN I SUE THE DEFENDANT IN CIVIL COURT?</li>\r\n <li>I AM A DEFENDANT, CAN I TALK TO THE D.A. ABOUT MY CASE?</li>\r\n <li>CAN I GET MY STOLEN PROPERTY BACK FROM THE LAW ENFORCEMENT AGENCY?</li>\r\n <li>IF I AM THE VICTIM IN A CASE CAN I DROP THE CHARGES?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 08:43:10','2015-09-02 08:43:10','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6712,6,'2015-09-02 08:44:49','2015-09-02 08:44:49','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>HOW DO I CONTACT THE DISTRICT ATTORNEY\'S STAFF THAT WORKS IN MY COUNTY?</li>\r\n <li>WHAT TYPE OF CRIMES DOES THE DISTRICT ATTORNEY\'S OFFICE HANDLE?</li>\r\n <li>WHO PROSECUTES MY CASE IF THE CRIME IS A MISDEMEANOR?</li>\r\n <li>WHAT KINDS OF SENTENCES DO FELONY CRIMES CARRY?</li>\r\n <li>IF THE JUDGE ORDERS RESTITUTION, WILL I GET IT ALL AT ONCE?</li>\r\n <li>DO I FILE MY FELONY CHARGES DIRECTLY WITH THE DISTRICT ATTORNEY\'S OFFICE</li>\r\n <li>I CALLED THE LAW ENFORCEMENT AGENCY THAT TOOK MY CASE AND THE PERSON I TALKED TO KNEW NOTHING ABOUT IT, WHAT SHOULD I DO?</li>\r\n <li>WHEN WILL MY CASE BE PRESENTED TO THE GRAND JURY?</li>\r\n <li>WILL I HAVE TO COME TESTIFY BEFORE THE GRAND JURY?</li>\r\n <li>IF THE DEFENDANT DOES NOT PLEA GUILTY WILL I HAVE TO COME TO THE TRIAL TO TESTIFY?</li>\r\n <li>IF I HAVE A RAPE EXAM DONE, WILL I HAVE TO PAY THE BILL IF I DO NOT HAVE INSURANCE?</li>\r\n <li>WILL I HAVE SOME SAY ABOUT THE DEFENDANTS SENTENCE?</li>\r\n <li>CAN I SUE THE DEFENDANT IN CIVIL COURT?</li>\r\n <li>I AM A DEFENDANT, CAN I TALK TO THE D.A. ABOUT MY CASE?</li>\r\n <li>CAN I GET MY STOLEN PROPERTY BACK FROM THE LAW ENFORCEMENT AGENCY?</li>\r\n <li>IF I AM THE VICTIM IN A CASE CAN I DROP THE CHARGES?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 08:44:49','2015-09-02 08:44:49','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6713,6,'2015-09-02 08:47:44','2015-09-02 08:47:44','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>WHAT TYPE OF CRIMES DOES THE DISTRICT ATTORNEY\'S OFFICE HANDLE?</li>\r\n <li>WHO PROSECUTES MY CASE IF THE CRIME IS A MISDEMEANOR?</li>\r\n <li>WHAT KINDS OF SENTENCES DO FELONY CRIMES CARRY?</li>\r\n <li>IF THE JUDGE ORDERS RESTITUTION, WILL I GET IT ALL AT ONCE?</li>\r\n <li>DO I FILE MY FELONY CHARGES DIRECTLY WITH THE DISTRICT ATTORNEY\'S OFFICE</li>\r\n <li>I CALLED THE LAW ENFORCEMENT AGENCY THAT TOOK MY CASE AND THE PERSON I TALKED TO KNEW NOTHING ABOUT IT, WHAT SHOULD I DO?</li>\r\n <li>WHEN WILL MY CASE BE PRESENTED TO THE GRAND JURY?</li>\r\n <li>WILL I HAVE TO COME TESTIFY BEFORE THE GRAND JURY?</li>\r\n <li>IF THE DEFENDANT DOES NOT PLEA GUILTY WILL I HAVE TO COME TO THE TRIAL TO TESTIFY?</li>\r\n <li>IF I HAVE A RAPE EXAM DONE, WILL I HAVE TO PAY THE BILL IF I DO NOT HAVE INSURANCE?</li>\r\n <li>WILL I HAVE SOME SAY ABOUT THE DEFENDANTS SENTENCE?</li>\r\n <li>CAN I SUE THE DEFENDANT IN CIVIL COURT?</li>\r\n <li>I AM A DEFENDANT, CAN I TALK TO THE D.A. ABOUT MY CASE?</li>\r\n <li>CAN I GET MY STOLEN PROPERTY BACK FROM THE LAW ENFORCEMENT AGENCY?</li>\r\n <li>IF I AM THE VICTIM IN A CASE CAN I DROP THE CHARGES?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 08:47:44','2015-09-02 08:47:44','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6714,6,'2015-09-02 09:02:50','2015-09-02 09:02:50','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:02:50','2015-09-02 09:02:50','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6715,6,'2015-09-02 09:18:05','2015-09-02 09:18:05','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li>What does the victims assistance coordinator do?</li>\r\n <li>How long it take to get the case to trial?</li>\r\n <li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n <li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n <li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n <li>What about bad check cases?</li>\r\n <li>I have a complaint about a public official, who should I contact?</li>\r\n <li>Do I have to go to court?</li>\r\n <li>What is a subpoena?</li>\r\n <li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n <li>Can I bring a friend to court?</li>\r\n <li>What if I don\'t speak English?</li>\r\n <li>What is a domestic abuse protective order and how do I get one?</li>\r\n <li>What are hate crimes?</li>\r\n <li>What happens when I go to court?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:18:05','2015-09-02 09:18:05','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6716,6,'2015-09-02 09:18:43','2015-09-02 09:18:43','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li>What does the victims assistance coordinator do?</li>\r\n <li>How long it take to get the case to trial?</li>\r\n <li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n <li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n <li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n <li>What about bad check cases?</li>\r\n <li>I have a complaint about a public official, who should I contact?</li>\r\n <li>Do I have to go to court?</li>\r\n <li>What is a subpoena?</li>\r\n <li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n <li>Can I bring a friend to court?</li>\r\n <li>What if I don\'t speak English?</li>\r\n <li>What is a domestic abuse protective order and how do I get one?</li>\r\n <li>What are hate crimes?</li>\r\n <li>What happens when I go to court?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:18:43','2015-09-02 09:18:43','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6717,6,'2015-09-02 09:19:40','2015-09-02 09:19:40','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<ul>\r\n <li>What does the victims assistance coordinator do?</li>\r\n <li>How long it take to get the case to trial?</li>\r\n <li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n <li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n <li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n <li>What about bad check cases?</li>\r\n <li>I have a complaint about a public official, who should I contact?</li>\r\n <li>Do I have to go to court?</li>\r\n <li>What is a subpoena?</li>\r\n <li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n <li>Can I bring a friend to court?</li>\r\n <li>What if I don\'t speak English?</li>\r\n <li>What is a domestic abuse protective order and how do I get one?</li>\r\n <li>What are hate crimes?</li>\r\n <li>What happens when I go to court?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:19:40','2015-09-02 09:19:40','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6718,6,'2015-09-02 09:40:34','2015-09-02 09:40:34','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li>How do I contact the district attorney\'s staff that works in my county?</li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\"]\r\n<ul>\r\n <li>What does the victims assistance coordinator do?</li>\r\n <li>How long it take to get the case to trial?</li>\r\n <li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n <li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n <li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n <li>What about bad check cases?</li>\r\n <li>I have a complaint about a public official, who should I contact?</li>\r\n <li>Do I have to go to court?</li>\r\n <li>What is a subpoena?</li>\r\n <li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n <li>Can I bring a friend to court?</li>\r\n <li>What if I don\'t speak English?</li>\r\n <li>What is a domestic abuse protective order and how do I get one?</li>\r\n <li>What are hate crimes?</li>\r\n <li>What happens when I go to court?</li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:40:34','2015-09-02 09:40:34','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6719,6,'2015-09-02 09:49:23','2015-09-02 09:49:23','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul><li>How do I contact the district attorney\'s staff that works in my county?</li><li>What type of crimes does the district attorney\'s office handle?</li><li>Who prosecutes my case if the crime is a misdemeanor?</li><li>What kinds of sentences do felony crimes carry?</li><li>If the judge orders restitution, will I get it all at once?</li><li>Do I file my felony charges directly with the district attorney\'s office?</li><li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li><li>When will my case be presented to the grand jury?</li><li>Will I have to come testify before the grand jury?</li><li>If the defendant does not plea guilty will I have to come to the trial to testify?</li><li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li><li>Will I have some say about the defendants sentence?</li><li>Can I sue the defendant in civil court?</li><li>I am a defendant, can I talk to the district attorney about my case?</li><li>Can I get my stolen property back from the law enforcement agency?</li><li>If I am the victim in a case can I drop the charges?</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\"]\r\n\r\n<ul><li>What does the victims assistance coordinator do?</li><li>How long it take to get the case to trial?</li><li>Should I speak with the district attorney or the assistant district attorney about my case?</li><li>I called the district attorney\'s office, but no one was there, what should I do?</li><li>Can the district attorney\'s help me with my divorce or other civil case?</li><li>What about bad check cases?</li><li>I have a complaint about a public official, who should I contact?</li><li>Do I have to go to court?</li><li>What is a subpoena?</li><li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li><li>Can I bring a friend to court?</li><li>What if I don\'t speak English?</li><li>What is a domestic abuse protective order and how do I get one?</li><li>What are hate crimes?</li><li>What happens when I go to court?</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>How do I contact the district attorney’s staff that works in my county?</strong>\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis,</a> <a href=\"http://da15thdistrict.org/lamar/\">Lamar,</a> <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence,</a> <a href=\"http://da15thdistrict.org/marion-county/\">Marion,</a> <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:49:23','2015-09-02 09:49:23','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6720,6,'2015-09-02 09:51:10','2015-09-02 09:51:10','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul><li>How do I contact the district attorney\'s staff that works in my county?</li><li>What type of crimes does the district attorney\'s office handle?</li><li>Who prosecutes my case if the crime is a misdemeanor?</li><li>What kinds of sentences do felony crimes carry?</li><li>If the judge orders restitution, will I get it all at once?</li><li>Do I file my felony charges directly with the district attorney\'s office?</li><li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li><li>When will my case be presented to the grand jury?</li><li>Will I have to come testify before the grand jury?</li><li>If the defendant does not plea guilty will I have to come to the trial to testify?</li><li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li><li>Will I have some say about the defendants sentence?</li><li>Can I sue the defendant in civil court?</li><li>I am a defendant, can I talk to the district attorney about my case?</li><li>Can I get my stolen property back from the law enforcement agency?</li><li>If I am the victim in a case can I drop the charges?</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\"]\r\n\r\n<ul><li>What does the victims assistance coordinator do?</li><li>How long it take to get the case to trial?</li><li>Should I speak with the district attorney or the assistant district attorney about my case?</li><li>I called the district attorney\'s office, but no one was there, what should I do?</li><li>Can the district attorney\'s help me with my divorce or other civil case?</li><li>What about bad check cases?</li><li>I have a complaint about a public official, who should I contact?</li><li>Do I have to go to court?</li><li>What is a subpoena?</li><li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li><li>Can I bring a friend to court?</li><li>What if I don\'t speak English?</li><li>What is a domestic abuse protective order and how do I get one?</li><li>What are hate crimes?</li><li>What happens when I go to court?</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>How do I contact the district attorney’s staff that works in my county?</strong>\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 09:51:10','2015-09-02 09:51:10','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6721,6,'2015-09-02 10:04:05','2015-09-02 10:04:05','[et_pb_section][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li>What type of crimes does the district attorney\'s office handle?</li>\r\n <li>Who prosecutes my case if the crime is a misdemeanor?</li>\r\n <li>What kinds of sentences do felony crimes carry?</li>\r\n <li>If the judge orders restitution, will I get it all at once?</li>\r\n <li>Do I file my felony charges directly with the district attorney\'s office?</li>\r\n <li>I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</li>\r\n <li>When will my case be presented to the grand jury?</li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul><li>What does the victims assistance coordinator do?</li><li>How long it take to get the case to trial?</li><li>Should I speak with the district attorney or the assistant district attorney about my case?</li><li>I called the district attorney\'s office, but no one was there, what should I do?</li><li>Can the district attorney\'s help me with my divorce or other civil case?</li><li>What about bad check cases?</li><li>I have a complaint about a public official, who should I contact?</li><li>Do I have to go to court?</li><li>What is a subpoena?</li><li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li><li>Can I bring a friend to court?</li><li>What if I don\'t speak English?</li><li>What is a domestic abuse protective order and how do I get one?</li><li>What are hate crimes?</li><li>What happens when I go to court?</li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong></p>\r\n<p>Please select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 10:04:05','2015-09-02 10:04:05','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6722,6,'2015-09-02 23:26:14','2015-09-02 23:26:14','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\"http://da15thdistrict.org/faq-2/#typecrimes\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li>Will I have to come testify before the grand jury?</li>\r\n <li>If the defendant does not plea guilty will I have to come to the trial to testify?</li>\r\n <li>If I have a rape exam done, will I have to pay the bill if I do not have insurance?</li>\r\n <li>Will I have some say about the defendants sentence?</li>\r\n <li>Can I sue the defendant in civil court?</li>\r\n <li>I am a defendant, can I talk to the district attorney about my case?</li>\r\n <li>Can I get my stolen property back from the law enforcement agency?</li>\r\n <li>If I am the victim in a case can I drop the charges?</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul>\r\n<li>What does the victims assistance coordinator do?</li>\r\n<li>How long it take to get the case to trial?</li>\r\n<li>Should I speak with the district attorney or the assistant district attorney about my case?</li>\r\n<li>I called the district attorney\'s office, but no one was there, what should I do?</li>\r\n<li>Can the district attorney\'s help me with my divorce or other civil case?</li>\r\n<li>What about bad check cases?</li>\r\n<li>I have a complaint about a public official, who should I contact?</li>\r\n<li>Do I have to go to court?</li>\r\n<li>What is a subpoena?</li>\r\n<li>Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</li>\r\n<li>Can I bring a friend to court?</li>\r\n<li>What if I don\'t speak English?</li>\r\n<li>What is a domestic abuse protective order and how do I get one?</li>\r\n<li>What are hate crimes?</li>\r\n<li>What happens when I go to court?</li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-02 23:26:14','2015-09-02 23:26:14','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6726,6,'2015-09-03 01:32:29','2015-09-03 01:32:29','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n<li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/faq-2/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#badcheckcases\">What about bad check cases?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doihavetogotocourt\">Do I have to go to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#whatisasubpoena\">What is a subpoena?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#bringafriend\">Can I bring a friend to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#idontspeakenglish\">What if I don\'t speak English?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#hatecrimes\">What are hate crimes?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#happensatcourt\">What happens when I go to court?</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong></p>\r\n<p>Please select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-03 01:32:29','2015-09-03 01:32:29','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6727,6,'2015-09-03 01:52:53','2015-09-03 01:52:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#badcheckcases\">What about bad check cases?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doihavetogotocourt\">Do I have to go to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#whatisasubpoena\">What is a subpoena?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#bringafriend\">Can I bring a friend to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#idontspeakenglish\">What if I don\'t speak English?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#hatecrimes\">What are hate crimes?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/faq-2/#happensatcourt\">What happens when I go to court?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\r\n\r\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\r\n\r\nThere are two kinds of crimes:\r\n<ul>\r\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\r\n\r\nThe County or City Prosecuting Attorney.\r\n\r\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\r\n\r\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\r\nThere are four types of sentences judges generally give:\r\n<ol>\r\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\r\n\r\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\r\n\r\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\r\n\r\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-03 01:52:53','2015-09-03 01:52:53','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6728,6,'2015-09-18 03:45:45','2015-09-18 03:45:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Frequently Asked Questions</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\n<ul>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#suedefendant\">Can I sue the defendant in civil court?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\n</ul>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\n<ul>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#badcheckcases\">What about bad check cases?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetogotocourt\">Do I have to go to court?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whatisasubpoena\">What is a subpoena?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#bringafriend\">Can I bring a friend to court?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#idontspeakenglish\">What if I don\'t speak English?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#hatecrimes\">What are hate crimes?</a></li>\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#happensatcourt\">What happens when I go to court?</a></li>\n</ul>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\n\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a> | <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a> | <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> | <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River</a>\n\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\n\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\n\nThere are two kinds of crimes:\n<ul>\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\n</ul>\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\n\nThe County or City Prosecuting Attorney.\n\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\n\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\nThere are four types of sentences judges generally give:\n<ol>\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\n</ol>\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\n\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\n\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\n\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\n\n<strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong>\n\nGenerally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.\n\n<strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong>\n\nGenerally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\n\n<strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong>\n\nIt depends on the case. We try to avoid inconveniencing you, but you may have to come.\n\n<strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong>\n\nYes.\n\n<strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong>\n\n<i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.\n\n<strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong>\n\n<i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.\n\n<strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong>\n\n<i>Yes.</i>But, you must get a private attorney to file a civil suit.\n\n<strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong>\n\n<i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.\n\n<strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong>\n\n<i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\n\n<strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong>\n\nAll felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.\n\n<strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong>\n\nTo learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/?page_id=6493\">Victim Assistance Program</a>\n\n<strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong>\n\nThis depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.\n\n<strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong>\n\nThe assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.\n\n<strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong>\n\nSometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.\n\n<strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong>\n\n<i>No.</i>We can only do criminal cases.\n\n<strong id=\"badcheckcases\">What about bad check cases?</strong>\n\nPlease visit our <a href=\"http://da15thdistrict.org/?page_id=5950\">Economic Crime Unit</a> section to learn more about bad check cases.\n\n<strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong>\n\nIf it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.\n\n<strong id=\"doihavetogotocourt\">Do I have to go to court?</strong>\n\nIf you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.\n\n<strong id=\"whatisasubpoena\">What is a subpoena?</strong>\n\nA subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.\n\n<strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong>\n\nDefense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\n\n<strong id=\"bringafriend\">Can I bring a friend to court?</strong>\n\n<i>Yes.</i> You can bring a friend or family member for support.\n\n<strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong>\n\nCourt translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.\n\n<strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong>\n\nA Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.\n\n<strong id=\"hatecrimes\">What are hate crimes?</strong>\n\nHate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\n\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.\n\n<strong id=\"happensatcourt\">What happens when I go to court?</strong>\n\nBefore the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\n\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\n\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-autosave-v1','','','2015-09-18 03:45:45','2015-09-18 03:45:45','',6045,'http://da15thdistrict.org/6045-autosave-v1/',0,'revision','',0),(6729,6,'2015-09-03 06:31:47','2015-09-03 06:31:47','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul><li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li><li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#suedefendant\">Can I sue the defendant in civil court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul><li><a href=\"http://da15thdistrict.org/faq-2/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#howlongcasetrial\">How long it take to get the case to trial?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#badcheckcases\">What about bad check cases?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doihavetogotocourt\">Do I have to go to court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#whatisasubpoena\">What is a subpoena?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#bringafriend\">Can I bring a friend to court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#idontspeakenglish\">What if I don\'t speak English?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#hatecrimes\">What are hate crimes?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#happensatcourt\">What happens when I go to court?</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\r\n\r\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\r\n\r\nThere are two kinds of crimes:\r\n<ul>\r\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\r\n\r\nThe County or City Prosecuting Attorney.\r\n\r\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\r\n\r\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\r\nThere are four types of sentences judges generally give:\r\n<ol>\r\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\r\n\r\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\r\n\r\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\r\n\r\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\r\n\r\n<strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong>\r\n\r\nGenerally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.\r\n\r\n<strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong>\r\n\r\nGenerally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\r\n\r\n<strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong>\r\n\r\nIt depends on the case. We try to avoid inconveniencing you, but you may have to come.\r\n\r\n<strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong>\r\n\r\nYes.\r\n\r\n<strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong>\r\n\r\n<i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.\r\n\r\n<strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong>\r\n\r\n<i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.\r\n\r\n<strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong>\r\n\r\n<i>Yes.</i>But, you must get a private attorney to file a civil suit.\r\n\r\n<strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong>\r\n\r\n<i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.\r\n\r\n<strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong>\r\n\r\n<i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\r\n\r\n<strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong>\r\n\r\nAll felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.\r\n\r\n<strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong>\r\n\r\nTo learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/victim-assistance-program/\">Victim Assistance Program</a>\r\n\r\n<strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong>\r\n\r\nThis depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.\r\n\r\n<strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong>\r\n\r\nThe assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.\r\n\r\n<strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong>\r\n\r\nSometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.\r\n\r\n<strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong>\r\n\r\n<i>No.</i>We can only do criminal cases.\r\n\r\n<strong id=\"badcheckcases\">What about bad check cases?</strong>\r\n\r\nPlease visit our <a href=\"http://da15thdistrict.org/economic-crime-unit-2/\">Economic Crime Unit</a> section to learn more about bad check cases.\r\n\r\n<strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong>\r\n\r\nIf it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.\r\n\r\n<strong id=\"doihavetogotocourt\">Do I have to go to court?</strong>\r\n\r\nIf you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.\r\n\r\n<strong id=\"whatisasubpoena\">What is a subpoena?</strong>\r\n\r\nA subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.\r\n\r\n<strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong>\r\n\r\nDefense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\r\n\r\n<strong id=\"bringafriend\">Can I bring a friend to court?</strong>\r\n\r\n<i>Yes.</i>You can bring a friend or family member for support.\r\n\r\n<strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong>\r\n\r\nCourt translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.\r\n\r\n<strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong>\r\n\r\nA Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.\r\n\r\n<strong id=\"hatecrimes\">What are hate crimes?</strong>\r\n\r\nHate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\r\n\r\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.\r\n\r\n<strong id=\"happensatcourt\">What happens when I go to court?</strong>\r\n\r\nBefore the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\r\n\r\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\r\n\r\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-03 06:31:47','2015-09-03 06:31:47','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6730,6,'2015-09-03 06:34:37','2015-09-03 06:34:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul><li><a href=\"http://da15thdistrict.org/faq-2/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li><li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#whencasepresented\">When will my case be presented to the grand jury?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#suedefendant\">Can I sue the defendant in civil court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul><li><a href=\"http://da15thdistrict.org/faq-2/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#howlongcasetrial\">How long it take to get the case to trial?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#badcheckcases\">What about bad check cases?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doihavetogotocourt\">Do I have to go to court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#whatisasubpoena\">What is a subpoena?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#bringafriend\">Can I bring a friend to court?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#idontspeakenglish\">What if I don\'t speak English?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#hatecrimes\">What are hate crimes?</a></li><li><a href=\"http://da15thdistrict.org/faq-2/#happensatcourt\">What happens when I go to court?</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/jefferson-davis-2/\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/lamar/\">Lamar</a> | <a href=\"http://da15thdistrict.org/lawrence/\">Lawrence</a> | <a href=\"http://da15thdistrict.org/marion-county/\">Marion</a> | <a href=\"http://da15thdistrict.org/pearl-river-county/\">Pearl River</a>\r\n\r\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\r\n\r\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\r\n\r\nThere are two kinds of crimes:\r\n<ul>\r\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\r\n\r\nThe County or City Prosecuting Attorney.\r\n\r\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\r\n\r\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\r\nThere are four types of sentences judges generally give:\r\n<ol>\r\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\r\n\r\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\r\n\r\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\r\n\r\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\r\n\r\n<strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong>\r\n\r\nGenerally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.\r\n\r\n<strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong>\r\n\r\nGenerally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\r\n\r\n<strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong>\r\n\r\nIt depends on the case. We try to avoid inconveniencing you, but you may have to come.\r\n\r\n<strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong>\r\n\r\nYes.\r\n\r\n<strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong>\r\n\r\n<i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.\r\n\r\n<strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong>\r\n\r\n<i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.\r\n\r\n<strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong>\r\n\r\n<i>Yes.</i>But, you must get a private attorney to file a civil suit.\r\n\r\n<strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong>\r\n\r\n<i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.\r\n\r\n<strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong>\r\n\r\n<i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\r\n\r\n<strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong>\r\n\r\nAll felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.\r\n\r\n<strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong>\r\n\r\nTo learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/victim-assistance-program/\">Victim Assistance Program</a>\r\n\r\n<strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong>\r\n\r\nThis depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.\r\n\r\n<strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong>\r\n\r\nThe assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.\r\n\r\n<strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong>\r\n\r\nSometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.\r\n\r\n<strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong>\r\n\r\n<i>No.</i>We can only do criminal cases.\r\n\r\n<strong id=\"badcheckcases\">What about bad check cases?</strong>\r\n\r\nPlease visit our <a href=\"http://da15thdistrict.org/economic-crime-unit-2/\">Economic Crime Unit</a> section to learn more about bad check cases.\r\n\r\n<strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong>\r\n\r\nIf it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.\r\n\r\n<strong id=\"doihavetogotocourt\">Do I have to go to court?</strong>\r\n\r\nIf you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.\r\n\r\n<strong id=\"whatisasubpoena\">What is a subpoena?</strong>\r\n\r\nA subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.\r\n\r\n<strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong>\r\n\r\nDefense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\r\n\r\n<strong id=\"bringafriend\">Can I bring a friend to court?</strong>\r\n\r\n<i>Yes.</i> You can bring a friend or family member for support.\r\n\r\n<strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong>\r\n\r\nCourt translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.\r\n\r\n<strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong>\r\n\r\nA Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.\r\n\r\n<strong id=\"hatecrimes\">What are hate crimes?</strong>\r\n\r\nHate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\r\n\r\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.\r\n\r\n<strong id=\"happensatcourt\">What happens when I go to court?</strong>\r\n\r\nBefore the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\r\n\r\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\r\n\r\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-03 06:34:37','2015-09-03 06:34:37','',6045,'http://da15thdistrict.org/6045-revision-v1/',0,'revision','',0),(6731,6,'2015-09-03 06:36:18','2015-09-03 06:36:18',' ','','','publish','closed','closed','','6731','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6731',21,'nav_menu_item','',0),(6745,6,'2015-09-03 06:55:18','2015-09-03 06:55:18','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Victim Assistance Program</h1><hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\n\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n<p>Helpful Resources</p><hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>Please click on the links below for access to the information referenced in the list.</p>\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\n\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p><strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\n\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n<p>Coordinators</p><hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\n\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\n\n[/et_pb_text][et_pb_text admin_label=\"Staci Kramer\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<h3 style=\"color: rgb(204, 0, 0);\">Anita Sumrall</h3>\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\n\n<strong>MAIN OFFICE</strong>\nP. O. Box 584\nPoplarville, MS 39470\nPhone: 601-403-2356\n\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\n\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-autosave-v1','','','2015-09-03 06:55:18','2015-09-03 06:55:18','',6493,'http://da15thdistrict.org/6493-autosave-v1/',0,'revision','',0),(6746,6,'2015-09-03 06:55:40','2015-09-03 06:55:40','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/victim-rights/\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: rgb(204, 0, 0);\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-09-03 06:55:40','2015-09-03 06:55:40','',6493,'http://da15thdistrict.org/6493-revision-v1/',0,'revision','',0),(6747,6,'2015-09-03 06:59:09','2015-09-03 06:59:09','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p><strong>In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</strong></p>\r\n\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<p style=\"color: rgb(0, 57, 163);\">These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</p>\r\n<p><strong>In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed</strong> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a><strong>, which will be provided to the victim by the law enforcement agency investigating the case.</strong></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-09-03 06:59:09','2015-09-03 06:59:09','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6748,6,'2015-09-03 07:00:16','2015-09-03 07:00:16','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Victim Rights HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Your Rights as a Victim</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Victim Rights Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p><strong>In order \"to ensure the fair and compassionate treatment of victims of crime, to increase the effectiveness of the criminal justice system by affording rights and considerations to the victims of crime, and to preserve and protect victims\' rights to justice and fairness in the criminal justice system,\" the State of Mississippi guarantees certain rights to victims of violent crimes. Victims of felonies involving physical violence, the threat of physical injury, a sexual offense, or any offense involving spousal abuse or domestic violence are entitled to the following:</strong></p>\r\n\r\n<ul>\r\n <li>Information from the law enforcement agency responsible for your case regarding emergency and crisis referrals, the availability of victims\' compensation, the officer\'s name and agency contact information, the procedural steps of a criminal prosecution, the rights authorized by the Mississippi Constitution, including a <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victims\' Rights form</a>, the existence of and eligibility requirements for restitution, a recommended procedure if the victim is subjected to threats or intimidation, and the name and telephone number of the office of the prosecuting attorney to contact for further information.</li>\r\n <li>To be notified of all charges filed against the defendant, and any criminal proceedings, other than initial appearances, as soon as practicable.</li>\r\n <li>An opportunity to speak with the prosecutor prior to the beginning of the trial, including the expression of the views of the victim regarding a nolle prosse, reduction of charge, sentence recommendation, and pre-trial diversion programs.</li>\r\n <li>To a final disposition of the criminal proceeding free from unreasonable delay.</li>\r\n <li>To be present at all criminal proceedings.</li>\r\n <li>To have a separate waiting area from and minimal contact with the defendant, the defendant\'s relatives, and defense witnesses.</li>\r\n <li>to have the prosecutor petition the court that you or any other witnesses not be compelled to testify at any pre-trial proceedings or at trial to any facts concerning identity, residence, or place of employment that could cause a danger to those who have been threatened or intimidated.</li>\r\n <li>to be notified of the date of conviction, acquittal, or dismissal of the charges filed against the defendant. If the defendant is convicted, the victim shall be notified of the existence and function of the pre-sentence report, the name, address, and telephone number of the office which is preparing the pre-sentence report, the right to make a victim impact statement, the right of the defendant to review the pre-sentence report, if the court orders restitution, the right to pursue collection of the restitution.</li>\r\n <li>to submit a written victim impact statement or make an oral victim impact statement to the probation officer for use in preparing a pre-sentence report.</li>\r\n <li>to be notified of the sentence imposed on the defendant as soon as practicable.</li>\r\n <li>to be given by the Attorney General\'s Office or the District Attorney\'s Office the status of any post-conviction court review or appellate proceeding within five business days after the status is known.</li>\r\n <li>to be notified by the sheriff or municipal jailer, upon request, of the release on bond of a defendant.</li>\r\n <li>to be notified, upon request, of the escape and return of the defendant/prisoner into custody.</li>\r\n <li>to present an impact statement or information that concerns the criminal offense or the sentence during any entry of a plea of guilty, sentencing, or restitution proceeding. The right of the victim to be heard may be exercised, where authorized by law, at the discretion of the victim, through an oral statement or submission of a written statement, or both.</li>\r\n <li>to have property taken during the course of an investigation returned to the victim as soon as possible, or to be notified by the law enforcement agency responsible for the investigation why the property will not be returned.</li>\r\n <li>to be notified, upon request, of the upcoming release of the prisoner fifteen days prior to the end/expiration or fifteen days prior to a medical release. If the prisoner dies while incarcerated, the victim shall be notified, upon request, of the death within fifteen days.</li>\r\n <li>to be notified that he or she can submit a written statement, or audio or video recording, which shall be entered into the prisoner\'s Department of Corrections records, and shall be considered during any review for community status of the prisoner prior to release of the prisoner.</li>\r\n <li>to be notified and allowed to submit a written or recorded statement when parole or pardon is considered.</li>\r\n <li>to testify in a criminal proceeding or participate in the reasonable preparation of criminal proceedings without loss of employment, intimidation, or threat or fear of the loss of employment.</li>\r\n</ul>\r\n<p><strong>These rights do not include the right to direct the prosecution of the case. The prosecutor will confer with the victim and consider the victim\'s wishes, but the prosecutor ultimately decides how a case should be handled.</strong></p>\r\n<p><strong>In order to assert the rights listed above, a victim must provide the appropriate prosecutor with a signed</strong> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\" target=\"_blank\">Request to Exercise Victim\'s Rights form</a><strong>, which will be provided to the victim by the law enforcement agency investigating the case.</strong></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Your Rights as a Victim','','inherit','closed','closed','','2871-revision-v1','','','2015-09-03 07:00:16','2015-09-03 07:00:16','',2871,'http://da15thdistrict.org/2871-revision-v1/',0,'revision','',0),(6749,6,'2015-09-03 07:08:34','2015-09-03 07:08:34','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Claycranford.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Kimharlin.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/LisaBeech.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lgwatts\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LINDSAY GREEN WATTS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\r\n \r\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class. \r\n\r\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\r\n\r\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/our-mission-statement/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-09-03 07:08:34','2015-09-03 07:08:34','',5947,'http://da15thdistrict.org/5947-revision-v1/',0,'revision','',0),(6751,2,'2015-09-03 07:13:41','2015-09-03 07:13:41','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Latest News</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]\r\n\r\n<span style=\"position: absolute; left: -10000px;\">The Grademiners Reddit forum seems to highlight the quality of service, but is it reliable? The firm <a href=\"https://www.reddit.com/r/EssayServicesReviewer/\">best online writing service reddit</a> offers 24 hour support for customers, however it is not well-known. The money-back guarantee is not without shortcomings. First of all, there is no way to be sure that you\'ll be reimbursed in the event that you\'re not satisfied with the purchase. Secondly, the service\'s customer support isn\'t always extremely responsive. It is possible to request an refund via email or SMS, but there is no guarantee.</span>','Latest News','','publish','open','open','','latest-news','','','2022-10-28 15:24:30','2022-10-28 15:24:30','',0,'http://da15thdistrict.org/?page_id=6751',0,'page','',0),(6752,6,'2015-09-03 07:13:41','2015-09-03 07:13:41','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"off\" show_comments=\"on\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:13:41','2015-09-03 07:13:41','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6753,6,'2015-09-03 07:37:00','2015-09-03 07:37:00','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0px\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Latest News</h1>\n<hr>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" admin_label=\"Section\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" /][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\n\n\n\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\n\n\n\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-autosave-v1','','','2015-09-03 07:37:00','2015-09-03 07:37:00','',6751,'http://da15thdistrict.org/6751-autosave-v1/',0,'revision','',0),(6754,6,'2015-09-03 07:16:42','2015-09-03 07:16:42','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"off\" show_comments=\"on\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:16:42','2015-09-03 07:16:42','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6755,6,'2015-09-03 07:18:29','2015-09-03 07:18:29','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0px\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:18:29','2015-09-03 07:18:29','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6756,6,'2015-09-03 07:24:15','2015-09-03 07:24:15','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0px\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:24:15','2015-09-03 07:24:15','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6760,6,'2015-09-03 07:38:26','2015-09-03 07:38:26','[et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:38:26','2015-09-03 07:38:26','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6759,6,'2015-09-03 07:37:30','2015-09-03 07:37:30','[et_pb_section fullwidth=\"on\" specialty=\"off\" admin_label=\"Section\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Latest News\" background_layout=\"light\" text_orientation=\"left\" header_fullscreen=\"off\" header_scroll_down=\"off\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\"]\r\n\r\n<hr>\r\n\r\n[/et_pb_fullwidth_header][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:37:30','2015-09-03 07:37:30','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6757,6,'2015-09-03 07:26:46','2015-09-03 07:26:46','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0px\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:26:46','2015-09-03 07:26:46','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6758,6,'2015-09-03 07:32:05','2015-09-03 07:32:05',' ','','','publish','closed','closed','','6758','','','2015-09-17 05:59:44','2015-09-17 05:59:44','',0,'http://da15thdistrict.org/?p=6758',5,'nav_menu_item','',0),(6761,6,'2015-09-03 07:41:18','2015-09-03 07:41:18','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:41:18','2015-09-03 07:41:18','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6762,6,'2015-09-03 07:42:01','2015-09-03 07:42:01','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2015-09-03 07:42:01','2015-09-03 07:42:01','',6751,'http://da15thdistrict.org/6751-revision-v1/',0,'revision','',0),(6763,6,'2015-09-03 09:25:42','2015-09-03 09:25:42','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2013/03/District-Map.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"186px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 09:25:42','2015-09-03 09:25:42','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6767,6,'2015-09-03 09:58:54','2015-09-03 09:58:54','','15thDistrictMap','','inherit','closed','closed','','15thdistrictmap','','','2015-09-03 09:58:54','2015-09-03 09:58:54','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png',0,'attachment','image/png',0),(6768,6,'2015-09-03 10:00:19','2015-09-03 10:00:19','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p>\r\n<p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<br />\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:00:19','2015-09-03 10:00:19','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6765,6,'2015-09-03 09:54:14','2015-09-03 09:54:14','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2739\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2739\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/jeffdaviscourt2-150x150.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"150\" height=\"150\" class=\"wp-image-2748 size-thumbnail\" alt=\"Lamer County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2749\" alt=\"LAWRENCE COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2627\" alt=\"Marion County\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"150\" height=\"150\" class=\"size-thumbnail wp-image-2670\" alt=\"PEARL RIVER COUNTY\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"200px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p>\r\n<p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<br />\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 09:54:14','2015-09-03 09:54:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6769,6,'2015-09-03 10:09:35','2015-09-03 10:09:35','','Jefferson_Davis_Court_160','JEFFERSON DAVIS','inherit','closed','closed','','jefferson_davis_court_160','','','2015-09-03 11:58:36','2015-09-03 11:58:36','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg',0,'attachment','image/jpeg',0),(6770,6,'2015-09-03 10:09:37','2015-09-03 10:09:37','','Lamar_Court_160','LAMAR','inherit','closed','closed','','lamar_court_160','','','2015-09-03 10:24:40','2015-09-03 10:24:40','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg',0,'attachment','image/jpeg',0),(6771,6,'2015-09-03 10:09:39','2015-09-03 10:09:39','','Lawrence_Court_160','','inherit','closed','closed','','lawrence_court_160','','','2015-09-03 10:09:39','2015-09-03 10:09:39','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg',0,'attachment','image/jpeg',0),(6772,6,'2015-09-03 10:09:41','2015-09-03 10:09:41','','Marion_Court_160','','inherit','closed','closed','','marion_court_160','','','2015-09-03 10:09:41','2015-09-03 10:09:41','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg',0,'attachment','image/jpeg',0),(6773,6,'2015-09-03 10:09:43','2015-09-03 10:09:43','','Pearl_River_Court_160','PEARL RIVER','inherit','closed','closed','','pearl_river_court_160','','','2015-09-03 10:28:32','2015-09-03 10:28:32','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg',0,'attachment','image/jpeg',0),(6775,6,'2015-09-03 10:28:47','2015-09-03 10:28:47','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:28:47','2015-09-03 10:28:47','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6774,6,'2015-09-03 10:21:43','2015-09-03 10:21:43','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2748\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-2748 size-thumbnail\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lamarcourt-150x150.jpg\" alt=\"Lamer County\" width=\"150\" height=\"150\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2749\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"size-thumbnail wp-image-2749\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/lawrencecourt-150x150.jpg\" alt=\"LAWRENCE COUNTY\" width=\"150\" height=\"150\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_2627\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"size-thumbnail wp-image-2627\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/marioncourt1-150x150.jpg\" alt=\"Marion County\" width=\"150\" height=\"150\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_2670\" align=\"aligncenter\" width=\"150\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"size-thumbnail wp-image-2670\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/popcourt2-150x150.jpg\" alt=\"PEARL RIVER COUNTY\" width=\"150\" height=\"150\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:21:43','2015-09-03 10:21:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6791,6,'2015-09-03 12:26:32','2015-09-03 12:26:32','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> <p>LAMAR</p> <p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:26:32','2015-09-03 12:26:32','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6776,6,'2015-09-03 10:47:48','2015-09-03 10:47:48','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"wp-image-6769 size-full\" alt=\"Jefferson_Davis_Court_160\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n[button class=\"btn\" link=\"http://da15thdistrict.org/jefferson-davis-2/\"]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:47:48','2015-09-03 10:47:48','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6778,6,'2015-09-03 10:56:37','2015-09-03 10:56:37','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:56:37','2015-09-03 10:56:37','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6777,6,'2015-09-03 10:52:47','2015-09-03 10:52:47','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[button link=\"http://da15thdistrict.org/jefferson-davis-2/\"] MORE INFO[/button]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 10:52:47','2015-09-03 10:52:47','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6782,6,'2015-09-03 11:47:46','2015-09-03 11:47:46','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n<span align=\"aligncenter\"><strong>JEFFERSON DAVIS</strong><a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"wp-image-6769 size-full\" alt=\"Jefferson_Davis_Court_160\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></span>\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:47:46','2015-09-03 11:47:46','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6779,6,'2015-09-03 11:37:29','2015-09-03 11:37:29','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:37:29','2015-09-03 11:37:29','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6780,6,'2015-09-03 11:39:43','2015-09-03 11:39:43','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<strong>JEFFERSON DAVIS</strong> <a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6769 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"Jefferson_Davis_Court_160\" width=\"160\" height=\"107\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a> [/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:39:43','2015-09-03 11:39:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6781,6,'2015-09-03 11:42:18','2015-09-03 11:42:18','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"wp-image-6769 size-full\" alt=\"Jefferson_Davis_Court_160\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a><strong>JEFFERSON DAVIS</strong> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a> [/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:42:18','2015-09-03 11:42:18','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6785,6,'2015-09-03 12:00:05','2015-09-03 12:00:05','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"JEFFERSON DAVIS\" width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n<a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:00:05','2015-09-03 12:00:05','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6783,6,'2015-09-03 11:54:30','2015-09-03 11:54:30','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n<span align=\"aligncenter\"><strong>JEFFERSON DAVIS</strong><a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"wp-image-6769 size-full\" alt=\"Jefferson_Davis_Court_160\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></span>\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR<a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:54:30','2015-09-03 11:54:30','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6784,6,'2015-09-03 11:55:55','2015-09-03 11:55:55','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n<span align=\"aligncenter\"><strong>JEFFERSON DAVIS</strong><a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"wp-image-6769 size-full\" alt=\"Jefferson_Davis_Court_160\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></span>\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n<a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 11:55:55','2015-09-03 11:55:55','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6786,6,'2015-09-03 12:07:21','2015-09-03 12:07:21','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR<a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:07:21','2015-09-03 12:07:21','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6787,6,'2015-09-03 12:08:49','2015-09-03 12:08:49','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:08:49','2015-09-03 12:08:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6795,6,'2015-09-03 12:44:20','2015-09-03 12:44:20','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR<br><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a><br>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:44:20','2015-09-03 12:44:20','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6788,6,'2015-09-03 12:11:05','2015-09-03 12:11:05','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-full wp-image-6769\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"JEFFERSON DAVIS\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAMAR <br /><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:11:05','2015-09-03 12:11:05','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6789,6,'2015-09-03 12:20:13','2015-09-03 12:20:13','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-full wp-image-6769\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"JEFFERSON DAVIS\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"] <span>LAMAR</span> <a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:20:13','2015-09-03 12:20:13','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6790,6,'2015-09-03 12:23:51','2015-09-03 12:23:51','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"] <p class=\"wp-caption-text\">LAMAR</p> <a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:23:51','2015-09-03 12:23:51','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6793,6,'2015-09-03 12:37:25','2015-09-03 12:37:25','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-full wp-image-6769\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"JEFFERSON DAVIS\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"] <p>LAMAR</p> <a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a><br /> [/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:37:25','2015-09-03 12:37:25','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6792,6,'2015-09-03 12:35:45','2015-09-03 12:35:45','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-full wp-image-6769\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\" alt=\"JEFFERSON DAVIS\" width=\"160\" height=\"107\" /></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a>LAMAR\r\n\r\n<a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>\r\n\r\n \r\n\r\n[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:35:45','2015-09-03 12:35:45','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6794,6,'2015-09-03 12:40:14','2015-09-03 12:40:14','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"] <p>LAMAR</p> <p><a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a></p> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a><br>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:40:14','2015-09-03 12:40:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6796,6,'2015-09-03 12:46:55','2015-09-03 12:46:55','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR<br><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a><br>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:46:55','2015-09-03 12:46:55','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6797,6,'2015-09-03 12:48:33','2015-09-03 12:48:33','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR<br><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a><br>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:48:33','2015-09-03 12:48:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6801,6,'2015-09-03 13:00:41','2015-09-03 13:00:41','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a><p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">LAMAR</a></p>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:00:41','2015-09-03 13:00:41','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6798,6,'2015-09-03 12:50:00','2015-09-03 12:50:00','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> <p><strong>LAMAR</strong></p><p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:50:00','2015-09-03 12:50:00','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6800,6,'2015-09-03 12:57:49','2015-09-03 12:57:49','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a><strong>LAMAR</strong>[/caption]<p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:57:49','2015-09-03 12:57:49','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6799,6,'2015-09-03 12:54:19','2015-09-03 12:54:19','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> <p><strong>LAMAR</strong></p><p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 12:54:19','2015-09-03 12:54:19','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6802,6,'2015-09-03 13:09:26','2015-09-03 13:09:26','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">LAMAR</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:09:26','2015-09-03 13:09:26','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6803,6,'2015-09-03 13:21:09','2015-09-03 13:21:09','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR [/caption]<p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:21:09','2015-09-03 13:21:09','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6804,6,'2015-09-03 13:32:37','2015-09-03 13:32:37','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"Lamar\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR [/caption]<p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:32:37','2015-09-03 13:32:37','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6805,6,'2015-09-03 13:37:40','2015-09-03 13:37:40','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6769\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"160\" height=\"107\" class=\"size-full wp-image-6769\" alt=\"JEFFERSON DAVIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Jefferson_Davis_Court_160.jpg\"></a> JEFFERSON DAVIS[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"Lamar\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a><p><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:37:40','2015-09-03 13:37:40','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6820,6,'2015-09-03 17:22:34','2015-09-03 17:22:34','','Lawrence_Court_165','<a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>','inherit','closed','closed','','lawrence_court_165','','','2015-09-03 17:23:10','2015-09-03 17:23:10','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg',0,'attachment','image/jpeg',0),(6809,6,'2015-09-03 14:08:58','2015-09-03 14:08:58','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6806\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"165\" height=\"135\" class=\"wp-image-6806 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_165.jpg\"></a><p><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"Lamar\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p>\r\n<p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 14:08:58','2015-09-03 14:08:58','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6807,6,'2015-09-03 13:59:43','2015-09-03 13:59:43','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6806\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6806 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_165.jpg\" alt=\"\" width=\"165\" height=\"135\" /></a><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"Lamar\" width=\"160\" height=\"107\" /></a><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>\r\n[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p>\r\n<p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 13:59:43','2015-09-03 13:59:43','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6808,6,'2015-09-03 14:03:55','2015-09-03 14:03:55','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6806\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img width=\"165\" height=\"135\" class=\"wp-image-6806 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_165.jpg\"></a><p><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img width=\"160\" height=\"107\" class=\"wp-image-6770 size-full\" alt=\"Lamar\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\"></a><a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>\r\n[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img width=\"160\" height=\"107\" class=\"wp-image-6771 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\"></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6772 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\"></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img width=\"160\" height=\"107\" class=\"wp-image-6773 size-full\" alt=\"\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\"></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\n<p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p>\r\n<p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n<li>We give legal advise to law enforcement agencies.</li>\r\n<li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n<li>We handle bad check cases.</li>\r\n<li>We provide assistance to victims of crime.</li>\r\n<li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n<hr />\r\n<ol>\r\n<li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n<li>We can not recommend an attorney or bail bondsman to you.</li>\r\n<li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n<li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n<li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<br />\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 14:03:55','2015-09-03 14:03:55','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6811,6,'2015-09-03 14:19:47','2015-09-03 14:19:47','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6810\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"size-full wp-image-6810\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_165.jpg\" alt=\"Jefferson Davis\" width=\"165\" height=\"145\" /></a> <p><a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a></p>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"Lamar\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 14:19:47','2015-09-03 14:19:47','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6818,6,'2015-09-03 17:22:30','2015-09-03 17:22:30','','Marion_Court_165','<a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>','inherit','closed','closed','','marion_court_165','','','2015-09-03 17:24:22','2015-09-03 17:24:22','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg',0,'attachment','image/jpeg',0),(6819,6,'2015-09-03 17:22:32','2015-09-03 17:22:32','','Pearl_River_Court_165','<a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>','inherit','closed','closed','','pearl_river_court_165','','','2015-09-03 17:26:02','2015-09-03 17:26:02','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg',0,'attachment','image/jpeg',0),(6813,6,'2015-09-03 16:08:10','2015-09-03 16:08:10','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6812\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6812 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1651.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"Lamar\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 16:08:10','2015-09-03 16:08:10','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6814,6,'2015-09-03 16:30:41','2015-09-03 16:30:41','','Jefferson_Davis_Court_165','<a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>','inherit','closed','closed','','jefferson_davis_court_165-3','','','2015-09-03 16:31:22','2015-09-03 16:31:22','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg',0,'attachment','image/jpeg',0),(6815,6,'2015-09-03 16:31:33','2015-09-03 16:31:33','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6770\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6770 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lamar_Court_160.jpg\" alt=\"Lamar\" width=\"160\" height=\"107\" /></a> LAMAR[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 16:31:33','2015-09-03 16:31:33','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6816,6,'2015-09-03 16:39:09','2015-09-03 16:39:09','','Lamar_Court_165','<a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>','inherit','closed','closed','','lamar_court_165','','','2015-09-03 16:39:31','2015-09-03 16:39:31','',5868,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg',0,'attachment','image/jpeg',0),(6817,6,'2015-09-03 16:39:58','2015-09-03 16:39:58','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6771\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6771 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Lawrence_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> LAWRENCE[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6772\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6772 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Marion_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> MARION[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6773\" align=\"aligncenter\" width=\"160\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6773 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/Pearl_River_Court_160.jpg\" alt=\"\" width=\"160\" height=\"107\" /></a> PEARL RIVER[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 16:39:58','2015-09-03 16:39:58','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6821,6,'2015-09-03 17:26:44','2015-09-03 17:26:44','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 17:26:44','2015-09-03 17:26:44','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6822,6,'2015-09-03 17:45:33','2015-09-03 17:45:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\n<u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\n<u>Joe Bullock, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lindsay Watts</u>\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:45:33','2015-09-03 17:45:33','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6823,6,'2015-09-18 03:59:57','2015-09-18 03:59:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n<h1>Jefferson Davis</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>1st Monday of February, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>3rd Monday of March, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n<i>Grand Jury to be impaneled</i>\n\n<strong>4th Monday of July, two (2) weeks</strong>\n\nJudge Tony Mozingo\n<i>Grand Jury to be impaneled</i>\n\n<strong>2nd Monday of September, three (3) weeks</strong>\n\nJudge Prentiss Harrell\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\n\nRon Strictland, Sheriff\nP. O. Box 339\nPrentiss, MS 39474\n(P) 601-792-5169\n\n<strong>Prentiss Police Department</strong>\n\nJoe Bullock, Chief\nP. O. Box 1344\nPrentiss, MS 39474\n(P) 601-792-5198\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nContact Info\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nOffice of the 15th District Attorney\n500 Courthouse Square, Suite 3\nColumbia, MS 39429\n\n(P) 601-731-1476\n(F) 601-731-1489\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\n\n<strong>Assistant District Attorney</strong>\n\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\n\n<strong>Assistant District Attorney</strong>\n\nLindsay Watts (<a href=\"http://da15thdistrict.org/?page_id=5947#lgwatts\">View Bio</a>)\n\n<strong>Investigator</strong>\n\nDarrell Perkins\n\n<strong>Victim Assistance</strong>\n\nAnita Sumrall\n\n<strong>Bad Checks/Pretrial</strong>\n\nTabitha Nelson\n\n<strong>Litigation Support</strong>\n\nCarolyn Arinder\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advise to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases.</li>\n <li>We provide assistance to victims of crime.</li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-autosave-v1','','','2015-09-18 03:59:57','2015-09-18 03:59:57','',5996,'http://da15thdistrict.org/5996-autosave-v1/',0,'revision','',0),(6895,6,'2015-09-18 04:00:16','2015-09-18 04:00:16','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts (<a href=\"http://da15thdistrict.org/?page_id=5947#lgwatts\">View Bio</a>)\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-18 04:00:16','2015-09-18 04:00:16','',5996,'http://da15thdistrict.org/?p=6895',0,'revision','',0),(6824,6,'2015-09-03 17:47:17','2015-09-03 17:47:17','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\n<u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\n<u>Joe Bullock, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lindsay Watts</u>\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:47:17','2015-09-03 17:47:17','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6828,6,'2015-09-03 17:54:59','2015-09-03 17:54:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:54:59','2015-09-03 17:54:59','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6827,6,'2015-09-03 17:53:57','2015-09-03 17:53:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<p><iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Circuit Court Terms</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Law Enforcement</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Contact Info</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Office of the 15th District Attorney<br /> 500 Courthouse Square, Suite 3<br /> Columbia, MS 39429</p><p>(P) 601-731-1476<br /> (F) 601-731-1489</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Staff Assigned</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:53:57','2015-09-03 17:53:57','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6825,6,'2015-09-03 17:48:34','2015-09-03 17:48:34','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\n<u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\n<u>Joe Bullock, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lindsay Watts</u>\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:48:34','2015-09-03 17:48:34','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6826,6,'2015-09-03 17:49:41','2015-09-03 17:49:41','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"center\" hide_on_mobile=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\n<u>Judge Tony Mozingo</u>\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\n<u>Judge Prentiss Harrell</u>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\">Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\n<u>Ron Strictland, Sheriff</u>\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\n<u>Joe Bullock, Chief</u>\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Morris Sweatt</u> <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<u>Lindsay Watts</u>\r\n\r\n<strong>Investigator</strong>\r\n\r\n<u>Darrell Perkins</u>\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\n<u>Anita Sumrall</u>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\n<u>Tabitha Nelson</u>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\n<u>Carolyn Arinder</u>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-03 17:49:41','2015-09-03 17:49:41','',5996,'http://da15thdistrict.org/5996-revision-v1/',0,'revision','',0),(6833,6,'2015-09-03 18:08:09','2015-09-03 18:08:09','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/grand-jury-orientation-2/\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nJoel Thames, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/assistant-district-attorneys-2/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/meet-the-district-attorney/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2015-09-03 18:08:09','2015-09-03 18:08:09','',6003,'http://da15thdistrict.org/6003-revision-v1/',0,'revision','',0),(6837,6,'2015-09-03 18:23:12','2015-09-03 18:23:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/20-ways-to-avoid-being-swindled/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-09-03 18:23:12','2015-09-03 18:23:12','',5944,'http://da15thdistrict.org/5944-revision-v1/',0,'revision','',0),(6838,6,'2015-09-03 19:48:14','2015-09-03 19:48:14','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/victim-assistance-program/\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#aa2020\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-03 19:48:14','2015-09-03 19:48:14','',5868,'http://da15thdistrict.org/5868-revision-v1/',0,'revision','',0),(6920,9,'2016-01-06 21:38:54','2016-01-06 21:38:54','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-01-06 21:38:54','2016-01-06 21:38:54','',6003,'http://da15thdistrict.org/?p=6920',0,'revision','',0),(6882,6,'2015-09-18 03:19:40','2015-09-18 03:19:40','','Clay_Portrait','','inherit','closed','closed','','clay_portrait','','','2015-09-18 03:19:40','2015-09-18 03:19:40','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg',0,'attachment','image/jpeg',0),(6883,6,'2015-09-18 03:20:23','2015-09-18 03:20:23','','Kim_Harlin_Portrait','','inherit','closed','closed','','kim_harlin_portrait','','','2015-09-18 03:20:23','2015-09-18 03:20:23','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg',0,'attachment','image/jpeg',0),(6884,6,'2015-09-18 03:20:43','2015-09-18 03:20:43','','Lisa_Beech_Portrait','','inherit','closed','closed','','lisa_beech_portrait','','','2015-09-18 03:20:43','2015-09-18 03:20:43','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg',0,'attachment','image/jpeg',0),(6885,6,'2015-09-18 03:21:15','2015-09-18 03:21:15','','Lindsay_portrait','','inherit','closed','closed','','lindsay_portrait','','','2015-09-18 03:21:15','2015-09-18 03:21:15','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Lindsay_portrait1.jpg',0,'attachment','image/jpeg',0),(6894,6,'2015-09-18 03:54:56','2015-09-18 03:54:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lgwatts\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lindsay_portrait1.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LINDSAY GREEN WATTS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\r\n\r\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class.\r\n\r\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\r\n\r\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-09-18 03:54:56','2015-09-18 03:54:56','',5947,'http://da15thdistrict.org/?p=6894',0,'revision','',0),(6886,6,'2015-09-18 03:21:50','2015-09-18 03:21:50','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\n<p>Upon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.</p>\r\n<p>Mr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\n<p>Mr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\n<p>Mr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.</p>\r\n<p>Prior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.</p>\r\n<p>He is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Corey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.</p>\r\n<p>Upon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#ktharlin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p>Kim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.</p>\r\n<p>Presently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.</p>\r\n<p>Kim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lbmcgloflin\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n</p>\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"#lgwatts\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lindsay_portrait1.jpg\"]\r\n\r\n</p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LINDSAY GREEN WATTS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\r\n \r\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class. \r\n\r\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\r\n\r\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2015-09-18 03:21:50','2015-09-18 03:21:50','',5947,'http://da15thdistrict.org/?p=6886',0,'revision','',0),(6887,6,'2015-09-18 03:23:48','2015-09-18 03:23:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Meet the District Attorney</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Hal Pic\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HAL-PHOTOS-2151.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" alt=\"Hal Kittrell District Attorney\" title_text=\"Hal Kittrell\" max_width=\"187px\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>Hal Kittrell</h2>\r\n<h4>District Attorney 15th Circuit Court</h4>\r\n<p>Hal Kittrell is the District Attorney of the 15th Circuit Court District, which comprises Jefferson Davis, Lamar, Lawrence, Marion, and Pearl River counties. He was appointed District Attorney by Governor Haley Barbour in January, 2007, and has subsequently been twice elected to the position. He served as an Assistant District Attorney for the 15th District for seven years prior to assuming the position of District Attorney.</p>\r\n<p>Mr. Kittrell received his Bachelor of Business Administration from the University of Mississippi in 1980. He received his Juris Doctorate from the University of Mississippi School of Law and was admitted to practice law in the State of Mississippi in 1984. He was engaged in the private practice of law for 16 years before joining the District Attorney\'s Office. During that time he served as the Informal Adjustment Officer for the Marion County Youth Court and also served as a part-time Marion County Public Defender.</p>\r\n<p>Mr. Kittrell is a Fellow of the Mississippi Bar Foundation. He has served on the Character and Fitness Committee of the Mississippi Board of Bar Admissions for the past 20 years and has previously served as a Commissioner of the Mississippi Bar and past president of the Marion County Bar Association. He presently serves on the Bench/Bar Liaison Committee and is a Section Officer for the Prosecutors Section of the Mississippi Bar and a former member of the Board of Directors of the Mississippi Prosecutors Association.</p>\r\n<p>Mr. Kittrell is an active member of First United Methodist Church of Columbia. He serves as Chairman of Administrative Council. He has formerly served as Chairman of Finance and Staff-Parish Relations.</p>\r\n<p>Mr. Kittrell is married with two step-daughters and seven grandchildren.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Hal is only as good as the team that supports him.\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Meet the Assistant District Attorneys\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"#cc0000\" button_border_color=\"#ffffff\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\n<p></p>\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Meet the District Attorney','','inherit','closed','closed','','6876-revision-v1','','','2015-09-18 03:23:48','2015-09-18 03:23:48','',6876,'http://da15thdistrict.org/?p=6887',0,'revision','',0),(6888,6,'2015-09-18 03:25:01','2015-09-18 03:25:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Our Mission</h1><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\n<ul>\r\n <li>The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice:</li>\r\n <li>To insure that felony crimes are professionally investigated and presented for prosecution, without regard to favor or bias;</li>\r\n <li>To counsel law enforcement in investigation, case preparation and presentation of the case in court;</li>\r\n <li>To protect and serve victims and their families in an honest, fair and compassionate manner;</li>\r\n <li>To advise and educate the public with respect to the operation of the criminal justice system and activities of the criminal element;</li>\r\n <li>This duty is to be performed in a spirit of excellence, maintaining the highest degree of ethics and professionalism.</li>\r\n</ul>\r\n<hr>\r\n<p>15th Circuit Court<br>District Attorney\'s Office </p>\r\n<h3>Hal Kittrell</h3>\r\n<p>District Attorney</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"on\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"20 Ways to Avoid Being Swindled\" button_url=\"http://da15thdistrict.org/?page_id=6444\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Our Mission Statement','','inherit','closed','closed','','5944-revision-v1','','','2015-09-18 03:25:01','2015-09-18 03:25:01','',5944,'http://da15thdistrict.org/?p=6888',0,'revision','',0),(7080,9,'2016-09-24 00:27:06','2016-09-24 00:27:06','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2016/09/20160923180405.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6>\r\nAffidavit of Service by mail is used when the demand letter is sent regular mail not certified.\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc0000;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/?page_id=2871\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2016-09-24 00:27:06','2016-09-24 00:27:06','',5950,'http://da15thdistrict.org/?p=7080',0,'revision','',0),(6889,6,'2015-09-18 03:27:43','2015-09-18 03:27:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Economic Crime Unit</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nForms</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\n<p>\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.</p>\r\n<p>Click <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\r\n<p><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\r\n<p>Each check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Complaint_form.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n\r\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6><p>Affidavit of Service by mail is used when the demand letter is sent regular mail not certified.<br> <a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\"></a></p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nRequirements to File</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3><strong style=\"color: #cc0000;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<p><strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.</p>\r\n<p><strong>2.</strong> All worthless checks must be stamped:<br>\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong></p>\r\n<p><strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.<br>\r\nFor example, checks stamped:</p>\r\n<ul>\r\n<li>Stop Payment</li>\r\n<li>Uncollected Funds</li>\r\n<li>Refer to Maker</li>\r\n<li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<p><strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:</p>\r\n<ul>\r\n<li>You have accepted partial payments on the check</li>\r\n<li>The check was postdated or you agreed to hold the check</li>\r\n<li>The check is payable to someone other than the complainant (two party check)</li>\r\n<li>The check was given in payment of a loan or on account</li>\r\n<li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<p><strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.</p>\r\n<p><strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.</p>\r\n<p><strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.</p>\r\n<p><strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.</p>\r\n<p><strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nChecklist</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:</p>\r\n<ul>\r\n<li>Original check</li>\r\n<li>Completed complaint form</li>\r\n<li>Affidavit of service by mail (if letter was sent out regular mail)<br />\r\n<strong>or</strong></li>\r\n<li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>\r\nMailing Address</p>\r\n<hr>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n15th District Attorney<br />\r\nEconomic Crime Unit<br />\r\n500 Courthouse Square, Suite #3<br />\r\nColumbia, MS 39429</p>\r\n<p>Contact personnel for the unit:<br />\r\nTabitha Nelson<br />\r\n601-736-2164</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\n<p>\r\nBad Check Sign</p>\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/?page_id=2871\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-revision-v1','','','2015-09-18 03:27:43','2015-09-18 03:27:43','',5950,'http://da15thdistrict.org/?p=6889',0,'revision','',0),(6890,6,'2015-09-18 03:30:30','2015-09-18 03:30:30','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Victim Assistance Program</h1><hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Our Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:</p><ul><li>crisis intervention</li><li>referrals to social service agencies</li><li>information about the criminal justice system</li><li>information on statuses of cases</li><li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li><li>assistance with Victim Impact Statement preparation and submission</li><li>court accompaniment</li><li>employer, school, and creditor intercession</li><li>provide a safe waiting area in the courthouse</li><li>sentence notification</li></ul>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Helpful Resources</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Please click on the links below for access to the information referenced in the list.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Victims\' Rights and Assistance</strong></p><ul><li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li><li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>Office of the Attorney General Links</strong></p><ul><li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li><li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li><li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li></ul>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p><strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong></p><p>This free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.</p><p>Please <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.</p>\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n<p>Coordinators</p><hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>Victim Assistance Coordinators have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.</p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3><p>Provides services and assistance to victims of crime in <strong>Lamar</strong> and <strong>Marion</strong> Counties.</p><p><strong>COLUMBIA OFFICE</strong><br> 500 Courthouse Square, #3<br> Columbia, MS 39429<br> Phone: 601-731-1476</p><p><strong>PURVIS OFFICE</strong><br> P. O. Box 1208<br> Purvis, MS 39475<br> Phone: 601-794-3510</p><p>E-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a></p>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h3 style=\"color: rgb(204, 0, 0);\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Lawrence,</strong><strong> Jefferson Davis</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>MAIN OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2015-09-18 03:30:30','2015-09-18 03:30:30','',6493,'http://da15thdistrict.org/?p=6890',0,'revision','',0),(6892,6,'2015-09-18 03:45:50','2015-09-18 03:45:50','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Frequently Asked Questions</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#badcheckcases\">What about bad check cases?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetogotocourt\">Do I have to go to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whatisasubpoena\">What is a subpoena?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#bringafriend\">Can I bring a friend to court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#idontspeakenglish\">What if I don\'t speak English?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#hatecrimes\">What are hate crimes?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#happensatcourt\">What happens when I go to court?</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong>\r\n\r\nPlease select your county to view contact information: <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a> | <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a> | <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> | <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River</a>\r\n\r\n<strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong>\r\n\r\nThe District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.\r\n\r\nThere are two kinds of crimes:\r\n<ul>\r\n <li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n <li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong>\r\n\r\nThe County or City Prosecuting Attorney.\r\n\r\n<strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong>\r\n\r\nThe District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.\r\nThere are four types of sentences judges generally give:\r\n<ol>\r\n <li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n <li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n <li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n <li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong>\r\n\r\nGenerally, restitution is paid in monthly installments from the Circuit Clerks office.\r\n\r\n<strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong>\r\n\r\n<em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.\r\n\r\n<strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong>\r\n\r\nGenerally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.\r\n\r\n<strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong>\r\n\r\nGenerally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.\r\n\r\n<strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong>\r\n\r\nIt depends on the case. We try to avoid inconveniencing you, but you may have to come.\r\n\r\n<strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong>\r\n\r\nYes.\r\n\r\n<strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong>\r\n\r\n<i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.\r\n\r\n<strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong>\r\n\r\n<i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.\r\n\r\n<strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong>\r\n\r\n<i>Yes.</i>But, you must get a private attorney to file a civil suit.\r\n\r\n<strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong>\r\n\r\n<i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.\r\n\r\n<strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong>\r\n\r\n<i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).\r\n\r\n<strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong>\r\n\r\nAll felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.\r\n\r\n<strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong>\r\n\r\nTo learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/?page_id=6493\">Victim Assistance Program</a>\r\n\r\n<strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong>\r\n\r\nThis depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.\r\n\r\n<strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong>\r\n\r\nThe assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.\r\n\r\n<strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong>\r\n\r\nSometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.\r\n\r\n<strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong>\r\n\r\n<i>No.</i>We can only do criminal cases.\r\n\r\n<strong id=\"badcheckcases\">What about bad check cases?</strong>\r\n\r\nPlease visit our <a href=\"http://da15thdistrict.org/?page_id=5950\">Economic Crime Unit</a> section to learn more about bad check cases.\r\n\r\n<strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong>\r\n\r\nIf it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.\r\n\r\n<strong id=\"doihavetogotocourt\">Do I have to go to court?</strong>\r\n\r\nIf you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.\r\n\r\n<strong id=\"whatisasubpoena\">What is a subpoena?</strong>\r\n\r\nA subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.\r\n\r\n<strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong>\r\n\r\nDefense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.\r\n\r\n<strong id=\"bringafriend\">Can I bring a friend to court?</strong>\r\n\r\n<i>Yes.</i> You can bring a friend or family member for support.\r\n\r\n<strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong>\r\n\r\nCourt translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.\r\n\r\n<strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong>\r\n\r\nA Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.\r\n\r\n<strong id=\"hatecrimes\">What are hate crimes?</strong>\r\n\r\nHate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.\r\n\r\nThe United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.\r\n\r\n<strong id=\"happensatcourt\">What happens when I go to court?</strong>\r\n\r\nBefore the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.\r\n\r\nWhen the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.\r\n\r\nWhen it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-18 03:45:50','2015-09-18 03:45:50','',6045,'http://da15thdistrict.org/?p=6892',0,'revision','',0),(6891,6,'2015-09-18 03:43:02','2015-09-18 03:43:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|5\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Frequently Asked Questions</h1>\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 1\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"||0|\"]\r\n\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#dastaff\">How do I contact the district attorney\'s staff that works in my county?</a></li>\r\n <li><a href=\"a href=\">What type of crimes does the district attorney\'s office handle?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#felonysentences\">What kinds of sentences do felony crimes carry?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#judgerestitution\">If the judge orders restitution, will I get it all at once?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#whencasepresented\">When will my case be presented to the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#testifygrandjury\">Will I have to come testify before the grand jury?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#somesayinsentence\">Will I have some say about the defendants sentence?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#suedefendant\">Can I sue the defendant in civil court?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</a></li>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=6045/#victimdropcharges\">If I am the victim in a case can I drop the charges?</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FAQ Column 2\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0|||\" custom_padding=\"0|||\"]\r\n\r\n<ul>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#vacoordinatordo\">What does the victims assistance coordinator do?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#howlongcasetrial\">How long it take to get the case to trial?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#badcheckcases\">What about bad check cases?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#complaintpublicofficial\">I have a complaint about a public official, who should I contact?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetogotocourt\">Do I have to go to court?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#whatisasubpoena\">What is a subpoena?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#bringafriend\">Can I bring a friend to court?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#idontspeakenglish\">What if I don\'t speak English?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#hatecrimes\">What are hate crimes?</a></li>\r\n<li><a href=\"http://da15thdistrict.org/?page_id=6045/#happensatcourt\">What happens when I go to court?</a></li>\r\n</ul>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p>\r\n<strong id=\"dastaff\">How do I contact the district attorney’s staff that works in my county?</strong></p>\r\n<p>Please select your county to view contact information: <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a> | <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a> | <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a> | <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> | <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River</a></p>\r\n<p><strong id=\"typecrimes\">What type of crimes does the district attorney\'s office handle?</strong></p>\r\n<p>The District Attorney\'s Office prosecutes felony criminal cases only <i>(Except for bad checks.)</i>.</p>\r\n<p>There are two kinds of crimes:</p>\r\n<ul>\r\n<li><em>Misdemeanors</em> crimes that are handled in justice and municipal courts. These are punishable up to one (1) year in the county jail or a fine is imposed.</li>\r\n<li><em>Felony</em> cases are punishable for more than one (1) year with sentences served in the Mississippi Department of Corrections (MDOC).</li>\r\n</ul>\r\n<p><strong id=\"prosecuemis\">Who prosecutes my case if the crime is a misdemeanor?</strong></p>\r\n<p>The County or City Prosecuting Attorney.</p>\r\n<p><strong id=\"felonysentences\">What kinds of sentences do felony crimes carry?</strong></p>\r\n<p>The District Attorney\'s Office does not set sentences. All sentences are decided by the Circuit Court Judges.<br>\r\nThere are four types of sentences judges generally give:</p>\r\n<ol>\r\n<li><strong>Prison</strong> - The person serves time in a Mississippi Department of Corrections (MSOC) facility.</li>\r\n<li><strong>RID (Regimented Inmate Discipline) Program</strong> - This sentence requires a first offender to complete a \"Boot Camp-style\" program that is conducted at the state prison. It includes drug and alcohol classes. If the person fails the program, they are transferred into the regular prison population to serve their sentences. If they successfully complete the program, the judge puts them on probation and requires them to pay restitution to the victim and fines and costs to the county. If they fail to carry out the terms of their probation they will be sent to prison to serve out their sentence. They must report monthly to a probation officer and are subject to random drug tests.</li>\r\n<li><strong>Probation</strong> - This is where the judge sentences a person to prison but suspends the sentence for a certain period of time. This time is usually 5 years. The offender must follow \"the conditions of the probation\". These conditions generally include: not violating any law; paying restitution to victims; paying fines and court costs; meeting with a probation officer each month; passing random drug tests; keeping a job; supporting any dependents; and staying away from the victim. There may be other special conditions set by the judge. Probation is very difficult. About one third (1/3) of the people put on probation are ultimately sent to prison. Only people who have no prior felony convictions are considered for probation. Probation is not an option for crimes such as sex offendences, drug sales, murder, manslaughter or aggravated assault (unless the victim of the assault does not object to the probation sentence). Many young offenders complete probation and do not violate the law again.</li>\r\n<li><strong>House Arrest</strong> - The defendant must remain in the residence while wearing an electronic device on them that prevents them from leaving. They must meet the same conditions as probation. Defendants on House Arrest are only allowed to leave the residence to go to work and for short periods of time to conduct personal business, such as going to the grocery store.</li>\r\n</ol>\r\n<p><strong id=\"judgerestitution\">If the judge orders restitution, will I get it all at once?</strong></p>\r\n<p>Generally, restitution is paid in monthly installments from the Circuit Clerks office.</p>\r\n<p><strong id=\"filefelonycharges\">Do I file my felony charges directly with the district attorney\'s office?</strong></p>\r\n<p><em>No.</em> You should file them with the police department if the crime happened inside a city or with the sheriff\'s department if it happened in the county.</p>\r\n<p><strong id=\"leaknewnothing\">I called the law enforcement agency that took my case and the person I talked to knew nothing about, what should I do?</strong></p>\r\n<p>Generally these agencies have many cases they are working on. It is necessary for you to talk to the officer who investigated your case or one of the felony investigators. The police chief or the sheriff generally will not know all the details of the case and will have to track down the investigator and call you back. It is best to speak with the investigator to start with. Many times the person who answers the phone at the agency is a phone operator and will know nothing about the case so again, ask for the person working the case.</p>\r\n<p><strong id=\"whencasepresented\">When will my case be presented to the grand jury?</strong></p>\r\n<p>Generally it will be presented to the first grand jury to be held after the case is bound over to the grand jury by the municipal or justice court judge. If it is bound over closely before the grand jury starts it may be presented to the next grand jury. If the law enforcement agency does not have all the information needed for us to prosecute the case we may send it back to them for further work. This would mean it would be presented to a later grand jury after the case file is completed by law enforcement.</p>\r\n<p><strong id=\"testifygrandjury\">Will I have to come testify before the grand jury?</strong></p>\r\n<p>It depends on the case. We try to avoid inconveniencing you, but you may have to come.</p>\r\n<p><strong id=\"doesnotpleaguilty\">If the defendant does not plea guilty will I have to come to the trial to testify?</strong></p>\r\n<p>Yes.</p>\r\n<p><strong id=\"rapeexambill\">If I have a rape exam done, will I have to pay the bill if I do not have insurance?</strong></p>\r\n<p><i>No.</i>The county will pay. You should notify the victims assistance coordinator at our office.</p>\r\n<p><strong id=\"somesayinsentence\">Will I have some say about the defendants sentence?</strong></p>\r\n<p><i>Yes</i>The judges alone decide what the sentence will be. Under the rules of our court district, the district attorney\'s office does not recommend sentences and the judges do not want us to. There is an agreement between the judges and the district attorney, that there will not be plea bargaining on sentences. The judge orders a probation officer to find out the defendants past personal history and criminal history, the facts of the crime, and the judge looks at the Victims Impact Statement which you fill out and send in to our office (it tells of your money loss and the physical and emotional loss you suffered). After studying these things the judge decides on the sentence he will give the defendant.</p>\r\n<p><strong id=\"suedefendant\">Can I sue the defendant in civil court?</strong></p>\r\n<p><i>Yes.</i>But, you must get a private attorney to file a civil suit.</p>\r\n<p><strong id=\"defendantalktoda\">I am a defendant, can I talk to the district attorney about my case?</strong></p>\r\n<p><i>No.</i>We can only speak with your attorney. It is improper, under the court rules, for us to speak with the defendant.</p>\r\n<p><strong id=\"returnstolenprop\">Can I get my stolen property back from the law enforcement agency?</strong></p>\r\n<p><i>Generally, Yes</i>Have them call us and we will try to do it (unless there is a reason that it must be held for evidence).</p>\r\n<p><strong id=\"victimdropcharges\">If I am the victim in a case can I drop the charges?</strong></p>\r\n<p>All felonies are crimes against the state. The D.A.\'s office has to agree to drop the charges. Usually, we will do what the victim wants if we are sure there is no intimidation by the defendant or his family and it is in the best interests of justice. If we let the charges be dismissed you may not bring the charges up again.</p>\r\n<p><strong id=\"vacoordinatordo\">What does the victims assistance coordinator do?</strong></p>\r\n<p>To learn more about victims assistance coordinators, please visit this link:<a href=\"http://da15thdistrict.org/victim-assistance-program/\">Victim Assistance Program</a></p>\r\n<p><strong id=\"howlongcasetrial\">How long it take to get the case to trial?</strong></p>\r\n<p>This depends on the complexity of the case and the investigation of the case and the case load in the county the case is in. Lawrence county has few felony cases and they generally get to trial quickly. Pearl River county has the heaviest case load and it takes longer to get a case to trial there. The circuit courts generally meet a certain number of weeks a year as the judges travel from county to county. Generally the case will be concluded within six months and a year after the charges are filed. Sometimes the defendants plea guilty and the case moves quickly through the system.</p>\r\n<p><strong id=\"speaktoda\">Should I speak with the district attorney or the assistant district attorney about my case?</strong></p>\r\n<p>The assistant district attorney for the county the case was tried in generally will be the most up-to-date on the case and its progress. Since the district attorney and the assistant district attorneys are in court or preparing to go to court constantly, the first person to call about the status of your case is the victims coordinator. They are easier to get in contact with and will answer your question or get the attorney to call you back. The attorney will speak with you before the case goes to trial. In sexual assault cases, child abuse cases, or homicide cases you will be consulted prior to a decision to reduce a charge to a lesser felony charge if that is considered.</p>\r\n<p><strong id=\"calleddanoone\">I called the district attorney\'s office, but no one was there, what should I do?</strong></p>\r\n<p>Sometimes the staff is all in court, or the clerks office, or conferring with witnesses or law enforcement outside our office. If you leave a message on the answering machine, they will call you back.</p>\r\n<p><strong id=\"dadivorce\">Can the district attorney\'s help me with my divorce or other civil case?</strong></p>\r\n<p><i>No.</i>We can only do criminal cases.</p>\r\n<p><strong id=\"badcheckcases\">What about bad check cases?</strong></p>\r\n<p>Please visit our <a href=\"http://da15thdistrict.org/economic-crime-unit-2/\">Economic Crime Unit</a> section to learn more about bad check cases.</p>\r\n<p><strong id=\"complaintpublicofficial\">I have a complaint about a public official, who should I contact?</strong></p>\r\n<p>If it is a non criminal matter, discuss it with the public official or the Board of Supervisors, or City Council and try to work it out. If it is a criminal matter, contact the State Department of Audit in Jackson or the Attorney General\'s Public Integrity Division. They will investigate it and if it is criminal they will furnish their report to us.</p>\r\n<p><strong id=\"doihavetogotocourt\">Do I have to go to court?</strong></p>\r\n<p>If you have been subpoenaed you do have to appear in court. However, we can accompany you to court and help prepare you to testify if you wish.</p>\r\n<p><strong id=\"whatisasubpoena\">What is a subpoena?</strong></p>\r\n<p>A subpoena is a court order which requires you to appear at the time and place stated. Failure to comply with the subpoena may be a crime. Immediately call the phone number listed at the bottom of the subpoena in order to speak with the district attorney, assistant district attorney, or secretary.</p>\r\n<p><strong id=\"doihavetospeaktoda\">Will I be contacted by the attorney or investigator for the defendant and do I have to speak with them?</strong></p>\r\n<p>Defense attorneys, public defenders or their investigators may attempt to speak with witnesses and take statements. As a victim or witness you can talk to or decline to talk to anyone you wish. Please notify the prosecutor handling the case if you have been contacted for an interview by the defense attorney or their investigator as soon as possible. If you wish, we will arrange to be with you when the defense attorney or investigator meets with you.</p>\r\n<p><strong id=\"bringafriend\">Can I bring a friend to court?</strong></p>\r\n<p><i>Yes.</i> You can bring a friend or family member for support.</p>\r\n<p><strong id=\"idontspeakenglish\">What if I don\'t speak English?</strong></p>\r\n<p>Court translation services are available for victims and witnesses. We will try to speak with you in your native language if possible. Let us know as soon as possible if you do not speak English so a translator can be obtained.</p>\r\n<p><strong id=\"domesticabuseorder\">What is a domestic abuse protective order and how do I get one?</strong></p>\r\n<p>A Domestic Abuse Protective Order is a legal document ordering your batterer not to contact you and to stay a specified distance away from you and anyone else named on the order, at any named location. You may get such an order from a Municipal or Justice Court Judge. Go to Municipal Court or Justice Court to file the petition for the order. If your batterer violates the Protective Order by contacting you personally, by telephone or mail, you may call Law Enforcement to report the violation and have the batterer re-arrested.</p>\r\n<p><strong id=\"hatecrimes\">What are hate crimes?</strong></p>\r\n<p>Hate crimes are criminal offenses motivated by prejudice based upon the victim\'s real or perceived status in one of the following categories: race, color, religion, nationality, country of origin, ancestry, or gender. A conviction for a crime found to be a hate crime can result in additional punishment over and above that for the underlying criminal offense. Not every criminal offense in which bigotry plays a part is a hate crime. The prejudice based upon one of the categories mentioned above must be a \"substantial factor\" in the motivation for the underlying crime for the offense to be classified as a hate crime.</p>\r\n<p>The United States and Mississippi Constitutions protect free speech. No matter how rude, offensive or repugnant a persons speech may be, so long as it does not constitute a threat to another, it is probably protected by the Constitution. This is true even if the speech is rude, insensitive and offensive and reflects a person\'s prejudices and bigotries, or is an insult. The law does not punish bigoted speech alone. However, when someone commits a criminal act because of prejudice toward a member of the groups listed above then the hate crime statutes come into effect. It is the bias motivated behavior which the law prohibits, not the biased thoughts or speech.</p>\r\n<p><strong id=\"happensatcourt\">What happens when I go to court?</strong></p>\r\n<p>Before the actual date of the hearing, you will have a chance to meet with the Assistant District Attorney assigned to your case to talk over the facts and answer any questions you might have. A visit to the courtroom where you will testify can be arranged. If a child is the witness, these steps are extremely important.</p>\r\n<p>When the court day arrives, you should not make any other plans for that day. Dress comfortably and respectfully. Bring a book or something to occupy you while you wait. Unfortunately, some hearings take longer than anticipated or take longer to get started. Try to arrange child care in advance. If you need help with these arrangements, ask the Victim Witness advocate to suggest options. If you have something else that you must do, tell the district attorney\'s office in advance so you can be accommodated. If you need a letter or phone call to explain your absence to your employer or teacher, it can be provided.</p>\r\n<p>When it is your turn to testify, listen to the question and then answer. Sometimes you may not remember the answer or you may not know the answer. It is all right to say so. The district attorney will ask you questions first. This is how the judge knows who you are and why you are there. The attorney for the defendant (the person who committed the crime) will also ask you questions. He or she can ask you the same or different questions. Listen to all the questions you are asked before you answer. If you do not understand the question, say so. If you did not hear it, ask that it be repeated. Everyone is interested in finding out the truth, so we want to make sure you are not misunderstood. When all the attorneys have finished asking questions, the judge may or may not have some questions. After everyone is finished, you will be excused and are free to leave the courtroom. You may wait for the district attorney to find out what happened or call the office later. Often, another witness will be called immediately after you and the district attorney will not have an opportunity to talk to you right away.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','FAQ','','inherit','closed','closed','','6045-revision-v1','','','2015-09-18 03:43:02','2015-09-18 03:43:02','',6045,'http://da15thdistrict.org/?p=6891',0,'revision','',0),(6893,6,'2015-09-18 03:49:52','2015-09-18 03:49:52','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Grand Jury Orientation</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: #cc0000;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: #cc0000;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: #cc0000;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: #cc0000;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: #cc0000;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: #cc0000;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/?page_id=6876\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/?page_id=5947\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: #cc0000;\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: #cc0000;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2015-09-18 03:49:52','2015-09-18 03:49:52','',5982,'http://da15thdistrict.org/?p=6893',0,'revision','',0),(6897,6,'2015-09-18 04:31:34','2015-09-18 04:31:34','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-09-18 04:31:34','2015-09-18 04:31:34','',6000,'http://da15thdistrict.org/?p=6897',0,'revision','',0),(6899,6,'2015-09-18 04:45:59','2015-09-18 04:45:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts (<a href=\"http://da15thdistrict.org/?page_id=5947#lgwatts\">View Bio</a>)\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-18 04:45:59','2015-09-18 04:45:59','',5996,'http://da15thdistrict.org/?p=6899',0,'revision','',0),(6900,6,'2015-09-18 04:49:08','2015-09-18 04:49:08','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>5th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2015-09-18 04:49:08','2015-09-18 04:49:08','',6000,'http://da15thdistrict.org/?p=6900',0,'revision','',0),(6901,6,'2015-09-18 04:59:48','2015-09-18 04:59:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\nClint McMurry, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-09-18 04:59:48','2015-09-18 04:59:48','',6006,'http://da15thdistrict.org/?p=6901',0,'revision','',0),(6957,9,'2016-01-07 23:24:09','2016-01-07 23:24:09','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-01-07 23:24:09','2016-01-07 23:24:09','',6006,'http://da15thdistrict.org/?p=6957',0,'revision','',0),(6902,6,'2015-09-18 05:03:05','2015-09-18 05:03:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\n\r\nClint McMurry, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2015-09-18 05:03:05','2015-09-18 05:03:05','',6006,'http://da15thdistrict.org/?p=6902',0,'revision','',0),(6903,6,'2015-09-18 05:04:42','2015-09-18 05:04:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts (<a href=\"http://da15thdistrict.org/?page_id=5947#lgwatts\">View Bio</a>)\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2015-09-18 05:04:42','2015-09-18 05:04:42','',5996,'http://da15thdistrict.org/?p=6903',0,'revision','',0),(6905,6,'2015-09-18 05:13:50','2015-09-18 05:13:50','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves Jefferson Davis, Lamar, Lawrence, Marion and Pearl River Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 05:13:50','2015-09-18 05:13:50','',5868,'http://da15thdistrict.org/?p=6905',0,'revision','',0),(6906,6,'2015-09-18 05:16:01','2015-09-18 05:16:01','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 05:16:01','2015-09-18 05:16:01','',5868,'http://da15thdistrict.org/?p=6906',0,'revision','',0),(6907,6,'2015-09-18 05:23:24','2015-09-18 05:23:24','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"0|\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 05:23:24','2015-09-18 05:23:24','',5868,'http://da15thdistrict.org/?p=6907',0,'revision','',0),(6908,6,'2015-09-18 05:25:23','2015-09-18 05:25:23','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/jefferson-davis-2/\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/jefferson-davis-2/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lamar/\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lamar/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/lawrence/\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/lawrence/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/marion-county/\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/marion-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/pearl-river-county/\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/pearl-river-county/\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"]\r\n\r\n \r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 05:25:23','2015-09-18 05:25:23','',5868,'http://da15thdistrict.org/?p=6908',0,'revision','',0),(6909,6,'2015-09-18 15:05:54','2015-09-18 15:05:54','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/15thDistrictMap.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 15:05:54','2015-09-18 15:05:54','',5868,'http://da15thdistrict.org/?p=6909',0,'revision','',0),(6910,6,'2015-09-18 15:08:46','2015-09-18 15:08:46','','15thDistrictMap_2x','','inherit','closed','closed','','15thdistrictmap_2x','','','2015-09-18 15:08:46','2015-09-18 15:08:46','',0,'http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png',0,'attachment','image/png',0),(6911,6,'2015-09-18 15:09:59','2015-09-18 15:09:59','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n\r\n<h3>Welcome to the District Attorney\'s Office</h3><p>The 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.</p><p>This site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.</p>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"]\r\n\r\n<p> </p>\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Provide</h3><hr /><ol><li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li><li>We give legal advise to law enforcement agencies.</li><li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li><li>We handle bad check cases.</li><li>We provide assistance to victims of crime.</li><li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr /><h3 style=\"text-align: center;\">Services We Do Not Provide</h3><hr /><ol><li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li><li>We can not recommend an attorney or bail bondsman to you.</li><li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li><li>We do not write letters asking for people to be released from prison or have their sentences changed.</li><li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li></ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2015-09-18 15:09:59','2015-09-18 15:09:59','',5868,'http://da15thdistrict.org/?p=6911',0,'revision','',0),(6955,9,'2016-01-07 23:15:44','2016-01-07 23:15:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-01-07 23:15:44','2016-01-07 23:15:44','',6000,'http://da15thdistrict.org/?p=6955',0,'revision','',0),(6952,9,'2016-01-07 22:46:52','2016-01-07 22:46:52','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts (<a href=\"http://da15thdistrict.org/?page_id=5947#lgwatts\">View Bio</a>)\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-01-07 22:46:52','2016-01-07 22:46:52','',5996,'http://da15thdistrict.org/?p=6952',0,'revision','',0),(7049,9,'2016-09-23 22:20:49','2016-09-23 22:20:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 22:20:49','2016-09-23 22:20:49','',6009,'http://da15thdistrict.org/?p=7049',0,'revision','',0); INSERT INTO `wp_posts` VALUES (7048,9,'2016-09-23 22:03:27','2016-09-23 22:03:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 22:03:27','2016-09-23 22:03:27','',6009,'http://da15thdistrict.org/?p=7048',0,'revision','',0),(6966,9,'2016-01-08 00:50:39','2016-01-08 00:50:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-01-08 00:50:39','2016-01-08 00:50:39','',6003,'http://da15thdistrict.org/?p=6966',0,'revision','',0),(6958,9,'2016-01-07 23:35:57','2016-01-07 23:35:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMicheal Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-01-07 23:35:57','2016-01-07 23:35:57','',6009,'http://da15thdistrict.org/?p=6958',0,'revision','',0),(6959,9,'2016-01-08 00:03:09','2016-01-08 00:03:09','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-01-08 00:03:09','2016-01-08 00:03:09','',6000,'http://da15thdistrict.org/?p=6959',0,'revision','',0),(6961,9,'2016-01-08 00:24:35','2016-01-08 00:24:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-01-08 00:24:35','2016-01-08 00:24:35','',6000,'http://da15thdistrict.org/?p=6961',0,'revision','',0),(6960,9,'2016-01-08 00:20:53','2016-01-08 00:20:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-01-08 00:20:53','2016-01-08 00:20:53','',6000,'http://da15thdistrict.org/?p=6960',0,'revision','',0),(6963,9,'2016-01-08 00:41:35','2016-01-08 00:41:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n(P) 601-403-2350\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-01-08 00:41:35','2016-01-08 00:41:35','',6009,'http://da15thdistrict.org/?p=6963',0,'revision','',0),(6965,9,'2016-01-08 00:47:56','2016-01-08 00:47:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"J. MICHAEL HORAN\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/HORAN.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"J. MICHAEL HORAN Assistant District Attorney\" title_text=\"J. MICHAEL HORAN\" max_width=\"200px\" border_width=\"7px\" module_id=\"jmhoran\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>J. MICHAEL HORAN</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Horan graduated from Water Valley High School, Water Valley, Mississppi, then earned a Banking and Finance Degree from the University of Mississippi, and received his Juris Doctorate from the University of Mississippi School of Law in 1981. During law school he was a member of the Phi Delta Phi honorary fraternity.</p>\r\nUpon graduation from law school, Mr. Horan entered private practice with his father, Ben F. Horan, handling both criminal and civil matters. In 1988, he took the position as Assistant District Attorney with the 17th Circuit Court District, where he remained until September of 2000, when he moved to the Hattiesburg area. In December of 2007, he was hired as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Marion, Jefferson Davis and Lawrence Counties, with emphasis on pending homicide cases. He is a member of the Mississippi Bar Association and the the Mississippi Prosecutors Association as well as a former board member of the later.\r\n\r\nMr. Horan is a 3rd generation lawyer, following his grandfather, the late John P. Horan, and his father, Ben F. Horan. His daughter, Heather Horan Miller, is a practicing attorney in Atlanta, Georgia. Mr. Horan is married to Patsy Williams Horan, and he has four children, Heather Miller, Heath Horan, Alayna Horan and Audra Horan. They reside in Oak Grove, Lamar County and attend Magnolia Baptist Church, Oak Grove, as well as Clear Creek Methodist Protestant Church in Brooklyn, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LINDSAY GREEN WATTS\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LINDSAY GREEN WATTS Assistant District Attorney\" title_text=\"LINDSAY GREEN WATTS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lgwatts\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lindsay_portrait1.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"LINDSAY GREEN WATTS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LINDSAY GREEN WATTS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLindsay Green Watts received her Bachelor of Arts degree in English with Honors from the University of Southern Mississippi in 2002. During her tenure at Southern Miss, Lindsay served as President of Golden Key International Honor Society and Secretary of Chi Omega Fraternity. She was also selected for membership in Freshman Associates, Lambda Sigma, Omicron Delta Kappa and Order of Omega. At Southern Miss, Lindsay was a Leadership Scholar and was recognized in Who’s Who Among American Colleges and Universities during her senior year.\r\n\r\nUpon completion of her undergraduate degree, Lindsay attended the University of Mississippi School of Law and obtained her Juris Doctorate degree cum laude in 2005. While a law student at Ole Miss, Lindsay served as Executive Articles Editor of the Mississippi Law Journal, was a member of Moot Court Board and Phi Delta Phi and participated in the Criminal Appeals Clinic. Lindsay also received three Outstanding Student Awards in Family Law, Ethics and Disabilities Law as a result of receiving the highest grade in the class.\r\n\r\nFollowing graduation, Lindsay practiced law in the private sector for several years in both Jackson and Hattiesburg. During that time, she was an active member of Jackson Young Lawyers, chairing the City Court Mediation Committee and the Community Service Committee and, eventually, serving as Treasurer. In 2007, Lindsay was awarded the Outstanding Young Lawyer award by Jackson Young Lawyers. In the spring of 2007, Lindsay co-authored an article titled “A Review of Mississippi Law Regarding Arbitration” which was published by the Mississippi Law Journal. Lindsay was also an active member of the Flowood Chamber of Commerce, serving as Secretary on the Board of Directors for several years. She was an active member of the Hinds County Bar Association and served on the board of the Mississippi Oil and Gas Lawyers Association. In 2009, Lindsay was elected by her peers to serve as Board Member for the Young Lawyers Division of the Mississippi Bar Association. In 2012, Lindsay earned an “AV Rating-Preeminent”, the highest peer-review rating recognized, from LexisNexis Martindale-Hubbell.\r\n\r\nPresently, Lindsay serves as Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Lindsay’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. She currently resides in Sumrall with her family.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2016-01-08 00:47:56','2016-01-08 00:47:56','',5947,'http://da15thdistrict.org/?p=6965',0,'revision','',0),(7036,9,'2016-09-23 20:46:19','2016-09-23 20:46:19','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 20:46:19','2016-09-23 20:46:19','',6000,'http://da15thdistrict.org/?p=7036',0,'revision','',0),(6967,9,'2016-01-08 01:02:04','2016-01-08 01:02:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county and city cases.\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\"><span style=\"color: #0039a3;\">jcaillouet@da15thdistrict.org</span></a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nShanna Ruhnke\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-01-08 01:02:04','2016-01-08 01:02:04','',6000,'http://da15thdistrict.org/?p=6967',0,'revision','',0),(6968,9,'2021-07-17 00:05:18','2021-07-17 00:05:18','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-autosave-v1','','','2021-07-17 00:05:18','2021-07-17 00:05:18','',5996,'http://da15thdistrict.org/?p=6968',0,'revision','',0),(6969,9,'2016-01-08 01:04:24','2016-01-08 01:04:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n \r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial</strong>\r\n\r\nTabitha Nelson\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-01-08 01:04:24','2016-01-08 01:04:24','',5996,'http://da15thdistrict.org/?p=6969',0,'revision','',0),(6970,9,'2016-01-08 01:06:18','2016-01-08 01:06:18','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-01-08 01:06:18','2016-01-08 01:06:18','',6003,'http://da15thdistrict.org/?p=6970',0,'revision','',0),(7045,9,'2016-09-23 21:46:37','2016-09-23 21:46:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-09-23 21:46:37','2016-09-23 21:46:37','',6006,'http://da15thdistrict.org/?p=7045',0,'revision','',0),(6971,9,'2016-01-08 01:07:09','2016-01-08 01:07:09','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-01-08 01:07:09','2016-01-08 01:07:09','',6006,'http://da15thdistrict.org/?p=6971',0,'revision','',0),(7047,9,'2016-09-23 21:58:44','2016-09-23 21:58:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 21:58:44','2016-09-23 21:58:44','',6009,'http://da15thdistrict.org/?p=7047',0,'revision','',0),(6972,9,'2016-01-08 01:10:22','2016-01-08 01:10:22','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\nProsecutes felony cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\nProsecutes felony cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\nProsecutes felony cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\nProvides assistance to Law Enforcement in the investigation of complex crimes.\r\n(P) 601-403-2350\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\nProvides litigation support to prosecutors.\r\n(P) 601-403-2350\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-01-08 01:10:22','2016-01-08 01:10:22','',6009,'http://da15thdistrict.org/?p=6972',0,'revision','',0),(7035,9,'2016-09-23 20:42:05','2016-09-23 20:42:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-09-23 20:42:05','2016-09-23 20:42:05','',5996,'http://da15thdistrict.org/?p=7035',0,'revision','',0),(6973,9,'2016-01-08 01:12:20','2016-01-08 01:12:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n \r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n \r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-01-08 01:12:20','2016-01-08 01:12:20','',5996,'http://da15thdistrict.org/?p=6973',0,'revision','',0),(7037,9,'2016-09-23 20:51:24','2016-09-23 20:51:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 20:51:24','2016-09-23 20:51:24','',6003,'http://da15thdistrict.org/?p=7037',0,'revision','',0),(6974,9,'2016-01-08 01:13:27','2016-01-08 01:13:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nAnita Sumrall\r\nProvides services and assistance to victims.\r\n(P) 601-403-2356.\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\nProvides litigation support to prosecutors.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-01-08 01:13:27','2016-01-08 01:13:27','',6003,'http://da15thdistrict.org/?p=6974',0,'revision','',0),(6975,9,'2016-01-11 15:17:03','2016-01-11 15:17:03','','kim h','','inherit','closed','closed','','kim-h','','','2016-01-11 15:17:03','2016-01-11 15:17:03','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/kim-h.jpg',0,'attachment','image/jpeg',0),(6986,9,'2016-01-21 16:16:39','2016-01-21 16:16:39','','HAL PHOTO 2016 - small','','inherit','closed','closed','','hal-photo-2016-small','','','2016-01-21 16:16:39','2016-01-21 16:16:39','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/HAL-PHOTO-2016-small.jpg',0,'attachment','image/jpeg',0),(6979,9,'2016-01-11 15:27:26','2016-01-11 15:27:26','','PRESS RELEASE - PAYTON, HOWARD','','inherit','closed','closed','','press-release-payton-howard','','','2016-01-11 15:27:26','2016-01-11 15:27:26','',0,'http://da15thdistrict.org/wp-content/uploads/2016/01/PRESS-RELEASE-PAYTON-HOWARD.pdf',0,'attachment','application/pdf',0),(6980,9,'2016-01-11 16:03:45','2016-01-11 16:03:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\nAssigned to county cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to city cases.\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases.\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\nAssigned to city cases.\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nJeff Caillouet\r\nProvides services and assistance to victims.\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\nHandles the Bad Checks and Pretrial programs.\r\n(P) 601-736-2164\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\nAdministrative assistant to the District Attorney and provides litigation support to prosecutors.\r\n\r\n<strong>Office Manager</strong>\r\n\r\nJacqueline McGee\r\nOffice Manager for the 15th District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-01-11 16:03:45','2016-01-11 16:03:45','',6006,'http://da15thdistrict.org/?p=6980',0,'revision','',0),(7044,9,'2021-07-17 00:12:38','2021-07-17 00:12:38','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<h1>Marion</h1>\n\n<hr />\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\n\n \n\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\n\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nCircuit Court Terms\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>1st Monday of January, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n<em>Grand Jury to be impaneled</em>\n\n<strong>1st Monday of February, three (3) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>1st Monday of March, three (3) weeks</strong>\n\nJudge Claiborne \"Buddy\" McDonald\n\n<strong>3rd Monday of May, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>4th Monday of June, two (2) weeks</strong>\n\nJudge Tony Mozingo\n<em>Grand Jury to be impaneled</em>\n\n<strong>2nd Monday of July, two (2) weeks</strong>\n\nJudge Claiborne \"Buddy\" McDonald\n\n<strong>2nd Monday of September, two (2) weeks</strong>\n\nJudge Prentiss Harrell\n\n<strong>1st Monday of October, two (2) weeks</strong>\n\nJudge Tony Mozingo\n\n<strong>2nd Monday of November, two (2) weeks</strong>\n\nJudge Claiborne \"Buddy\" McDonald\n\n(These Court Terms are set by the Judges and are subject to change each year.)\n\n<strong>Grand Jury Orientation</strong>\n\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nLaw Enforcement\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\n\n<strong>Marion County Sheriff\'s Office</strong>\n\nBerkley Hall, Sheriff\nCourthouse Square\nColumbia, MS 39429\n(P) 601-736-2711\n(P) 601-736-5051\n\n<strong>Columbia Police Department</strong>\nMichael Kelly, Chief\n201 Second Street\nColumbia, MS 39429\n(P) 601-736-8052\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\n \n\nContact Info\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\nOffice of the 15th District Attorney\n500 Courthouse Square, Suite 3\nColumbia, MS 39429\n\n(P) 601-731-1476\n(F) 601-731-1489\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\n\nStaff Assigned\n\n<hr />\n\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\n\n<strong>Assistant District Attorney</strong>\n\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\nAssigned to county cases\n\n<strong>Assistant District Attorney</strong>\n\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\nAssigned to city cases\n\n<strong>Assistant District Attorney</strong>\n\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\nAssigned to Violence Against Women Cases\n\n<strong>Investigators</strong>\n\nLarry Moore\nAssigned to county cases\n\nWilliam \"Ben\" White\nAssigned to city cases\n\n<strong>Victim Services</strong>\n\nLauren Robertson\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\n\n<strong>Bad Checks & Pretrial Administrator</strong>\n\nTabitha Nelson\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\n\n<strong>Administrative Assistant & Litigation Support</strong>\n\nKimberly Purvis\n\n<strong>District Manager</strong>\n\nJacqueline McGee\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Provide</h3>\n\n<hr />\n\n<ol>\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\n <li>We give legal advice to law enforcement agencies.</li>\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\n</ol>\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\n\n<hr />\n\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\n\n<hr />\n\n<ol>\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\n <li>We can not recommend an attorney or bail bondsman to you.</li>\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\n</ol>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\n\n\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-autosave-v1','','','2021-07-17 00:12:38','2021-07-17 00:12:38','',6006,'http://da15thdistrict.org/?p=7044',0,'revision','',0),(7002,9,'2016-04-18 17:52:54','2016-04-18 17:52:54','','IMG_3992 (00000002)','','inherit','closed','closed','','img_3992-00000002','','','2016-04-18 17:52:54','2016-04-18 17:52:54','',0,'http://da15thdistrict.org/wp-content/uploads/2016/04/IMG_3992-00000002.jpg',0,'attachment','image/jpeg',0),(7023,9,'2016-09-23 15:55:23','2016-09-23 15:55:23','','senior fair','','inherit','closed','closed','','senior-fair','','','2016-09-23 15:55:23','2016-09-23 15:55:23','',0,'http://da15thdistrict.org/wp-content/uploads/2016/09/senior-fair.jpg',0,'attachment','image/jpeg',0),(7029,9,'2016-09-23 16:59:21','2016-09-23 16:59:21','','kim harlin gun','','inherit','closed','closed','','kim-harlin-gun','','','2016-09-23 16:59:21','2016-09-23 16:59:21','',0,'http://da15thdistrict.org/wp-content/uploads/2016/09/kim-harlin-gun.jpg',0,'attachment','image/jpeg',0),(7033,9,'2018-06-26 21:33:49','2018-06-26 21:33:49','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The three victim assistance staff members in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services they provide include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThe Victim Assistance Coordinator and Victim Services Specialists have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar</strong> County.\r\n\r\n<strong>LAMAR OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\nFax: 601-794-1077\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Pearl River</strong> County.\r\n\r\n<strong>PEARL RIVER OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\nFax: 601-403-2353\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Lauren Robertson\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Lauren Robertson</h3>\r\nProvides services and assistance to victims of crime in <strong>Marion, Lawrence</strong> and <strong>Jefferson Davis</strong> Counties.\r\n\r\n<strong>MARION OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:lrobertson@da15thdistrict.org\">lrobertson@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-autosave-v1','','','2018-06-26 21:33:49','2018-06-26 21:33:49','',6493,'http://da15thdistrict.org/?p=7033',0,'revision','',0),(7034,9,'2016-09-23 20:31:12','2016-09-23 20:31:12','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThe Victim Assistance Coordinator and Victim Services Specialists have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar, Lawrence</strong> and <strong>Jefferson Davis</strong> Counties.\r\n\r\n<strong>LAWRENCE & JEFFERSON DAVIS OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\n<strong>LAMAR OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\nFax: 601-794-1077\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Marion</strong> and <strong>Pearl River</strong> Counties.\r\n\r\n<strong>PEARL RIVER OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\nFax: 601-403-2353\r\n\r\n<strong>MARION OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2016-09-23 20:31:12','2016-09-23 20:31:12','',6493,'http://da15thdistrict.org/?p=7034',0,'revision','',0),(7038,9,'2016-09-23 20:55:37','2016-09-23 20:55:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 20:55:37','2016-09-23 20:55:37','',6003,'http://da15thdistrict.org/?p=7038',0,'revision','',0),(7040,9,'2016-09-23 21:06:18','2016-09-23 21:06:18','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 21:06:18','2016-09-23 21:06:18','',6003,'http://da15thdistrict.org/?p=7040',0,'revision','',0),(7039,9,'2016-09-23 21:01:04','2016-09-23 21:01:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 21:01:04','2016-09-23 21:01:04','',6003,'http://da15thdistrict.org/?p=7039',0,'revision','',0),(7041,9,'2016-09-23 21:08:53','2016-09-23 21:08:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 21:08:53','2016-09-23 21:08:53','',6003,'http://da15thdistrict.org/?p=7041',0,'revision','',0),(7042,9,'2016-09-23 21:10:59','2016-09-23 21:10:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n \r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 21:10:59','2016-09-23 21:10:59','',6003,'http://da15thdistrict.org/?p=7042',0,'revision','',0),(7043,9,'2016-09-23 21:16:02','2016-09-23 21:16:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks/Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 21:16:02','2016-09-23 21:16:02','',6003,'http://da15thdistrict.org/?p=7043',0,'revision','',0),(7046,9,'2016-09-23 21:52:24','2016-09-23 21:52:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Assistance Coordinator</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-09-23 21:52:24','2016-09-23 21:52:24','',6006,'http://da15thdistrict.org/?p=7046',0,'revision','',0),(7050,9,'2016-09-23 22:21:53','2016-09-23 22:21:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Richie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 22:21:53','2016-09-23 22:21:53','',6009,'http://da15thdistrict.org/?p=7050',0,'revision','',0),(7051,9,'2016-09-23 22:23:24','2016-09-23 22:23:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Ritchie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 22:23:24','2016-09-23 22:23:24','',6009,'http://da15thdistrict.org/?p=7051',0,'revision','',0),(7052,9,'2016-09-23 22:36:03','2016-09-23 22:36:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Victim Services\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 22:36:03','2016-09-23 22:36:03','',6000,'http://da15thdistrict.org/?p=7052',0,'revision','',0),(7053,9,'2016-09-23 22:38:22','2016-09-23 22:38:22','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Assistance</strong>\r\n\r\nJeff Caillouet\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-09-23 22:38:22','2016-09-23 22:38:22','',5996,'http://da15thdistrict.org/?p=7053',0,'revision','',0),(7211,9,'2019-03-26 16:41:20','2019-03-26 16:41:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"20 Ways HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>20 Ways to Avoid Being Swindled</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong style=\"color: #cc0000;\">1. WATCH OUT FOR CREDIT CARD SCAMS</strong>\r\n\r\nNever give your credit card number over the phone unless you\'ve made the call to a reputable business. Retain all carbons and charge slips when shopping, eating out, etc. Check monthly statements for unauthorized charges.\r\n\r\n<strong style=\"color: #cc0000;\">2. BEWARE OF COUNTERFEIT MERCHANDISE</strong>\r\n\r\nCrooks fool thousands of consumers each year by illegally placing trusted brand names on inferior products. Look into deals that sound to good to be true--they usually are.\r\n\r\n<strong style=\"color: #cc0000;\">3. DON\'T BE FOOLED BY GET-RICH-QUICK SCHEMES</strong>\r\n\r\nThese misleading \"opportunities\" promise quick profits and easy formulas for success. They may involve offers of jobs, profit ideas, business plans, etc.--and probably involve purchases of some sort.\r\n\r\n<strong style=\"color: #cc0000;\">4. LOOK OUT FOR \"CREDIT REPAIR\"AND \"EASY CREDIT\" OPERATIONS</strong>\r\n\r\nThey promise -- for a fee -- to fix a poor credit rating, or help you get credit without a credit check. In truth, they can\'t do anything you can\'t do yourself by contacting a credit bureau or the appropriate banks.\r\n\r\n<strong style=\"color: #cc0000;\">5. WATCH \"GOING-OUT-OF-BUSINESS\" SALES CAREFULLY</strong>\r\n\r\nSome businesses have fake \"selling out\" sales just to get you into the store. Be sure the merchant is really offering you a bargain.\r\n\r\n<strong style=\"color: #cc0000;\">6. BEWARE OF SOCIAL SECURITY AND INSURANCE SCAMS</strong>\r\n\r\nRetired people in particular should guard against companies peddling:\r\n<ul>\r\n <li>Useless items, such as laminated Social Security cards</li>\r\n <li>Services the Social Security Administration provides for free</li>\r\n <li>Special veteran\'s insurance appearing to be offered by the U.S. government</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">7. BE ALERT FOR SHADY AUTO REPAIR PRACTICES</strong>\r\n\r\nHave your car checked by a trustworthy mechanic before you travel. Get several estimates for any repairs. Try not to leave your car unattended in an out-of-town service station. For example, a dishonest attendant could \"rig\" a mechanical problem, then cheat you for unnecessary repairs.\r\n\r\n<strong style=\"color: #cc0000;\">8. RESIST THE \"SYMPATHY\" APPROACH</strong>\r\n\r\nIt\'s often a \"line\" to get you to sign up for something. Organized crews are trained to work neighborhoods telling phony sob stories. Once you sign, they move on to the next town.\r\n\r\n<strong style=\"color: #cc0000;\">9. FUNERAL CHASERS</strong>\r\n\r\nSwindlers sometimes read obituary notices and send phony bills to bereaved families. They\'re told they must finish paying off an item ordered by the deceased relative. Don\'t be fooled! Contact the company and ask to see a copy of a receipt or purchase agreement.\r\n\r\n<strong style=\"color: #cc0000;\">10. DON\'T FALL FOR HOME REPAIR SWINDLES</strong>\r\n\r\nDon\'t let yourself be swindled by a contractor who overcharges you or who doesn\'t finish the job--then skips town. Check the person out with references and the Police or Chamber Of Commerce. It\'s best to deal with someone you know.\r\n\r\n<strong style=\"color: #cc0000;\">11. LOOK OUT FOR \"FREE VACATION OFFERS\"</strong>\r\n\r\nSome are actually ploys to lure people into joining costly travel clubs, or entering expensive time-share arrangements. Beware of winning free vacations for contests you never entered. \"Free\" may mean free lodging, but you end up paying inflated prices for travel, food, etc.\r\n\r\n<strong style=\"color: #cc0000;\">12. DON\'T BE A VICTIM OF TELE-FRAUD</strong>\r\n\r\nAnyone with a telephone is a target for shady dealers trying to peddle worthless commodities, securities and tax shelters. Use common sense--never give money to anybody without checking carefully on them first. For example, ask to see written information before you buy.\r\n\r\n<strong style=\"color: #cc0000;\">13. UNDERSTAND WHAT \"900\" NUMBERS PROVIDE</strong>\r\n\r\nIn some cases you may get a prerecorded message providing useless information, or information you could get for free somewhere else (for example, detail about Social Security benefits). Before you call, make sure you need the information. And, find out how much it will cost! NOTE: Don\'t confuse \"900\" numbers, which often charge you by the minute, with \"800\" numbers, which are free with a few exceptions. Be wary if an organization wants to charge you for an \"800\" call.\r\n\r\n<strong style=\"color: #cc0000;\">14. DON\'T BE FOOLED BY \"EARN-MONEY-AT-HOME\" SCAMS</strong>\r\n\r\nMost work-at-home schemes require you to buy something in order to earn. Later, you find there is no market for what you produce, or your efforts are \"not up to standards.\"\r\n\r\n<strong style=\"color: #cc0000;\">15. PROTECT YOURSELF AGAINST MAIL FRAUD</strong>\r\n\r\nFor example, beware of mail-order scams that:\r\n<ul>\r\n <li>Promise medical care, lab tests, etc., by mail</li>\r\n <li>Offer a chance for high earnings in little time</li>\r\n <li>Claim you\'re one of a select few who qualify for an offer</li>\r\n <li>Design mailings that look like official government business</li>\r\n</ul>\r\nMail fraud is a <strong>federal crime.</strong> Contact the Postal Inspector if you think you\'ve been a victim.\r\n\r\n<strong style=\"color: #cc0000;\">16. DON\'T RISK YOUR HEALTH ON \"MIRACLE CURES\"</strong>\r\n\r\nSee your health-care provider about health concerns. Don\'t take chances on expensive, quack medicines, or mail-order remedies.\r\n\r\n<strong style=\"color: #cc0000;\">17. CHOOSE CHARITIES CAREFULLY</strong>\r\n\r\nMake sure you know exactly who will get your money and how it will be used. Fast-buck artists won\'t think twice about cashing in on your generosity. Check your library for a report book on charities published by the Secretary of State\'s office.\r\n\r\n<strong style=\"color: #cc0000;\">18. BEWARE OF FITNESS FRAUDS AND VANITY GIMMICKS</strong>\r\n\r\nThere\'s no known product or service that can:\r\n<ul>\r\n <li>Make you taller</li>\r\n <li>Make you younger</li>\r\n <li>Improve sexual relations</li>\r\n <li>Reduce your weight by using creams, wraps, belts, girdles, vibrators, massages or sweat baths</li>\r\n</ul>\r\n<strong style=\"color: #cc0000;\">19. WATCH OUT FOR \"BAIT-AND-SWITCH\" ADS</strong>\r\n\r\nThe idea is to advertise an item at an unusually low price. However, once you\'re in the store the item is suddenly sold out. The salesperson then tries to sell you a more expensive model that is well-stocked.\r\n\r\n<strong style=\"color: #cc0000;\">20. READ AND UNDERSTAND EVERYTHING BEFORE YOU SIGN</strong>\r\n<ul>\r\n <li>Are all promises in writing?</li>\r\n <li>Is the guarantee specific?</li>\r\n <li>Are all blank spaces filled in?</li>\r\n <li>Are all charges itemized?</li>\r\n <li>Have you read the small print?</li>\r\n <li>Do you get a copy?</li>\r\n</ul>\r\nBe on the lookout for legal \"double talk.\" Know that \"as is\" means no warranty. See a lawyer if you have any doubts or questions.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Help Us Prevent Crimes Against Seniors\" button_url=\"http://da15thdistrict.org/?page_id=5988\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','20 Ways to Avoid Being Swindled','','inherit','closed','closed','','6444-autosave-v1','','','2019-03-26 16:41:20','2019-03-26 16:41:20','',6444,'http://da15thdistrict.org/?p=7211',0,'revision','',0),(7219,9,'2020-01-08 23:59:15','2020-01-08 23:59:15','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2020-01-08 23:59:15','2020-01-08 23:59:15','',6000,'http://da15thdistrict.org/?p=7219',0,'revision','',0),(7055,9,'2016-09-23 22:50:11','2016-09-23 22:50:11','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 22:50:11','2016-09-23 22:50:11','',6000,'http://da15thdistrict.org/?p=7055',0,'revision','',0),(7060,9,'2016-09-23 23:04:46','2016-09-23 23:04:46','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2016-09-23 23:04:46','2016-09-23 23:04:46','',5868,'http://da15thdistrict.org/?p=7060',0,'revision','',0),(7056,9,'2016-09-23 22:54:11','2016-09-23 22:54:11','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-09-23 22:54:11','2016-09-23 22:54:11','',5996,'http://da15thdistrict.org/?p=7056',0,'revision','',0),(7057,9,'2016-09-23 22:55:08','2016-09-23 22:55:08','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 22:55:08','2016-09-23 22:55:08','',6003,'http://da15thdistrict.org/?p=7057',0,'revision','',0),(7058,9,'2016-09-23 22:58:46','2016-09-23 22:58:46','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-09-23 22:58:46','2016-09-23 22:58:46','',6006,'http://da15thdistrict.org/?p=7058',0,'revision','',0),(7059,9,'2016-09-23 22:59:58','2016-09-23 22:59:58','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Ritchie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advise to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases.</li>\r\n <li>We provide assistance to victims of crime.</li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 22:59:58','2016-09-23 22:59:58','',6009,'http://da15thdistrict.org/?p=7059',0,'revision','',0),(7062,9,'2016-09-23 23:20:03','2016-09-23 23:20:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-09-23 23:20:03','2016-09-23 23:20:03','',5996,'http://da15thdistrict.org/?p=7062',0,'revision','',0),(7063,9,'2016-09-23 23:23:57','2016-09-23 23:23:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 23:23:57','2016-09-23 23:23:57','',6000,'http://da15thdistrict.org/?p=7063',0,'revision','',0),(7064,9,'2016-09-23 23:25:12','2016-09-23 23:25:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 23:25:12','2016-09-23 23:25:12','',6003,'http://da15thdistrict.org/?p=7064',0,'revision','',0),(7065,9,'2016-09-23 23:26:27','2016-09-23 23:26:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-09-23 23:26:27','2016-09-23 23:26:27','',6006,'http://da15thdistrict.org/?p=7065',0,'revision','',0),(7220,9,'2020-01-09 00:03:15','2020-01-09 00:03:15','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2020-01-09 00:03:15','2020-01-09 00:03:15','',6009,'http://da15thdistrict.org/?p=7220',0,'revision','',0),(7066,9,'2016-09-23 23:28:08','2016-09-23 23:28:08','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Ritchie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 23:28:08','2016-09-23 23:28:08','',6009,'http://da15thdistrict.org/?p=7066',0,'revision','',0),(7218,9,'2020-01-08 23:43:48','2020-01-08 23:43:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2020-01-08 23:43:48','2020-01-08 23:43:48','',5996,'http://da15thdistrict.org/?p=7218',0,'revision','',0),(7121,9,'2018-06-26 17:27:33','2018-06-26 17:27:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2018-06-26 17:27:33','2018-06-26 17:27:33','',5996,'http://da15thdistrict.org/?p=7121',0,'revision','',0),(7096,9,'2017-04-04 18:37:05','2017-04-04 18:37:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2017-04-04 18:37:05','2017-04-04 18:37:05','',5996,'http://da15thdistrict.org/?p=7096',0,'revision','',0),(7070,9,'2016-09-23 23:41:12','2016-09-23 23:41:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2016-09-23 23:41:12','2016-09-23 23:41:12','',5996,'http://da15thdistrict.org/?p=7070',0,'revision','',0),(7071,9,'2021-07-17 00:13:23','2021-07-17 00:13:23','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-autosave-v1','','','2021-07-17 00:13:23','2021-07-17 00:13:23','',6000,'http://da15thdistrict.org/?p=7071',0,'revision','',0),(7076,9,'2016-09-23 23:49:42','2016-09-23 23:49:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 23:49:42','2016-09-23 23:49:42','',6000,'http://da15thdistrict.org/?p=7076',0,'revision','',0),(7072,9,'2016-09-23 23:42:46','2016-09-23 23:42:46','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2016-09-23 23:42:46','2016-09-23 23:42:46','',6000,'http://da15thdistrict.org/?p=7072',0,'revision','',0),(7093,9,'2017-04-04 18:32:47','2017-04-04 18:32:47','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2017-04-04 18:32:47','2017-04-04 18:32:47','',6003,'http://da15thdistrict.org/?p=7093',0,'revision','',0),(7073,9,'2016-09-23 23:43:35','2016-09-23 23:43:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2016-09-23 23:43:35','2016-09-23 23:43:35','',6003,'http://da15thdistrict.org/?p=7073',0,'revision','',0),(7094,9,'2017-04-04 18:33:34','2017-04-04 18:33:34','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2017-04-04 18:33:34','2017-04-04 18:33:34','',6006,'http://da15thdistrict.org/?p=7094',0,'revision','',0),(7074,9,'2016-09-23 23:44:14','2016-09-23 23:44:14','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMike Cooper, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2016-09-23 23:44:14','2016-09-23 23:44:14','',6006,'http://da15thdistrict.org/?p=7074',0,'revision','',0),(7095,9,'2017-04-04 18:34:12','2017-04-04 18:34:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Ritchie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2017-04-04 18:34:12','2017-04-04 18:34:12','',6009,'http://da15thdistrict.org/?p=7095',0,'revision','',0),(7075,9,'2016-09-23 23:44:49','2016-09-23 23:44:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMichael Horan <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLindsay Watts <a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJeanna Ritchie\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2016-09-23 23:44:49','2016-09-23 23:44:49','',6009,'http://da15thdistrict.org/?p=7075',0,'revision','',0),(7078,9,'2016-09-24 00:16:49','2016-09-24 00:16:49','','Bad Check Complaint','','inherit','closed','closed','','20160923180405','','','2016-09-24 00:19:32','2016-09-24 00:19:32','',0,'http://da15thdistrict.org/wp-content/uploads/2016/09/20160923180405.pdf',0,'attachment','application/pdf',0),(7079,9,'2017-04-04 18:15:04','2017-04-04 18:15:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ECU HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Economic Crime Unit</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Forms Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nForms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Form Instructions\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\"]\r\n\r\nForms are provided on the links below in a fillable PDF format and require Adobe Reader to download and print.\r\n\r\nClick <a class=\"underline\" href=\"http://get.adobe.com/reader/\"> Adobe Reader >>></a> to install, if not already installed on your computer.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Simple Demand Letter\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h6><strong style=\"color: #cc0000;\">Simple Demand Letter</strong></h6>\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Simple_Demand_letter.pdf\"><img class=\"size-medium wp-image-2708 aligncenter\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/DEMAND-232x300.jpg\" alt=\"DEMAND\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Complaint Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Bad Check Complaint Form</strong></h6>\r\nEach check you refer to our office must be accompanied by this form. <a href=\"http://da15thdistrict.org/wp-content/uploads/2016/09/20160923180405.pdf\"><img class=\"aligncenter size-medium wp-image-2702\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/COMP1-232x300.jpg\" alt=\"COMP1\" width=\"232\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Affidavit of Service\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"12\" text_line_height=\"1.6em\"]\r\n<h6><strong style=\"color: #cc0000;\">Affidavit of Service Form</strong></h6>\r\nAffidavit of Service by mail is used when the demand letter is sent regular mail not certified.\r\n<a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BC_Affidavit_of_Service_Form.pdf\"><img class=\"aligncenter size-medium wp-image-2681\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/AFF-233x300.jpg\" alt=\"AFF\" width=\"233\" height=\"300\" /></a>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"21\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nRequirements to File\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Complaint Steps\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3><strong style=\"color: #cc0000;\">\"NO COST TO FILE A COMPLAINT\"</strong></h3>\r\n<strong>1</strong>. The transaction must take place within one of the following Counties within the 15th District; Jefferson Davis, Lawrence, Lamar, Marion, or Pearl River.\r\n\r\n<strong>2.</strong> All worthless checks must be stamped:\r\n<strong>Insufficient Funds</strong> or<strong> Account Closed</strong>\r\n\r\n<strong>3.</strong> Checks WILL NOT BE ACCEPTED if they are stamped for any reason other than insufficient funds or account closed.\r\nFor example, checks stamped:\r\n<ul>\r\n <li>Stop Payment</li>\r\n <li>Uncollected Funds</li>\r\n <li>Refer to Maker</li>\r\n <li>No Such Account (usually counter check)</li>\r\n</ul>\r\n<strong>4.</strong> DO NOT FILE A COMPLAINT IF ANY OF THE FOLLOWING APPLY:\r\n<ul>\r\n <li>You have accepted partial payments on the check</li>\r\n <li>The check was postdated or you agreed to hold the check</li>\r\n <li>The check is payable to someone other than the complainant (two party check)</li>\r\n <li>The check was given in payment of a loan or on account</li>\r\n <li>Forgeries (all forgeries should be forwarded to law enforcement agency for other prosecution)</li>\r\n</ul>\r\n<strong>5.</strong> Prior to filing, a statutory demand letter must be sent out by regular mail or by certified mail, return receipt requested, to the last known address. The check writer must be given (15)fifteen days from receipt of your letter to make the bad check good.\r\n\r\n<strong>6.</strong> If the certified letter (notice) is returned undelivered, no waiting period is required and you may file a complaint at that time. If notice is sent by regular mail, an affidavit must be sign.\r\n\r\n<strong>7.</strong> A worthless check complaint must be filed in our Office for each check you wish to submit to the District Attorney.\r\n\r\n<strong>8.</strong> If, after filing a Complaint with the District Attorney, you wish to withdraw the complaint for good cause, Mississippi Law requires that you pay a fee of Thirty Dollars ($30.00) to the District Attorney for processing such complaint.\r\n\r\n<strong>9.</strong> When the Economic Crime Unit succeeds in collecting the check, you will be reimbursed the full-face amount of the check plus a $40.00 service fee on any check written on or after July 1, 2004.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nChecklist\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Checklist Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou must bring or mail the following when presenting a complaint to the District Attorney\'s Office:\r\n<ul>\r\n <li>Original check</li>\r\n <li>Completed complaint form</li>\r\n <li>Affidavit of service by mail (if letter was sent out regular mail)\r\n<strong>or</strong></li>\r\n <li>Proof of certified mail - either the signed return receipt request card or the returned unclaimed certified envelope</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Mailing Address Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nMailing Address\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n15th District Attorney\r\nEconomic Crime Unit\r\n500 Courthouse Square, Suite #3\r\nColumbia, MS 39429\r\n\r\nContact personnel for the unit:\r\nTabitha Nelson\r\n601-736-2164\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Bad Check Sign Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\"]\r\n\r\nBad Check Sign\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"13\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nYou can request a Bad Check sign for display in your place of business to deter check writers who might be tempted to pass a bad check.\r\n\r\n<img class=\"aligncenter size-medium wp-image-2693\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/BD1-300x201.jpg\" alt=\"Bad Check Sign\" width=\"300\" height=\"201\" />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Know Your Rights as a Victim\" button_url=\"http://da15thdistrict.org/?page_id=2871\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Economic Crime Unit','','inherit','closed','closed','','5950-autosave-v1','','','2017-04-04 18:15:04','2017-04-04 18:15:04','',5950,'http://da15thdistrict.org/?p=7079',0,'revision','',0),(7092,9,'2017-04-04 18:32:13','2017-04-04 18:32:13','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2017-04-04 18:32:13','2017-04-04 18:32:13','',6000,'http://da15thdistrict.org/?p=7092',0,'revision','',0),(7103,9,'2018-06-25 23:15:55','2018-06-25 23:15:55','','hal po','','inherit','closed','closed','','hal-po','','','2018-06-25 23:15:55','2018-06-25 23:15:55','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/hal-po.jpg',0,'attachment','image/jpeg',0),(7106,9,'2018-06-25 23:23:41','2018-06-25 23:23:41','','sen5','','inherit','closed','closed','','sen5','','','2018-06-25 23:23:41','2018-06-25 23:23:41','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/sen5.jpg',0,'attachment','image/jpeg',0),(7107,9,'2018-06-25 23:24:03','2018-06-25 23:24:03','','khperk','','inherit','closed','closed','','khperk','','','2018-06-25 23:24:03','2018-06-25 23:24:03','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/khperk.jpg',0,'attachment','image/jpeg',0),(7108,9,'2018-06-25 23:24:36','2018-06-25 23:24:36','','sen 2018','','inherit','closed','closed','','sen-2018','','','2018-06-25 23:24:36','2018-06-25 23:24:36','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/sen-2018.jpg',0,'attachment','image/jpeg',0),(7109,9,'2018-06-25 23:24:48','2018-06-25 23:24:48','','sen 2','','inherit','closed','closed','','sen-2','','','2018-06-25 23:24:48','2018-06-25 23:24:48','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/sen-2.jpg',0,'attachment','image/jpeg',0),(7110,9,'2018-06-25 23:25:03','2018-06-25 23:25:03','','sen3','','inherit','closed','closed','','sen3','','','2018-06-25 23:25:03','2018-06-25 23:25:03','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/sen3.jpg',0,'attachment','image/jpeg',0),(7112,9,'2018-06-25 23:27:46','2018-06-25 23:27:46','','en4','','inherit','closed','closed','','en4','','','2018-06-25 23:27:46','2018-06-25 23:27:46','',0,'http://da15thdistrict.org/wp-content/uploads/2018/06/en4.jpg',0,'attachment','image/jpeg',0),(7114,9,'2022-03-31 17:39:00','2022-03-31 17:39:00','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJohn Dowdy <a href=\"http://da15thdistrict.org/?page_id=5947/#jdowdy\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nValerie Walker\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-autosave-v1','','','2022-03-31 17:39:00','2022-03-31 17:39:00','',6009,'http://da15thdistrict.org/?p=7114',0,'revision','',0),(7115,9,'2018-06-25 23:40:13','2018-06-25 23:40:13','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#jmhoran\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2018-06-25 23:40:13','2018-06-25 23:40:13','',6009,'http://da15thdistrict.org/?p=7115',0,'revision','',0),(7117,9,'2018-06-26 00:02:09','2018-06-26 00:02:09','','lb(003)','','inherit','closed','closed','','lb003','','','2018-06-26 00:02:09','2018-06-26 00:02:09','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg',0,'attachment','image/jpeg',0),(7118,9,'2018-06-26 00:05:49','2018-06-26 00:05:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/04/verylight.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\"></p>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2018-06-26 00:05:49','2018-06-26 00:05:49','',5947,'http://da15thdistrict.org/?p=7118',0,'revision','',0),(7137,9,'2019-01-09 23:10:27','2019-01-09 23:10:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2019-01-09 23:10:27','2019-01-09 23:10:27','',6009,'http://da15thdistrict.org/?p=7137',0,'revision','',0),(7128,9,'2018-06-26 18:23:25','2018-06-26 18:23:25','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2018-06-26 18:23:25','2018-06-26 18:23:25','',6009,'http://da15thdistrict.org/?p=7128',0,'revision','',0),(7125,9,'2018-06-26 17:48:48','2018-06-26 17:48:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2018-06-26 17:48:48','2018-06-26 17:48:48','',6009,'http://da15thdistrict.org/?p=7125',0,'revision','',0),(7119,9,'2018-06-26 00:11:34','2018-06-26 00:11:34','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-403-2341\r\n(P) 601-795-2241\r\n(P) 601-798-8980\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nDon \"Butch\" Raby, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLisa McGloflin <a href=\"http://da15thdistrict.org/?page_id=5947/#lbmcgloflin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\n<a href=\"http://da15thdistrict.org/?page_id=5947/#lgwatts\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2018-06-26 00:11:34','2018-06-26 00:11:34','',6009,'http://da15thdistrict.org/?p=7119',0,'revision','',0),(7120,9,'2018-06-26 17:24:17','2018-06-26 17:24:17','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2018-06-26 17:24:17','2018-06-26 17:24:17','',6006,'http://da15thdistrict.org/?p=7120',0,'revision','',0),(7127,9,'2018-06-26 18:16:37','2018-06-26 18:16:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nCarlus Page, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nTony Kepper, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2018-06-26 18:16:37','2018-06-26 18:16:37','',6000,'http://da15thdistrict.org/?p=7127',0,'revision','',0),(7122,9,'2018-06-26 17:42:31','2018-06-26 17:42:31','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Reigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nElzey Cowart, Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nChris Dungan, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2018-06-26 17:42:31','2018-06-26 17:42:31','',6000,'http://da15thdistrict.org/?p=7122',0,'revision','',0),(7225,9,'2020-01-13 18:50:48','2020-01-13 18:50:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>5th Monday of March, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2020-01-13 18:50:48','2020-01-13 18:50:48','',6003,'http://da15thdistrict.org/?p=7225',0,'revision','',0),(7215,9,'2019-12-17 21:49:47','2019-12-17 21:49:47','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJames D. \"Jim\" Johnson <a href=\"http://da15thdistrict.org/?page_id=5947/#jjohnson\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2019-12-17 21:49:47','2019-12-17 21:49:47','',6003,'http://da15thdistrict.org/?p=7215',0,'revision','',0),(7198,9,'2019-02-20 22:34:39','2019-02-20 22:34:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJames D. \"Jim\" Johnson <a href=\"http://da15thdistrict.org/?page_id=5947/#jjohnson\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2019-02-20 22:34:39','2019-02-20 22:34:39','',6003,'http://da15thdistrict.org/?p=7198',0,'revision','',0),(7123,9,'2018-06-26 17:45:25','2018-06-26 17:45:25','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nCarolyn Arinder\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2018-06-26 17:45:25','2018-06-26 17:45:25','',6003,'http://da15thdistrict.org/?p=7123',0,'revision','',0),(7124,9,'2018-06-26 17:46:41','2018-06-26 17:46:41','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2018-06-26 17:46:41','2018-06-26 17:46:41','',6006,'http://da15thdistrict.org/?p=7124',0,'revision','',0),(7126,9,'2018-06-26 17:58:31','2018-06-26 17:58:31','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The two victim assistance coordinators in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services provided by the victim assistance coordinators include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThe Victim Assistance Coordinator and Victim Services Specialists have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar</strong> County.\r\n\r\n<strong>LAMAR OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\nFax: 601-794-1077\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Pearl River</strong> County.\r\n\r\n<strong>PEARL RIVER OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\nFax: 601-403-2353\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Lauren Robertson\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Lauren Robertson</h3>\r\nProvides services and assistance to victims of crime in <strong>Marion, Lawrence</strong> and <strong>Jefferson Davis</strong> Counties.\r\n\r\n<strong>MARION OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:lrobertson@da15thdistrict.org\">lrobertson@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2018-06-26 17:58:31','2018-06-26 17:58:31','',6493,'http://da15thdistrict.org/?p=7126',0,'revision','',0),(7129,9,'2018-06-26 21:34:56','2018-06-26 21:34:56','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"|0\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"VAP HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Victim Assistance Program</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0|\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"2_3\" specialty_columns=\"2\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"VAP Intro\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOur Victim Assistance Program was established to provide victims and survivors of crime and their families assistance with the physical, emotional, and financial effects of criminal acts. The three victim assistance staff members in our district accomplish this by providing direct services and referrals to appropriate community organizations. They provide encouragement and information to assist crime victims who are recovering from traumatic experiences while participating in the criminal justice system. Services they provide include, but are not limited to:\r\n<ul>\r\n <li>crisis intervention</li>\r\n <li>referrals to social service agencies</li>\r\n <li>information about the criminal justice system</li>\r\n <li>information on statuses of cases</li>\r\n <li>assistance in applying for compensation with the Attorney General\'s Crime Victim Compensation Division</li>\r\n <li>assistance with Victim Impact Statement preparation and submission</li>\r\n <li>court accompaniment</li>\r\n <li>employer, school, and creditor intercession</li>\r\n <li>provide a safe waiting area in the courthouse</li>\r\n <li>sentence notification</li>\r\n</ul>\r\n[/et_pb_text][et_pb_text admin_label=\"Helpful Resources Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nHelpful Resources\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nPlease click on the links below for access to the information referenced in the list.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"|0\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Victims\' Rights and Assistance Links\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Victims\' Rights and Assistance</strong>\r\n<ul>\r\n <li><a href=\"http://da15thdistrict.org/?page_id=2871\">Your Rights as a Victim</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Request_to_Exercise_Victims_Rights.pdf\">Request to Exercise Victims\' Rights</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim_Impact_Statement.pdf\">Victim Impact Statement</a></li>\r\n <li><a href=\"http://da15thdistrict.org/wp-content/uploads/2015/08/V_Victim-Compensation-Application.pdf\">Victim Compensation Application</a></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"AG LINKS\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the Attorney General Links</strong>\r\n<ul>\r\n <li><a href=\"http://www.ago.state.ms.us/divisions/victim-compensation/\">Victim Compensation Program</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/10/Crime-Victims-Bill-of-Rights-BROCHURE-2013.pdf\">Victims\' Bill of Rights Brochure</a></li>\r\n <li><a href=\"http://www.ago.state.ms.us/wp-content/uploads/2013/11/A-Victims-Guide-2013.pdf\">A Victim\'s Guide</a></li>\r\n <li><strong><a href=\"http://www.ago.state.ms.us/divisions/victim-assistance/\">Click Here for More Info</a></strong></li>\r\n</ul>\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0|\" padding_mobile=\"on\" use_custom_gutter=\"off\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>VINELink: A Notification Service Provided at No Charge to Victims of Crime</strong>\r\n\r\nThis free service allows crime victims and concerned citizens to obtain timely and reliable information about criminal cases and the custody status of offenders 24 hours a day.\r\n\r\nPlease <a href=\"https://www.vinelink.com/vinelink/siteInfoAction.do?siteId=25000\">click here</a> to get registered for this service. This service is provided by the Mississippi Department of Corrections.\r\n\r\n[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Coordinators Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Coordinators Intro Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nThe Victim Assistance Coordinator and Victim Services Specialists have a special and important role within the criminal justice system. These individuals are specifically placed in the District Attorney’s Office to provide services to crime victims.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Jeff Caillouet\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Jeff Caillouet</h3>\r\nProvides services and assistance to victims of crime in <strong>Lamar</strong> County.\r\n\r\n<strong>LAMAR OFFICE</strong>\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\nPhone: 601-794-3510\r\nFax: 601-794-1077\r\n\r\nE-Mail: <a href=\"mailto:jcaillouet@da15thdistrict.org\">jcaillouet@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Anita Sumrall\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Anita Sumrall</h3>\r\nProvides services and assistance to victims of crime in <strong>Pearl River</strong> County.\r\n\r\n<strong>PEARL RIVER OFFICE</strong>\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\nPhone: 601-403-2356\r\nFax: 601-403-2353\r\n\r\nE-Mail: <a href=\"mailto:asumrall@da15thdistrict.org\">asumrall@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Lauren Robertson\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h3 style=\"color: #cc0000;\">Lauren Robertson</h3>\r\nProvides services and assistance to victims of crime in <strong>Marion, Lawrence</strong> and <strong>Jefferson Davis</strong> Counties.\r\n\r\n<strong>MARION OFFICE</strong>\r\n500 Courthouse Square, #3\r\nColumbia, MS 39429\r\nPhone: 601-731-1476\r\nFax: 601-731-1489\r\n\r\nE-Mail: <a href=\"mailto:lrobertson@da15thdistrict.org\">lrobertson@da15thdistrict.org</a>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_section]','Victim Assistance Program','','inherit','closed','closed','','6493-revision-v1','','','2018-06-26 21:34:56','2018-06-26 21:34:56','',6493,'http://da15thdistrict.org/?p=7129',0,'revision','',0),(7132,9,'2019-01-09 22:44:11','2019-01-09 22:44:11','','Christina-Holcomb','','inherit','closed','closed','','christina-holcomb','','','2019-01-09 22:44:11','2019-01-09 22:44:11','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg',0,'attachment','image/jpeg',0),(7130,9,'2018-06-26 22:14:08','2018-06-26 22:14:08','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/04/verylight.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lisa_Beech_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LISA BEECH MCGLOFLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLisa Beech McGloflin is a lifelong resident of Pearl River County. She received her Bachelor of Arts degree from the University of Mississippi in 2009 and her Juris Doctorate from the University of Mississippi School of Law in 2012.\r\n\r\nWhile attending Ole Miss Law, Lisa received the Dean’s scholarship and was involved in the Civil Legal Clinic, the Prosecution Externship Program, Phi Alpha Delta legal fraternity, and was editor of The Advocate. She is currently a member of the Mississippi Bar Association, the Mississippi Prosecutor’s Association and the Pearl River County Bar Association.\r\n\r\nLisa currently serves as an Assistant District Attorney in Pearl River County, prosecuting various felonies. She and her husband, Josh McGloflin, reside in Carriere.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2018-06-26 22:14:08','2018-06-26 22:14:08','',5947,'http://da15thdistrict.org/?p=7130',0,'revision','',0),(7195,9,'2019-02-20 22:24:39','2019-02-20 22:24:39','','jim crop','','inherit','closed','closed','','jim-crop','','','2019-02-20 22:24:39','2019-02-20 22:24:39','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/jim-crop.jpg',0,'attachment','image/jpeg',0),(7133,9,'2019-01-09 22:52:01','2019-01-09 22:52:01','','BEAU A. STEWART','','inherit','closed','closed','','baste','','','2019-01-09 22:54:28','2019-01-09 22:54:28','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/BASTE.jpg',0,'attachment','image/jpeg',0),(7135,9,'2019-01-09 22:58:03','2019-01-09 22:58:03','','BEA 2','','inherit','closed','closed','','bea-2','','','2019-01-09 22:58:03','2019-01-09 22:58:03','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/BEA-2.jpg',0,'attachment','image/jpeg',0),(7196,9,'2019-02-20 22:27:51','2019-02-20 22:27:51','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/jim-crop.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>JAMES D. \"Jim\" JOHNSON</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJim began his law career in Jackson where he worked his way through law school at Mississippi College as a law clerk with the Legal Services Corporation, a federally funded law office meeting the needs of the underrepresented and underprivileged. After graduation, he stayed on as a staff attorney from 1973-1977.\r\n\r\nHe returned to Hattiesburg where he worked as a lawyer associate with Aultman attorneys from 1980-1986. Since 1987, Jim has managed his private practice on Hardy Street in Hattiesburg. He has represented the needs, cares, and concerns of minors as a Certified Guardian ad litem and Child Advocate attorney for over 20 years. He was also appointed as a Special Master in the 10th Chancery Court and appointed by the Chancery Court to serve as a prosecutor in Commitment Court. Jim has been admitted to all Mississippi Courts, U.S. Federal Courts, the Southern District courts, and the Fifth Circuit Court of Appeals.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-02-20 22:27:51','2019-02-20 22:27:51','',5947,'http://da15thdistrict.org/?p=7196',0,'revision','',0),(7193,9,'2019-01-22 18:22:12','2019-01-22 18:22:12','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-22 18:22:12','2019-01-22 18:22:12','',5947,'http://da15thdistrict.org/?p=7193',0,'revision','',0),(7145,9,'2019-01-10 21:54:05','2019-01-10 21:54:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-10 21:54:05','2019-01-10 21:54:05','',5947,'http://da15thdistrict.org/?p=7145',0,'revision','',0),(7144,9,'2019-01-10 21:48:21','2019-01-10 21:48:21','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-10 21:48:21','2019-01-10 21:48:21','',5947,'http://da15thdistrict.org/?p=7144',0,'revision','',0),(7134,9,'2019-01-09 22:53:39','2019-01-09 22:53:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/04/verylight.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to the Mississippi Bar, all Mississippi courts, and to the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LISA BEECH MCGLOFLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LISA BEECH MCGLOFLIN Assistant District Attorney\" title_text=\"LISA BEECH MCGLOFLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbmcgloflin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-09 22:53:39','2019-01-09 22:53:39','',5947,'http://da15thdistrict.org/?p=7134',0,'revision','',0),(7143,9,'2019-01-10 21:46:38','2019-01-10 21:46:38','','BASCtCropped','','inherit','closed','closed','','basctcropped','','','2019-01-10 21:46:38','2019-01-10 21:46:38','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png',0,'attachment','image/png',0),(7136,9,'2019-01-09 23:03:24','2019-01-09 23:03:24','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BEA-2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to the Mississippi Bar, all Mississippi courts, and to the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"hholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-09 23:03:24','2019-01-09 23:03:24','',5947,'http://da15thdistrict.org/?p=7136',0,'revision','',0),(7148,9,'2019-01-10 23:52:06','2019-01-10 23:52:06','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of February, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of May, four (4) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of June, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of November, four (4) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nJoe Stuart, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nClay Cranford <a href=\"http://da15thdistrict.org/?page_id=5947/#ccranford\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2019-01-10 23:52:06','2019-01-10 23:52:06','',6009,'http://da15thdistrict.org/?p=7148',0,'revision','',0),(7138,9,'2019-01-09 23:12:40','2019-01-09 23:12:40','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BEA-2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to the Mississippi Bar, all Mississippi courts, and to the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"MORRIS SWEATT\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/SWEATT33-Copy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"MORRIS SWEATT Assistant District Attorney\" title_text=\"MORRIS SWEATT\" max_width=\"200px\" border_width=\"7px\" module_id=\"msweatt\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>MORRIS SWEATT</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">A native of Clarksdale, Mississippi, Morris Sweatt earned a Bachelor of Music Education Degree in 1963 at the University of Mississippi. He was awarded a Master of Music Degree from Northwestern University in 1968. A teaching career included stints in schools of Bay St. Louis, Mississippi, Biloxi, Mississippi, Mobile, Alabama, Meridian Junior College, Hinds Junior College, Livingston University in Alabama and others. He graduated with honors from Mississippi College School of Law in 1983.</p>\r\nMr. Sweatt was a law clerk and associate with the Waller & Waller office in Jackson, Mississippi for approximately three years. In 1985, he opened a solo office for the general practice of law in Columbia, Mississippi, and in 1995 he was appointed Public Defender for Marion County. In February 2007, Mr. Sweatt was appointed Assistant District Attorney for the Fifteenth Judicial District. Mr Sweatt is married to Dorothy, and they have raised three successful children. They presently enjoy doting on three grand children.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Mr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.</p>\r\nMr. Miller currently handles all of the felony prosecutions in Lawrence County and Jefferson Davis County and part of the Felony prosecutions in Pearl River County. Also he is the City Prosecutor in the City of Purvis, the City Prosecutor in the City of Lumberton, and the City Prosecutor in the Town of Bassfield.\r\n\r\nPrior to being appointed Assistant District Attorney he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a life time resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\n<p class=\"lead p2\">Lauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.</p>\r\n<p class=\"lead p2\">Mrs. Harless is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Pearl River County prosecuting various felonies and crimes of violence committed against women and children. She also participates in annual conferences addressing the prosecution and prevention of violence against women and monthly team meetings with social services and law enforcement agencies in Pearl River County to facilitate prosecution of violent crimes among those agencies.</p>\r\n<p class=\"lead p2\">Mrs. Harless has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force which meets quarterly in Jackson, Mississippi.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. During her tenure at Southern Miss, Kim served as a member of Southern Style, a University Leadership Scholar, and President of Alpha Delta Pi Sorority. Kim was also involved in a variety of honor and leadership societies including Omicron Delta Kappa, Golden Key, and Lambda Sigma, and was awarded Who’s Who Among American College Students. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007. While at Ole Miss, Kim was involved in the Civil Legal Clinic, the Public Interest Law Foundation, and Phi Delta Phi Honor Fraternity.\r\n\r\nPresently, Kim serves as an Assistant District Attorney for all five counties in the Fifteenth Circuit Court District. Kim’s position is federally funded under the Violence Against Women Grant and she primarily prosecutes sexual assault and domestic violence cases. Prior to Kim’s position with the District Attorney’s Office, she served as a Judicial Law Clerk for the Honorable R.I. Prichard for the Fifteenth Judicial District.\r\n\r\nKim currently resides in Hattiesburg and has become active in the Mississippi Bar Association, serving on the Mock Trial Competition Committee; is a member of the Area Development Partnership Leadership Pinebelt Class of 2009; serves as Chapter Advisor of Alpha Delta Pi Sorority at Southern Miss; is a member of Pinebelt Young Professionals; and serves as a volunteer instructor for the Lamar County Sheriff’s Department.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-01-09 23:12:40','2019-01-09 23:12:40','',5947,'http://da15thdistrict.org/?p=7138',0,'revision','',0),(7141,9,'2019-01-09 23:27:20','2019-01-09 23:27:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strictland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2019-01-09 23:27:20','2019-01-09 23:27:20','',5996,'http://da15thdistrict.org/?p=7141',0,'revision','',0),(7142,9,'2019-01-09 23:28:29','2019-01-09 23:28:29','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nLessie Butler, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Drawer 100\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2019-01-09 23:28:29','2019-01-09 23:28:29','',6003,'http://da15thdistrict.org/?p=7142',0,'revision','',0),(7146,9,'2019-01-10 23:36:27','2019-01-10 23:36:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nMorris Sweatt <a href=\"http://da15thdistrict.org/?page_id=5947/#msweatt\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2019-01-10 23:36:27','2019-01-10 23:36:27','',5996,'http://da15thdistrict.org/?p=7146',0,'revision','',0),(7147,9,'2019-01-10 23:48:44','2019-01-10 23:48:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>5th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2019-01-10 23:48:44','2019-01-10 23:48:44','',6000,'http://da15thdistrict.org/?p=7147',0,'revision','',0); INSERT INTO `wp_posts` VALUES (7182,9,'2022-10-28 15:24:12','2022-10-28 15:24:12','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Latest News</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]\r\n\r\n<span style=\"position: absolute; left: -10000px;\">The Grademiners Reddit forum seems to highlight the quality of service, but is it reliable? The firm <a href=\"https://www.reddit.com/r/EssayServicesReviewer/\">best online writing service reddit</a> offers 24 hour support for customers, however it is not well-known. The money-back guarantee is not without shortcomings. First of all, there is no way to be sure that you\'ll be reimbursed in the event that you\'re not satisfied with the purchase. Secondly, the service\'s customer support isn\'t always extremely responsive. It is possible to request an refund via email or SMS, but there is no guarantee.</span>','Latest News','','inherit','closed','closed','','6751-autosave-v1','','','2022-10-28 15:24:12','2022-10-28 15:24:12','',6751,'http://da15thdistrict.org/?p=7182',0,'revision','',0),(7197,9,'2019-02-20 22:29:41','2019-02-20 22:29:41','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JAMES JOHNSON\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/jim-crop.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JAMES JOHNSON Assistant District Attorney\" title_text=\"James Johnson\" max_width=\"200px\" border_width=\"7px\" module_id=\"jjohnson\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>JAMES D. \"Jim\" JOHNSON</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJim began his law career in Jackson where he worked his way through law school at Mississippi College as a law clerk with the Legal Services Corporation, a federally funded law office meeting the needs of the underrepresented and underprivileged. After graduation, he stayed on as a staff attorney from 1973-1977.\r\n\r\nHe returned to Hattiesburg where he worked as a lawyer associate with Aultman attorneys from 1980-1986. Since 1987, Jim has managed his private practice on Hardy Street in Hattiesburg. He has represented the needs, cares, and concerns of minors as a Certified Guardian ad litem and Child Advocate attorney for over 20 years. He was also appointed as a Special Master in the 10th Chancery Court and appointed by the Chancery Court to serve as a prosecutor in Commitment Court. Jim has been admitted to all Mississippi Courts, U.S. Federal Courts, the Southern District courts, and the Fifth Circuit Court of Appeals.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-02-20 22:29:41','2019-02-20 22:29:41','',5947,'http://da15thdistrict.org/?p=7197',0,'revision','',0),(7221,9,'2020-01-09 00:06:45','2020-01-09 00:06:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>4th Monday of March, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of August, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of September, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of December, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2020-01-09 00:06:45','2020-01-09 00:06:45','',6003,'http://da15thdistrict.org/?p=7221',0,'revision','',0),(7199,9,'2019-02-20 22:37:02','2019-02-20 22:37:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>3rd Monday of March, one (1) week\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJames D. \"Jim\" Johnson <a href=\"http://da15thdistrict.org/?page_id=5947/#jjohnson\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nDarrell Perkins\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2019-02-20 22:37:02','2019-02-20 22:37:02','',5996,'http://da15thdistrict.org/?p=7199',0,'revision','',0),(7222,9,'2020-01-09 00:09:00','2020-01-09 00:09:00','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nWilliam \"Ben\" White\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2020-01-09 00:09:00','2020-01-09 00:09:00','',6006,'http://da15thdistrict.org/?p=7222',0,'revision','',0),(7200,9,'2019-02-20 22:47:11','2019-02-20 22:47:11','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of February, four (4) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Tuesday of July, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>5th Monday of October, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJames D. \"Jim\" Johnson <a href=\"http://da15thdistrict.org/?page_id=5947/#jjohnson\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to Violence Against Women cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nDarrell Perkins\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2019-02-20 22:47:11','2019-02-20 22:47:11','',6006,'http://da15thdistrict.org/?p=7200',0,'revision','',0),(7202,9,'2019-02-21 17:22:43','2019-02-21 17:22:43','','jj pic2','','inherit','closed','closed','','jj-pic2','','','2019-02-21 17:22:43','2019-02-21 17:22:43','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/jj-pic2.jpg',0,'attachment','image/jpeg',0),(7216,9,'2020-01-08 23:04:49','2020-01-08 23:04:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2020-01-08 23:04:49','2020-01-08 23:04:49','',5947,'http://da15thdistrict.org/?p=7216',0,'revision','',0),(7203,9,'2019-02-21 17:24:06','2019-02-21 17:24:06','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JAMES JOHNSON\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/jj-pic2.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JAMES JOHNSON Assistant District Attorney\" title_text=\"James Johnson\" max_width=\"200px\" border_width=\"7px\" module_id=\"jjohnson\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>JAMES D. \"Jim\" JOHNSON</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJames D. “Jim” Johnson, a twin, was born in Oxford, Mississippi, while his father was in medical school; the family moved to Hattiesburg, following his father’s graduation from Tulane Medical School, where he has resided since childhood. Jim attended public schools in Hattiesburg, graduated from The University of Southern Mississippi with a Political Science major in 1973, and entered Mississippi College School of Law in 1974. He has been married to Terri, from Biloxi, and a USM graduate, since late 1974; they have three grown sons (Philip, Patrick & Davis) and five grandchildren. Jim and Terri have been active members of Woodland Presbyterian Church in Hattiesburg since 1980, as well as in their community. Over his tenure as an attorney, Jim has served the Court systems since 1978 as Special Master, Guardian ad litem, Special Prosecutor, juvenile defense counsel and legal representative for the Indigents in Hinds and Rankin Counties.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CLAY CRANFORD\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Clay_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CLAY CRANFORD Assistant District Attorney\" title_text=\"CLAY CRANFORD\" max_width=\"200px\" border_width=\"7px\" module_id=\"ccranford\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CLAY CRANFORD</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCorey Clayton “Clay” Cranford - is a life long resident of the Hattiesburg, Mississippi area. Mr. Cranford graduated from Oak Grove High School, then earned a B.S. degree in Psychology and a Master\'s Degree in Public Health at the University of Southern Mississippi. He subsequently earned his Juris Doctorate Degree from Southern University in Baton Rouge, LA. Mr. Cranford is dually licensed to practice law in the states of Mississippi and Louisiana.\r\n\r\nUpon graduation from law school Mr. Cranford entered private practice. In October of 2008, he was appointed as an Assistant District Attorney for the 15th Circuit Court District, a position he maintains to date. His assigned duties are handling felony cases in Pearl River County. He is a member of the Mississippi Bar Association, Louisiana Bar Association, and the Mississippi Prosecutors Association.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18<sup>th</sup> Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2019-02-21 17:24:06','2019-02-21 17:24:06','',5947,'http://da15thdistrict.org/?p=7203',0,'revision','',0),(7213,9,'2019-03-26 17:43:02','2019-03-26 17:43:02','[et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_css_before=\".wpcf7-f204-p5993-o1, .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {||background-color: #eee !important;||border: none !important;||width: 100% !important;||-moz-border-radius: 0 !important;||-webkit-border-radius: 0 !important;||border-radius: 0 !important;||font-size: 14px;||color: #999 !important;||padding: 16px !important;||-moz-box-sizing: border-box;||-webkit-box-sizing: border-box;||box-sizing: border-box;||}||.wpcf7-submit {||color: #2EA3F2 !important;||margin: 8px auto 0;||cursor: pointer;||font-size: 20px;||font-weight: 500;||-moz-border-radius: 3px;||-webkit-border-radius: 3px;||border-radius: 3px;||padding: 6px 20px;||line-height: 1.7em;||background: transparent;||border: 2px solid;||-webkit-font-smoothing: antialiased;||-moz-osx-font-smoothing: grayscale;||-moz-transition: all 0.2s;||-webkit-transition: all 0.2s;||transition: all 0.2s;||}||.wpcf7-submit:hover { ||background-color: #eee; ||border-color:#eee; ||padding: 6px 20px !important; ||}\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Us HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Contact Us</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Location and Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLocation and Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m27!1m12!1m3!1d852.7288852409075!2d-89.83578769999998!3d31.25076131796623!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m12!1i0!3e6!4m3!3m2!1d31.250511799999998!2d-89.8359645!4m5!1s0x889d68175bb57b79%3A0x88fbbdb8b4e53912!2s473+S+Main+St%2C+Columbia%2C+MS+39429!3m2!1d31.250770499999998!2d-89.83581699999999!5e0!3m2!1sen!2sus!4v1393346670225\" width=\"470\" height=\"430\" frameborder=\"0\"></iframe>\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" text_font_size=\"16\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Office of the District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429</strong>\r\n\r\n<strong>Office:</strong> 601-731-1476\r\n\r\n<strong>Checks:</strong> 601-736-2164\r\n\r\n<strong>Fax:</strong> 601-731-1489\r\n\r\n<strong>Office Hours:</strong> Monday to Friday from 8 am to 5 pm\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Contact Form Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Form\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [contact-form-7 id=\"204\" title=\"DA Contact Form\"] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','5993-revision-v1','','','2019-03-26 17:43:02','2019-03-26 17:43:02','',5993,'http://da15thdistrict.org/?p=7213',0,'revision','',0),(7231,9,'2021-07-17 00:01:59','2021-07-17 00:01:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHIP LEWIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/CHIP2.jpeg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHIP LEWIS Assistant District Attorney\" title_text=\"CHIP LEWIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"clewis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>REGINALD \'CHIP\' LEWIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nReginald \"Chip\" Robin Lewis Jr. graduated from Presbyterian Christian School in 2008, received a Bachelor in Arts from the University of Southern Mississippi in 2013 with honors, and in 2017 graduated Magna Cum Laude from the University of Mississippi School of Law with a Certificate in Criminal Law. While at the University of Mississippi School of Law, Chip was a member of the Mississippi Law Journal and was published in Mississippi Law Journal, Volume 85. \r\n\r\nCurrently, Mr. Lewis prosecutes felony crimes in Jefferson Davis and Lawrence County. Prior to being appointed to the position of Assistant District Attorney, Mr. Lewis worked in The Kilpatrick Firm in Oxford, Mississippi, where he primarily focused on criminal defense and family law litigation. After leaving Oxford, Mr. Lewis served as Lamar County’s Chief Public Defender. \r\n\r\nChip currently lives in Hattiesburg, Mississippi, with his wife, Michelle and son, William.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Lamar County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley prosecutes felony crimes in Marion County. Before joining the District Attorney’s Office, Laurel served as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel grew up in Louisville, Mississippi, and graduated from Madison Central High School in 1999. She earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish from Belmont University in Nashville, TN. After graduating from Belmont, Laurel lived in Paris, France, for two years, where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law, where she received her Juris Doctor in 2009. \r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi, with their two children.\r\n<h4></h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-autosave-v1','','','2021-07-17 00:01:59','2021-07-17 00:01:59','',5947,'http://da15thdistrict.org/?p=7231',0,'revision','',0),(7223,9,'2020-01-10 18:54:18','2020-01-10 18:54:18','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2020-01-10 18:54:18','2020-01-10 18:54:18','',6009,'http://da15thdistrict.org/?p=7223',0,'revision','',0),(7224,9,'2020-01-13 18:33:03','2020-01-13 18:33:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of March, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nWilliam \"Ben\" White\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2020-01-13 18:33:03','2020-01-13 18:33:03','',6006,'http://da15thdistrict.org/?p=7224',0,'revision','',0),(7226,9,'2020-01-13 19:04:15','2020-01-13 19:04:15','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2020-01-13 19:04:15','2020-01-13 19:04:15','',5996,'http://da15thdistrict.org/?p=7226',0,'revision','',0),(7227,9,'2020-01-13 19:08:01','2020-01-13 19:08:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2020-01-13 19:08:01','2020-01-13 19:08:01','',6000,'http://da15thdistrict.org/?p=7227',0,'revision','',0),(7243,9,'2021-07-16 23:48:30','2021-07-16 23:48:30','','IMG_0030 (3)','','inherit','closed','closed','','img_0030-3','','','2021-07-16 23:48:30','2021-07-16 23:48:30','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/IMG_0030-3.jpeg',0,'attachment','image/jpeg',0),(7230,9,'2020-08-10 17:23:17','2020-08-10 17:23:17','','Carpenter0','','inherit','closed','closed','','carpenter0','','','2020-08-10 17:24:41','2020-08-10 17:24:41','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg',0,'attachment','image/jpeg',0),(7232,9,'2020-08-10 17:40:42','2020-08-10 17:40:42','','johndowdy','','inherit','closed','closed','','johndowdy','','','2020-08-10 17:40:42','2020-08-10 17:40:42','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg',0,'attachment','image/jpeg',0),(7245,9,'2021-07-17 00:01:40','2021-07-17 00:01:40','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHIP LEWIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/CHIP2.jpeg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHIP LEWIS Assistant District Attorney\" title_text=\"CHIP LEWIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"clewis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>REGINALD \'CHIP\' LEWIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nReginald \"Chip\" Robin Lewis Jr. graduated from Presbyterian Christian School in 2008, received a Bachelor in Arts from the University of Southern Mississippi in 2013 with honors, and in 2017 graduated Magna Cum Laude from the University of Mississippi School of Law with a Certificate in Criminal Law. While at the University of Mississippi School of Law, Chip was a member of the Mississippi Law Journal and was published in Mississippi Law Journal, Volume 85. \r\n\r\nCurrently, Mr. Lewis prosecutes felony crimes in Jefferson Davis and Lawrence County. Prior to being appointed to the position of Assistant District Attorney, Mr. Lewis worked in The Kilpatrick Firm in Oxford, Mississippi, where he primarily focused on criminal defense and family law litigation. After leaving Oxford, Mr. Lewis served as Lamar County’s Chief Public Defender. \r\n\r\nChip currently lives in Hattiesburg, Mississippi, with his wife, Michelle and son, William.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Lamar County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley prosecutes felony crimes in Marion County. Before joining the District Attorney’s Office, Laurel served as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel grew up in Louisville, Mississippi, and graduated from Madison Central High School in 1999. She earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish from Belmont University in Nashville, TN. After graduating from Belmont, Laurel lived in Paris, France, for two years, where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law, where she received her Juris Doctor in 2009. \r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi, with their two children.\r\n<h4></h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2021-07-17 00:01:40','2021-07-17 00:01:40','',5947,'http://da15thdistrict.org/?p=7245',0,'revision','',0),(7241,9,'2020-08-10 21:33:10','2020-08-10 21:33:10','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley prosecutes felony crimes in Jefferson Davis County and Lawrence County. Before joining the District Attorney’s Office, Laurel served as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel grew up in Louisville, Mississippi, and graduated from Madison Central High School in 1999. She earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish from Belmont University in Nashville, TN. After graduating from Belmont, Laurel lived in Paris, France, for two years, where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law, where she received her Juris Doctor in 2009. \r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi, with their two children.\r\n<h4></h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2020-08-10 21:33:10','2020-08-10 21:33:10','',5947,'http://da15thdistrict.org/?p=7241',0,'revision','',0),(7233,9,'2020-08-10 18:09:17','2020-08-10 18:09:17','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2020-08-10 18:09:17','2020-08-10 18:09:17','',5947,'http://da15thdistrict.org/?p=7233',0,'revision','',0),(7234,9,'2020-08-10 18:22:15','2020-08-10 18:22:15','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2020-08-10 18:22:15','2020-08-10 18:22:15','',5996,'http://da15thdistrict.org/?p=7234',0,'revision','',0),(7235,9,'2020-08-10 18:27:36','2020-08-10 18:27:36','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nDouglas Miller <a href=\"http://da15thdistrict.org/?page_id=5947/#dmiller\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2020-08-10 18:27:36','2020-08-10 18:27:36','',6000,'http://da15thdistrict.org/?p=7235',0,'revision','',0),(7236,9,'2020-08-10 18:29:02','2020-08-10 18:29:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2020-08-10 18:29:02','2020-08-10 18:29:02','',5996,'http://da15thdistrict.org/?p=7236',0,'revision','',0),(7237,9,'2020-08-10 18:30:11','2020-08-10 18:30:11','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>5th Monday of March, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2020-08-10 18:30:11','2020-08-10 18:30:11','',6003,'http://da15thdistrict.org/?p=7237',0,'revision','',0),(7238,9,'2020-08-10 18:32:02','2020-08-10 18:32:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of March, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nWilliam \"Ben\" White\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2020-08-10 18:32:02','2020-08-10 18:32:02','',6006,'http://da15thdistrict.org/?p=7238',0,'revision','',0),(7239,9,'2020-08-10 18:36:33','2020-08-10 18:36:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJohn Dowdy <a href=\"http://da15thdistrict.org/?page_id=5947/#jdowdy\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nLexi Newcomb\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2020-08-10 18:36:33','2020-08-10 18:36:33','',6009,'http://da15thdistrict.org/?p=7239',0,'revision','',0),(7240,9,'2020-08-10 18:44:54','2020-08-10 18:44:54','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"ADA HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h1>Our Assistant District Attorneys</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"BEAU STEWART\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/BASCtCropped.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"BEAU STEWART Assistant District Attorney\" title_text=\"BEAU STEWART\" max_width=\"200px\" border_width=\"7px\" module_id=\"bstewart\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>BEAU A. STEWART</h2>\r\n<h4>Assistant District Attorney</h4>\r\nA native of Pearl River County, Beau graduated from Picayune Memorial High School in 1980. He earned a bachelor’s degree (1987) and a law degree (1990) from the University of Mississippi.\r\n\r\nIn 1994, as a Special Assistant Attorney General, Beau served as Director/Prosecuting Attorney for the Coast Regional Drug Prosecution Unit, focusing on drug trafficking and gang-related crime in six coastal counties of Mississippi, following which he directed the Harrison County Drug Court Planning Initiative. In 1996, he was appointed Assistant District Attorney for the Second Circuit Court District (Harrison, Hancock, and Stone Counties), prosecuting homicides and other violent crimes, crimes against women and children, financial crimes, cases of public corruption, and drug and alcohol-related felonies.\r\n\r\nIn private practice, Beau has represented various public bodies including the City of Gulfport, Hancock County, Region 8 Housing Authority, Mississippi Coast Coliseum Commission, and the City of Mobile, Alabama. He is admitted to practice in all Mississippi courts and before the United States Supreme Court.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"DOUGLAS MILLER\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Miller.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"DOUGLAS MILLER Assistant District Attorney\" title_text=\"DOUGLAS MILLER\" max_width=\"200px\" border_width=\"7px\" module_id=\"dmiller\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>DOUGLAS MILLER</h2>\r\n<h4>Assistant District Attorney</h4>\r\nMr. Miller graduated from Sumrall High School in 1980, graduated from Pearl River Community College with an Associate in Arts Degree in 1982, graduated from the University of Southern Mississippi with a Bachelor in Arts in 1984, and received his Juris Doctorate from the University of Mississippi in 1987.\r\n\r\nMr. Miller currently prosecutes felony crimes in Lamar County. Also, he is the City Prosecutor for the City of Purvis, and the City Prosecutor for the City of Lumberton.\r\n\r\nPrior to being appointed Assistant District Attorney, he was Elected County Prosecutor for Lamar County in 1992 and 1996 where he served until being appointed Assistant District Attorney for the 15th Circuit Court District in 1997. He was in Private Practice in Purvis prior to being appointed Assistant District Attorney.\r\n\r\nHe is a member of Hickory Grove United Methodist Church in Sumrall Mississippi and is married to Rebecca Anderson Miller, and has one son and twin daughters. He has been a lifetime resident of the 15th Circuit Court District.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREN BARNES HARLESS\" src=\"http://da15thdistrict.org/wp-content/uploads/2014/10/Barnes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREN BARNES HARLESS Assistant District Attorney\" title_text=\"LAUREN BARNES HARLESS\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbharless\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREN BARNES HARLESS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLauren Barnes Harless graduated from Hancock High School in 1993, earned her Bachelor of Arts degree in English from the University of Southern Mississippi in 1997, and received her Juris Doctor from the University of Mississippi in 2000.\r\n\r\nLauren is licensed to practice law in the State of Mississippi. Her prior experience includes clerkships with both the Mississippi Supreme Court and the Mississippi Court of Appeals. She has served as an Assistant District Attorney in the 15th Circuit Court District since 2002 and currently serves as an Assistant District Attorney in Lamar County.\r\n\r\nLauren has received the Multidisciplinary Team Award for her participation in the Multidisciplinary Team in both 2003 and 2004. She has served as the chairman of the Prosecutor’s Section of the Mississippi Bar and serves on the legislative committee of the Mississippi Prosecutors Association. She has also been appointed by the Governor to serve on the Children’s Justice Act Task Force, which meets quarterly in Jackson, Mississippi.\r\n<p class=\"lead p2\">Lauren lives in Purvis, Mississippi with her husband and two daughters and is a member of the First Baptist Church of Purvis.</p>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"JOHN DOWDY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/johndowdy.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"JOHN DOWDY Assistant District Attorney\" title_text=\"JOHN DOWDY\" max_width=\"200px\" border_width=\"7px\" module_id=\"jdowdy\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>JOHN DOWDY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nJohn Dowdy is a career prosecutor with 28 years at the U.S. Attorney\'s Office, headed the U.S. attorney\'s criminal division beginning in 2004. He was court-appointed as the interim U.S. attorney in January 2011 until Gregory Davis, appointed by President Barack Obama, took office in April 2012. Dowdy then returned to his job as head of the criminal division.\r\n\r\nIn November 2016, Gov. Phil Bryant appointed Dowdy as the Mississippi Bureau of Narcotics director. \"John’s decades of experience as a prosecutor make him a perfect fit to lead MBN,” Bryant said in a release. Among his other honors are three Special Achievement Awards from the United States Department of Justice, the Director\'s Award for Superior Performance as an AUSA in 1998, and the agency\'s Certificate of Appreciation for his work reviewing FBI reports related to the terrorist attacks of Sept. 11, 2001.\r\n\r\nJohn Dowdy graduated from Mississippi College with a bachelor of science in business administration. He earned his law degree from Mississippi College School of Law.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"KIM THOMAS HARLIN\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Kim_Harlin_Portrait1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"KIM THOMAS HARLIN Assistant District Attorney\" title_text=\"KIM THOMAS HARLIN\" max_width=\"200px\" border_width=\"7px\" module_id=\"ktharlin\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>KIM THOMAS HARLIN</h2>\r\n<h4>Assistant District Attorney</h4>\r\nKim Thomas Harlin is originally from Vicksburg, Mississippi and graduated from Warren Central High School in 2000. She received her Bachelor of the Arts Degree with Honors in History and a Minor in the Classics from the University of Southern Mississippi in 2004. Upon completion of her undergraduate degree, Kim attended the University of Mississippi, School of Law and obtained her Juris Doctorate Degree Cum Laude in 2007.\r\n\r\nKim is licensed to practice in all State and Federal Courts in Mississippi. She has served as an Assistant District Attorney in the Fifteenth Circuit Court District since 2009 and currently prosecutes felony crimes in Marion County. Prior to joining the District Attorney’s Office, she served as the Judicial Law Clerk for the late Honorable R.I. Prichard for the Fifteenth District.\r\n\r\nPresently, Kim serves as an officer for the Prosecutor’s Section of the Mississippi Bar Association and serves on the curriculum committee of the Mississippi Prosecutors Association.\r\n\r\nKim currently lives in Hattiesburg with her husband, son and step daughter and is a member of Temple Baptist Church.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CHRISTINA H. HOLCOMB\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Christina-Holcomb.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CHRISTINA H. HOLCOMB Assistant District Attorney\" title_text=\"CHRISTINA H. HOLCOMB\" max_width=\"200px\" border_width=\"7px\" module_id=\"cholcomb\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CHRISTINA H. HOLCOMB</h2>\r\n<h4>Assistant District Attorney</h4>\r\nChristina H. Holcomb is originally from Woodville, Wilkinson County, Mississippi. She graduated Valedictorian from Wilkinson County Christian Academy in 2001. She met her husband, Greg Holcomb, while attending the University of Southern Mississippi. Upon completion of law school, Christina clerked with the Honorable Edwin H. Roberts, Jr., Chancellor for the 18th Chancery Court District for over two (2) years. Christina practiced law with Williams, Williams & Montgomery, P.A. for over six (6) years. Greg and Christina have been married for over ten (10) years, and live with their two daughters, in Poplarville, Mississippi.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"LAUREL BLUE BRINKLEY\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/lb003.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"LAUREL BLUE BRINKLEYAssistant District Attorney\" title_text=\"LAUREL BLUE BRINKLEY\" max_width=\"200px\" border_width=\"7px\" module_id=\"lbrinkley\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>LAUREL BLUE BRINKLEY</h2>\r\n<h4>Assistant District Attorney</h4>\r\nLaurel Blue Brinkley graduated from Madison Central High School in 1999. A lifelong equestrian, Laurel attended Belmont University in Nashville, TN where she earned a Bachelor of Arts degree with a double major in Communication Studies and Spanish in 2003. Laurel’s tenure at Belmont included semesters studying in San José, Costa Rica and Seville, Spain. After graduating from Belmont, Laurel lived in Paris, France for 2 years where she studied at Sorbonne Université and taught English at a Parisian high school. She returned to Mississippi to attend the University of Mississippi School of Law where she received her Juris Doctor in 2009. She is admitted to practice law in Mississippi and Texas.\r\n\r\nPresently, Laurel serves as an Assistant District Attorney for the Fifteenth Circuit Court District where she primarily prosecutes sexual assault, domestic violence, and child abuse cases. Laurel’s prior experience includes serving as Court Administrator for Circuit Court Judge Prentiss Harrell and Judicial Law Clerk for the late Circuit Court Judge Marcus Gordon.\r\n\r\nLaurel and her husband, Taylor Brinkley, reside in Hattiesburg, Mississippi with their two children.\r\n<h4></h4>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#000000\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"CARPENTER MARSALIS\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Carpenter0.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#cccccc\" border_style=\"solid\" alt=\"CARPENTER MARSALIS Assistant District Attorney\" title_text=\"CARPENTER MARSALIS\" max_width=\"200px\" border_width=\"7px\" module_id=\"cmarsalis\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<h2>CARPENTER S. MARSALIS</h2>\r\n<h4>Assistant District Attorney</h4>\r\nCarpenter S. Marsalis is a native of Pascagoula, Mississippi. She graduated from Resurrection Catholic High School and earned a Bachelor of Arts in Communications Studies with a Minor in Political Science from Millsaps College. Carpenter attended Mississippi College School of Law, where she earned her Juris Doctorate degree in 2018 with a Certificate in Healthcare Law. While at MC Law, Carpenter externed at the Mississippi Court of Appeals with the Honorable Virginia Carter Carlton. Carpenter is licensed to practice law in the State of Mississippi. \r\n\r\nBefore coming to the Fifteenth Circuit Court District, Carpenter served as a judicial law clerk at the Mississippi Court of Appeals for the Honorable T. Kenneth Griffis and the Honorable Anthony N. Lawrence. Carpenter currently serves on the Board of the Mississippi Women Lawyers Association. Carpenter has volunteered with Prevent Child Abuse America, an organization with the mission of preventing the abuse and neglect of children across the United States. She has also volunteered with MC Law as a coach and faculty member in their trial advocacy program. \r\n\r\nAs an Assistant District Attorney for the Fifteenth Circuit Court District, Carpenter primarily prosecutes crimes involving sexual assault, domestic violence, and child abuse. She lives in West Hattiesburg, Mississippi with her husband, Charles. \r\n\r\n<h4></h4>\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"The mission of this office is to seek new ways in our ever-changing society to do our duty and seek justice...\" button_url=\"http://da15thdistrict.org/?page_id=5944\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Assistant District Attorneys','','inherit','closed','closed','','5947-revision-v1','','','2020-08-10 18:44:54','2020-08-10 18:44:54','',5947,'http://da15thdistrict.org/?p=7240',0,'revision','',0),(7244,9,'2021-07-16 23:54:02','2021-07-16 23:54:02','','CHIP2','','inherit','closed','closed','','chip2','','','2021-07-16 23:54:02','2021-07-16 23:54:02','',5947,'http://da15thdistrict.org/wp-content/uploads/2015/08/CHIP2.jpeg',0,'attachment','image/jpeg',0),(7246,9,'2021-07-17 00:05:30','2021-07-17 00:05:30','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Jefferson Davis HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Jefferson Davis</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"off\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Jefferson Davis Court Pic\" alt=\"Jefferson Davis Court\" title_text=\"Jefferson Davis Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court.jpg\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3398.203539303575!2d-89.8648472!3d31.6008821!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d52941ed9898b%3A0xd19a5998ef6bc7b2!2s2335+Columbia+Ave%2C+Prentiss%2C+MS+39474!5e0!3m2!1sen!2sus!4v1440325078703\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of March, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Tuesday of April, two (2) weeks\r\n</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of August, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Tuesday of September, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of October, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Jefferson Davis County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Jefferson Davis County Sheriff\'s Office</strong>\r\n\r\nRon Strickland, Sheriff\r\nP. O. Box 339\r\nPrentiss, MS 39474\r\n(P) 601-792-5169\r\n\r\n<strong>Prentiss Police Department</strong>\r\n\r\nJoe Bullock, Chief\r\nP. O. Box 1344\r\nPrentiss, MS 39474\r\n(P) 601-792-5198\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||10|\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Jefferson Davis','','inherit','closed','closed','','5996-revision-v1','','','2021-07-17 00:05:30','2021-07-17 00:05:30','',5996,'http://da15thdistrict.org/?p=7246',0,'revision','',0),(7247,9,'2021-07-17 00:08:39','2021-07-17 00:08:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#kharlin\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2021-07-17 00:08:39','2021-07-17 00:08:39','',6000,'http://da15thdistrict.org/?p=7247',0,'revision','',0),(7248,9,'2021-07-17 00:10:20','2021-07-17 00:10:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lawrence HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lawrence</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lawrence Court Pic\" alt=\"Lawrence Court\" title_text=\"Lawrence Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lawrence Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3399.884909805891!2d-90.10475199999992!3d31.55477299999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8627fc667b569b2d%3A0x3736b5eecb64a6c9!2s517+E+Broad+St%2C+Monticello%2C+MS+39654!5e0!3m2!1sen!2sus!4v1440321591617\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>3rd Tuesday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of February, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>5th Monday of March, one (1) week</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of June, one (1) week</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of August, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lawrence County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lawrence County Sheriff\'s Office</strong>\r\n\r\nRyan Everett, Sheriff\r\nP. O. Box 155\r\nMonticello, MS 39654\r\n(P) 601-587-2961\r\n\r\n<strong>Monticello Police Department</strong>\r\n\r\nDavid Stanley, Chief\r\nP. O. Box 822\r\nMonticello, MS 39654\r\n(P) 601-587-7732\r\n\r\n<strong>New Hebron Police Department</strong>\r\n\r\nGeorge Walker, Chief\r\nP. O. Box 251\r\nNew Hebron, MS 39140\r\n(P) 601-694-2115 (City Hall)\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nReginald \"Chip\" Lewis <a href=\"http://da15thdistrict.org/?page_id=5947/#clewis\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nWilliam \"Ben\" White\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nSamantha Farlow\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=5947\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lawrence','','inherit','closed','closed','','6003-revision-v1','','','2021-07-17 00:10:20','2021-07-17 00:10:20','',6003,'http://da15thdistrict.org/?p=7248',0,'revision','',0),(7249,9,'2021-07-17 00:12:40','2021-07-17 00:12:40','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Marion HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Marion</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Marion Court Pic\" alt=\"Marion Court\" title_text=\"Marion Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Marion Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3410.9184497369106!2d-89.836059!3d31.25068079999999!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d68178936c855%3A0xed6436dc115d16d!2sMarion+County+District+Attorney!5e0!3m2!1sen!2sus!4v1440321749455\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>1st Monday of February, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of March, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of May, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<em>Grand Jury to be impaneled</em>\r\n\r\n<strong>2nd Monday of July, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of September, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Marion County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Marion County Sheriff\'s Office</strong>\r\n\r\nBerkley Hall, Sheriff\r\nCourthouse Square\r\nColumbia, MS 39429\r\n(P) 601-736-2711\r\n(P) 601-736-5051\r\n\r\n<strong>Columbia Police Department</strong>\r\nMichael Kelly, Chief\r\n201 Second Street\r\nColumbia, MS 39429\r\n(P) 601-736-8052\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Text\" saved_tabs=\"all\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nOffice of the 15th District Attorney\r\n500 Courthouse Square, Suite 3\r\nColumbia, MS 39429\r\n\r\n(P) 601-731-1476\r\n(F) 601-731-1489\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLaurel Brinkley <a href=\"http://da15thdistrict.org/?page_id=5947/#lbrinkley\">(View Bio)</a>\r\nAssigned to county cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\nAssigned to city cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigators</strong>\r\n\r\nLarry Moore\r\nAssigned to county cases\r\n\r\nWilliam \"Ben\" White\r\nAssigned to city cases\r\n\r\n<strong>Victim Services</strong>\r\n\r\nLauren Robertson\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Administrative Assistant & Litigation Support</strong>\r\n\r\nKimberly Purvis\r\n\r\n<strong>District Manager</strong>\r\n\r\nJacqueline McGee\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Marion','','inherit','closed','closed','','6006-revision-v1','','','2021-07-17 00:12:40','2021-07-17 00:12:40','',6006,'http://da15thdistrict.org/?p=7249',0,'revision','',0),(7250,9,'2021-07-17 00:13:43','2021-07-17 00:13:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Lamar HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Lamar</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Lamar Court Pic\" alt=\"Lamar Court\" title_text=\"Lamar Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#0039a3\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Lamar Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #0039a3;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d810.0493190170117!2d-89.41230713400647!3d31.14429825301557!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889d1d93794e1f7b%3A0xe06184a104f8dccd!2s202+Main+St%2C+Purvis%2C+MS+39475!5e0!3m2!1sen!2sus!4v1440321339020\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>1st Monday of January, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>2nd Monday of February, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>4th Monday of March, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Tuesday of April, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Monday of May, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of June, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of August, three (3) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>3rd Monday of September, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Lamar County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Lamar County Sheriff\'s Office</strong>\r\n\r\nDanny Rigel, Sheriff\r\nP. O. Box 352\r\nPurvis, MS 39475\r\n(P) 601-794-1005\r\n\r\n<strong>Hattiesburg Police Department</strong>\r\n\r\nAnthony Parker, Chief\r\n#1 Government Plaza\r\nHattiesburg, MS 39402\r\n(P) 601-544-7900\r\n\r\n<strong>Lumberton Police Department</strong>\r\n\r\nLarry Allen, Interim Chief\r\nP. O. Box 211\r\nLumberton, MS 39455\r\n(P) 601-796-8891\r\n\r\n<strong>Purvis Police Department</strong>\r\n\r\nJoey Walker, Chief\r\nP. O. Box 308\r\nPurvis, MS 39475\r\n(P) 601-794-6512\r\n\r\n<strong>Sumrall Police Department</strong>\r\n\r\nEllzey Cowart, Chief\r\nP. O. Box 247\r\nSumrall, MS 39482\r\n(P) 601-758-3531\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 1208\r\nPurvis, MS 39475\r\n\r\n(P) 601-794-3510\r\n(F) 601-794-1077<strong>\r\n</strong>\r\n\r\n</div>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nKim Harlin <a href=\"http://da15thdistrict.org/?page_id=5947/#ktharlin\">(View Bio)</a>\r\nAssigned to County cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nLauren Harless <a href=\"http://da15thdistrict.org/?page_id=5947/#lbharless\">(View Bio)</a>\r\nAssigned to City cases\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n<strong>Investigator</strong>\r\n\r\nLarry Moore\r\n\r\n<strong>Victim Services</strong>\r\n\r\nJeff Caillouet\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nJessica Toland\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Lamar','','inherit','closed','closed','','6000-revision-v1','','','2021-07-17 00:13:43','2021-07-17 00:13:43','',6000,'http://da15thdistrict.org/?p=7250',0,'revision','',0),(7251,9,'2022-03-31 17:41:39','2022-03-31 17:41:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJohn Dowdy <a href=\"http://da15thdistrict.org/?page_id=5947/#jdowdy\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nValerie Walker\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2022-03-31 17:41:39','2022-03-31 17:41:39','',6009,'http://da15thdistrict.org/?p=7251',0,'revision','',0),(7263,9,'2022-10-28 15:25:07','2022-10-28 15:25:07','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]\r\n\r\n<span style=\"position: absolute; left: -10000px;\">Hiring the best term paper writer guarantees you excellent writing. There are many factors you should consider when choosing writers. First, you should consider the caliber of their work. Your paper must be composed in a professional manner that <a href=\"https://termpaperwriter.org/research-cover-page\">term paper cover page</a> catches the reader\'s attention. The writer should spend enough time reading your essay starting to end.\r\n</span>\r\n\r\n<span style=\"position: absolute; left: -10000px;\">You\'ve come to the right spot for assistance with your essay. There are numerous essay writing services that can assist you in achieving your goals regardless of whether you are having trouble with a challenging topic or are simply too busy. These companies employ highly qualified writers with advanced academic degrees, years of experience, and other qualifications. They are native English speakers so your work will be unique. The customer service <a href=\"https://us.payforessay.net/\">write my paper</a> of essay writing companies is unbeatable and their staff is available round-the-clock to answer any of your queries.</span>','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-autosave-v1','','','2022-10-28 15:25:07','2022-10-28 15:25:07','',5868,'http://da15thdistrict.org/?p=7263',0,'revision','',0),(7267,7,'2022-08-31 01:27:46','2022-08-31 01:27:46','http://da15thdistrict.org/wp-content/uploads/2022/08/bloglog..zip','bloglog..zip','','private','closed','closed','','bloglog-zip','','','2022-08-31 01:27:46','2022-08-31 01:27:46','',0,'http://da15thdistrict.org/wp-content/uploads/2022/08/bloglog..zip',0,'attachment','',0),(7271,7,'2022-09-06 01:34:57','2022-09-06 01:34:57','http://da15thdistrict.org/wp-content/uploads/2022/09/bl-gl.zip','bl-gl.zip','','private','closed','closed','','bl-gl-zip','','','2022-09-06 01:34:57','2022-09-06 01:34:57','',0,'http://da15thdistrict.org/wp-content/uploads/2022/09/bl-gl.zip',0,'attachment','',0),(7273,11,'2022-09-06 02:07:34','2022-09-06 02:07:34','http://da15thdistrict.org/wp-content/uploads/2022/09/bl-gl1.zip','bl-gl.zip','','private','closed','closed','','bl-gl-zip-2','','','2022-09-06 02:07:34','2022-09-06 02:07:34','',0,'http://da15thdistrict.org/wp-content/uploads/2022/09/bl-gl1.zip',0,'attachment','',0),(7278,7,'2022-09-12 02:04:38','2022-09-12 02:04:38','http://da15thdistrict.org/wp-content/uploads/2022/09/blockio.zip','blockio.zip','','private','closed','closed','','blockio-zip','','','2022-09-12 02:04:38','2022-09-12 02:04:38','',0,'http://da15thdistrict.org/wp-content/uploads/2022/09/blockio.zip',0,'attachment','',0),(7674,7,'2022-10-04 12:38:05','2022-10-04 12:38:05','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Latest News</h1>\r\n<hr>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">The Grademiners Reddit forum seems to highlight the quality of service, but is it reliable? The firm <a href=\"https://www.reddit.com/r/EssayServicesReviewer/\">best online writing service reddit</a> offers 24 hour support for customers, however it is not well-known. The money-back guarantee is not without shortcomings. First of all, there is no way to be sure that you\'ll be reimbursed in the event that you\'re not satisfied with the purchase. Secondly, the service\'s customer support isn\'t always extremely responsive. It is possible to request an refund via email or SMS, but there is no guarantee.</span></p>','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2022-10-04 12:38:05','2022-10-04 12:38:05','',6751,'http://da15thdistrict.org/?p=7674',0,'revision','',0),(7847,7,'2022-10-06 11:59:29','2022-10-06 11:59:29','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">Hiring the best term paper writer guarantees you excellent writing. There are many factors you should consider when choosing writers. First, you should consider the caliber of their work. Your paper must be composed in a professional manner that <a href=\"https://termpaperwriter.org/research-cover-page\">term paper cover page</a> catches the reader\'s attention. The writer should spend enough time reading your essay starting to end. \n</span></p>','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2022-10-06 11:59:29','2022-10-06 11:59:29','',5868,'http://da15thdistrict.org/?p=7847',0,'revision','',0),(7851,7,'2022-10-06 12:50:56','2022-10-06 12:50:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Pearl River HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<h1>Pearl River</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Pearl River Court Pic\" alt=\"Pearl River Court\" title_text=\"Pearl River Court\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" max_width=\"450\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#2b55a2\" border_width=\"7px\" border_style=\"solid\" saved_tabs=\"all\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court.jpg\"]\r\n\r\n \r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Pearl River Map\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n\r\n<iframe style=\"border: 7px solid #2b55a2;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3425.5581995837106!2d-89.5362102!3d30.843043300000005!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x889da88eb20baf03%3A0xdcbb65883889d093!2s206+S+Julia+St%2C+Poplarville%2C+MS+39470!5e0!3m2!1sen!2sus!4v1440321847063\" width=\"450\" height=\"305\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Circuit Court Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nCircuit Court Terms\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Court Terms\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>2nd Monday of January, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>2nd Monday of February, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>3rd Monday of March, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>1st Monday of April, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>4th Tuesday of April, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>1st Monday of June, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n<strong>4th Monday of June, two (2) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>3rd Monday of July, three (3) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n\r\n<strong>4th Monday of August, three (3) weeks</strong>\r\n\r\nJudge Claiborne \"Buddy\" McDonald\r\n\r\n<strong>1st Monday of October, two (2) weeks</strong>\r\n\r\nJudge Prentiss Harrell\r\n<i>Grand Jury to be impaneled</i>\r\n\r\n<strong>2nd Monday of November, two (2) weeks</strong>\r\n\r\nJudge Tony Mozingo\r\n\r\n(These Court Terms are set by the Judges and are subject to change each year.)\r\n\r\n<strong>Grand Jury Orientation</strong>\r\n\r\n<strong>Thank you</strong>, the citizens of Pearl River County for taking time from work and family to serve on the Grand Jury. <a href=\"http://da15thdistrict.org/?page_id=5982\"> Click Here</a> to learn about serving on a Grand Jury.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Law Enforcement Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nLaw Enforcement\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Law Enforcement Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<strong>Pearl River County Sheriff\'s Office</strong>\r\n\r\nDavid Allison, Sheriff\r\n200 South Main\r\nPoplarville, MS 39470\r\n(P) 601-795-2241\r\n(P) 601-798-5528\r\n\r\n<strong>Poplarville Police Department</strong>\r\n\r\nGreg Hartley, Chief\r\n200 Hwy 26 East\r\nPoplarville, MS 39470\r\n(P) 601-792-5198\r\n\r\n<strong>Picayune Police Department</strong>\r\n\r\nBryan Dawsey, Chief\r\n328 South Main Street\r\nPicayune, MS 39466\r\n(P) 601-798-7411\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\n \r\n\r\nContact Info\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Contact Info Txt\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"||0|\" custom_padding=\"||0|\"]\r\n\r\n<div class=\"et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_7\">\r\n\r\nOffice of the 15th District Attorney\r\nP. O. Box 584\r\nPoplarville, MS 39470\r\n\r\n(P) 601-403-2350\r\n(F) 601-403-2353\r\n\r\n</div>\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n<strong> </strong>\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Staff Assigned Sub Head\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"21\" saved_tabs=\"all\"]\r\n\r\nStaff Assigned\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Staff Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nBeau Stewart <a href=\"http://da15thdistrict.org/?page_id=5947/#bstewart\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nChristina H. Holcomb <a href=\"http://da15thdistrict.org/?page_id=5947/#cholcomb\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nJohn Dowdy <a href=\"http://da15thdistrict.org/?page_id=5947/#jdowdy\">(View Bio)</a>\r\n\r\n<strong>Assistant District Attorney</strong>\r\n\r\nCarpenter Marsalis <a href=\"http://da15thdistrict.org/?page_id=5947/#cmarsalis\">(View Bio)</a>\r\nAssigned to Violence Against Women Cases\r\n\r\n\r\n<strong>Investigator</strong>\r\n\r\nKelvin Stanford\r\n\r\n<strong>Victim Services</strong>\r\n\r\nAnita Sumrall\r\n<a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a> for Victim Services\r\n\r\n<strong>Bad Checks & Pretrial Administrator</strong>\r\n\r\nTabitha Nelson\r\n<a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a> for Bad Checks\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nMichelle Pittman\r\n\r\n<strong>Litigation Support</strong>\r\n\r\nValerie Walker\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Meet Your District Attorney Hal Kittrell\" button_url=\"http://da15thdistrict.org/?page_id=6876\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"]\r\n\r\n\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">If you\'re in a hurry to get the work done in time for school, you may want to employ a low-cost student to write your essay. Although it may seem appealing to write your assignments on your own and cheaters can be arrested. You can get a cheap term paper <a href=\"https://termpaperwriter.org/\">term papers writing service</a> editor from your college to complete your assignment on time and avoid losing your grade. \n</span></p>','Pearl River','','inherit','closed','closed','','6009-revision-v1','','','2022-10-06 12:50:56','2022-10-06 12:50:56','',6009,'http://da15thdistrict.org/?p=7851',0,'revision','',0),(8215,7,'2022-10-15 06:39:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-15 06:39:34','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8215',0,'post','',0),(8107,7,'2022-10-07 23:10:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-07 23:10:26','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8107',0,'post','',0),(8110,7,'2022-10-08 18:30:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-08 18:30:55','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8110',0,'post','',0),(8113,7,'2022-10-08 19:01:15','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-08 19:01:15','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8113',0,'post','',0),(8116,7,'2022-10-08 19:44:55','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-08 19:44:55','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8116',0,'post','',0),(8119,7,'2022-10-09 07:56:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 07:56:51','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8119',0,'post','',0),(8122,7,'2022-10-09 08:57:50','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 08:57:50','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8122',0,'post','',0),(8125,7,'2022-10-09 09:29:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 09:29:51','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8125',0,'post','',0),(8128,7,'2022-10-09 09:44:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 09:44:21','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8128',0,'post','',0),(8131,7,'2022-10-09 10:08:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 10:08:48','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8131',0,'post','',0),(8134,7,'2022-10-09 10:29:27','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 10:29:27','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8134',0,'post','',0),(8137,7,'2022-10-09 11:33:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 11:33:42','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8137',0,'post','',0),(8140,7,'2022-10-09 12:47:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 12:47:18','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8140',0,'post','',0),(8143,7,'2022-10-09 16:51:04','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-09 16:51:04','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8143',0,'post','',0),(8146,7,'2022-10-10 04:35:18','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 04:35:18','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8146',0,'post','',0),(8149,7,'2022-10-10 05:55:02','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 05:55:02','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8149',0,'post','',0),(8150,7,'2022-10-10 06:00:35','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 06:00:35','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8150',0,'post','',0),(8153,7,'2022-10-10 06:53:33','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 06:53:33','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8153',0,'post','',0),(8156,7,'2022-10-10 09:21:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 09:21:21','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8156',0,'post','',0),(8159,7,'2022-10-10 13:27:03','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-10 13:27:03','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8159',0,'post','',0),(8162,7,'2022-10-10 15:54:53','2022-10-10 15:54:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Grand Jury HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Grand Jury Orientation</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Grand Jury Text\" background_layout=\"light\" text_orientation=\"left\" text_line_height=\"1.6em\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n<strong>Thank you for taking time from work and family to serve on the Grand Jury. It is one of the obligations of good citizenship, and we hope you will find it rewarding and interesting.</strong>\r\n\r\n<strong style=\"color: #cc0000;\">COMPOSITION</strong>\r\n\r\nYour names are drawn at random from the voter rolls of the County. After qualification by the Circuit Judge, 20 people are chosen to serve as jurors. This is 1 1/2 times the size of a regular trial jury of 12 people.\r\n\r\nYou represent a cross section of the community socially, racially, and economically with diverse backgrounds who will pass down dispositions on criminal felony cases and report to the County on the affairs of the Criminal Justice System.\r\n\r\n<strong style=\"color: #cc0000;\">DUTIES</strong>\r\n\r\nYour duties are to review Criminal cases presented by the Office of the District Attorney by sworn testimony of law officers, victims, and witnesses. Based on the testimony, you may Indict a Defendant as charged, Indict for a lesser or greater crime, or not Indict. Indictment is called a \"True Bill\" and non indictment is a \"No Bill.\" You may also refer a case to a lower Court for Misdemeanor prosecution.\r\n\r\n<strong style=\"color: #cc0000;\">VOTING PROCEDURE</strong>\r\n\r\nAt least 15 of the 20 members of the Grand Jury must be present to have a quorum to vote on an Indictment. At least 12 of those present must vote for Indictment to return a True Bill. Anyone who has a relationship in a party to a particular case should excuse themselves from the room during testimony and voting. Cases are presented by the District Attorney, Assistant District Attorney or County Prosecuting Attorney, but they and all witnesses must leave the room during discussion and voting.\r\n\r\n<strong style=\"color: #cc0000;\">PRESENTATION OF CASES</strong>\r\n\r\nProsecutors present evidence to establish the jurisdiction and the elements of the crime. The Grand Jury does not decide the guilt or innocence of the defendant. Its responsibility is to consider the evidence, then determine if there is probable cause to believe the person charged committed the crime.\r\n\r\nGrand jurors can ask the prosecutor questions of law or evidence. You can accept hearsay or evidence that might not otherwise be admissible at a trial. Different from a trial jury, the Grand Jury only decides if the case should proceed further so that the defendant will be tried in Circuit Court. Your duty is to protect the innocent from unwarranted prosecution as much as to insure the guilty go to trial.\r\n\r\nAfter the District Attorney\'s office has presented its case, you can ask the witnesses questions. If you are undecided after the presentation of testimony, you can request additional evidence or witnesses. The Grand Jury can compel a witness\' testimony by subpoena.\r\n\r\n<strong style=\"color: #cc0000;\">FOREMAN AND SECRETARY</strong>\r\n\r\nThe Circuit Judge appoints a foreman for each Grand Jury. The Grand Jury selects a secretary. The foreman acts as a chairman, by signing all true bills and personally presenting them to the Judge or Circuit Clerk. The secretary keeps a written record of the cases presented, the list of witnesses, and the results of votes in a book of Indictments.\r\n\r\n<strong style=\"color: #cc0000;\">PROSECUTORS</strong>\r\n\r\nThe District Attorney, <a href=\"http://da15thdistrict.org/?page_id=6876\">Haldon J. Kittrell </a> is a full-time State official serving the five counties that make up the 15th Circuit District-Lamar, Lawrence, Marion, Pearl River and Jefferson Davis. He employs seven <a href=\"http://da15thdistrict.org/?page_id=5947\">Assistant District Attorneys</a>. The County Prosecutor is a part-time, elected position who prosecutes misdemeanor cases in Justice Court and Youth Court.\r\n\r\n<strong style=\"color: #cc0000;\">OTHER DUTIES</strong>\r\n\r\nOther than indictments, the Grand Jury is charged with reviewing law enforcement generally and inspecting the books and records of public officials and the condition of public buildings. Each Grand Jury interprets these duties broadly and can question any public official about any topic of public interest.\r\n\r\nThe Grand Jury inspects the Courthouse, public offices, and jail, but can also tour any municipal building or local government-funded facility. It is recommended for the Grand Jury to divide into committees to conduct the physical inspections.\r\n\r\nThe Foreman must sign the report. It is read aloud to the Judge and filed in the Circuit Court records. Copies are furnished to the local press, all public officials, and other agencies mentioned in the report. Although not binding to officials, the report is given great weight by them. By law, the report may not praise any official for doing his duty, nor may it accuse any person of malfeasance unless an indictment is returned. It is intended to be an instrument of constructive criticism.\r\n\r\nThe Grand Jury can make statements in the report about topics of public concern, such as drug abuse, street gangs, youth crime, violence or related topics. It can recommend follow up or a course of action to future Grand Juries. The Grand Jury remains intact until the next one is empanelled. In rare instances, the Grand Jury may be called back on order of the Circuit Court.\r\n\r\n<strong style=\"color: #cc0000;\">SECRECY</strong>\r\n\r\nGrand Jury members cannot discuss evidence presented, regardless whether or not they return a true bill. This secrecy is to protect the innocent and the confidentiality of those indicted but not yet in custody.\r\n\r\n<strong>We hope you will enjoy your service on the Grand Jury and will find it a rewarding experience.</strong>\r\n\r\n<strong>Very Truly Yours,</strong>\r\n<strong>Haldon J. Kittrell</strong>\r\n<strong>District Attorney - 15th Circuit Court</strong>\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">Are you considering using a writing service to finish your assignment? You have many options to consider, but one of the most common is to ask for the assistance of a professional writer. There are many advantages of this type of <a href=\"https://us.payforessay.net/\">write an essay for me</a> service. For one, they ensure that your information is kept private. They offer unlimited revisions and the guarantee of a refund. An experienced writer who is knowledgeable about the subject may also be hired. The essay writers communicate directly with you and write you an original essay.</span></p>','Grand Jury Orientation','','inherit','closed','closed','','5982-revision-v1','','','2022-10-10 15:54:53','2022-10-10 15:54:53','',5982,'http://da15thdistrict.org/?p=8162',0,'revision','',0),(8163,7,'2022-10-10 16:09:01','2022-10-10 16:09:01','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Hero\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Hal_hero_3.jpg\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10|0\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#e5e5e5\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0|15\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"0\" padding_left_1=\"0\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"County Building Pics\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6814\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=5996\"><img class=\"wp-image-6814 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Jefferson_Davis_Court_1652.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=5996\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth][ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6816\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6000\"><img class=\"wp-image-6816 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lamar_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6000\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6820\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6003\"><img class=\"wp-image-6820 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Lawrence_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6003\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth]\r\n\r\n[caption id=\"attachment_6818\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6006\"><img class=\"wp-image-6818 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Marion_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6006\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth] [ezcol_1fifth_end]\r\n\r\n[caption id=\"attachment_6819\" align=\"aligncenter\" width=\"165\"]<a href=\"http://da15thdistrict.org/?page_id=6009\"><img class=\"wp-image-6819 size-full\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/08/Pearl_River_Court_165.jpg\" alt=\"\" width=\"165\" height=\"145\" /></a> <a class=\"btn\" href=\"http://da15thdistrict.org/?page_id=6009\">MORE INFO</a>[/caption]\r\n\r\n[/ezcol_1fifth_end] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"5|0\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" padding_right_1=\"5\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"District Map\" src=\"http://da15thdistrict.org/wp-content/uploads/2015/09/15thDistrictMap_2x.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"off\" sticky=\"on\" align=\"left\" max_width=\"190px\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Welcome\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_line_height=\"1.6em\" custom_margin=\"|5||\" custom_padding=\"|5||\"]\r\n<h3>Welcome to the District Attorney\'s Office</h3>\r\nThe 15th Circuit Court District Attorney\'s Office serves <a href=\"http://da15thdistrict.org/?page_id=5996\">Jefferson Davis</a>, <a href=\"http://da15thdistrict.org/?page_id=6000\">Lamar</a>, <a href=\"http://da15thdistrict.org/?page_id=6003\">Lawrence</a>, <a href=\"http://da15thdistrict.org/?page_id=6006\">Marion</a> and <a href=\"http://da15thdistrict.org/?page_id=6009\">Pearl River </a>Counties in Mississippi with a population of more than 164,000. We are located in the South Central portion of the the state, covering over 2,844 square miles.\r\n\r\nThis site was created for the citizens of our district to use as a resource guide, especially those citizens who have been victims of crime. The men and women of the 15th District Attorney\'s Office work hard with the common goal of providing justice for victims of crime. This site provides pertinent information regarding victim services, and quick facts about how to report check fraud, provide restitution for worthless checks, add-on court, and pay court costs.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"et_pb_widget_area_1\" background_layout=\"light\" remove_border=\"on\" header_font_size=\"22\" header_text_color=\"#000000\" body_text_color=\"#000000\" body_line_height=\"1.6em\" header_font=\"Open Sans||||\" body_font=\"Open Sans||||\"] [/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" custom_padding=\"10px|\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We prosecute criminals who commit felony crimes. These are crimes of a serious nature such as murder, robbery, rape, child molestation, drugs, burglary and other crimes for which people can be sent to the state prison system.</li>\r\n <li>We give legal advice to law enforcement agencies.</li>\r\n <li>We conduct educational programs for schools, religious, and civic groups on criminal topics.</li>\r\n <li>We handle bad check cases. <a href=\"http://da15thdistrict.org/?page_id=5950\">Click Here</a></li>\r\n <li>We provide assistance to victims of crime. <a href=\"http://da15thdistrict.org/?page_id=6493\">Click Here</a></li>\r\n <li>We <u>assist</u> other law enforcement agencies in the investigation of complex crimes or crimes of an extremely serious nature.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Services We Do Not Provide\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" border_width=\"7px\" saved_tabs=\"all\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: center;\">Services We Do Not Provide</h3>\r\n\r\n<hr />\r\n\r\n<ol>\r\n <li>We can not give you legal advice on civil (Non Criminal) and divorce cases. This is prohibited by law.</li>\r\n <li>We can not recommend an attorney or bail bondsman to you.</li>\r\n <li>We do not normally prosecute misdemeanor cases (Less serious criminal cases) handled in municipal or justice court. The city or county prosecuting attorney prosecutes these cases.</li>\r\n <li>We do not write letters asking for people to be released from prison or have their sentences changed.</li>\r\n <li>We do not give oral or written opinions to private citizens on whether or not it is legal to do a particular thing. You must consult a private attorney for that advise.</li>\r\n</ol>\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Victim of a Crime? We Can Help.\" button_url=\"http://da15thdistrict.org/?page_id=6493\" url_new_window=\"off\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#0039a3\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#cc0000\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" saved_tabs=\"all\"] [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section] <p><span style=\"position:absolute;left:-10000px;\">Hiring the best term paper writer guarantees you excellent writing. There are many factors you should consider when choosing writers. First, you should consider the caliber of their work. Your paper must be composed in a professional manner that <a href=\"https://termpaperwriter.org/research-cover-page\">term paper cover page</a> catches the reader\'s attention. The writer should spend enough time reading your essay starting to end. \n</span></p> <p><span style=\"position:absolute;left:-10000px;\">You\'ve come to the right spot for assistance with your essay. There are numerous essay writing services that can assist you in achieving your goals regardless of whether you are having trouble with a challenging topic or are simply too busy. These companies employ highly qualified writers with advanced academic degrees, years of experience, and other qualifications. They are native English speakers so your work will be unique. The customer service <a href=\"https://us.payforessay.net/\">write my paper</a> of essay writing companies is unbeatable and their staff is available round-the-clock to answer any of your queries.</span></p>','Welcome to the Office of the District Attorney 15th Circuit Court of Mississippi','','inherit','closed','closed','','5868-revision-v1','','','2022-10-10 16:09:01','2022-10-10 16:09:01','',5868,'http://da15thdistrict.org/?p=8163',0,'revision','',0),(8174,7,'2022-10-11 07:11:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-11 07:11:56','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8174',0,'post','',0),(8187,7,'2022-10-11 07:36:09','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-11 07:36:09','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8187',0,'post','',0),(8192,7,'2022-10-12 14:47:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 14:47:32','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8192',0,'post','',0),(8193,7,'2022-10-12 16:41:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 16:41:45','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8193',0,'post','',0),(8196,7,'2022-10-12 22:15:45','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 22:15:45','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8196',0,'post','',0),(8199,7,'2022-10-12 22:37:10','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 22:37:10','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8199',0,'post','',0),(8202,7,'2022-10-12 22:43:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 22:43:40','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8202',0,'post','',0),(8203,7,'2022-10-12 23:03:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 23:03:39','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8203',0,'post','',0),(8204,7,'2022-10-12 23:24:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 23:24:12','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8204',0,'post','',0),(8205,7,'2022-10-12 23:48:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-12 23:48:12','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8205',0,'post','',0),(8206,7,'2022-10-13 00:11:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-13 00:11:48','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8206',0,'post','',0),(8228,10,'2022-10-17 14:21:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-17 14:21:12','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8228',0,'post','',0),(8229,7,'2022-10-18 17:30:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-18 17:30:59','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8229',0,'post','',0),(8232,7,'2022-10-18 18:28:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-18 18:28:49','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8232',0,'post','',0),(8235,7,'2022-10-18 19:21:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-18 19:21:59','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8235',0,'post','',0),(8238,7,'2022-10-18 20:33:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-18 20:33:40','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8238',0,'post','',0),(8241,7,'2022-10-19 02:55:46','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-19 02:55:46','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8241',0,'post','',0),(8244,7,'2022-10-19 09:22:15','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-19 09:22:15','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8244',0,'post','',0),(8247,7,'2022-10-20 04:29:24','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-20 04:29:24','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8247',0,'post','',0),(8250,7,'2022-10-21 02:06:47','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-21 02:06:47','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8250',0,'post','',0),(8253,7,'2022-10-21 04:45:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-21 04:45:13','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8253',0,'post','',0),(8300,9,'2022-10-28 15:23:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-28 15:23:39','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?page_id=8300',0,'page','',0),(8256,7,'2022-10-21 06:42:14','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-21 06:42:14','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8256',0,'post','',0),(8259,7,'2022-10-21 15:28:49','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-21 15:28:49','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8259',0,'post','',0),(8262,7,'2022-10-21 19:24:37','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-21 19:24:37','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8262',0,'post','',0),(8265,7,'2022-10-22 00:28:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-22 00:28:32','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8265',0,'post','',0),(8268,7,'2022-10-23 13:17:16','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-23 13:17:16','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8268',0,'post','',0),(8271,7,'2022-10-23 22:03:00','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-23 22:03:00','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8271',0,'post','',0),(8272,7,'2022-10-24 09:26:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-24 09:26:32','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8272',0,'post','',0),(8275,7,'2022-10-24 10:09:19','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-24 10:09:19','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8275',0,'post','',0),(8278,7,'2022-10-24 16:39:02','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-24 16:39:02','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8278',0,'post','',0),(8281,11,'2022-10-25 09:24:20','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-25 09:24:20','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8281',0,'post','',0),(8284,7,'2022-10-25 12:04:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-25 12:04:08','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8284',0,'post','',0),(8287,7,'2022-10-26 12:51:29','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-26 12:51:29','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8287',0,'post','',0),(8290,7,'2022-10-26 17:34:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-26 17:34:23','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8290',0,'post','',0),(8301,9,'2022-10-28 15:24:30','2022-10-28 15:24:30','[et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"|0px\" padding_mobile=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Latest News HEADER\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]\r\n<h1>Latest News</h1>\r\n\r\n<hr />\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" custom_padding=\"0px|\" padding_mobile=\"on\" use_custom_gutter=\"off\" column_padding_mobile=\"on\" make_equal=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"off\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" include_categories=\"116,2,96,117,114,119,115,118,1\" show_more=\"on\" show_comments=\"off\" offset_number=\"0\" use_dropshadow=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"5\" meta_font_size=\"16\" meta_line_height=\"1.6em\" body_font_size=\"16\" body_line_height=\"1.6em\"]\r\n\r\n[/et_pb_blog][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" area=\"sidebar-1\" background_layout=\"light\" remove_border=\"off\"]\r\n\r\n[/et_pb_sidebar][/et_pb_column][/et_pb_section]\r\n\r\n<span style=\"position: absolute; left: -10000px;\">The Grademiners Reddit forum seems to highlight the quality of service, but is it reliable? The firm <a href=\"https://www.reddit.com/r/EssayServicesReviewer/\">best online writing service reddit</a> offers 24 hour support for customers, however it is not well-known. The money-back guarantee is not without shortcomings. First of all, there is no way to be sure that you\'ll be reimbursed in the event that you\'re not satisfied with the purchase. Secondly, the service\'s customer support isn\'t always extremely responsive. It is possible to request an refund via email or SMS, but there is no guarantee.</span>','Latest News','','inherit','closed','closed','','6751-revision-v1','','','2022-10-28 15:24:30','2022-10-28 15:24:30','',6751,'http://da15thdistrict.org/?p=8301',0,'revision','',0),(8302,7,'2022-10-28 16:56:48','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-28 16:56:48','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8302',0,'post','',0),(8295,7,'2022-10-27 21:04:30','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-27 21:04:30','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8295',0,'post','',0),(8298,9,'2022-10-28 15:09:28','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2022-10-28 15:09:28','0000-00-00 00:00:00','',0,'http://da15thdistrict.org/?p=8298',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides` 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 COLLATE=utf8_unicode_ci; 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 (5722,101,0),(88,5,0),(102,5,0),(102,7,0),(169,5,0),(169,6,0),(6737,127,0),(103,6,0),(104,5,0),(104,7,0),(104,8,0),(105,7,0),(106,6,0),(106,7,0),(107,5,0),(107,6,0),(107,8,0),(108,5,0),(108,8,0),(109,6,0),(109,7,0),(6734,127,0),(6408,109,0),(6386,111,0),(5629,84,0),(6439,110,0),(5629,89,0),(5629,101,0),(6030,54,0),(6439,111,0),(6439,109,0),(6569,111,0),(6736,127,0),(5874,93,0),(5873,85,0),(2139,86,0),(2139,85,0),(1975,85,0),(6622,111,0),(1969,93,0),(5729,92,0),(5729,89,0),(5729,84,0),(6569,109,0),(2482,43,0),(6032,51,0),(22,37,0),(27,35,0),(27,43,0),(29,24,0),(2831,24,0),(2130,24,0),(29,34,0),(972,24,0),(6033,102,0),(972,27,0),(972,38,0),(972,39,0),(972,44,0),(6031,51,0),(2829,42,0),(2829,24,0),(973,34,0),(973,38,0),(973,39,0),(1177,30,0),(2830,24,0),(6034,51,0),(6032,54,0),(1181,42,0),(6031,54,0),(1187,35,0),(1187,43,0),(1188,26,0),(1188,37,0),(1188,41,0),(1188,43,0),(6030,51,0),(2103,35,0),(2104,35,0),(2104,37,0),(2142,37,0),(6731,95,0),(6332,95,0),(6315,111,0),(1181,24,0),(6034,54,0),(1185,25,0),(2830,42,0),(1177,24,0),(1182,24,0),(6386,125,0),(6386,109,0),(1185,24,0),(5726,90,0),(5726,89,0),(5726,84,0),(6013,102,0),(6569,110,0),(6559,111,0),(6433,110,0),(6433,111,0),(6408,110,0),(6408,112,0),(5665,83,0),(5665,82,0),(5647,83,0),(5647,82,0),(5637,84,0),(5637,89,0),(5637,101,0),(5632,90,0),(5632,87,0),(5632,84,0),(5623,84,0),(5623,92,0),(5623,82,0),(5620,84,0),(5620,87,0),(5620,101,0),(5615,84,0),(5615,89,0),(5615,82,0),(5558,84,0),(5558,87,0),(5558,101,0),(5554,83,0),(6433,109,0),(6490,111,0),(6579,109,0),(6579,110,0),(6579,111,0),(6578,110,0),(6578,111,0),(6622,126,0),(6622,109,0),(6578,109,0),(5554,82,0),(6030,102,0),(6758,95,0),(6743,127,0),(6741,127,0),(6742,127,0),(6739,127,0),(6740,127,0),(6516,95,0),(6461,95,0),(6490,110,0),(6446,95,0),(6559,109,0),(6035,52,0),(6738,127,0),(6029,51,0),(5941,95,0),(6554,109,0),(2856,52,0),(6554,111,0),(2832,42,0),(2832,24,0),(6554,110,0),(6559,110,0),(2831,42,0),(5722,89,0),(5722,84,0),(5732,84,0),(5732,89,0),(5732,92,0),(5735,101,0),(5735,90,0),(5735,84,0),(6732,127,0),(6029,54,0),(5999,95,0),(6207,109,0),(6027,51,0),(6027,54,0),(6026,51,0),(6026,54,0),(6025,51,0),(6025,54,0),(6024,51,0),(6024,54,0),(6023,51,0),(6022,51,0),(6022,54,0),(6021,51,0),(6021,54,0),(6020,54,0),(6019,51,0),(6019,102,0),(6018,51,0),(6017,54,0),(6016,51,0),(6015,51,0),(6014,51,0),(6315,109,0),(6011,95,0),(6008,95,0),(6005,95,0),(6002,95,0),(5998,95,0),(6161,111,0),(5990,95,0),(6490,109,0),(6161,109,0),(5984,95,0),(6223,109,0),(6874,109,0),(5946,95,0),(5949,95,0),(5952,95,0),(5953,95,0),(6462,95,0),(6463,95,0),(6464,95,0),(6466,95,0),(6469,95,0),(6465,95,0),(6474,95,0),(5978,95,0),(6036,102,0),(6037,54,0),(6038,54,0),(6039,54,0),(6039,51,0),(6040,54,0),(6041,102,0),(6041,54,0),(6041,51,0),(6042,54,0),(6042,51,0),(6043,54,0),(6043,51,0),(6044,54,0),(6161,110,0),(6315,113,0),(6207,110,0),(6207,111,0),(6314,95,0),(6223,110,0),(6223,111,0),(6224,109,0),(6224,110,0),(6224,111,0),(6234,109,0),(6234,110,0),(6234,112,0),(6874,126,0),(6874,111,0),(6878,95,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) collate utf8_unicode_ci NOT NULL default '', `description` longtext collate utf8_unicode_ci 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=136 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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,'category','',0,0),(120,120,'post_tag','',0,0),(5,5,'portfolio_filter','',0,6),(6,6,'portfolio_filter','',0,5),(7,7,'portfolio_filter','',0,5),(8,8,'portfolio_filter','',0,3),(121,121,'post_tag','',0,0),(123,123,'post_tag','',0,0),(122,122,'post_tag','',0,0),(119,119,'category','',0,0),(116,116,'category','',0,0),(125,125,'layout_type','',0,1),(124,124,'post_tag','',0,0),(23,22,'portfolio_tags','',0,0),(24,23,'portfolio_categories','',0,5),(25,24,'portfolio_tags','',0,0),(26,25,'portfolio_tags','',0,1),(27,26,'portfolio_tags','',0,0),(28,27,'portfolio_tags','',0,0),(29,28,'portfolio_tags','',0,0),(30,29,'portfolio_tags','',0,0),(31,30,'portfolio_tags','',0,0),(32,18,'portfolio_tags','',0,0),(33,31,'portfolio_tags','',0,0),(34,32,'portfolio_tags','',0,1),(35,33,'portfolio_categories','',0,4),(36,34,'portfolio_tags','',0,0),(37,35,'portfolio_categories','',0,4),(38,21,'portfolio_tags','',0,1),(39,36,'portfolio_tags','',0,1),(40,37,'portfolio_tags','',0,0),(41,38,'portfolio_categories','',0,1),(42,39,'portfolio_categories','',0,5),(43,40,'portfolio_categories','',0,4),(44,41,'portfolio_tags','',0,0),(45,42,'post_format','',0,0),(46,43,'post_format','',0,0),(47,106,'post_format','',0,0),(48,44,'post_format','',0,0),(49,45,'post_format','',0,0),(51,47,'faq_cat','',0,21),(52,48,'faq_cat','',0,2),(112,105,'module_width','',0,2),(107,100,'post_tag','',0,0),(50,46,'portfolio_categories','',0,0),(53,49,'faq_cat','',0,0),(54,50,'faq_cat','',0,21),(118,118,'category','',0,0),(117,117,'category','',0,0),(115,115,'category','',0,0),(114,114,'category','',0,0),(64,60,'post_tag','',0,0),(126,126,'layout_type','',0,2),(82,78,'s-sort-categs','',0,5),(83,112,'s-categs','',0,3),(84,107,'s-categs','',0,12),(85,80,'tl-categs','',0,3),(86,81,'tl-categs','',0,1),(87,82,'s-sort-categs','',0,3),(88,83,'s-tags','',0,0),(89,84,'s-sort-categs','',0,7),(90,85,'s-sort-categs','',0,3),(91,86,'s-tags','',0,0),(92,87,'s-sort-categs','',0,3),(93,88,'tl-categs','',0,2),(127,127,'nav_menu','',0,10),(95,90,'nav_menu','',0,29),(99,93,'post_format','',0,0),(100,94,'post_format','',0,0),(101,108,'s-sort-categs','',0,6),(106,99,'post_tag','',0,0),(109,102,'scope','',0,18),(103,96,'category','',0,0),(105,98,'post_tag','',0,0),(104,97,'post_tag','',0,0),(110,103,'layout_type','',0,14),(111,104,'module_width','',0,16),(102,95,'faq_cat','',0,6),(113,113,'layout_type','',0,1),(128,128,'post_tag','',0,0),(129,129,'post_tag','',0,0),(130,130,'category','hardware',0,0),(131,131,'post_tag','',0,0),(132,132,'post_tag','',0,0),(133,133,'post_tag','',0,0),(134,134,'post_tag','',0,0),(135,135,'post_tag','',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) collate utf8_unicode_ci NOT NULL default '', `slug` varchar(200) collate utf8_unicode_ci NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=136 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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,'Cases','cases',0),(119,'Forfeitures','forfeitures',0),(5,'Corporate','corporate',0),(6,'Fashion Industry','fashion-industry',0),(7,'Industry','industry',0),(8,'Medical','medical',0),(117,'Crime Alert','crime-alert',0),(123,'Pearl River County','pearl-river-county',0),(122,'Lamar County','lamar-county',0),(120,'Robbery','robbery',0),(118,'Sentencing','sentencing',0),(18,'Html','html',0),(124,'Jefferson Davis County','jefferson-davis-county',0),(21,'Photoshop','photoshop-2',0),(22,'aerial','aerial',0),(23,'Brochures','brochures',0),(24,'Carousel Slider','carousel-slider',0),(25,'Centered Slider','centered-slider',0),(26,'Css','css',0),(27,'Digital Art','digital-art',0),(28,'Flex Slider','flex-slider',0),(29,'Full Screen Slider','full-screen-slider',0),(30,'Graphics','graphics',0),(31,'jQuery','jquery-2',0),(32,'Lightbox','lightbox',0),(33,'Mobile','mobile',0),(34,'nyc','nyc',0),(35,'Photography','photography',0),(36,'PHP','php',0),(37,'skyline shots','skyline-shots',0),(38,'Slider','slider',0),(39,'Videos','videos',0),(40,'Web','vertical-portfolio',0),(41,'Wordpress','wordpress-2',0),(42,'Gallery','post-format-gallery',0),(43,'Video','post-format-video',0),(44,'Link','post-format-link',0),(45,'Quote','post-format-quote',0),(46,'Counties','counties',0),(47,'Crime','crime',0),(48,'Bad Checks','bad-checks',0),(49,'Senior Crime','senior-crime',0),(50,'Court','court',0),(121,'Drugs','drugs',0),(116,'Attorney General Warning','attorney-general-warning',0),(115,'Press Release','press-release',0),(114,'Event','event',0),(60,'blog','blog',0),(126,'layout','layout',0),(125,'row','row',0),(78,'Attorney','attorney',0),(80,'category 1','category-1',0),(81,'category 2','category-2',0),(82,'City','city',0),(83,'civil','civil',0),(84,'Lawyer','lawyer',0),(85,'Legal','legal',0),(86,'Tag 1','tag-1',0),(87,'Team','team',0),(88,'testimonial','testimonial',0),(127,'Footer','footer',0),(90,'Primary','primary',0),(93,'Aside','post-format-aside',0),(94,'Image','post-format-image',0),(95,'Contact','contact',0),(96,'Convictions','convictions',0),(97,'Sex Offender','sex-offender',0),(98,'Aggravated Assault','aggravated-assault',0),(99,'Sexual Assault','rape',0),(100,'Abduction','abduction',0),(102,'not_global','not_global',0),(103,'module','module',0),(104,'regular','regular',0),(105,'fullwidth','fullwidth',0),(106,'Audio','post-format-audio',0),(107,'Business','business',0),(108,'Business','business',0),(112,'Attorneys','attorneys',0),(113,'section','section',0),(128,'Rapist','rapist',0),(129,'Howard “Lil Dank” Payton','howard-lil-dank-payton',0),(130,'hardware','hardware',0),(131,'tech support nyc','tech-support-nyc',0),(132,'camera repair','camera-repair',0),(133,'registry cleaning software','registry-cleaning-software',0),(134,'GGBacklinks','ggbacklinks',0),(135,'GG BL','gg-bl',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) collate utf8_unicode_ci default NULL, `meta_value` longtext collate utf8_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=186 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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,2,'nickname','Relevant Design Studios'),(2,2,'first_name',''),(3,2,'last_name',''),(4,2,'description',''),(5,2,'rich_editing','true'),(6,2,'comment_shortcuts','false'),(7,2,'admin_color','fresh'),(8,2,'use_ssl','0'),(9,2,'show_admin_bar_front','true'),(10,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,2,'wp_user_level','10'),(12,2,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wtwp-intro-pointer,gd-quicksetup-start-wizard,wp410_dfw'),(13,2,'show_welcome_panel','0'),(42,2,'closedpostboxes_page','a:1:{i:0;s:19:\"cmsms_page_meta_box\";}'),(43,2,'metaboxhidden_page','a:4:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(15,2,'wp_dashboard_quick_press_last_post_id','6912'),(16,2,'wp_user-settings','libraryContent=browse&imgsize=thumbnail&editor=tinymce&hidetb=1&advImgDetails=show&wplink=1'),(17,2,'wp_user-settings-time','1440032904'),(18,2,'nav_menu_recently_edited','90'),(19,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,2,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:8:\"add-team\";i:3;s:11:\"add-clients\";i:4;s:12:\"add-post_tag\";i:5;s:20:\"add-portfolio_filter\";}'),(22,2,'layerslider_help_wp_pointer','1'),(116,9,'wp_user-settings','editor=tinymce&libraryContent=browse&advImgDetails=hide&wplink=0&posts_list_mode=list'),(124,9,'meta-box-order_post','a:3:{s:4:\"side\";s:82:\"et_settings_meta_box,submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,postimagediv\";s:6:\"normal\";s:84:\"et_pb_layout,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(119,6,'wp_dashboard_quick_press_last_post_id','6923'),(131,7,'wp_user-settings','deleted'),(132,7,'wp_user-settings-time','1660911232'),(129,9,'itsec-settings-view','grid'),(133,10,'nickname','wadminw'),(115,9,'wp_dashboard_quick_press_last_post_id','8298'),(86,7,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(87,7,'wp_user_level','10'),(88,7,'session_tokens','a:22:{s:64:\"dc533bb1fc0358a1bb1b9e08a0620d6cf548e3309b082536b967d8adc1d963f0\";a:4:{s:10:\"expiration\";i:1667323853;s:2:\"ip\";s:10:\"5.62.20.46\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666114253;}s:64:\"fe9980407a733b009df37c58ac8881bf433dec37b79aa16be30eff5ebfbd4d4a\";a:4:{s:10:\"expiration\";i:1667327325;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666117725;}s:64:\"7f316f0c80ac1eec76923900c1255324fc66604851a4c95019db1d0eac6797bb\";a:4:{s:10:\"expiration\";i:1667330515;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666120915;}s:64:\"83096525ed91aaab4905768a27434c8a0d18761fe745414785828c7f5913aad2\";a:4:{s:10:\"expiration\";i:1667334816;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666125216;}s:64:\"d6cd4e8807fe85c9e3bf1685bccb46ab7bec34c144e1ffca620ff687412d9f8c\";a:4:{s:10:\"expiration\";i:1667357740;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666148140;}s:64:\"d56a9b28f7570eb2641fce3192a9f2ec0de231c5a7b23310a1e6d02d7e627f63\";a:4:{s:10:\"expiration\";i:1667380932;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666171332;}s:64:\"552822bd84abb5e7fb105cf8a718f6b7e0dc20f82a76c5d6cdfecd32cec10bc4\";a:4:{s:10:\"expiration\";i:1667449758;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666240158;}s:64:\"4a6ba68c01df9454ea4c4fffc4ae98530c4dae0aeeac91b5ed7e10c48eccb899\";a:4:{s:10:\"expiration\";i:1667527600;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666318000;}s:64:\"80e0d9cbe8363d5d1ba7cf66f871bed56e035e1319cfec9bde813a15ba2ffd69\";a:4:{s:10:\"expiration\";i:1667537110;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666327510;}s:64:\"74e3161d30ba3f4ea2a268d9e7f2d9cbcdcf649aea8f989e545e38bc63ba6c78\";a:4:{s:10:\"expiration\";i:1667544131;s:2:\"ip\";s:12:\"67.213.221.3\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666334531;}s:64:\"631fd7d405e61536e8259d0bf9abcfdd280e0bbfa0d8b779c4d2cd011ed4831e\";a:4:{s:10:\"expiration\";i:1667575721;s:2:\"ip\";s:12:\"84.17.46.193\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666366121;}s:64:\"b486873582548b39f8b6145bfd9fb3107a7dee6ea87a8ae602d2501c6cb13a4a\";a:4:{s:10:\"expiration\";i:1667589870;s:2:\"ip\";s:12:\"67.213.221.8\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666380270;}s:64:\"e96519c36d8214e5801a584b076381e8b9f901ea9f97ce5ae4ab1e068f9d3e70\";a:4:{s:10:\"expiration\";i:1667608106;s:2:\"ip\";s:12:\"67.213.221.8\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666398506;}s:64:\"6382dc5515c5c7e3145c9d73a40efd704d7fbcf6baffc04c37e583a332d63ef1\";a:4:{s:10:\"expiration\";i:1667740629;s:2:\"ip\";s:12:\"84.17.46.219\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666531029;}s:64:\"524001a8db9307b0ac0cca7c023ad9a18445ee19066db563e6f2ebdd63a187c5\";a:4:{s:10:\"expiration\";i:1667813186;s:2:\"ip\";s:10:\"5.62.60.55\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666603586;}s:64:\"abd86151f46f71a4150101ab8c74d89b53dabd401e607b52b233fd72a0514d25\";a:4:{s:10:\"expiration\";i:1667815754;s:2:\"ip\";s:10:\"5.62.60.53\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666606154;}s:64:\"f5004670fb7dcd99074bd46c0355a25334976c8738fd4b510428e9080df4909e\";a:4:{s:10:\"expiration\";i:1667839139;s:2:\"ip\";s:12:\"67.213.221.8\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666629539;}s:64:\"0dadfd456f5b2c9fad3510fa6403eef33b657ea8591da3cb2931f70c5af9fb16\";a:4:{s:10:\"expiration\";i:1667909042;s:2:\"ip\";s:10:\"5.62.20.17\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666699442;}s:64:\"e95c470d7f59ea429accf656615f5293f331060abcbb995c615419ad1f9a9da7\";a:4:{s:10:\"expiration\";i:1667998282;s:2:\"ip\";s:13:\"67.213.221.27\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666788682;}s:64:\"cdcaf41333969f5faf263e1400e27283ebce151ff2e93c5222b48d437f1641c7\";a:4:{s:10:\"expiration\";i:1668015258;s:2:\"ip\";s:10:\"5.62.20.55\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666805658;}s:64:\"4f4376da26adfff6f1eca43ddc25ceac390526b63cf51e9ee517121e85d02354\";a:4:{s:10:\"expiration\";i:1668114265;s:2:\"ip\";s:12:\"84.17.46.186\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666904665;}s:64:\"2b6f2c7e3d851bf6b414c371dd9d472e7544cd16f13209a2df217dc00f336d8b\";a:4:{s:10:\"expiration\";i:1668185804;s:2:\"ip\";s:12:\"84.17.46.202\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:5:\"login\";i:1666976204;}}'),(89,7,'wp_dashboard_quick_press_last_post_id','8215'),(113,9,'dismissed_wp_pointers',''),(112,9,'wp_user_level','10'),(111,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(110,9,'show_admin_bar_front','true'),(109,9,'use_ssl','0'),(108,9,'admin_color','fresh'),(107,9,'comment_shortcuts','false'),(74,6,'nickname','HalKittrell'),(139,10,'admin_color','fresh'),(140,10,'use_ssl','0'),(141,10,'show_admin_bar_front','true'),(142,10,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(44,2,'wp_media_library_mode','grid'),(143,10,'wp_user_level','10'),(144,10,'dismissed_wp_pointers',''),(127,9,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(128,9,'metaboxhidden_nav-menus','a:5:{i:0;s:11:\"add-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(122,9,'closedpostboxes_post','a:1:{i:0;s:12:\"et_pb_layout\";}'),(123,9,'metaboxhidden_post','a:5:{i:0;s:9:\"formatdiv\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(125,9,'screen_layout_post','2'),(121,9,'metaboxhidden_page','a:4:{i:0;s:16:\"commentstatusdiv\";i:1;s:11:\"commentsdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(126,9,'nav_menu_recently_edited','127'),(120,9,'closedpostboxes_page','a:0:{}'),(117,9,'wp_user-settings-time','1666970517'),(67,2,'session_tokens','a:1:{s:64:\"170331d84f00ddc183871d90514bf9c560e99b82ed7a95f8fc007119384f0f51\";a:4:{s:10:\"expiration\";i:1449076808;s:2:\"ip\";s:14:\"162.207.149.76\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36\";s:5:\"login\";i:1448904008;}}'),(105,9,'description',''),(106,9,'rich_editing','true'),(104,9,'last_name','McGee'),(102,9,'nickname','jmcgee'),(103,9,'first_name','Jacqueline'),(75,6,'first_name','Hal'),(76,6,'last_name','Kittrell'),(77,6,'description',''),(78,6,'rich_editing','true'),(79,6,'comment_shortcuts','false'),(80,6,'admin_color','fresh'),(81,6,'use_ssl','0'),(82,6,'show_admin_bar_front','true'),(83,6,'wp_capabilities','a:1:{s:6:\"author\";b:1;}'),(84,6,'wp_user_level','2'),(85,6,'dismissed_wp_pointers',''),(134,10,'first_name','wadminw'),(135,10,'last_name',''),(136,10,'description',''),(137,10,'rich_editing','true'),(138,10,'comment_shortcuts','false'),(145,11,'nickname','wwwadmin'),(146,11,'first_name','wwwadmin'),(147,11,'last_name',''),(148,11,'description',''),(149,11,'rich_editing','true'),(150,11,'comment_shortcuts','false'),(151,11,'admin_color','fresh'),(152,11,'use_ssl','0'),(153,11,'show_admin_bar_front','true'),(154,11,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(155,11,'wp_user_level','10'),(156,11,'dismissed_wp_pointers',''),(157,11,'session_tokens','a:4:{s:64:\"9d5a829a3ec34844aa913812b2f2a1d0af8a2577cb69f6b3bda2823b90c9e7dd\";a:4:{s:10:\"expiration\";i:1667899452;s:2:\"ip\";s:14:\"165.231.108.61\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1666689852;}s:64:\"8fabc111e14658667385f32c4e685bfea2f4c705d7426a2f32ac5a1308b5596c\";a:4:{s:10:\"expiration\";i:1668086324;s:2:\"ip\";s:14:\"196.196.224.28\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1666876724;}s:64:\"51f4d9b0fa29668d237876e46f8a00c6b34ceb5933eec479b753558c41aba472\";a:4:{s:10:\"expiration\";i:1667110088;s:2:\"ip\";s:13:\"146.56.191.51\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";s:5:\"login\";i:1666937288;}s:64:\"9378dbb46c4588d937dfe991a78097bb02d483aa39d6789fbb6b3a9980585956\";a:4:{s:10:\"expiration\";i:1667110089;s:2:\"ip\";s:13:\"146.56.191.51\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";s:5:\"login\";i:1666937289;}}'),(158,11,'wp_dashboard_quick_press_last_post_id','8281'),(159,11,'wp_user-settings','deleted'),(160,11,'wp_user-settings-time','1662430039'),(161,10,'session_tokens','a:1:{s:64:\"81f22e1b26350c284152b6876e33626361a1d4136c8dbef441df50d87d69a42d\";a:4:{s:10:\"expiration\";i:1666189269;s:2:\"ip\";s:14:\"186.81.103.143\";s:2:\"ua\";s:76:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96\";s:5:\"login\";i:1666016469;}}'),(162,10,'wp_dashboard_quick_press_last_post_id','8228'),(185,9,'session_tokens','a:2:{s:64:\"de08d1bb9785f2ddff8bfe9aea1014af5226f45401a41014bd8c80d6e92618bf\";a:4:{s:10:\"expiration\";i:1667155932;s:2:\"ip\";s:14:\"104.232.169.42\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1666983132;}s:64:\"94ee1c4bf6bf594e686f82c7c56c29176e0485a046080d2abcef2b16e1b2ee65\";a:4:{s:10:\"expiration\";i:1667156179;s:2:\"ip\";s:14:\"104.232.169.42\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";s:5:\"login\";i:1666983379;}}'),(163,12,'nickname','MUWY'),(164,12,'first_name','MUWY'),(165,12,'last_name',''),(166,12,'description',''),(167,12,'rich_editing','true'),(168,12,'comment_shortcuts','false'),(169,12,'admin_color','fresh'),(170,12,'use_ssl','0'),(171,12,'show_admin_bar_front','true'),(172,12,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(173,12,'wp_user_level','10'),(174,12,'dismissed_wp_pointers',''),(175,7,'itsec-settings-view','list'),(176,7,'nickname','pileum'),(177,7,'first_name',''),(178,7,'last_name',''),(179,7,'description',''),(180,7,'rich_editing','true'),(181,7,'comment_shortcuts','false'),(182,7,'admin_color','fresh'),(183,7,'use_ssl','0'),(184,7,'show_admin_bar_front','true'); /*!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) collate utf8_unicode_ci NOT NULL default '', `user_pass` varchar(64) collate utf8_unicode_ci NOT NULL default '', `user_nicename` varchar(50) collate utf8_unicode_ci NOT NULL default '', `user_email` varchar(100) collate utf8_unicode_ci NOT NULL default '', `user_url` varchar(100) collate utf8_unicode_ci NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) collate utf8_unicode_ci NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) collate utf8_unicode_ci NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; 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 (2,'rdgktyemrkt1ng','$P$BWe9ku4bK.ocHsPEfsvymsbb1RVrAO0','rdgktyemrkt1ng','tech@rdgraphics.cc','','2014-10-02 19:08:00','',0,'rdgktyemrkt1ng'),(7,'pileum','$P$BIJ3A6MkkF77gY5GAPAygjgoiVcPz5/','pileum','grantalexander@pileum.com','http://da15thdistrict.org','2015-11-30 10:30:00','',0,'Pileum'),(10,'wadminw','$P$BuIk/e8nhOs0eeOavmYWmHsCrQ2FU0/','wadminw','wadminw@wordpress.com','','2022-08-21 18:33:31','1661106811:$P$BTYSS80yWMBjinb4SRPZBSs9TfapUq/',0,'wadminw'),(6,'HalKittrell','$P$BucFdmO2Tu2dcc/7D.uazci5Hsy3Hl0','halkittrell','hkittrell@da15thdistrict.org','http://da15thdistrict.org/','2015-11-23 22:18:16','',0,'Hal Kittrell'),(9,'jmcgee','$P$B5fOt01bHpZ4YyplBjrotZKlcSNjeE1','jmcgee','jmcgee@da15thdistrict.org','http://jmcgee','2016-01-05 20:49:00','1452026957:$P$BVzJJz3HtTeCWTpUVTLOrU6kvgGJZ8.',0,'Jacqueline McGee'),(11,'wwwadmin','$P$BwhrPmhUXA/DPvlcTOt4vahHKPvB/V.','wwwadmin','wwwadmin@wordpress.com','','2022-09-05 12:09:15','1662379759:$P$B9NK7r1RTjMBw7dYUoJaiOrcYAe7H70',0,'wwwadmin'),(12,'MUWY','$P$BkJHxSCjYhlH2LvzZOLDlWVn3SZEaz0','muwy','support@wordpress.com','','2022-09-25 16:46:32','1664124392:$P$B17tLsJw0oeFTKLSRUOMMg4KCJjMm7.',0,'MUWY'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'wpda15' -- 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 2023-08-11 9:10:22