Elizabeth McGraw, Kelsey Swanson and Jo-Ellen Tiberi on episode one of ‘RHORI.’
Scott Eisen/Bravo
“);
$spagination = flexSlider.find(“.spagination”);
SPagination.Init($spagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
flexSlider.flexAnimate(p-1, true);
}
});
}
}
}
function gtx_gallery_slide_before(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
slideshow_ad_loaded = false;
var current_html = $active_slide.children(“.gtx-ad-container”).html();
if (current_html) {$active_slide.children(“.gtx-ad-container”).html(current_html.trim())}
gtx_track_slide( slide_obj );
changeURL(parseInt($active_slide.attr(“data-attachment_id”)));
//THUMBS SYNC – PAGINATED THUMBNAIL NAVIGATION
if($thumbs!==”” && navigation == “paginated_thumbs”){
var right_item=$slider.find(“.slides li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img[data-i=”+(slide +1 )+”]”).addClass(“flex-active-slide”);
$page=$thumbs.find(“.slides>li”).has(“li[data-i=”+(slide +1 )+”]”);
$thumbs.flexAnimate($page.index(), true);
}
}
}
function gtx_gallery_slide_after(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
if($active_slide.hasClass(“gtx-ad-slide”)==1){
if ($active_slide.find(‘iframe’).length === 1) {
$active_slide.find(‘iframe’)[0].remove();
}
$slider.delay(100).queue(function(){
$(this).addClass(“gtx-gallery-loading”).dequeue();
});
$ad_container=$active_slide.children(“.gtx-ad-container”).first();
if ($($ad_container).html().length li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img”).eq(right_item -1 ).addClass(“flex-active-slide”);
$thumbs.flexAnimate(right_item-1, true);
}
}
if(typeof(googletag) != “undefined” && googletag !== null && googletag.pubads){
// Refresh ads within view
var tmp_now=new Date().getTime();
var last_refresh_diff= tmp_now – last_ad_refresh;
if(last_refresh_diff > 1000){
reset_ads_and_refresh();
last_ad_refresh=tmp_now;
}
}
//LAZY LOAD
range=5;
var $slides_to_hanle=$all_slides.slice(slide, slide + range +1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(range * -1 ));
}
if(slide + range >= $all_slides.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_slides.slice(0,range));
}
$slides_to_hanle.find(“.gtx-image-container[data-background]”).each(function () {
var src = $(this).attr(“data-background”);
$(this).css(“background-image”, “url(“+src+”)”).removeAttr(“data-background”);
});
adjustNavHeight();
if( typeof SPagination !== “undefined” && flexSlider.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function reset_ads_and_refresh(){
if(!advanced_ad_refresh){
// if option is not enabled, refresh all ads, minus out of page ads
if(ads_to_refresh.length > 0){
googletag.pubads().refresh(ads_to_refresh);
}
return;
}
if(ads_to_refresh.length == 0){
return;
}
var newAds = [];
var fullAdsToRefresh = [];
for(var i = 0; i wTop && slot.tn_positionY 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_thumbs_after(slide_obj){
if(slide_obj.count > 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_paginated_thumbs_start(slide_obj){
gtx_gallery_paginated_thumbs_lazy();
if(false && slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).removeClass(“flex-control-paging”).addClass(“g-pagination”);
}
if(slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).hide().after(“”);
$pagination = $thumbs.find(“.spagination”);
SPagination.Init($pagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
$thumbs.flexAnimate(p-1, true);
}
});
}
}
function gtx_gallery_paginated_thumbs_before(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
gtx_gallery_paginated_thumbs_lazy(slide_obj);
}
function gtx_gallery_paginated_thumbs_after(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//THUMBS SYNC – Go to first slide of this batch
if($thumbs!==”” && navigation == “paginated_thumbs”){
var $active_slide=$slider.find(“.slides>li.flex-active-slide”);
var $active_thumb_page=$thumbs.find(“.slides>li.flex-active-slide”);
//Check if the current slide is within this thumb batch
if(!$active_thumb_page.find(“li[data-i=”+$active_slide.attr(“data-i”)+”]”).size()){
first_thumb=$active_thumb_page.find(“li”).first().attr(“data-i”);
flexSlider.flexAnimate(first_thumb – 1, true);
}
}
if( typeof SPagination !== “undefined” && $thumbs.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function gtx_gallery_paginated_thumbs_lazy(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//LAZY LOAD THUMBS
if($all_thumbs!==”” && navigation == “paginated_thumbs”){
range=1;
var $slides_to_hanle=$all_thumbs.slice(slide, slide + range + 1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(range * -1 ));
}
if(slide + range >= $all_thumbs.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_thumbs.slice(0,range));
}
$slides_to_hanle.each(function () {
$(this).find(“img[lazy-src]”).each(function () {
var src = $(this).attr(“lazy-src”);
if(!src) return;
$(this).attr(“src”,src).removeAttr(“lazy-src”);
$thumbs.find(“img[lazy-src=””+src+””]”).attr(“src”,src).removeAttr(“lazy-src”);
});
});
}
}
function adjustNavHeight(){
imageHeight = flexSlider.find(“.gtx-slide-img.flex-active-slide .gtx-image-container”).outerHeight();
if(imageHeight > 0){
flexSlider.find(“.flex-prev,.flex-next”).css(“top”,Math.round(imageHeight/2));
}
}
var nextSlotId = 1;
function generateNextSlotName() {
var id = nextSlotId++;
return “adslot_” + id+”_”+Math.floor( Date.now() / 1000 );
}
function addAdInto(selector,options) {
try{
gtx_gallery_enable_dfp();
}catch(err) {
}
var slide=options.slide || -1;
var slotName = generateNextSlotName();
var ad_index = 0;
// Create a div for the slot
var slotDiv = document.createElement(‘div’);
slotDiv.id = slotName; // Id must be the same as slotName
$( selector ).append( slotDiv );
try{
ad_index=$( selector ).closest(“.gtx-ad-slide”).attr(“data-i-only-ads”);
}catch(err) {
}
// Define the slot itself, call display() to
// register the div and refresh() to fetch ad.
googletag.cmd.push(function() {
slideshow_ad_loaded = true;
adslots[slotName] = googletag.defineSlot(‘/132916964,22666483375/abc6.com/news’, [300, 250], slotName)
.addService(googletag.pubads())
.setTargeting(“placement”, “gallery”)
.setTargeting(“slide”, slide)
.setTargeting(“post”, ‘5103141’)
.setTargeting(“category”, ‘[“news”,”providence”,”rhode-island”]’)
.setTargeting(“galleryAdIndex”, ad_index);
googletag.display(slotName);
googletag.sizeMapping().addSize( [0,0], [[300,250]])
googletag.pubads().refresh([adslots[slotName]]);
});
}
gtx_gallery_syncHash = function(path){
pic = “”;
re = /pic/?([0-9]+)/?$/i;
if(!path && window.location.hash && window.location.hash.match(re)) path = window.location.hash;
if(!path && window.location.pathname && window.location.pathname.match(re)) path = window.location.pathname;
if(path){
matchslide = path.match(re);
if(matchslide && matchslide[1]>0){
pic = parseInt(matchslide[1]);
}
if(!isNaN(pic) && pic > 0){
slide=get_slide_by_attachment_id(pic);
if(slide>0){
avoid_next_pageview = true;
flexSlider.flexAnimate(slide – 1, true);
}
}
}else{
gtx_track_slide( )
}
}
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
};
// delay the url state replacement to avoid overload
// RAYOS-271
var efficientlyReplaceState = debounce(function(title, path){
window.history.replaceState({}, title, path);
}, 1250)
function changeURL(pic){
basepath = window.location.pathname.replace(//pic/?([0-9]+)/?$/i,”/”);
if(isNaN(pic)) return;
path = basepath + “pic/”+pic+”/”;
title = “Pic “+pic;
if (typeof(window.history.replaceState) == “function”) {
efficientlyReplaceState(title, path)
} else {
window.location.hash = path;
}
}
function get_slide_by_attachment_id(id){
var slide=$slider.find(“.slides li[data-attachment_id=”+id+”]”).attr(“data-i”);
return parseInt(slide, 10);
}
function gtx_track_slide( slide_obj ){
if(slide_obj){
var slide = slide_obj.animatingTo;
}else{
var slide = 0;
}
$active_slide=$all_slides.eq(slide) ;
if(!avoid_next_pageview){
try{
var loc = location.pathname + “#slide” + (parseInt(slide) + 1);
if (rayos_gtm_gallery_pageviews) {
// Add gallery navigation info to dataLayer
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
‘event’: ‘rayos_virtual_pageview’,
‘location’ : loc
});
}
// Legacy support for GA tracking
ga(“send”, “pageview”, loc);
if (ga.getByName(“gtxcelTracker”)) {
ga(“gtxcelTracker.send”, “pageview”, loc);
}
}catch(err){
}
}
avoid_next_pageview = false;
}
//Add a callback on ad render
googletag.cmd.push(function() {
googletag.pubads().addEventListener(‘slotRenderEnded’, function(event) {
var slotName=event.slot.getSlotElementId();
if(typeof adslots[slotName] !==”undefined” && !event.isEmpty){
$slider.clearQueue();
$slider.removeClass(“gtx-gallery-loading”);
}
});
});
jQuery(“#gtx-gallery-slider-5103141”).flexslider({
animation: “slide”,
pauseOnHover: true,
prevText: “”,
nextText: “”,
slideshow: false,
controlNav: true,
init: gtx_gallery_slide_init,
start: gtx_gallery_slide_start,
before: gtx_gallery_slide_before,
after: gtx_gallery_slide_after
});
if(mobile_mode){
$slider.find(“.flex-direction-nav”).hide();
}
});
PROVIDENCE, R.I. (WLNE) — Rhode Island State Police said a Providence man was arrested after police allegedly discovered multiple narcotics and a gun inside two residences on Sept. 23.
47-year-old Joel Garcia was charged with possession with the intent to deliver over 1 kilogram of fentanyl, possession with the intent to deliver over 1 kilogram of cocaine, possession with the intent to deliver one ounce to one kilogram of methamphetamine, possession with the intent to deliver fentanyl, possession with the intent to deliver cocaine, possession with the intent to deliver methamphetamine, possession of a firearm while committing a controlled substance violation, unlawful possession of a firearm by a prohibited person, and distribution of a controlled substance in a school zone.
According to RISP, police received court-authorized search warrants for two residences in Providence in connection to a narcotics and firearms investigation.
Inside an apartment on Dresser Street, police allegedly seized 1.7 kilograms of fentanyl, 2.3 kilograms of cocaine, and 147 grams of methamphetamine.
Police also searched Garcia’s residence on Portland Street and allegedly seized one fully loaded pistol.
According to police, Garcia had allegedly used the apartment on Dresser Street to “store, package, and distribute large amounts of fentanyl, cocaine and methamphetamine.”
Garcia was arrested and charged.
RISP, Providence police, Cranston police, North Providence police, Johnston police, the Drug Enforcement Administration, and the Rhode Island National Guard Counterdrug Program assisted in the investigation.
CHARLESTOWN, RI — The food website Mashed named Rhode Island’s best buffet restaurant.
Mashed went with The Nordic in Charlestown, despite its prices.
“The Nordic is one of the most expensive buffets in the country, so don’t expect a cheap meal when you sit down at the popular waterside eatery,” the Mashed story said. “The price for adults is $145 per person, $60 for children aged 8 to 12, and $35 for children aged 3 to 7. That sounds pretty steep, but considering that you can fill up on prime rib, a high-quality and costly cut of steak, it seems worth it for a special occasion.
“One of the main draws of dining at The Nordic is that you can chow down on prime rib,” according to Mashed, but there is much, much more, including lobster, snow crab legs, fried scallops, scallops wrapped in bacon and black angus filet mignon.
See the full Mashed story here.
The smallest state with the biggest attitude is already making waves in the Real Housewives franchise.
Last May, Bravo announced that Rhode Island would be the latest addition to its repertoire, enticing viewers to see what the women of the teeny tiny state could be getting into. As it turns out, there’s a lot going on in the smallest state in the nation.
The arrival of the new series arrives amid the landmark 20th anniversary of the whole franchise itself, as The Real Housewives of Orange County debuted on March 21, 2006. It’s a monumental year for the reality television phenomenon that will later be celebrated with The Real Housewives Ultimate Girls Trip: Roaring 20th special this year.
NCBUniversal’s evp of unscripted content, Rachel Smith, tells The Hollywood Reporter that it was not a “conscious decision” to launch a new series, even though it’s such “an auspicious occasion this year.” Instead, The Real Housewives of Rhode Island naturally presented itself.
Creating a new Real Housewives is a tall task, one that can be birthed in many ways. Sometimes, Bravo comes across a new dazzling location that draws in interesting talents; in other cases, a promising cast member is all it takes to start building a new show.
The latter of which happened with Mary Cosby, the beloved star of The Real Housewives of Salt Lake City, Smith confirms. But with Rhode Island, she explains that a co-worker took a trip to the state and “was really struck by what an interesting ecosystem” the New England location had to offer.
“She saw people jumping on their boats and going to lunch. It was very visually aspirational,” Smith says, adding that upon some digging, they learned that The Real Housewives of New Jersey’s Dolores Catania, who appears on RHORI as a friend, had a connection to the women who now make up the main cast.
“That then led us to a kind of whole connection of women in Rhode Island that we found through this Dolores connection,” she adds. “We’ve really fell in love with them.”
Elizabeth McGraw, Kelsey Swanson and Jo-Ellen Tiberi on episode one of ‘RHORI.’
Scott Eisen/Bravo
When scouting out new locations for a potential Real Housewives, Smith explains that the network strives to “be representative of the whole swath and tapestry and diversity that is the United States.” Prior shows, and where they are based, also weigh into where a mint series could potentially spawn.
“We’re looking at how many Housewives we have in total, and what’s already been represented culturally, geographically, and how we can complement that,” she notes. Rhode Island has already been compared to New Jersey — and not just because you can drive to both of the states in roughly four hours.
The tight-knit community, family-forward ideals and Italian influences are all clear parallels, but the women of Rhode Island stand apart. Smith herself references one of the show’s key descriptors (“It’s a small state with a very big and distinct personality”) as a contrast, though the luxury coastal setting also naturally made the series optically stand out from other shows in Bravo’s discography.
“This is a show, visually, that’s on water. Living around water is very beautiful and distinct to look at,” she says. “We were all so taken with the visual when we were first casting [RHORI] and learning about the women; Like, Liz lives right on the water, and then she’ll go jump in her boat and meet her friends for lunch. Everyone else [on another Real Housewives] would use their car.”
As the Real Housewives has evolved over its two-decade tenure on air, what it means to be a Real Housewife has also certainly changed.
Rhode Island kicks off with Liz McGraw deeming herself the “Cannabis Queen,” as she and her husband own the state’s most successful cannabis dispensary; Rosie DiMare brings up a rumor that Jo-Ellen Tiberi is a “swinger”; and Kelsey Swanson admits that her boyfriend spends half of his year in Miami with his other girlfriend (and the cast speculates that she might have another boyfriend, too).
There’s certainly a lot going on, but the willingness to bare all for the cameras and leave no stone unturned in the women’s personal lives is representative of what is expected of the modern Housewife (on Bravo’s terms, that is).
“During our vetting and casting process, a price of entry is that you have to be open and real about your life,” Smiths says of the cast’s candid nature, adding, “If you’re trying to conceal things that are genuine, then don’t participate. This isn’t the show for you.”
Dolores Catania, Elizabeth McGraw, Alicia Carmody and Jo-Ellen Tiberi on ‘RHORI.’
Scott Eisen/Bravo
The women of Rhode Island could have picked up on this upfront requirement upon watching any of the other modern series, with Smith asserting that “by the time everyone signed on, they really understood that they were making a choice to share their lives.”
The unconventionalism of some elements of the cast’s lives, too, pulls the curtain back on the life of a modern Housewife.
“It feels very contemporary and of the moment,” Smith says of varying occupations and relationship structures of the RHORI women. “There are many ways to be in a relationship. There are many ways to parent, there are many ways to be a working mother, and these are all the universal themes that get explored in Housewives in general that make it so relatable. And this felt like another iteration of that, where these are real women living, hustling, working, mothering, being friends, living their lives, and without self judgment in 2026.”
The Real Housewives of Rhode Island bared all of their deep, dark secrets right from the jump, and Smith promises that even more drama will come as the season unfolds. “[Season one] is jam-packed with surprising and great story. These storylines around these marriages and what lies behind this surface just intensify, and it just becomes more and more fascinating,” she teases.
The Rhode Island-based Housewives also features quite the reality TV crossover, with Bachelor veteran Ashley Iaconetti making the jump from ABC to Bravo. Some may assume that a woman hailing from another profound reality TV franchise could have turned off the network during casting, but Smith asserts that was not the case. Instead, Ashley’s outside perspective, being the only woman who was not born and bred in Rhode Island, offered “viewer proxy input for the audience.”
“[Ashley is] the outsider, and she can break down for you what Rhode Island’s like and what the customs are and the idiosyncrasies of this group in a way that’s slightly more objective, because she isn’t from there. That was very, very appealing to us more than anything else,” Smith notes. “It wasn’t stunt casting, it wasn’t manipulated. We wouldn’t have gone in that direction.”
Solidifying its weekly air date on Sundays after premiering last Thursday, episode two will shed even more layers of the onion that make up RHORI. “The small town, big lives theme that [comes from them living in] such a small and intimate community” will predictably continue to deliver a compelling narrative, Smith notes.
The Real Housewives of Rhode Island are already off to a splashy start, one that not only compliments the preexisting Real Housewives slate, but restores it to its messy, expensive roots.
“I think Rhode Island just stands on its own two feet,” Smith adds. “It has such a different vibe, and people are just gonna fall absolutely in love with these women.”
Ashley Iaconetti and Rosie DiMare on ‘RHORI.’
Scott Eisen/Bravo
The Real Housewives of Rhode Island airs Sundays at 9 p.m. New episodes stream Mondays on Peacock.
1 teenage girl killed, another injured in shooting at Piedmont Park, police say
South Carolina vs TCU predictions for Elite Eight game in March Madness
Vaazha 2 first half review: Hashir anchors a lively, chaos-filled teen tale
Skier dies after fall at Sugarbush Resort
Trump’s Ballroom Design Has Barely Been Scrutinized
JD Vance says he was ‘obsessed’ with UFOs, believes aliens are actually ‘demons’
Inside Ye’s first comeback show at SoFi Stadium
Fetishist ‘No Kings’ protester in mask drags ‘Trump’ and ‘JD Vance’ behind her wheelchair