91³Ô¹ÏÍø

Watch CBS News

Cook County Crime Stoppers seek information in 2 West Side homicides

Chicago police are asking for the community's help in solving two homicides on the city's West Side.

The crimes happened months ago, just weeks apart from each other in the Little Village and North Lawndale neighborhoods, but still no arrests have been made.

Chicago police officers and Cook County Crime Stoppers went door to door seeking information on Saturday to possibly bring some closure to the families affected.

"It's important the community knows there's an outlet to report crime," said Paul Rutherford with Cook County Crime Stoppers.

He is talking about crimes, including one of the two homicides that was captured on surveillance video and released by Chicago police. The video showed the moment a gunman ran towards a car driving down 23rd Place near Rockefeller Street in Little Village on December 19 of last year. The shooting killed 24-year-old Itzel Gomez.

"It's sad," Rutherford said. "Twenty-four years old, bright woman got her whole life ahead of her, and to have something this tragic to take her life, it's senseless."

Her face is now printed on the flyers that were handed out in the neighborhood where she once lived.

"Gomez was a passenger in a car coming home from work. Co-worker was driving her home after a long day of work, and shots rang out," Rutherford said.

He said getting the community involved is key to solving these homicides.

"Unfortunately, this area here is high crime area. We got probably about four or five homicide cases in this particular area, the gang activity is tremendous," he said.

Next, his team headed about two miles away to South Springfield Avenue near 18th Street in North Lawndale. This is where 40-year-old Kelly Brown was shot and killed, police said the gunfire came from the back doorway of an apartment. He leaves behind two children.

So far, there's very little evidence in his murder. Crime Stoppers is hoping to change that.

"Most importantly, it's the families that need to know. They need closure, and it's vital that they receive that closure they deserve that," Rutherford said.

The group said that one of their biggest priorities is helping people stay anonymous, so no fear is attached to information coming in.

Anyone can call their hotline or submit a tip online at , or by phone at 1-800-535-STOP.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });