Watch CBS News

Fort Campbell Soldier Killed In Afghanistan

FORT CAMPBELL, Ky. (AP) -- A Fort Campbell soldier has died from a non-combat injury in Afghanistan.
The military says 27-year-old Staff Sgt. David P. Senft of Grass Valley, Calif., died Monday after being injured at Kandahar Airfield.
Senft was a UH-60 helicopter repairman assigned to the 5th Battalion, 101st Aviation Regiment, 101st Combat Aviation Brigade, 101st Airborne Division.

The post said he joined the Army in March 2002 and arrived at Fort Campbell in May 2008.

Survivors include his wife, Pvt. Alyssa S. Senft of Fort Lewis, Wash.; son, Landon N. Ryan of Sardinia, Ohio; mother, Lee A Snyder of Riverbank, Calif.; and father, David H. Senft of Grass Valley.

Governor Arnold Schwarzenegger today issued the following statement regarding the death of Staff Sgt. David P. Senft of Grass Valley:

"Staff Sergeant David Senft was a courageous soldier who gave the ultimate sacrifice while serving our country. Maria and I were deeply saddened to learn of his death and will be forever grateful for his selfless service. On behalf of all Californians, we extend our sympathies to David's family and loved ones during this difficult time."  

(Copyright 2010 by The Associated Press. All Rights Reserved.)

View CBS News In
CBS News App Open
Chrome Safari Continue
`; function showPrivacyMessage() { document.querySelectorAll('iframe[data-source="codesnippet"], script[data-src], script[data-cmp-src]').forEach(el => { if (el.tagName === 'IFRAME') { const doc = el.contentDocument || el.contentWindow.document; // Inject external stylesheet into the iframe's const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = 'https://www.cbsnews.com/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=5d6185d631538d15261cd835b62f28f9'; 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 = '
'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i