WARSAW, Ind. (WOWO): A Warsaw woman will spend 65 years in prison for killing her children's father last year, and shooting another man.
43-year-old Sonya Lynn Fick was sentenced yesterday after pleading guilty to murder.
According to our partners in news at 21Alive, Fick broke into the home of her children's father, 51-year-old Steve Carman. By hiding in a closet, she was able to open fire on Carman and also stab his body with a knife.
Fick shot and wounded Carman's friend who was also home at the time.
0) return; else { replacePattern1 = /(\b(https?|ftp):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+&@#\/%=~_|])/gim; replacedText = inputText.replace(replacePattern1, '$1'); //URLs starting with "www." (without // before it, or it'd re-link the ones done above). replacePattern2 = /(^|[^\/])(www\.[\S]+(\b|$))/gim; replacedText = replacedText.replace(replacePattern2, '$1$2'); //Change email addresses to mailto:: links. replacePattern3 = /(([a-zA-Z0-9\-\_\.])+@[a-zA-Z\_]+?(\.[a-zA-Z]{2,6})+)/gim; replacedText = replacedText.replace(replacePattern3, '$1'); jQuery( this ).html(replacedText); } });