Connect with us

Nevada

Nevada couple, 38, and their daughter, 2, miraculously survive horror plane crash by deploying PARACHUTE from the aircraft while it was still flying over a California forest after engine failure

Published

on

Nevada couple, 38, and their daughter, 2, miraculously survive horror plane crash by deploying PARACHUTE from the aircraft while it was still flying over a California forest after engine failure


  • Cirrus SR22’s engine failed minutes into the flight from Whitehorn to Santa Rosa
  • On board were pilot Artem Konokuk, 38, his partner and their daughter, two
  • They miraculously escaped with only cuts and bruises after the chute deployed

Advertisement

A Nevada couple and their two-year-old daughter have miraculously survived a horror plane crash by deploying a parachute from the aircraft over California.

The young family escaped with just cuts and bruises after their Cirrus lost power just five minutes into their flight from Shelter Cove in Whitethorn.

On board was pilot Artem Kononuk with his 38-year-old partner and their two-year-old daughter, who has not been named.

The businessman, from Reno, Nevada, realized the 20-year-old plane did not have the height to make it over the hills and pulled the lever on the in-built chute.

A family of three on board this Cirrus SR22 light aircraft escaped with cuts and bruises  

The four-seat plane came to rest in a tree before crashing to earth upside-down

The four-seat plane came to rest in a tree before crashing to earth upside-down 

The frame of the light aircraft had been torn open by the impact despite the parachute

The frame of the light aircraft had been torn open by the impact despite the parachute 

‘These are usually worst-case scenarios,’ said Quincy Cromer of the Mendocino County Sheriff’s Office.

Advertisement

‘The fact that they had only minor scratches and abrasions is a miracle.’

The young family were heading off on the 170-mile journey down the coast to Santa Rosa where they own a home when the only engine cut out at 1.15pm on Friday.

‘The pilot began to troubleshoot why the airplane lost engine power, but had noticed the plane’s altitude was too low for recovery,’ the sheriff’s office said in a statement.

‘At this point, the pilot deployed the airplane’s Cirrus Airframe Parachute System (CAPS) which slowed the airplane’s decent.

‘The parachute carried the airplane until it ultimately crashed into trees in a heavily wooded area of Yellow Road in Whitethorn.’

Advertisement

The family’s ordeal was far from over however as the plane had come to rest in the branches of a tree 100 feet above the forest floor.

They somehow managed to scramble clear and climb down the tree without bringing the precipitously balanced aircraft down with them.

Rescuers who scrambled through the forest arrived to find the family nursing their injuries on the ground, and the 2,200 pound aircraft now crumpled and upside-down on the ground beside them.

Its tail was entirely detached, and the life-saving parachute was still in the tree canopy above.

Rescuers feared the worst as they fought their way through thick forest to reach the family

Rescuers feared the worst as they fought their way through thick forest to reach the family 

The life-saving parachute was still in the tree canopy when they reached the scene

The life-saving parachute was still in the tree canopy when they reached the scene 

The aircraft manufacturer has installed parachutes for its four-seat SR22s since 1998 and it was successfully deployed in 107 emergencies worldwide between then and 2021.

Advertisement

Company co-founder Alan Klapmeier determined to develop whole-chute parachutes after surviving a mid-air collision in 1985, and he was inducted into the National Aviation Hall of Fame ten years ago in recognition of his efforts. 

‘The coordinated response from our fellow emergency response agencies and the quick action of the witnesses played a crucial role in locating and ensuring the safety of those involved in this incident, including extinguishing a small fire,’ said a spokesman for the Shelter Cove Fire Department.

‘This is extremely steep and difficult terrain. Even with the parachute the parties involved were extremely fortunate to only receive minor injuries.

‘We are grateful for the professionalism and dedication demonstrated by everyone involved.’

The Federal Aviation Administration and the National Transportation Safety Board  are investigating the incident. 

Advertisement

Advertisement



Source link

Nevada

Country artist Caleb Montgomery performing at State Fair of Nevada

Published

on

Country artist Caleb Montgomery performing at State Fair of Nevada


RENO, Nev. (KOLO) – Country music artist Caleb Montgomery will be performing at the State Fair of Nevada.

Montogomery will be headlining the Opening Night Concert on June 11 at the Nevada State Fairgrounds in Reno.

“We are excited to welcome families and communities from across Nevada back to the official State Fair of Nevada,” said Nevada Department of Agriculture Director J.J. Goicoechea. “After 16 years, a Nevada tradition is finally returning, something many families have waited years to experience again.”

The fair will run from June 11 to June 13, and opening day tickets will be $15 for adults and $12 for kids aged 12 and younger.

Advertisement

Other featured programming includes:

  • Nevada Junior Livestock Show and Sale
  • University of Nevada, Reno Extension’s 4-H State Expo
  • Next Generation Junior Bull Riding
  • Made in Nevada Farmers’ Market
  • Drone show
  • Local vendors, food and art
  • Carnival rides and more

Copyright 2026 KOLO. All rights reserved.



Source link

Continue Reading

Nevada

Primary election June 2026 – Nevada County results

Published

on

Primary election June 2026 – Nevada County results


Skip to content

NEVADA CITY, Calif. June 2, 2026 – Polls closed at 8:00 pm today. We will post local election results here as soon as they are released.

Advertisement

June 2, 2026 at 11:54 PM Third and final update, the next results update will be on Friday.

June 2, 2026 at 10:10 PM Second update being published now. The voter counts on the Cumulative Reports are based on the 15 Day Report of Registration and may differ from the Ballot Statistics count.

June 2, 2026 at 8:15 PM First updates

Advertisement

Advertisement

Federal contests – Nevada County results

CA Secretary of State · June 2, 2026 Primary · Unofficial

U.S. House, District 3

Advertisement

Loading…


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

Advertisement

function sosFetchus_rep_district_3(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

Advertisement

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

Advertisement

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchus_rep_district_3;
skeleton();
sosFetchus_rep_district_3(false);
setInterval(function(){sosFetchus_rep_district_3(false);},120000);
})();

State contests

Advertisement

CA Secretary of State · June 2, 2026 Primary · Unofficial

Insurance Commissioner

Loading…

Advertisement


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

function sosFetchinsurance_commissioner(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

Advertisement

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

Advertisement

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Advertisement

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchinsurance_commissioner;
skeleton();
sosFetchinsurance_commissioner(false);
setInterval(function(){sosFetchinsurance_commissioner(false);},120000);
})();

CA Secretary of State · June 2, 2026 Primary · Unofficial

Attorney General

Advertisement

Loading…


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

Advertisement

function sosFetchattorney_general(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

Advertisement

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

Advertisement

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchattorney_general;
skeleton();
sosFetchattorney_general(false);
setInterval(function(){sosFetchattorney_general(false);},120000);
})();

Local Measures

Advertisement





Source link

Advertisement
Continue Reading

Nevada

Judge blocks Polymarket from operating in Nevada

Published

on

Judge blocks Polymarket from operating in Nevada


A Carson City judge has granted the Nevada Gaming Control Board’s motion for a preliminary injunction blocking the operation of a third prediction market in the state.

First Judicial District Court Judge Jason Woodbury on Friday granted the Control Board’s motion and state officials believe a formal written order is forthcoming.

“We are very pleased with Judge Woodbury’s ruling and will continue to vigorously enforce Nevada law to safeguard gaming in our state,” Gaming Control Board Chairman Mike Dreitzer said in a release issued by the board Monday.

The injunction blocks QCX LLC, doing business as New York cryptocurrency-based Polymarket US, from providing its services in Nevada.

Advertisement

The Control Board has had similar successes with preliminary injunctions against New York-based KalshiEx LLC, doing business as Kalshi, and internet-centered Coinbase.

The board has taken decisive action in recent months to halt the operations of prediction markets in the state and has successfully restricted the operation of all unlicensed prediction markets that had been known to be operating in the state.

The board started its efforts in March 2025 against prediction markets, which are not licensed by the state but have written event contracts on sports and election outcomes and entertainment propositions.

Regulators consider the offering of sports-event contracts, along with certain other event contracts, to constitute wagering activity under Nevada law. They’ve said that they could operate in the state if were licensed, a process that often takes at least a year to complete.

Prediction markets believe they are authorized to conduct business in Nevada and every other U.S. state because they are regulated by the federal Commodity Futures Trading Commission, currently chaired by Michael Selig.

Advertisement

Because of its assertion that it has exclusive jurisdiction, it also has claimed that its oversight outweighs state gaming laws, which has resulted in pushback and lawsuits from a number of states that regulate casino gambling and sports betting.

Several states have pending litigation in place against prediction markets, but Nevada has seemingly found the silver bullet by taking their cases to state courts instead of federal courts.

Nevada’s public policy, as expressed by the Legislature, is that the gaming industry is vitally important to the economy of the state and the general welfare of the inhabitants and therefore “must be licensed, controlled, and assisted to protect the public health, safety, morals, good order, and general welfare of the inhabitants of the state.”

Contact Richard N. Velotta at rvelotta@reviewjournal.com or 702-477-3893. Follow @RickVelotta on X.

Advertisement



Source link

Continue Reading
Advertisement

Trending