💛 A quick favor, if you've got a second.
We're really happy that you chose to read one of our stories and sincerely hope you'll stick around to read more. We took our paywall down — for now — but that won't last forever, and when the gate goes back up, we'd love for you to already be on the inside.
It's free. So please enter your email here and don't forget to like and follow us on all of your favorite Social Media platforms!
Nearly three decades after a helicopter crash in Ecuador nearly cost him his life, retired U.S. Air Force Col. John Alvarez says prayer and faith helped sustain him through a painful recovery and a journey back to the cockpit.Alvarez, a South Florida native and the son of Cuban immigrants, was a U.S. Navy lieutenant when he was assigned to an exchange tour with a special operations unit with the Air Force.On Sept. 19, 1996, Alvarez was in Ecuador on what he described as a counter-narcotics training mission. He was a passenger aboard a Gazelle helicopter when it crashed into a dense jungle river.The helicopter’s pilot died on impact. Alvarez said he and a United States Navy SEAL’s member aboard the aircraft were engulfed by the fast-flowing water.Seriously injured, Alvarez prayed for his life.“You can have my legs, Lord. Take both of my legs, but just bring me back to my girls,” Alvarez said.His prayer was followed by a rescue effort that pulled him from the river and transported him to Quito, Ecuador’s capital, for emergency surgery. Days later, he was flown to Lackland Air Force Base in Texas.During the flight, Alvarez saw a U.S. flag covering him.“When the flight nurse, when they put me onto the C-141, I see the big U.S. flag hanging on me. Yes, I’m going home. Thank you, God,” Alvarez said.But he soon learned the flag carried a more sobering meaning.“I didn’t realize that the flag was there to drape my body if I died on the flight home,” he said.To help calm his fears, an Air Force captain gave Alvarez three items and told him to deliver them to his family.“He brought me two teddy bears, one for each of my daughters, and a rose for Shelley,” Alvarez said.Alvarez recalled the captain’s instructions.“He said, ‘you hand deliver this to your kids,’ do you understand?”’ Alvarez said.It was the first thing Alvarez did after arriving at the base.His wife, Shelley, was waiting for him. She clutched the rose in one hand and placed her other hand on his forehead.The crash left Alvarez with devastating injuries. His left leg was amputated, while his right leg was held together with screws.Despite the injuries, Alvarez said his faith remained intact.“I got the two for one deal,” he said. “He let me keep one leg and I got my daughters and my wife back.” For Alvarez, the experience became a story of loss, faith and newfound purpose — one that would ultimately lead him to defy expectations and pursue his goal of returning to flight.“There are things that are more powerful than you know, and it’s the power of prayer and faith,” Alvarez said.His journey continues beyond the crash and recovery.Part two of Alvarez’s story includes his return to the cockpit, a new addition to his family and a special tribute from his daughter, Lisette.If you‘d like to read about Colonel John Alvarez’s courageous journey, the book “Walk, Run, Fly Again” is available for purchase.
.l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }
.l10-neighborhood{
–blue-dark:#0d2c73;
–blue:#1f57c4;
–blue-light:#3370e6;
–gray-bg:#f2f3f5;
–gray-border:#d6d8dc;
–text-dark:#1a1a1a;
–white:#ffffff;
font-family:system-ui,-apple-system,”Segoe UI”,Roboto,Arial,sans-serif;
max-width:860px;
margin:1.5rem auto;
border-radius:10px;
overflow:hidden;
border:1px solid var(–gray-border);
background:var(–gray-bg);
box-shadow:0 4px 14px rgba(0,0,0,.12);
text-align:center;
}
.l10-head{
background:linear-gradient(90deg,var(–blue-dark),var(–blue));
color:var(–white);
padding:12px 16px;
font-weight:800;
text-transform:uppercase;
font-size:1rem;
letter-spacing:.3px;
display:flex; justify-content:center; align-items:center; gap:8px;
}
.l10-body{
max-width:740px;
margin:0 auto;
padding:0 16px 18px;
}
.l10-sub{
margin:12px 0 10px;
font-size:.95rem;
color:var(–text-dark);
font-weight:500;
text-align:center;
}
.l10-grid{
display:grid;
grid-template-columns:1fr;
gap:12px;
}
@media (min-width:600px){
.l10-grid{ grid-template-columns:repeat(3,1fr); }
}
.nb-btn{
display:grid;
place-items:center;
text-align:center;
line-height:1;
width:100%;
min-height:48px;
padding:10px;
border-radius:8px;
text-decoration:none;
font-weight:800;
text-transform:uppercase;
font-size:.95rem;
background:linear-gradient(180deg,var(–blue-light),var(–blue));
color:var(–white);
box-shadow:0 2px 6px rgba(0,0,0,.15);
transition:background .15s ease, transform .1s ease, box-shadow .15s ease;
}
.nb-btn:hover, .nb-btn:focus-visible{
background:linear-gradient(180deg,var(–blue),var(–blue-dark));
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.2);
outline:none;
}
.nb-btn:link, .nb-btn:visited{ color:var(–white); }
.city-dd{
grid-column:1 / -1;
justify-self:stretch;
width:100%;
margin:0;
text-align:left;
}
.city-dd summary{
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
gap:8px;
width:100%;
min-height:48px;
padding:10px 16px;
font-weight:800;
text-transform:uppercase;
letter-spacing:.02em;
color:var(–white);
background:linear-gradient(180deg,var(–blue-light),var(–blue));
border:1px solid rgba(0,0,0,.08);
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,.15);
user-select:none;
}
.city-dd summary::-webkit-details-marker{ display:none; }
.city-dd summary .caret{ line-height:1; transition:transform .2s ease; }
.city-dd[open] summary .caret{ transform:rotate(180deg); }
.city-menu{
margin-top:0;
background:var(–white);
border:1px solid var(–gray-border);
border-top:0;
border-radius:10px;
border-top-left-radius:0;
border-top-right-radius:0;
padding:10px;
box-shadow:0 6px 16px rgba(0,0,0,.08);
}
.city-dd[open] summary{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.city-grid{
display:grid;
grid-template-columns:1fr;
gap:8px;
}
@media (min-width:520px){
.city-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (min-width:800px){
.city-grid{ grid-template-columns:repeat(3,1fr); }
}
.city-link{
display:block;
text-decoration:none;
text-align:center;
font-weight:700;
padding:8px 10px;
border-radius:8px;
background:#f7f9fc;
border:1px solid var(–gray-border);
color:var(–blue);
transition:background .12s ease, transform .08s ease, box-shadow .12s ease;
}
.city-link:hover, .city-link:focus-visible{
background:#eef3ff;
outline:none;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.city-link:link, .city-link:visited{ color:var(–blue); }
🏠 News From Your Neighborhood
Latest headlines from:
Miami-Dade
Broward
Florida Keys
Cities▾
Miami
Fort Lauderdale
Coral Springs
Davie
Deerfield Beach
Doral
Hialeah
Hollywood
Homestead
Lauderhill
Miami Beach
Miami Gardens
Miramar
Pembroke Pines
Plantation
Pompano Beach
Sunrise
Tamarac
More Stories
The Asian Games are open with more athletes than the Summer Olympics and some unfamiliar sports
New laws trigger a fresh legal fight over Nazi-looted art in Los Angeles and Auschwitz museums
Miami firefighters prevent Venetian Drive house fire from spreading inside