Nevada
Cease-and-desist letter could halt construction of Nevada lithium mine
‘);
WHAT ARE THEY HIDING?
‘;
Exposing officials and agencies keeping public records from the public.
‘;
CLICK HERE TO READ MORE ‘;
2023 YEAR IN REVIEW
‘;
CLICK HERE FOR MORE
‘;
REMEMBERING 9/11: 20 YEARS LATER ‘;
Looking back at the 2001 terror attacks and how they affected Las Vegas and the world.
‘;
Read more
‘;
MEET THE UNFORGETTABLE CLASS
‘;
‘; 2021
‘; ‘; ‘;
Harry Reid
(1939-2021)
‘; ‘;
‘;
Senate leader and Nevada political titan
‘; Read more ‘; ‘;
HENRY RUGGS
DEADLY CRASH ‘; ‘;
‘;
CLICK FOR MORE
‘; ‘;
Sheldon Adelson
(1933-2021)
‘; ‘;
‘;
Las Vegas visionary and Philanthropist.
‘; Read more ‘; ‘;
Tony Hsieh
(1973-2020) ‘; ‘;
‘;
Ex-Zappos and Downtown Project CEO left a lasting impression on Las Vegas.
‘; Read more
‘; ‘;
VEGAS REAWAKENING
‘;
A year after the pandemic began, the first weekend of spring showed a perfect storm of promise for Las Vegas’ recovery and brought optimism that visitors would indeed return to the city
‘;
Read more
‘;
Sign up for our free RJ politics email alerts. ‘};
Sign up for our free RJ Politics newsletter.
‘};
Sign up for our free newsletter below.’};
pScript.src = “https://embed.sendtonews.com/player3/embedcode.php?fk=” + fkId;
} else {
pHtml = $(“”);
pScript.src = “https://embed.sendtonews.com/player3/embedcode.js?fk=” + fkId + ‘&cid=5945&offsetx=0&offsety=0&floatwidth=400&floatposition=bottom-right’;
pScript.setAttribute(‘data-type’, ‘s2nScript’); //pScript[‘data-type’] = ‘s2nScript’;
}
elem.append(pHtml);
elem.append(pScript);
},
insertVideoExco: function(player_id) {
var elem = $(‘#stn-in-article-player’);
elem.addClass(‘rj-fuel-77’);
var pHtml = $(”,{‘class’:’embed-responsive embed-responsive-16by9′});
pHtml.append($(”,{‘class’:’embed-responsive-item’,’id’:player_id}));
var click_url=”/7at7/?utm_campaign=7at7&utm_medium=insert_widget&utm_source=article_page”;
var f_title = $(”,{‘class’:’f-title’}).append(
$(‘‘,{‘href’:click_url, ‘alt’:’7at7′}).append(
$(‘‘,{‘html’:’Watch 7@7 — now streaming’})
)
);
//var f_desc = $(”,{‘class’:’f-desc’,’html’:’exco ArticleStreaming id: c1be8808-a095-4573-8738-5987c99028cc’})
elem.append(pHtml);
elem.append(f_title);
//elem.append(f_desc);
var fjs = document.getElementsByTagName(‘script’)[0];
var js = document.createElement(‘script’);
js.className=”exco-player”;
js.src=”https://player.ex.co/player/”+player_id;
js.setAttribute(‘programmatic’, ‘true’);
fjs.parentNode.insertBefore(js, fjs);
var exco_tmr_count_story = 500;
var exco_tmr_check_story = setInterval(function () {
exco_tmr_count_story–;
console.log(‘rj_exco_t_story:’+exco_tmr_count_story+’_exco_player:’+typeof(ExCoPlayer));
if ( ‘undefined’ !== typeof(ExCoPlayer) ) {
console.log(‘rj_exco_connect:’+typeof(ExCoPlayer.connect(player_id)));
if ( ‘undefined’ !== typeof( ExCoPlayer.connect(player_id) ) ) {
clearInterval(exco_tmr_check_story);
var exco_api_story = ExCoPlayer.connect(player_id);
exco_api_story.init({
‘playbackMode’: ‘play-in-view’, //auto-play, click-to-play, play-in-view
‘mute’: true,
//’autoPlay’: true,
});
exco_api_story.on(‘player-ready’, function(data) {
console.log(‘rj_exco_story_on_player_ready’, data);
exco_api_story.play();
});
exco_api_story.on(‘player-load’, function(data) {
console.log(‘rj_exco_story_on_player_load’, data);
exco_api_story.play();
});
exco_api_story.on(‘player-playing’, function(data) {
console.log(‘rj_exco_story_on_play’, data); //does not fire on first auto play have to call .play()
});
exco_api_story.on(‘content-start’, function(data) {
console.log(‘rj_exco_story_on_content_start’, data);
if (dataLayer) {
dataLayer.push({
‘event’: ‘rjvideo’,
‘gtm.videoProvider’: ‘exco’,
‘gtm.videoTitle’: data.title,
‘gtm.videoUrl’: data.src,
‘gtm.videoDuration’: data.duration,
‘gtm.videoStatus’: ‘progress’, //start, progress, complete
‘gtm.videoPercent’: 1,
‘videoPlayerId’: data.playerId,
‘videoId’: data.id,
});
}
});
exco_api_story.on(‘content-progress’, function(data) {
console.log(‘rj_exco_story_on_content_progress’, data);
if (dataLayer) {
dataLayer.push({
‘event’: ‘rjvideo’,
‘gtm.videoProvider’: ‘exco’,
‘gtm.videoTitle’: data.title,
‘gtm.videoUrl’: data.src,
‘gtm.videoDuration’: data.duration,
‘gtm.videoStatus’: ‘progress’,
‘gtm.videoPercent’: data.progress,
‘videoPlayerId’: data.playerId,
‘videoId’: data.id,
});
}
});
exco_api_story.on(‘content-end’, function(data) {
console.log(‘rj_exco_story_on_content_end’, data);
if (dataLayer) {
dataLayer.push({
‘event’: ‘rjvideo’,
‘gtm.videoProvider’: ‘exco’,
‘gtm.videoTitle’: data.title,
‘gtm.videoUrl’: data.src,
‘gtm.videoDuration’: data.duration,
‘gtm.videoStatus’: ‘progress’,
‘gtm.videoPercent’: 100,
‘videoPlayerId’: data.playerId,
‘videoId’: data.id,
});
}
});
}
}
if (exco_tmr_count_story == 0) {
clearInterval(exco_tmr_check_story);
}
}, 100);
},
insertVideoFuel: function(channelId) {
/*
var _setting;
var u, param;
param = ‘file_path=Fuel Front Image Url.xlsx’;
//param += ‘&site_id=WebDevPublic’;
//param += ‘&sheet_name=api_do_not_change’;
param += ‘&range=all’;
param += ‘&method=read’;
u = ‘/wp-json/rj/v2/api?name=microsoft&end_point=/excel_data¶m=’+encodeURIComponent(param);
$.ajax({
type: ‘GET’,
url: u,
cache: true,
dataType: ‘json’,
success: function (response) {
if ( response.status == 1 && response.response && response.response.data ) {
_setting = response.response.data;
}
},
error: function (xhr, ajaxOptions, thrownError) {
console.log(‘rj_xhr.status:’ + xhr.status + ‘_error:’ + thrownError);
}
});
*/
var img_url=”https://res.cloudinary.com/review-journal/image/upload/f_auto,q_auto,c_scale,w_1200/v1611081380/webdev/New7at7onGray.jpg”; //response.feed.entry[0][‘gsx$imageurl’][‘$t’];
//var description = _setting[1][3];//response.feed.entry[0][‘gsx$description’][‘$t’];
var elem = $(‘#stn-in-article-player’);
//if we do not add this info google will detect this fuel video without proper data need to fix in search console
elem.attr({
‘itemscope’: ”,
‘itemprop’: ‘VideoObject’,
‘itemtype’: ‘https://schema.org/VideoObject’,
})
.append($(‘‘,{‘itemprop’:’description’,’content’:’7 minutes of local non-stop news, free for all users.’}))
.append($(‘‘,{‘itemprop’:’name’,’content’:’7@7 Articles Channel’}))
.append($(‘‘,{‘itemprop’:’thumbnailUrl’,’content’:img_url}))
.append($(‘‘,{‘itemprop’:’uploadDate’,’content’:’2021-01-18T00:00:00+00:00′}))
.append($(‘‘,{‘itemprop’:’contentUrl’,’content’:’https://fuel-streaming-prod01.fuelmedia.io/v1/sem/’+channelId+’.m3u8′}));
//’https://fuel-streaming-prod01.fuelmedia.io/player/1.0/player.min.js’; //https://fuel-streaming-prod01.fuelmedia.io/player/v3/fuel.js
var pScript = document.createElement(“script”);
pScript.type=”text/javascript”;
pScript.src=”https://fuel-streaming-prod01.fuelmedia.io/player/v3/fuel.js”;
//pScript.async = true;
pScript.setAttribute(‘id’, ‘fuel-player-script’);
elem.append(pScript);
elem.addClass(‘rj-fuel-77’);
var fuel_float=”true”;
if (localStorage.getItem(‘rjIsSubscribed’) === ‘1’ || document.body.classList.contains(‘logged-in’)) {
console.log(‘fuel_disabled_float’);
fuel_float=”false”;
; }
var pHtml = $(‘
var click_url=”/7at7/?utm_campaign=7at7&utm_medium=insert_widget&utm_source=article_page”;
var f_title = $(”,{‘class’:’f-title’}).append(
$(‘‘,{‘href’:click_url, ‘alt’:’7at7′}).append(
$(‘‘,{‘html’:’Watch 7@7 — now streaming’})
)
);
//var f_desc = $(”,{‘class’:’f-desc’,’html’:description})
elem.append(pHtml);
elem.append(f_title);
//elem.append(f_desc);
//var is_android = /(android)/i.test(navigator.userAgent);
if (true) {
var tmr = setInterval(function() {
document.getElementsByTagName(‘fuel-video’)[0].player.play();
clearInterval(tmr);
},1000);
}
},
videoIDs: {
//’category-local’: {‘id’: ‘c1be8808-a095-4573-8738-5987c99028cc’, ‘provider’:’exco’},
//’category-business’: {‘id’: ‘c1be8808-a095-4573-8738-5987c99028cc’, ‘provider’:’exco’},
‘category-local’: {‘id’: ‘81814da7-67fe-4e54-be92-55046afbb3bb’, ‘provider’:’fuel’},
‘category-business’: {‘id’: ‘81814da7-67fe-4e54-be92-55046afbb3bb’, ‘provider’:’fuel’},
‘category-formula-1’ : {‘id’: ‘fds27xag’},
‘tag-coronavirus’: {‘id’: ‘u37v495p’, ‘app_id’: ‘QpkVQUhA’},
‘category-politics-and-government’: {‘id’: ‘kqRvD0a8’},
‘tag-mc-opinion’: {‘id’: ‘ohls3BOc’}, //’kqRvD0a8′; 2023-03-21_14:30
‘tag-mc-crime’: {‘id’: ‘kqRvD0a8’},
‘tag-2020-election’: {‘id’: ‘kqRvD0a8’},
‘rj-main-category–science-and-technology’: {‘id’: ‘j88hQyle’, ‘app_id’: ‘kVqKLwXg’},
‘tag-mc-news’: {‘id’: ‘pCyFtg5f’, ‘app_id’: ‘QpkVQUhA’},
‘rj-main-category–raiders’: {‘id’: ‘bpswZwKM’, ‘app_id’: ‘k07ZZ08J’},
‘tag-mc-sports’: {‘id’: ‘dbx2WkwF’, ‘app_id’: ‘k1Vj5iYY’},
‘rj-main-category–food’: {‘id’: ‘3DQjoZb7’, ‘app_id’: ’40kxsoyw’},
‘tag-mc-entertainment’: {‘id’: ‘YBuF2XdP’, ‘app_id’: ‘7oJQh6dl’},
‘tag-mc-live-well’: {‘id’: ‘KED23a4w’}, //’31shkzyP’; 2023-03-21_14:30
‘tag-mc-life’: {‘id’: ‘aaWqdJ5u’, ‘app_id’: ‘m5zMjg65’},
‘tag-mc-autos’: {‘id’: ‘kag2nBSV’, ‘app_id’: ‘4bdELTqB’},
‘tag-mc-homes’: {‘id’: ‘R0zQNouh’, ‘app_id’: ‘nvYRBPOO’}, // ‘tag-mc-homes’: {‘id’: ‘HPa6ehMQ’}
‘rj-story-full’: {‘id’: ‘81814da7-67fe-4e54-be92-55046afbb3bb’, ‘provider’:’fuel’}
},
getVideoId: function() {
//var fkId = false,
var vdo_k = false;
for (var checkClass in stnInArticleVideo.videoIDs) {
if (stnInArticleVideo.wrapper.hasClass(checkClass)) {
//fkId = videoIDs[checkClass].id;
vdo_k = checkClass;
break;
}
}
return vdo_k; //fkId;
},
run: function() {
var vdo_id;
stnInArticleVideo.wrapper = $(‘article.rj-story.rj-story-full’);
if (stnInArticleVideo.wrapper && stnInArticleVideo.canInsertVideo()) {
var vdo_k = stnInArticleVideo.getVideoId();
if (vdo_k) {
if (stnInArticleVideo.videoIDs[vdo_k].hasOwnProperty(‘provider’)) {
switch(stnInArticleVideo.videoIDs[vdo_k].provider) {
case ‘fuel’:
stnInArticleVideo.insertVideoFuel(stnInArticleVideo.videoIDs[vdo_k].id);
break;
case ‘exco’:
stnInArticleVideo.insertVideoExco(stnInArticleVideo.videoIDs[vdo_k].id);
break;
}
} else {
vdo_id = stnInArticleVideo.videoIDs[vdo_k].id;
var userAgent = navigator.userAgent;
if ( (userAgent.indexOf(‘RJApp’) > -1) && (stnInArticleVideo.videoIDs[vdo_k].app_id) ) {
vdo_id = stnInArticleVideo.videoIDs[vdo_k].app_id;
}
stnInArticleVideo.insertVideo(vdo_id);
}
}
}
}
};
stnInArticleVideo.run();
});
//}
‘;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘livewell’).html(html);
return;
}
if ($(‘.rj-story-sponsored-full’).length>0) {
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-telles-murder-trial’)) {
html=””;
html += ”;
html += ‘‘;
html += ‘Robert Telles On Trial: Full Coverage‘;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘telles_murder’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-jeff-german-murder’) || $(‘.rj-story-full’).hasClass(‘tag-remembering-jeff-german’)) {
html=””;
html += ”;
html += ”;
html += ‘‘;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘jeff_german’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-what-are-they-hiding’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘2023-year-in-review’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-2023-year-in-review’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘2023-year-in-review’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-msg-sphere’)) {
html=””;
html += ”;
html += ”;
html += ‘‘;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘tag-msg-sphere’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-911-anniversary’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘anniversary-911’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-class-of-2021’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘class-2021’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-2022-election’)) {
html=””;
html += ”;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘election-2022’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-harry-reid-1939-2021’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘harry-reid’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-henry-ruggs’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘henry-ruggs’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘category-homicides’)) {
html=””;
html += ”;
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘homicides’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-sheldon-adelson’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘sheldon-adelson’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-tony-hsieh’)) {
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘‘;
html += ‘
html += ‘
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘tony-hsieh’).html(html);
return;
}
if ($(‘.rj-story-full’).hasClass(‘tag-vegas-weekend’)) { //vegas-reawakening
html=””;
html += ”;
html += ”;
html += ‘
html += ‘
html += ‘
html += ”;
html += ”;
$(‘.nlsm-small’).addClass(‘vegas-reawakening’).html(html);
return;
}
//add newsletters embed
var default_category_to_show = [‘News’, ‘Local’, ‘Life’, ‘Crime’];
var newsletter_1st_lv = [];
newsletter_1st_lv[‘default’] = {‘id’:’starting_point,pm_update’, ‘track_name’:’StartingPoint’, ‘title’:’LOCAL NEWS YOUR WAY‘, ‘subtitle’:’Sign up for our free daily Morning and Afternoon Update newsletters.’};
newsletter_1st_lv[‘Sports’] = {‘id’:’sports’, ‘track_name’:’Sports’, ‘title’:’SPORTS NEWS YOUR WAY‘, ‘subtitle’:’Sign up for our free Sports Update newsletter.’};
newsletter_1st_lv[‘Business’] = {‘id’:’business’, ‘track_name’:’Business’, ‘title’:’BUSINESS NEWS YOUR WAY‘, ‘subtitle’:’Sign up for our free Business Update newsletter.’};
newsletter_1st_lv[‘Entertainment’] = {‘id’:”,’alert_id’:’entertainment’, ‘track_name’:’Entertainment’, ‘title’:’WANT THE LATEST ON LAS VEGAS ENTERTAINMENT?‘, ‘subtitle’:’Sign up for free entertainment email alerts’};
//newsletter_1st_lv[‘Nevada Preps’] = {‘id’:’nevada_preps’, ‘title’:’HIGH SCHOOL SPORTS YOUR WAY‘, ‘subtitle’:’Stay up to date with our free Nevada Preps newsletter.’};
//newsletter_1st_lv[‘Investigations’] = {‘id’:’rj_investigates’, ‘title’:’INVESTIGATIVE NEWS YOUR WAY‘, ‘subtitle’:’Sign up for our free RJ Investigates newsletter.’};
var cat_has_subcat = [‘News’,’Business’,’Entertainment’,’Sports’, ‘Opinion’];
var newsletter_2nd_lv = [];
newsletter_2nd_lv[‘Politics and Government’] = {‘id’:”,’alert_id’:’political’, ‘track_name’:’Political’, ‘title’:’LOCAL, REGIONAL AND NATIONAL POLITICS COVERAGE‘, ‘subtitle’:’
//newsletter_2nd_lv[‘Politics and Government’] = {‘id’:’political’, ‘title’:’ELECTION 2020: BE INFORMED’, ‘subtitle’:’
//newsletter_2nd_lv[‘Debra J. Saunders’] = {‘id’:’44’, ‘title’:’YOUR WEEKLY POLITICAL FIX‘, ‘subtitle’:’Sign up for our free DC-LV newsletter with political stories from the swamp to the Strip.’};
//newsletter_2nd_lv[‘CES 2021’] = {‘id’:’ces’, ‘title’:’CES 2021: STAY IN THE KNOW’, ‘subtitle’:’
//newsletter_2nd_lv[‘TV’] = {‘id’:’tv_briefing’, ‘title’:’GET YOUR TV LISTINGS‘, ‘subtitle’:’Your Weekly TV Briefing.’};
//newsletter_2nd_lv[‘UNLV’] = {‘id’:’unlv_rebel_news’, ‘title’:’UNLV SPORTS YOUR WAY‘, ‘subtitle’:’Stay up to date on the Rebels with our free newsletter.’};
newsletter_2nd_lv[‘Rodeo’] = {‘id’:’rodeo_nfr’, ‘track_name’:’RodeoNFR’, ‘title’:’RODEO NEWS YOUR WAY‘, ‘subtitle’:’Don’t miss any of the action! Click here for full NFR coverage or Sign up for our free newsletter below’};
newsletter_2nd_lv[‘Raiders News’] = {‘id’:’vegasnation’, ‘track_name’:’VegasNation’, ‘title’:’WANT EVEN MORE RAIDERS NEWS?‘, ‘subtitle’:’Sign up for our free Vegas Nation newsletter.’};
newsletter_2nd_lv[‘Golden Knights’] = {‘id’:”,’alert_id’:’golden_knights’, ‘track_name’:’GoldenKnights’, ‘title’:’WANT MORE KNIGHTS IN YOUR DAY?‘, ‘subtitle’:’Sign up for free Golden Knights email alerts for all the latest updates’};
var main_cat=””;
var m_hierarchy = [];
var m_cat = [];
var m_hl_cat=””;
if (window.dataLayer[0].metrics) {
main_cat = window.dataLayer[0].metrics.section; //National Finals Rodeo
m_hierarchy = window.dataLayer[0].metrics.hierarchy.split(‘ | ‘); //”Sports | Rodeo | National Finals Rodeo”
m_cat = window.dataLayer[0].metrics.categories; //[“National Finals Rodeo”,”Rodeo”,”Sports”]
m_hl_cat = window.dataLayer[0].metrics[‘hl-category’]; //Sports
}
var i, k, found, newsletter;
newsletter = false;
found = false;
if (default_category_to_show.includes(m_hl_cat)) {
newsletter = newsletter_1st_lv[‘default’];
}
if (newsletter_1st_lv.hasOwnProperty(m_hl_cat)) {
newsletter = newsletter_1st_lv[m_hl_cat];
}
// check main category
if (newsletter_2nd_lv.hasOwnProperty(main_cat)) {
found = true;
newsletter = newsletter_2nd_lv[main_cat];
}
if (!found) {
// check in hierarchy (main category hierarchy)
i = m_hierarchy.length;
while (!found && i >= 0) {
i–;
if (i > 0) {
if (newsletter_2nd_lv.hasOwnProperty(m_hierarchy[i])) {
found = true;
newsletter = newsletter_2nd_lv[m_hierarchy[i]];
}
} else {
// i=0, check first level
if (newsletter_1st_lv.hasOwnProperty(m_hierarchy[i])) {
found = true;
newsletter = newsletter_1st_lv[m_hierarchy[i]];
}
}
}
}
if (!found) {
// check in category
i = m_cat.length;
while (!found && i > 0 && cat_has_subcat.includes(m_hl_cat)) {
i–;
if (newsletter_2nd_lv.hasOwnProperty(m_cat[i])) {
found = true;
newsletter = newsletter_2nd_lv[m_cat[i]];
}
}
}
if (newsletter !== false && !$(‘.rj-story-full’).hasClass(‘tag-hide-newsletter’) && !$(‘.rj-story-full’).hasClass(‘ rj-story-sponsored-full’)) {
var alert_id = ”;
if (newsletter.alert_id) {
alert_id = newsletter.alert_id;
}
html=””;
html += ”;
html += ”;
html += ”;
$(‘.nlsm-small’).html(html);
}
//});
})(jQuery);
Nevada
American Red Cross of Northern Nevada deploying to Washington after flooding
RENO, Nev. (KOLO) – A disaster response volunteer with the American Red Cross of Northern Nevada is deploying to the state of Washington after flooding has affected the state.
Flooding in the state, caused by days of heavy rain, has forced the evacuation of around 100,000 from their homes. The volunteer will join hundreds of Red Cross responders from around the country to provide shelter, food, and aid to those in need.
“Our Northern Nevada volunteers bring skill, commitment and compassion to every disaster deployment,” said Bridget Posson, Executive Director of the American Red Cross Northern Nevada Chapter. “As an ERV driver, he plays a vital role in delivering essential support to families impacted by this devastating flooding, but it’s his compassion and commitment to helping others that truly provides hope in their time of need.”
The volunteer being deployed is from Minden, and has been deployed more than 25 times to disaster areas over more than 30 years.
Copyright 2025 KOLO. All rights reserved.
Nevada
Southern Nevada Jewish community unites for Hanukkah following deadly mass shooting
The Southern Nevada Jewish community gathered on Fremont Street to mark the first day of Hanukkah with the Grand Menorah Lighting, the religion’s symbol of light in dark times.
The event, held Sunday evening, was attended by Mayor Shelley Berkley and U.S. Sen. Jacky Rosen, who addressed the recent mass shooting at a Chanukah celebration in Sydney, Australia, which authorities say claimed at least 15 lives.
Hal Golblatt, director of security for Chabad of Southern Nevada, emphasized the importance of vigilance and protection after news of the mass shooting.
“6:30 this morning, I was on the phone to Metro, arranging for more security here,” he said.
The Chabad of Southern Nevada has hosted the event for the past 30 years.
“I would like to let the community know not to be afraid, not to be scared, to be loud, to be proud, have Jewish pride.” Rabbi Motti Harlig said.
He expressed his devastation over the attack, noting that one of his friends was injured but is now recovering. Tragically, another Chabad rabbi did not survive the shooting.
“The way we deal with evil, with terrorism, is that we fight it, by not running, not hiding, but going out there and showing that we’re not afraid,” Rabbi Shea Harlig said.
The event served as a reminder of the enduring message of Hanukkah: faith, resilience, and the triumph of light over darkness.
Nevada
Nevada ends non-conference slate with 78-75 win over Duquesne on Saturday
Steve Alford recaps the Pack’s 78-75 win over Duquesne on Saturday
Steve Alford recaps the Wolf Pack’s 78-75 win over Duquesne on Saturday
Nevada will go into Mountain West Conference play in a four-game winning streak, but the fourth of those wins was not easy.
The Wolf Pack ended its non-conference slate with 78-75 win over Duquesne on Saturday in front of an announced crowd of 7,238 fans at Lawlor Events Center.
In the final 90 seconds, Wolf Pack freshman Peyton White got a huge rebound, then hit two free throws to help the Pack go up by three
The Dukes got their first lead of the second half with 1 minute, 38 seconds left, 71-70.
Tayshawn Comer led the Pack with 16 points, White had 12 and Elijah Price had 10 points and nine rebounds as the Pack improved to 8-3.
Nevada’s Joel Armotrading and Corey Camper Jr. did not play as they are still dealing with injuries.
“We battled hard. It wasn’t our best game but we came through and got it done,” White said.
Tre Guinyard led the Dukes (6-5) with 21 points.
Nevada (8-3) opens conference play against Boise State on Saturday.
Top Takeaways
The Dukes tried to win it from the arc, going 11-33 from there, after knocking down their first two of the game.
The Pack shot 4-of-10 from the arc, and 25-of-56 from the field.
The Pack won it at the free throw line, making 24-of-32 from the line, while the Dukes hit 18-of-20 free throws.
The Pack entered the game leading the Mountain West in made free throws (20.1) and second in free throw attempts (27.1).
Duquesne held a 38-35 edge in rebounding.
Bench comes up big
The Wolf Pack got 37 points from its bench, to 20 for the Dukes, and Alford said that was a key to the win.
“There’s very few games I’ve had where your starters are all negative in points per minute and your bench is all positive,” he said. “It’s good that the starters get to see that. It’s good in learning to trust one another when you’re not playing well.”
He said the bench saved the game for the Pack, but that is a sign of the depth the team has.
Phenomenal Freshmen
Pack freshmen White and Myles Walker played substantial minutes, 23 for White and 13 for Walker. Walker scored five points, including two key free throws in the final minute.
“Myles and Peyton continue to make veteran plays,” Alford said. “That was a hotly contested game, down to the wire and you’ve got two freshmen going to the line in the last two trips and they go 4-for-4 at the line That’s big time.”
He said the pair has been consistent and they keep improving every game.
“Myles has given us a lift every time he comes in,” Alford said. “Those two give us energy.”
Walker said the Pack showed it can win even when things go wrong.
“It showed how tough this team is. Even at the end when things didn’t go right, we still found a way to win,” Walker said.
Half
Nevada led 42-35 at the break, after leading by as many as 15 earlier in the half.
The Wolf Pack shot 17-of-33 field goals and 2-of-6 from the arc along with 6-10 free throws in the first half
The Dukes shot 10-of-28 from the field; 7-18 from the arc and 8-of-10 free throws.
The Pack outscored the Dukes, 20-6, in the paint in the first half.
Up Next
Nevada opens Mountain West Conference play by hosting Boise State (7-3) at 7 p.m. Saturday (Dec. 20).
The Broncos play Saint Mary’s on Sunday (Dec 14).
Finals are over on Wednesday for the Pack players. Alford said they will take that day off from practice.
“That’s going to be a war on Saturday,” Alford said. “(Duquesne) is an A10 team (Atlantic 10 Conference). We’ve played some really good competition, so I’m very pleased with where we’re at 11 games in.”
Nevada’s Upcoming Schedule
- Saturday, Dec. 20, 7 p.m. vs. Boise State (TV: KNSN, Ch, 21/Radio: 95.5 FM)
- Tuesday, Dec. 30 at Colorado State (TV: MW Network, Ch, 21/Radio: 95.5 FM)
- Saturday, Jan. 3 at Fresno State
- Tuesday, Jan. 6 vs. San Diego State
- Saturday, Jan. 10 vs. Wyoming
- Tuesday, Jan. 13 at Utah State
- Saturday, Jan. 17 at Air Force
- Tuesday, Jan. 20 vs. San Jose State
- Saturday, Jan. 24 at New Mexico
- Tuesday, Jan. 27 vs. Grand Canyon
- Friday, Jan. 30 vs. UNLV
- Tuesday, Feb. 3 at Boise State
- Saturday, Feb. 7 vs. Fresno State
- Saturday, Feb. 14 at San Diego State
- Tuesday, Feb. 17 at San Jose State
- Saturday, Feb. 21 vs. Utah State
- Tuesday, Feb. 24 vs. New Mexico
- Saturday, Feb. 28 at UNLV
- Tuesday, Mar. 3 at Wyoming
- Saturday, Mar. 7 vs. Air Force
-
Alaska1 week agoHowling Mat-Su winds leave thousands without power
-
Texas1 week agoTexas Tech football vs BYU live updates, start time, TV channel for Big 12 title
-
Washington6 days agoLIVE UPDATES: Mudslide, road closures across Western Washington
-
Iowa1 week agoMatt Campbell reportedly bringing longtime Iowa State staffer to Penn State as 1st hire
-
Iowa2 days agoHow much snow did Iowa get? See Iowa’s latest snowfall totals
-
Miami, FL1 week agoUrban Meyer, Brady Quinn get in heated exchange during Alabama, Notre Dame, Miami CFP discussion
-
Cleveland, OH1 week agoMan shot, killed at downtown Cleveland nightclub: EMS
-
World1 week ago
Chiefs’ offensive line woes deepen as Wanya Morris exits with knee injury against Texans