watermark logo

Pregnant Woman Fatally Shot After Breaking Up Fight At Her Baby Shower

12 Views
Shala Yisrael
Shala Yisrael
13 Sep 2021

A pregnant woman was killed after she was shot in the head while trying to break up a fight after her baby shower in Harlem Sunday morning.Read More: https://7ny.tv/3hqMJPDCheck out more Eyewitness News - https://7ny.tv/3bFUkHu​​​​​​​​​​​​​​​...NEW HERE? –Hi! We’re abc7NY, also known as Channel 7 on TV, home to Eyewitness News, New York’s Number 1 news. We hope you love us on YouTube as much as you do on television!

Show more


1 Comments Sort By
Dangerous Television
Dangerous Television 14 days ago

This happens A LOT and it's a shame many of us can't act like we grown. Women need to realize when men feel betrayed (whether true or not) they may get violent.

0 0 Reply
Show more

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }