-
Notifications
You must be signed in to change notification settings - Fork 2
/
partone.html
544 lines (476 loc) · 44.2 KB
/
partone.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<!--[if lt IE 7 ]><html lang="en" class="ie ie-6"><![endif]-->
<!--[if IE 7 ]><html lang="en" class="ie ie-7"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="ie ie-8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie ie-9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]-->
<head>
<!-- /templates/macros/postandcourier/header-home -->
<meta charset="utf-8" />
<!--
oooo. ,,o
8" 888ooo8'88 `"8oo88o. o8
8' 88 | 88o88o ,o8o. 88 88 o. .o8o,..o88o'
88 88 | 88 88 o8 8" ,88 88 .8P"Yb 88 / 88
88: 88 | 88 88 88." o888 88 88 88 "8P'.8o 88
"88 88 | 88 88 88 88 88 88 88 / 88 88
"88ooo88 "8 8" "8oo8 ,o88oo88" "V8V" .o8,o8P V8. ,
88 """
88. 8"
'88. ,, ,oo,, "8o
.o.o. o. o. .'88. .8" 88 | o. .o .o .o ,o ,. .o8o..o ,o
"" V8 'Y8P"Y8 88 88 o8 88 | .8P"Yb 88 88 88" 8" 88' o8 8" 88" 8"
oP"88 88 88 88 88 88 88 | 88 88 88 88 88 88 88." 88
o8 88 88 88 88 88 '88 ,Y" |o 88 88 88 88 88 88 88 , 88
"VP""8. "8. "8. "V8o" '88oo88" "V8V" "8o'"8o "8o "8o "8oo8 "8o
'''
- - - - - -
Designed by J. Emory Parker in Charleston, SC
With assisance from
INFORMED INTERACTIVE
Laura James, Kurt Knapek, Chip Sanders, Kim Tant
ALSO
Laura Gaton, Mitch Pugh
PROJECT CARBON: Version 1.0 -- Launched May 29, 2014
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="robots" content="follow,index" />
<meta name="msvalidate.01" content="05BAEC9D8820FA9F10D57DB6EB3C6192" />
<meta name="google-site-verification" content="rAW9DX7yfiFF82k05QGF6LbZBkxcKxMTzAwNv0OCKAM" />
<link rel="canonical" href="http://www.postandcourier.com/tilldeath/partone.html" />
<title>Till death do us part | A Post and Courier Special Report</title>
<meta name="description" content="More than 300 women were shot, stabbed, strangled, beaten, bludgeoned or burned to death over the past decade by men in South Carolina, dying at a rate of one every 12 days while the state does little to stem the carnage from domestic abuse." />
<meta name="keywords" content="tilldeath, till death do us part,domestix violence,CDV,criminal domestic violence,women,violence,guns,Charleston,Charleston SC,Charleston news,Post and Courier,Post and Courier news,postandcourier.com,lowcountry,lowcountry news,news,news online,breaking news,U.S. news,world news,weather,business,sports,politics,law,technology,entertainment,education,travel,health,special reports,autos,developing story,news video," />
<link rel="shortcut icon" href="http://www.postandcourier.com/css/carbon/favicon-carbon.png" />
<!-- styles -->
<link rel="stylesheet" type="text/css" href="http://www.postandcourier.com/css/carbon/stylesheets/app.css&ver=2" />
<link rel="stylesheet" type="text/css" href="http://www.postandcourier.com/css/carbon/fonts/clarendon/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="http://www.postandcourier.com/css/carbon/stylesheets/icomoo.css" />
<link rel="stylesheet" type="text/css" href="http://www.postandcourier.com/css/carbon/stylesheets/climacons-font.css" />
<link rel="stylesheet" type="text/css" href="http://www.postandcourier.com/css/carbon/stylesheets/responsive-embed.css" />
<link rel="stylesheet" type="text/css" href="cdv-proj/stylesheets/screen.css" />
<link rel="stylesheet" type="text/css" href="cdv-proj/stylesheets/font-awesome.min.css">
<meta property="og:type" content="article" />
<meta property="og:description" content="More than 300 women were shot, stabbed, strangled, beaten, bludgeoned or burned to death over the past decade by men in South Carolina, dying at a rate of one every 12 days while the state does little to stem the carnage from domestic abuse." />
<meta property="og:site_name" content="Post and Courier" />
<meta property="og:image" content="http://www.postandcourier.com/tilldeath/images/p7-lead-thumb.jpg" />
<meta property="og:image:url" content="http://www.postandcourier.com/tilldeath/images/p7-lead-thumb.jpg" />
<meta property="og:title" content="Till death do us part: A Post and Courier Special Report" />
<meta property="og:url" content="http://www.postandcourier.com/tilldeath/" />
<meta property="article:published_time" content="20140819184752" />
<meta property="article:modified_time" content="201408191847" />
<meta property="fb:app_id" content="146078808769941" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css' data-norem >
<link rel="stylesheet" href="http://www.postandcourier.com/css/carbon/stylesheets/slidebars.css" data-norem>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://www.postandcourier.com/js/carbon/modernizr.js"></script>
<!--[if lt IE 9]>
<script src="http://www.postandcourier.com//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="http://www.postandcourier.com//cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<script src="http://www.postandcourier.com/js/carbon/cookie.js" type="text/javascript"></script>
<link rel="stylesheet" href="stylesheets/ie-styles.css" />
<script type="text/javascript">
var COOKIE_NAME = 'ie-splash-page-cookie-2';
$go = $.cookie(COOKIE_NAME);
if ($go == null) {
window.location = "/apps/pbcs.dll/section?template=pc-ie-warning"
}
else {
}
</script>
<![endif]-->
<!-- get action type: -->
<!-- create global action type var too: -->
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','__gaTracker');
__gaTracker('create', 'UA-8046840-2', 'postandcourier.com', {'siteSpeedSampleRate': 20});
__gaTracker('set', {
'dimension1': 'tilldeath', //section
'dimension2': 'part-one', //channel
'dimension3': 'saxotech', // vendor
'dimension4': 'post and courier', //site
'dimension5': 'none', //author
'dimension6': 'none' //asset id
});
__gaTracker('send', 'pageview');
__gaTracker('set', '_setLocalRemoteServerMode');
__gaTracker('set', '_setLocalGifPath', '//tracking.postandcourier.com/pc/__utm.gif');
</script>
<!-- Quantcast Tag -->
<script type="text/javascript">
var _qevents = _qevents || [];
(function() {
var elem = document.createElement('script');
elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
elem.async = true;
elem.type = "text/javascript";
var scpt = document.getElementsByTagName('script')[0];
scpt.parentNode.insertBefore(elem, scpt);
})();
_qevents.push({
qacct:"p-TSF1SuGWwgTvE"
});
</script>
<!-- End Quantcast tag -->
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.0.0/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.0.0/mapbox.css' rel='stylesheet' />
<link href="//vjs.zencdn.net/4.7/video-js.css" rel="stylesheet">
<script src="//vjs.zencdn.net/4.7/video.js"></script>
</head>
<body>
<div class="fixed">
<nav class="top-bar" data-topbar>
<!--TITLE AREA OF THE NAVIGATION-->
<ul class="title-area">
<li class="name">
<h1 class="show-for-large-up"><a href="http://www.postandcourier.com">The Post and Courier</a> </span><span class="cdvred">Till death do us part</span></h1>
<h1 class="hide-for-large-up"><span class="cdvred">Till death do us part</span></h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">
<span>MENU</span>
</a>
</li>
</ul>
<!--NAVIGATION SECTIONS-->
<section class="top-bar-section">
<ul class="right">
<li>
<div class="parts-label-topbar">Parts</div>
</li>
<li class="active">
<a href="#">One</a>
</li>
<li>
<a href="parttwo.html">Two</a>
</li>
<li>
<a href="partthree.html">Three</a>
</li>
<li>
<a href="partfour.html">Four</a>
</li>
<li>
<a href="partfive.html">Five</a>
</li>
<li>
<a href="partsix.html">Six</a>
</li>
<li>
<a href="partseven.html">Seven</a>
</li>
<li>
<a href="http://www.postandcourier.com/apps/pbcs.dll/section?Category=search&kwords=till&trendname=TillDeath&sortbydate=1">Updates</a>
</li>
<li>
<a href="http://twitter.com/share?url=http://www.postandcourier.com/tilldeath/title.html&hashtags=tilldeath&text=Till death do us part: a Post and Courier special report on domestic violence in SC&related=postandcourier" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.facebook.com/dialog/share?app_id=146078808769941&display=popup&href=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier&redirect_uri=http://www.postandcourier.com/tilldeath/title.html&related=postandcourier" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</section>
</nav>
</div>
<section id="intro" class="element-full-height dark-bkg full-slide intro-video">
<div class="medium-12 columns text-center">
<div class='main-container'>
<iframe id="player_1" src="//player.vimeo.com/video/103245631?api=1&player_id=player_1&autoplay=1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<a href="#content" id="pause-button" class="next-button"><i class="fa fa-angle-double-down"></i> Start Reading</a>
</div>
</section>
<div id="skrollr-body">
<section id="content">
<div class="row">
<div class="medium-8 medium-offset-2 columns pad-top">
<p class="drop-cap lead-graph">More than 300 women were shot, stabbed, strangled, beaten, bludgeoned or burned to death over the past decade by men in South Carolina, dying at a rate of one every 12 days while the state does little to stem the carnage from domestic abuse.</p>
<p>More than three times as many women have died here at the hands of current or former lovers than the number of Palmetto State soldiers killed in the <a href="http://projects.militarytimes.com/valor/" target="_blank">Iraq</a> and <a href="http://apps.washingtonpost.com/national/fallen/maps/states/" target="_blank">Afghanistan</a> wars combined.</p>
<!--<div class="inline-share">
<p class="shareline">More SC women have died from domestic violence than SC soldiers in Iraq and Afganistan</p>
<p class="share-this">Share this fact</p>
<a class="button twitter" href="http://twitter.com/share?url=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier&hashtags=tilldeath&text=More%20SC%20women%20have%20died%20from%20domestic%20violence%20than%20SC%20soldiers%20in%20Iraq%20and%20Afganistan" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-twitter"></i></a>
<a class="button facebook" href="https://www.facebook.com/dialog/share?app_id=146078808769941&display=popup&href=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier&redirect_uri=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-facebook"></i></a>
</div>-->
<p>It’s a staggering toll that for more than 15 years has placed South Carolina among the <a href="assets/d1-3.pdf" target="_blank">top 10 states</a> nationally in the rate of women killed by men. The state topped the list on three occasions, including <a href="http://www.vpc.org/studies/wmmw2013.pdf" target="_blank">this past year</a>, when it posted a murder rate for women that was more than double the national rate.</p>
<p>Awash in guns, saddled with ineffective laws and lacking enough shelters for the battered, South Carolina is a state where the deck is stacked against women trapped in the cycle of abuse, a Post and Courier investigation has found.</p>
<p>Couple this with deep-rooted beliefs about the sanctity of marriage and the place of women in the home, and the vows “till death do us part” take on a sinister tone.</p>
<p>The <a href="assets/d1-5.docx" target="_blank">beat of killings</a> has remained a constant in South Carolina, even as domestic violence rates have tumbled <a href="http://www.bjs.gov/index.cfm?ty=pbdetail&iid=4536" target="_blank">64 percent</a> nationwide over the past two decades, according to an analysis of crime statistics by the newspaper. This blood has spilled in every corner of the state, from beach towns and mountain hamlets to farming villages and sprawling urban centers, cutting across racial, ethnic and economic lines.</p>
<p>Consider 25-year-old Erica Olsen of Anderson, who was two months pregnant when her boyfriend stabbed her 25 times in front of her young daughter in October 2006. Or Andrenna Butler, 72, whose estranged husband drove from Pennsylvania to gun her down in her Newberry home in December. Or 30-year-old Dara Watson, whose fiancé shot her in the head at their Mount Pleasant home and dumped her in a Lowcountry forest in February 2012 before killing himself.</p>
<p>Interviews with more than 100 victims, counselors, police, prosecutors and judges reveal an ingrained, multi-generational problem in South Carolina, where abusive behavior is passed down from parents to their children. Yet the problem essentially remains a silent epidemic, a private matter that is seldom discussed outside the home until someone is seriously hurt.</p>
<p>“We have the notion that what goes on between a couple is just between the couple and is none of our business,” said 9th Circuit Solicitor Scarlett Wilson, chief prosecutor for Charleston and Berkeley counties. “Where that analysis goes wrong is we have to remember that couple is training their little boy that this is how he treats women and training their little girl that this is what she should expect from her man. The cycle is just perpetual.”</p>
<h2>A lack of action</h2>
<p>South Carolina is hardly alone in dealing with domestic violence. Nationwide, an <a href="assets/d1-11.pdf" target="_blank">average of three women</a> are killed by a current or former lover every day. Other states are moving forward with reform measures, but South Carolina has largely remained idle while its domestic murder rate consistently ranks among the nation’s worst.</p>
<p>Though state officials have long lamented the high death toll for women, lawmakers have put little money into prevention programs and have resisted efforts to toughen penalties for abusers. This past year alone, a dozen measures to combat domestic violence died in the Legislature.</p>
<div id='legend' style='display:none;'>
<strong>Rate of women murdered by men per capita</strong>
<nav class='legend clearfix'>
<span style='background:#364848;opacity:0.3;'></span>
<span style='background:#364848;opacity:0.4;'></span>
<span style='background:#364848;opacity:0.6;'></span>
<span style='background:#364848;opacity:0.8;'></span>
<span style='background:#364848;opacity:0.9;'></span>
<span style='background:#A50916;'></span>
<label>lowest</label>
<label></label>
<label></label>
<label></label>
<label></label>
<label>highest</label>
</div>
<div id="odds-map" class="rail-map rail-left w-75">
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoicG9zdGFuZGNvdXJpZXIiLCJhIjoiLTJtdV9XQSJ9.jbQWsbAO9LktxtEBDHcl3Q';
var map = L.mapbox.map('odds-map', 'postandcourier.f3kdquxr', {legendControl:{position:'bottomleft'}}).setView([33.60, -81.13], 7);
map.legendControl.addLegend(document.getElementById('legend').innerHTML);
map.scrollWheelZoom.disable();
toggle(map.attributionControl, this);
</script>
</div>
<p>The state’s <a href="assets/d1-12.docx" target="_blank">largest metro areas</a> of Greenville, Columbia and Charleston lead the death tally in sheer numbers. But <a href="assets/d1-12.docx" target="_blank">rural pockets</a>, such as Marlboro, Allendale and Greenwood counties, hold more danger because the odds are higher there that a woman will die from domestic violence. These are places where resources for victims of abuse are thin, a predicament the state has done little to address.</p>
<p><a href="assets/d1-14.docx" target="_blank">All 46 counties</a> have at least one animal shelter to care for stray dogs and cats, but the state has only <a href="http://www.state.sc.us/dss/fv/" target="_blank">18 domestic violence shelters</a> to help women trying to escape abuse in the home. Experts say that just isn’t enough in a state that records around <a href="assets/d1-16.doc">36,000 incidents</a> of domestic abuse every year. More than 380 victims were turned away from shelters around the state between 2012 and 2013 because they had no room, according to the state Department of Social Services.</p>
</div>
</div>
<div class="row stats-row" data-equalizer>
<div class="small-3 columns" data-equalizer-watch>
<div class="big-stat"><i class="fa fa-female"></i> 380</div>
<p class="stat-description"><strong>Women turned away</strong> from shelters between July 2012 and June 2013 due to lack of room</p>
</div>
<div class="small-3 columns" data-equalizer-watch>
<div class="big-stat">36,000<small>/yr</small></div>
<p class="stat-description"><strong>Incidents of domestic abuse</strong> in South Carolina</p>
</div>
<div class="small-3 columns" data-equalizer-watch>
<div class="big-stat cdvred"><i class="fa fa-calendar"></i> 30</div>
<p class="stat-description"><strong>Maximum days in jail</strong> for first domestic abuse conviction in South Carolina</p>
</div>
<div class="small-3 columns" data-equalizer-watch>
<div class="big-stat"><i class="fa fa-life-saver"></i> 18</div>
<p class="stat-description"><strong>Domestic violence shelters</strong> in South Carolina</p>
</div>
</div>
<div class="row">
<div class="medium-8 medium-offset-2 columns">
<p>Oconee County, in South Carolina’s rural northwest corner, realized it had a problem last year after six people died over six months in domestic killings. The sheriff pushed for the county to open a shelter after 58-year-old Gwendolyn Hiott was shot dead while trying to leave her husband, who then killed himself. She had nowhere to go, but the couple’s 24 cats and dogs were taken to the local animal shelter to be fed and housed while waiting for adoption.</p>
<!--<div class="inline-share">
<p class="shareline">SC has fewer domestic violence shelters than animal shelters</p>
<p class="share-this">Share this fact</p>
<a class="button twitter" href="http://twitter.com/share?url=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier&hashtags=tilldeath&text=SC%20has%20fewer%20domestic%20violence%20shelters%20than%20animal%20shelters" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-twitter"></i></a>
<a class="button facebook" href="https://www.facebook.com/dialog/share?app_id=146078808769941&display=popup&href=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier&redirect_uri=http://www.postandcourier.com/tilldeath/partone.html&related=postandcourier" target="_blank" onclick="return windowpop(this.href, 545, 433)"><i class="fa fa-facebook"></i></a>
</div>-->
<p>When asked, most state legislators profess deep concern over domestic violence. Yet they maintain a legal system in which a man can earn five years in prison for <a href="http://www.scstatehouse.gov/code/t47c001.php" target="_blank">abusing his dog</a> but a maximum of just <a href="http://www.scstatehouse.gov/code/t16c025.php" target="_blank">30 days in jail</a> for beating his wife or girlfriend on a first offense.</p>
<p>Many states have harsher penalties. <a href="http://law.justia.com/codes/mississippi/2010/title-97/3/97-3-7" target="_blank">Mississippi</a>, <a href="http://codes.ohio.gov/orc/2919.25" target="_blank">Ohio</a> and <a href="http://law.justia.com/codes/tennessee/2010/title-39/chapter-13/part-1/39-13-111" target="_blank">Tennessee</a>, for example, set the maximum jail stay for the same crime at six months. In <a href="http://law.onecle.com/georgia/16/16-5-23.1.html" target="_blank">Georgia</a> and <a href="http://alisondb.legislature.state.al.us/acas/codeofalabama/1975/13A-6-130.htm" target="_blank">Alabama</a> it is a year.</p>
<p>This extra time behind bars not only serves as a deterrent but also can save lives, according to counselors, prosecutors and academics. <a href="assets/d1-25.pdf" target="_blank">Studies have shown</a> that the risk of being killed by an angry lover declines three months after separation and drops sharply after a year’s time.</p>
</div>
</div>
<div class="art-row-image element-full-height dark-bkg full-hero">
<div class="cover-background" style="background-image:url(images/d1-casket.jpg)"
data-bottom-top="transform:translate3d(0px, -7%, 0px)"
data-top-bottom="transform:translate3d(0px, 5%, 0px)">
</div>
<div class="caption-row" data-alert>
<a href="#" class="close pull-right">×</a>
<p class="image-caption">
The casket of 6-year-old Samenia Robinson is laid to rest alongside those of her mother, Detra Rainey, 39, and three brothers in Hillsboro Brown Cemetery in 2006. Detra Rainey’s husband was accused of fatally shooting her and his stepchildren inside their North Charleston mobile home.
<small>FILE/STAFF</small>
</p>
</div>
</div>
<div class="row">
<div class="medium-8 medium-offset-2 columns pad-top">
<h2>Wife beaters get lenient treatment</h2>
<p>More than a third of those charged in South Carolina domestic killings over the past decade had at least one prior arrest for criminal domestic violence or assault. More than 70 percent of those people had multiple prior arrests on those charges, with one man alone charged with a dozen domestic assaults. The majority spent just days in jail as a result of those crimes.</p>
<p>A prime example is <a href="http://www.postandcourier.com/article/20140530/PC16/140539957" target="_blank">Lee Dell Bradley</a>, a 59-year-old Summerville man accused of fatally stabbing his longtime girlfriend, Frances Lawrence, in late May. Despite two prior arrests for violating court orders meant to protect Lawrence, the longest Bradley ever stayed in jail for abusing women was 81 days. And that came only after he appeared before a judge on a domestic violence charge for the fifth time.</p>
<p>Then there is 55-year-old <a href="http://www.postandcourier.com/article/20130903/PC16/130909945" target="_blank">David Reagan</a> of Charleston, who spent less than a year in jail total on three previous domestic violence convictions before he was charged with strangling a girlfriend in 2013 while awaiting trial on an earlier domestic violence charge involving the girlfriend.</p>
</div>
</div>
<div class="row">
<div class="medium-10 medium-offset-1 columns">
<div id='legend-deaths' style='display:none;'>
<nav class='legend clearfix' style="min-width:180px;">
<span style='width:100%;text-align:left;'><strong>Fatal incidents of criminal domestic violence against women</strong></span>
<span style='width:100%;text-align:left;'><strong>2005-2013</strong></span>
<span style='background:#fff;opacity:1;width:10%' class="cdvteal text-right"><i class="fa fa-square"></i></span>
<span style='width:90%;text-align:left;'> Counties with shelters</span>
<span style='background:#fff;opacity:1;width:10%' class="cdvred text-right"><i class="fa fa-circle"></i></span>
<span style='width:90%;text-align:left;'> Fatality (Total: 292)</span>
</nav>
</div>
<div id="deaths-map" class="row-map">
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoicG9zdGFuZGNvdXJpZXIiLCJhIjoiLTJtdV9XQSJ9.jbQWsbAO9LktxtEBDHcl3Q';
var map = L.mapbox.map('deaths-map', 'postandcourier.6ulkgldi', {legendControl:{position:'bottomleft'}}).setView([33.70, -81.07], 8);
map.legendControl.addLegend(document.getElementById('legend-deaths').innerHTML);
map.scrollWheelZoom.disable();
toggle(map.attributionControl, this);
</script>
</div>
</div>
</div>
<div class="row">
<div class="medium-8 medium-offset-2 columns pad-top">
<p><strong>The Post and Courier investigation also found:</strong></p>
<ul class="article-inline-list">
<li>Police and court resources vary wildly across the state. Larger cities, such as Charleston, generally have dedicated police units and special courts to deal with domestic violence. Most small towns do not, making it difficult to track abusers, catch signs of escalating violence and make services readily available to both victims and abusers.</li>
<li>Accused killers are funneled into a state court system that struggles with overloaded dockets and depends on plea deals to push cases through. Of those convicted of domestic homicides since 2005, <a href="assets/d1-29.docx" target="_blank">nearly half pleaded</a> guilty to lesser charges that carry lighter sentences.</li>
<li>Guns were the <a href="assets/d1-30.docx" target="_blank">weapon of choice</a> in nearly seven out of every 10 domestic killings of women over the past decade, but South Carolina <a href="http://www.scstatehouse.gov/billsearch.php?billnumbers=309&session=120&summary=B" target="_blank">lawmakers have blocked</a> efforts to keep firearms out of the hands of abusers. Unlike South Carolina, more than <a href="http://smartgunlaws.org/domestic-violence-firearms-policy-summary/" target="_blank">two-thirds</a> of all states bar batterers facing restraining orders from having firearms, and about half of those allow or require police to seize guns when they respond to domestic violence complaints.</li>
<li>Abusers get out of jail quickly because of low bail requirements. Some states, including <a href="http://mnadv.org/lethality/" target="_blank">Maryland</a> and <a href="assets/d1-34.pdf" target="_blank">Connecticut</a>, screen domestic cases to determine which offenders pose the most danger to their victims. South Carolina doesn’t do this.</li>
<li>Domestic abusers often are diverted to anger-management programs rather than jail even though many experts agree that they don’t work. In Charleston, authorities hauled one young man into court in March after he failed to complete his anger-management program. His excuse: He had missed his appointments because he had been jailed again for breaking into his girlfriend’s home and beating her.</li>
<li>Victims are encouraged to seek orders of protection, but the orders lack teeth, and the state has no central means to alert police that an order exists. Take the case of 46-year-old Robert Irby, who still had the restraining order paperwork in his hand the day he confessed to stalking and killing his ex-girlfriend in Greer in 2010. He gunned her down outside her home the day after he learned about the order.</li>
<li>The <a href="http://www.ndvfri.org/teams/index.php" target="_blank">vast majority</a> of states have fatality-review teams in place that study domestic killings for patterns and lessons that can be used to prevent future violence. <a href="assets/d1-38.pdf" target="_blank">South Carolina is one of only nine states</a> without such a team.</li>
</ul>
<h2>Legislative death</h2>
<p>Located in the heart of the Bible Belt, South Carolina is a deeply conservative state where men have ruled for centuries. The state elected its first female governor four years ago, but men continue to dominate elected offices, judicial appointments and other seats of government and corporate power. In many respects, the state’s power structure is a fraternity reluctant to challenge the belief that a man’s home is his castle and what goes on there, stays there.</p>
<p>“Some of this is rooted in this notion of women as property and maintaining the privacy of what goes on within the walls of the home,” said state Rep. Gilda Cobb-Hunter, an Orangeburg Democrat. “And a lot of it has to do with this notion of gun rights as well. When all of those things are rolled into one, it tends to speak to why we rank so high in the number of fatalities.”</p>
<p>Against this backdrop, it has often been difficult to get traction for spending more tax dollars for domestic violence programs and bolstering protections for the abused. The only consistent state money spent on such programs comes from a sliver of proceeds from marriage license fees — a figure that has hovered for years <a href="assets/d1-39.docx" target="_blank">around $800,000</a> for the entire state. That’s just a tad more than lawmakers earmarked this year for improvements to <a href="assets/d1-40.pdf"target="_blank">a fish farm</a> in Colleton County. It equates to roughly $22 for each domestic violence victim.</p>
<p>“Even as we have gone up in the number of murders and attempted murders over the years, that support has never changed,” said Rebecca Williams-Agee, director of prevention and education for the S.C. Coalition Against Domestic Violence and Sexual Assault. “It’s all wrapped up in the politics of this state and the stereotypes of domestic violence victims. Why does she stay? Why doesn’t she pull herself up by her own bootstraps?”</p>
<p>Alicia Alvarez put up with abuse for years before she got the courage to leave. The Charleston mother of two said abusers create an atmosphere that robs victims of confidence.</p>
<p>Abusers don’t begin by hitting or killing, Alvarez said. “It begins with little criticisms, second-guessing everything you do. They get in your brain so that when they tell you, ‘You are worthless,’ you believe it.”</p>
<p>Just a few months after South Carolina’s most recent designation as the deadliest in the nation for women, the state’s Legislature took up about <a href="assets/d1-42.xlsx" target="_blank">a dozen bills</a> aimed at toughening penalties for abusers, keeping guns out of their hands and keeping them away from their victims.</p>
<p>The bills languished in committees and died, with the exception of a lone provision that aims to protect the welfare of <a href="http://www.scstatehouse.gov/sess120_2013-2014/bills/3361.htm" target="_blank">family pets</a> left in the care of a person facing domestic abuse charges.</p>
<p>Five of those measures got stuck in the <a href="http://www.scstatehouse.gov/committeeinfo/senatejudiciary.php" target="_blank">Senate Judiciary Committee</a>, a panel filled with lawyers. Its chairman is Larry Martin, a Republican from Pickens County, where nine domestic killings occurred over the past decade.</p>
<p>Martin wasn’t sure why the bills failed to advance, but he stressed that he is a strong supporter of measures to reduce domestic abuse. He said lawmakers had approved meaningful legislation on the topic in recent years and that the measures had a powerful impact, though he couldn’t recall what those bills were.</p>
<p>“I promise you there is no effort to hold anything up,” he said. “We are generally supportive of legislation that helps reduce the horrible statistics we have each year on domestic violence.”</p>
<p>If so, Cobb-Hunter hasn’t seen it. She <a href="assets/d1-46.docx" target="_blank">pushed a proposal</a> to require abusers to surrender their firearms if convicted of domestic violence or facing a restraining order. The proposal went nowhere after running headlong into the state’s powerful gun lobby in an election year, she said.</p>
<p>“You put those two things together and you see the results — nothing happens. But, at the same time, families are being destroyed by this violence. That shouldn’t be acceptable to any of us.”</p>
<p>State Rep. Bakari Sellers’ <a href="http://www.scstatehouse.gov/sess120_2013-2014/bills/4343.htm" target="_blank">proposal to stiffen penalties</a> for first-time domestic violence offenders met a similar fate. The Democrat from Denmark, who is running for lieutenant governor, said some of his fellow House Judiciary Committee members seemed more intent on blaming victims for staying in abusive relationships than in giving the bill a fair airing.</p>
<p>“It’s a big issue statewide, but people were just indifferent,” Sellers said. “The sad part is that women will die.”</p>
<p>After several calls to legislators from The Post and Courier, House Speaker Bobby Harrell contacted the newspaper in early June to say he was disappointed the session had ended with no action on domestic violence reform. The Charleston Republican pledged to appoint an ad hoc committee, led by a female lawmaker, to study the issue prior to the next legislative session and chart a path for change. No appointments had been made by Monday, but they were said to be in the works.</p>
<p>This time, Harrell said, things will be different.</p>
<p>Paulette Sullivan Moore, vice president of public policy for Washington, D.C.-based National Network to End Domestic Violence, said curbing domestic violence is possible with good laws and systems for protecting women. But South Carolina’s lingering presence among the top states for domestic homicides shows the state isn’t getting the job done, she said.</p>
<p>“To be in the top 10 states for so many years is pretty significant,” she said. “I think that says the state needs to take advantage of this opportunity to craft good policy and legislation to ensure that it is not failing half of its population.”</p>
<p>If history holds true, 30 more women will be dead by the end of the next legislative session in June 2015, when lawmakers have another chance to stem the violence.</p>
</div>
</div>
<div class="art-row-image element-full-height dark-bkg full-hero">
<div class="cover-background" style="background-image:url(images/p1-woods-search.jpg)"
data-bottom-top="transform:translate3d(0px, -7%, 0px)"
data-top-bottom="transform:translate3d(0px, 5%, 0px)">
</div>
<div class="caption-row" data-alert>
<a href="#" class="close pull-right">×</a>
<p class="image-caption">
Investigators search Francis Marion National Forest in 2012 near the site where Dara Watson’s sport utility vehicle was found burning off Halfway Creek Road. Her fiance fatally shot her at their Mount Pleasant home, dumped her body in the forest and then killed himself.
<small>FILE/ANDREW KNAPP/STAFF</small>
</p>
</div>
</div>
<div class="row">
<div class="medium-8 medium-offset-2 columns pad-top">
<h2>The thin line</h2>
<p>Every year, people from across South Carolina gather at the Statehouse in Columbia to remember those killed in domestic violence, a somber ceremony marked by the reading of names and tolling of bells.</p>
<p>Politicians, prosecutors and other advocates repeat calls for an end to the bloodshed and proclaim criminal domestic violence the state’s No. 1 law enforcement priority.</p>
<p>Poets, scholars and philosophers have long rhapsodized about the thin line separating love from hate, a delicate thread that, when bent, can fuel a ravenous passion for reckoning and retribution. All too often in South Carolina, this ends with women paying the ultimate price.</p>
<p>That was the case just before Christmas 2011, when Avery Blandin, 49, stalked through the front of a Wal-Mart store in suburban Greenville County, seething with rage and carrying a 12-inch knife tucked into the waistband of his slacks.</p>
<p>Built like a fireplug and prone to blowing his stack, Blandin marched into the bank inside the store where his wife Lilia worked and began shouting. He jerked her onto a table and pulled out his knife, stabbing her again and again. When she slumped to the floor, he stomped on her head and neck.</p>
<p>Lilia died within the hour. She was 38.</p>
<p>Blandin had used his wife as a punching bag for years. She had filed charges against him, sought orders of protection and slept in her car to keep him at bay. But none of that stopped him from making good on his threats to kill her that December day.</p>
<p>“I loved her,” <a href="http://www.wyff4.com/news/upstate-man-going-to-prison-for-stabbing-his-wife-to-death/22322966" target="_blank">Blandin told</a> an Upstate courtroom after pleading guilty to her murder. “She was my wife, my best friend.”</p>
</div>
</div>
<hr class="faces-sep">
<div class="row">
<div class="small-12 columns">
<h4 class="text-center">Faces of domestic violence</h4>
<div class='embed-container'><iframe src='https://player.vimeo.com/video/102956295' frameborder='0' webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></div>
</div>
</div>
<div class="row">
<div class="small-12 medium-6 columns pad-top">
<p>While courting, Tina Abbasi’s Iranian mother chose between two men: one Canadian, one American.</p>
<p>She chose the American Dream.</p>
<p>Farah Abbasi arrived speaking no English, isolated from her family and dependent on her husband, Asghar Eliaderani, a slight, outwardly friendly man who runs a minimart in Socastee.</p>
<p>They slept in separate bedrooms. Tina witnessed endless nights of her father beating her mother’s door, screaming until it broke open. He’d pull Farah’s hair, choke her, threaten her and brought a gun into their volatile home, Tina recalls.</p>
<p>“As much as it was physical abuse, it also was mental abuse,” Tina says. “He made her feel like a little person.”</p>
</div>
<div class="small-12 medium-6 columns pad-top">
<p>Finally, Farah sought divorce in 2008. Weeks later, 15-year-old Tina held a phone in each hand, her father on a landline, a 911 dispatcher on a cellphone.</p>
<p>“Where’s Mom? Give Mom the phone,” she told her father.</p>
<p>“She can’t come to the phone,” he replied. Tina heard a croaky breathing sound. Then the phone went “dead quiet.”</p>
<p>Two years later, Tina and her brother, Justin, spoke against their dad at his trial and sentencing. A jury found Eliaderani, then 55, guilty of the lesser charge of involuntary manslaughter. He served 2 1/2 years in prison.</p>
<p>“He could control it. He’s not sick. He’s smart,” Tina says. “He got away with murder.”</p>
</div>
</div>
<hr class="faces-sep">
<p class="text-center"><a href="parttwo.html"><em>Read Part Two...</em></a></p>
</section>
<style>
#footer div a {
font-size: 100%;
border-bottom: 1px dotted #666;
}
</style>
<section id="footer" class="teal-bkg">
<div class="row">
<div class="small-12 medium-4 columns">
<img alt="#" class="footer-logo" src="http://www.postandcourier.com/images/pclogo.png">
<p class="text-center">© 2014, The Post and Courier, an Evening Post Industries company.<br> All Rights Reserved.</p>
<p class="text-center">Registration on or use of this site constitutes acceptance of Term of Use, Parental Consent Form, and Privacy Policy.</p>
</div>
<div class="small-12 medium-4 columns">
<h4>Credits</h4>
<p><strong>Reported By</strong> <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=64">Doug Pardue</a>, <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=81">Glenn Smith</a>, <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=172">Jennifer Berry Hawes</a> and Natalie Caula Hauff</p>
<p><strong>Photography</strong> <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=105">Grace Beahm<a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=64">, <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=60">Brad Nettles</a>, <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=47">Andrew Knapp</a> and Paul Zoeller</p>
<p><strong>Web Production</strong> <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=210">J. Emory Parker</a> with assistance from <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=34">Laura J. Gaton</a> and Gill Guerry</p>
<p><strong>Video</strong> <a href="http://www.postandcourier.com/apps/pbcs.dll/personalia?ID=114">Chris Hanclosky</a> and Natalie Caula Hauff</p>
</div>
<div class="small-12 medium-4 columns">
<h4>About this Project</h4>
<p>This project is the result of an eight-month investigation by the Post and Courier. The Center for Investigative Reporting’s Editorial Director Mark Katches consulted on and helped edit the series, while Senior Editor for Data Journalism Jennifer LaFleur provided database training. CIR also provided generous funding for data research and print graphics.</p>
<p>CIR also helped form a consortium with The Post and Courier, WCIV-TV and the University of South Carolina to bring the results of this investigation to a larger audience. University of South Carolina students Isabelle Khurshudyan and Sarah Ellis helped the newspaper and its partners with data research.</p>
</div>
</div>
</section>
</div>
<script src="http://www.postandcourier.com/js/carbon/foundation.min.js"></script>
<script>
var fullHeight = $(window).height(),
fullWidth = $(window).width(),
vidHeight = fullWidth * 0.5625;
$(".element-full-height").height( fullHeight );
$(".video-full-width").height( vidHeight );
$(".video-full-width").width( fullWidth );
$(document).foundation();
$(".video-slide").each(function(i) {
this.addEventListener("ended", function() {
$(this).parent().addClass("video-done");
});
});
$('a[href*=#]').on('click', function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
});
</script>
<script src="js/froogaloop2.js"></script>
<script src="js/vimeo-api.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript">
var s = skrollr.init({
render: function(data) {
$(".video-slide").each(function(i) {
var hasPlayed = $(this).parent().hasClass("video-done");
if( $(this).css("opacity") > 0.8 && !hasPlayed ) {
this.play();
console.log("play");
}
else {
this.pause();
console.log("pause");
};
});
}
});
//function to create popup windows
function windowpop(url, width, height) {
//Open the window.
window.open(url, "Window2", "status=no,height=" + height + ",width=" + width + ",resizable=yes,toolbar=no,menubar=no,scrollbars=yes,location=no,directories=no");
return false;
};
</script>
</body>
</html>