Rescue Airmen save Arizona woman who fell 200 ft into mineshaft (2024)

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += $(this).find('figcaption').html() + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } else { if (isMobile()) { caption += '

    ' + '

    ' + '

    ' + '

    ' + '

    ' + $(this).find('figcaption p').html() + '

    ' + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare() + '

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += '

    ' + '

    ' + $(this).find('figcaption p').html() + '

    ' + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } return caption; }, afterLoad: function (instance, current) { //initial desktop view $(".fancybox-caption__body").addClass("a2a_kit").addClass("a2a_default_style"); if (isMobile()) $(".fancybox-caption__body").addClass("mobile"); }, afterShow: function (instance, current) { var $currentSlide = $(".fancybox-slide.fancybox-slide--current").parent().parent(); if (isMobile()) $currentSlide.find(".fancy-detail-link").on("touchstart", function () { captionToggle(); }); }, afterClose: function () { } })); let debounceTimer; $(window).on("resize", function (event) { if (isMobile()) return; if ($(".af3-caption-body").length > 0 && $(".af3-caption-body").css("height") != undefined) { event.stopImmediatePropagation(); $(".fancybox-caption__body").removeClass("half"); isDesktopInit = false; captionToggle(); debounceTimer = setTimeout(function () { clearTimeout(debounceTimer); debounceTimer = null; recalculateImageSize(); }, 1000); } }); function recalculateImageSize() { // Fancy box miscalculates because of race conditions with new layout var origImgWth = $(".fancybox-image").prop("naturalWidth"); var origImgHgt = $(".fancybox-image").prop("naturalHeight"); var winWth = $(window).innerWidth(); var winHgt = $(window).innerHeight() var ratio = Math.min(winWth / origImgWth, winHgt / origImgHgt); var newImgWth = (origImgWth * ratio); var newImgHgt = (origImgHgt * ratio); var dstTop = Math.floor((winHgt - newImgHgt)) / 2; var dstLeft = Math.floor((winWth - newImgWth)) / 2; $(".fancybox-content").removeAttr("style"); $(".fancybox-content").css("width", newImgWth + "px"); $(".fancybox-content").css("height", newImgHgt + "px"); $(".fancybox-content").css("transform", "translate(" + dstLeft + "px, " + dstTop + "px)"); } function captionToggle() { if ($(".fancybox-caption__body").hasClass("af3-caption-body")) { $(".af3-caption-body").stop(true, false).animate({ height: "0vh" }, 800, function () { // Animation complete. closeDetails(); }); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("CLOSE", "SHOW")); } else { $(".fancybox-caption__body").addClass("af3-caption-body"); $(".af3-caption-body").addClass(detailSize); $(".af3-caption-body").animate({ height: displayhgt }, 800); $(".fancybox-caption").addClass("af3-caption-bg"); $(".base-caption-info").addClass("full-height"); $(".fancy-photo-detail-link").addClass("photo-detail-gradient"); $(".fancybox-button").css("display", "none"); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("SHOW", "CLOSE")); $(".fancybox-caption__body").prepend(prependClosing()); $(".closing-box, .closingx").on("touchstart", function () { captionToggle(); }); } } function getDetailsURL(fbObj) { return 'DETAILS'; } function getDownloadURL(fbObj) { return 'DOWNLOAD'; } function showFBShare() { return ''; } function closeDetails() { $(".af3-caption-body").removeClass(detailSize); $(".fancybox-caption__body").removeClass("af3-caption-body"); $(".fancybox-caption").removeClass("af3-caption-bg"); $(".base-caption-info").removeClass("full-height"); $(".fancy-photo-detail-link").removeClass("photo-detail-gradient"); $(".fancybox-button").css("display", "block"); if (detailSize === "half") { detailSize = "full"; displayhgt = "90vh"; $(".fancybox-caption").removeClass("desktop-init"); } } function prependClosing() { return '

    ' } });

    • Published
    • By Staff Sgt. Abbey Rieves
    • 355th Wing Public Affairs
    DAVIS-MONTHAN AIR FORCE BASE, Ariz. --

    The civil search and rescue mission call came on a Sunday afternoon–A woman; possible broken bones; 300 miles away; trapped; 200 feet deep; mineshaft.

    Out of three possible rescue units, the Air Force Rescue Coordination Cell selected the 563rd Rescue Group at Davis-Monthan Air Force Base, in Tucson, Arizona, for this rescue mission.

    Rescue Airmen save Arizona woman who fell 200 ft into mineshaft (2)

    Photo Details / Download Hi-Res

    ' + '

    ' + '

    SHOW PHOTO DETAILS

    '; } else { caption += $(this).find('figcaption').html() + getDetailsURL($(this).parent()) + getDownloadURL($(this).parent()) + showFBShare(); } } return caption; }, afterLoad: function (instance, current) { //initial desktop view $(".fancybox-caption__body").addClass("a2a_kit").addClass("a2a_default_style"); if (isMobile()) $(".fancybox-caption__body").addClass("mobile"); }, afterShow: function (instance, current) { var $currentSlide = $(".fancybox-slide.fancybox-slide--current.fancybox-slide--image").parent().parent(); if (isMobile()) $currentSlide.find(".fancy-detail-link").on("touchstart", function() { captionToggle(); }); }, afterClose: function () { } })); let debounceTimer; $(window).on("resize", function (event) { if (isMobile()) return; if ($(".af3-caption-body").length > 0 && $(".af3-caption-body").css("height") != undefined) { event.stopImmediatePropagation(); $(".fancybox-caption__body").removeClass("half"); isDesktopInit = false; captionToggle(); debounceTimer = setTimeout(function () { clearTimeout(debounceTimer); debounceTimer = null; recalculateImageSize(); }, 1000); } }); function recalculateImageSize() { // Fancy box miscalculates because of race conditions with new layout var origImgWth = $(".fancybox-image").prop("naturalWidth"); var origImgHgt = $(".fancybox-image").prop("naturalHeight"); var winWth = $(window).innerWidth(); var winHgt = $(window).innerHeight() var ratio = Math.min(winWth / origImgWth, winHgt / origImgHgt); var newImgWth = (origImgWth * ratio); var newImgHgt = (origImgHgt * ratio); var dstTop = Math.floor((winHgt - newImgHgt)) / 2; var dstLeft = Math.floor((winWth - newImgWth)) / 2; $(".fancybox-content").removeAttr("style"); $(".fancybox-content").css("width", newImgWth + "px"); $(".fancybox-content").css("height", newImgHgt + "px"); $(".fancybox-content").css("transform", "translate(" + dstLeft + "px, " + dstTop + "px)"); } function captionToggle() { if ($(".fancybox-caption__body").hasClass("af3-caption-body")) { $(".af3-caption-body").stop(true, false).animate({ height: "0vh" }, 800, function () { // Animation complete. closeDetails(); }); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("CLOSE", "SHOW")); } else { $(".fancybox-caption__body").addClass("af3-caption-body"); $(".af3-caption-body").addClass(detailSize); $(".af3-caption-body").animate({ height: displayhgt }, 800); $(".fancybox-caption").addClass("af3-caption-bg"); $(".base-caption-info").addClass("full-height"); $(".fancy-photo-detail-link").addClass("photo-detail-gradient"); $(".fancybox-button").css("display", "none"); $(".fancy-photo-detail-link").html($(".fancy-photo-detail-link").html().replace("SHOW", "CLOSE")); $(".fancybox-caption__body").prepend(prependClosing()); $(".closing-box, .closingx").on("touchstart", function() { captionToggle(); }); } } function getDetailsURL(fbObj) { return 'DETAILS'; } function getDownloadURL(fbObj) { return 'DOWNLOAD'; } function showFBShare() { return ''; } function closeDetails() { $(".af3-caption-body").removeClass(detailSize); $(".fancybox-caption__body").removeClass("af3-caption-body"); $(".fancybox-caption").removeClass("af3-caption-bg"); $(".base-caption-info").removeClass("full-height"); $(".fancy-photo-detail-link").removeClass("photo-detail-gradient"); $(".fancybox-button").css("display", "block"); if (detailSize === "half") { detailSize = "full"; displayhgt = "90vh"; $(".fancybox-caption").removeClass("desktop-init"); } } function prependClosing() { return '

    ' } function isMobile() { var isMobile = false; //initiate as false // device detection if (/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|ipad|iris|kindle|Android|Silk|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(navigator.userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(navigator.userAgent.substr(0, 4))) { isMobile = true; } return isMobile; } });

    The 563rd tasked the 48th Rescue Squadron, made up of pararescuemen and tactical air control party specialists, and the 55th Rescue Squadron, which operates the HH-60W Jolly Green II helicopters. In less than one hour, the 48th RQS assembled an 8-man Rotary Wing Team –the name for an assembled rescue team tasked with a mission—simultaneous to the 55th RQS who dispatched two HH-60Ws; continued and regular upkeep to the HH-60Ws was credited to the 55th Rescue Generation Squadron, who cranked the wrenches and serviced the helicopter before take-off.

    The U.S. Air Force PJs and combat rescue officers from the mission brought me into their team room to recount the story. Surprisingly well lit, my eyes looked at the table as I sat down. Printed pictures of various rescue moments from past missions and deployments were well-preserved under the glass table protector.

    Like many members in the rescue community, I could tell it was strange for them to have a Public Affairs specialist interview them. I’ve grown to understand it is very normal for PJs to prefer anonymity and little to no public attention.

    The first CRO started to recount the story. He had short brown hair with strong features that matched his confidence when he spoke.

    Nearly three-hundred miles away, a woman was trapped at the bottom of a mineshaft. It was a technical rescue; a rope rescue he explained. It was something they had trained and prepared for. Quiet murmurs of agreement carried out from his teammates at the table.

    I asked them what it was like to receive the call, that call. Immediately they all smiled in an excited way. I could tell that they loved their jobs. One spoke up and said it is always a bittersweet moment; that saving someone’s life is such an amazing experience, but always linked to someone’s worst day.

    DM’s PJs are always on call, offering pararescue capabilities not only in combat conditions, but also in humanitarian situations worldwide.

    Like a rehearsed play, the next service member continued the story where the CRO left off, but I know it wasn’t planned that way. From junior enlisted to field grade officers, all the Airmen at the table had an unspoken bond of mutual respect.

    He said, the 55th RQS’ aircrew expertly navigated and placed the RW Team less than 100 meters from the mineshaft, landed in the middle of extremely uneven terrain in the dead of night with no incident; a true testament to the abilities of these battle-hardened pilots and Special Mission Aviators.

    A noncommissioned officer who I thought was the most excited to share his piece of the story, cupped his hand around his face. He animated the action and said they yelled and yelled into the mineshaft, but distance silenced their calls and equally suppressed the woman’s cries for help.

    Picking up where that NCO left off, a PJ medic with curly brown hair and piercing blue eyes emphasized the importance of rescuing the woman, and providing more definitive and effective medical care that could not be achieved in the mineshaft. At that point, the woman had been underground for nearly 12 hours, with no contact to the surface, alone and quite literally in the dark from the extensive coordination above the surface. Her friend, who called the authorities for help, was equally stressed above the surface.

    The second CRO, who had blonde hair and was observantly strong, credited the multi-agency efforts in the rescue, not just the Air Force. The La Paz County Sheriff Office’s work truck provided a steady anchoring point for the PJs to descend into the vertically sloped passageway to the woman. Supplied with a breathing apparatus and a device to test the safety of the air, the medic went down. The second medic, who was typing on a laptop, peeked up but continued to type as he added information, underground air quality can be volatile.

    With the underground air safe to breathe, the CRO who started the recount, explained this rescue was a moderate risk, with dry-rotted wooden support beams and an unknown underground navigation route.

    Rescue Airmen save Arizona woman who fell 200 ft into mineshaft (3)

    Photo Details / Download Hi-Res

    Rescue Airmen save Arizona woman who fell 200 ft into mineshaft (2024)

    References

    Top Articles
    10 Unique Jelly and Jam Recipes
    Easy Dinner Rolls Recipe
    Devin Mansen Obituary
    Celebrity Extra
    Jeremy Corbell Twitter
    Seething Storm 5E
    Mylaheychart Login
    King Fields Mortuary
    Seafood Bucket Cajun Style Seafood Restaurant in South Salt Lake - Restaurant menu and reviews
    Jack Daniels Pop Tarts
    Cvb Location Code Lookup
    The Superhuman Guide to Twitter Advanced Search: 23 Hidden Ways to Use Advanced Search for Marketing and Sales
    Nba Rotogrinders Starting Lineups
    Harem In Another World F95
    Everything We Know About Gladiator 2
    Pickswise Review 2024: Is Pickswise a Trusted Tipster?
    Fsga Golf
    Which Sentence is Punctuated Correctly?
    Getmnapp
    Sam's Club Gas Price Hilliard
    Masterbuilt Gravity Fan Not Working
    Dhs Clio Rd Flint Mi Phone Number
    Ts Modesto
    Rainfall Map Oklahoma
    Airg Com Chat
    How often should you visit your Barber?
    Gus Floribama Shore Drugs
    Landing Page Winn Dixie
    Leland Nc Craigslist
    Great Clips On Alameda
    Federal Student Aid
    Build-A-Team: Putting together the best Cathedral basketball team
    20+ Best Things To Do In Oceanside California
    Raisya Crow on LinkedIn: Breckie Hill Shower Video viral Cucumber Leaks VIDEO Click to watch full…
    Pawn Shop Open Now
    Shih Tzu dogs for sale in Ireland
    Google Chrome-webbrowser
    Anya Banerjee Feet
    Red Dead Redemption 2 Legendary Fish Locations Guide (“A Fisher of Fish”)
    Kerry Cassidy Portal
    Wayne State Academica Login
    R/Moissanite
    Guy Ritchie's The Covenant Showtimes Near Grand Theatres - Bismarck
    Bill Manser Net Worth
    Charli D'amelio Bj
    Leland Nc Craigslist
    Unit 11 Homework 3 Area Of Composite Figures
    American Bully Puppies for Sale | Lancaster Puppies
    Competitive Comparison
    Taterz Salad
    Philasd Zimbra
    Heisenberg Breaking Bad Wiki
    Latest Posts
    Article information

    Author: Pres. Lawanda Wiegand

    Last Updated:

    Views: 6612

    Rating: 4 / 5 (51 voted)

    Reviews: 90% of readers found this page helpful

    Author information

    Name: Pres. Lawanda Wiegand

    Birthday: 1993-01-10

    Address: Suite 391 6963 Ullrich Shore, Bellefort, WI 01350-7893

    Phone: +6806610432415

    Job: Dynamic Manufacturing Assistant

    Hobby: amateur radio, Taekwondo, Wood carving, Parkour, Skateboarding, Running, Rafting

    Introduction: My name is Pres. Lawanda Wiegand, I am a inquisitive, helpful, glamorous, cheerful, open, clever, innocent person who loves writing and wants to share my knowledge and understanding with you.