91³Ô¹ÏÍø

Watch CBS News

Skeletal remains inside car found by fishermen in Illinois river identified as men who disappeared in 1976

DNA testing on skeletal remains found in a car pulled from an Illinois river confirmed they are those of two men who vanished in 1976 after leaving a farm auction, authorities said.

Testing performed by the Illinois State Police Division of Forensic Services confirmed they are the remains of Clarence Owens and Everett Hawley, the Winnebago County Coroner's Office said Tuesday.

Hawley, 72, of Stockton, Illinois, and Owens, 65, of Freeport, Illinois, vanished after leaving a farm auction on Feb. 19, 1976, near the Winnebago-Ogle county line, the Winnebago County Sheriff's Office said

Hawley was a real estate broker in Freeport, while Owens was a salesperson in Hawley's firm.

"This bring us one step closer to providing closure to the families of Clarence Owens and Everett Hawley who have waited many years for answers that have been affected by this tragic case," Winnebago County Sheriff Gary Caruana said in a statement.

In March, people fishing along the Pecatonica River discovered a submerged vehicle in the river using a sonar fish finder. 

"It's quite challenging because it's sitting in the mud, 8 to 10 feet, which is not that deep but deep enough," Sheriff Caruana  after the discovery.

chevy-impala-river-wifr.png
A 1966 Chevrolet Impala linked to a decades-old Illinois cold case was recovered in March 2024. WIFR

Recovery crews then used a crane to pull the 1966 Chevrolet Impala sedan from the river in the village of Pecatonica, the Rockford Register Star reported. The men had left the farm auction in that vehicle, .

Owens and Hawley were seen at the farm auction with the Impala, which belonged to Owens and which had a new coat of gold paint at the time, according to the , a nonprofit database for information about missing and unidentified people. The men had attended a political rally in the area before stopping at the auction, and planned to make a shared appointment in German Valley, about 25 miles west of Winnebago County, after leaving the auction. They never made that appointment

More than 100 bones were retrieved from the vehicle and the river at the site about 100 miles west of Chicago. DNA extracted from the bones was compared with DNA profiles from the men's relatives to identify them.

Before the DNA testing, the remains were examined by a forensic anthropologist in St. Louis, Missouri, who found no evidence of trauma.

Winnebago County Coroner Jennifer Muraski that how the two men died is still unknown, but no foul play is suspected.

"This is a testament to the dedication and perseverance of our detectives and forensic experts," Sheriff Caruana said. "It's a reminder that no case is ever truly closed no matter how much time has passed."

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(); } }); }); }); });