Rhode Island
Providence man arrested in connection to narcotics and firearms investigation | ABC6
“);
$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.
Rhode Island
Frostbitten lizard found in Rhode Island is healing
While shoveling his driveway during yet another winter storm, a man in Providence, Rhode Island found something rather unexpected—a very cold giant lizard. Fortunately, the animal rehabilitation experts at the New England Wildlife Center found that besides being very dehydrated and having frostbite on its tongue and toes, the female tegu named Frankie was doing okay.
Tegus are large South American reptiles, so how did Frankie end up in the middle of a snowstorm in New England? Tess Gannaway, a veterinarian at the wildlife center who treated Frankie, tells Popular Science that she was probably someone’s pet.
“Given their size they often roam folk’s homes like dogs or cats and there is a chance that in warmer months Frankie escaped and was surviving on her own outside until the weather got too cold for her to manage,” Gannaway explains. There’s also the more unfortunate possibility that the lizard was recently abandoned.
Either way, Frankie was likely unable to pull her tongue back into her mouth at the start of the storm, which caused the frostbite on both her tongue and her toes. The tongue frostbite is particularly notable because known cases of animals with mucus membrane related frostbite are exceedingly unusual. Because of the frostbite, Frankie no longer has the iconic reptilian V-shape in her tongue.
In fact, veterinary medicine as a whole didn’t have any published accounts of such an affliction. As such, Gannaway and her veterinary student turned to human medical literature to decide on Frankie’s best treatment option, and ultimately identified what they were looking for.
This “is really cool and an example of something in veterinary medicine and other fields we call one health, so the intersection between human and animal health,” Gannaway explained in a New England Wildlife Center video.
In the human report, a portion of a patient’s tongue had unintentionally frozen because of a medical intervention in the mouth. Doctors then removed the dead external tissue a number of times, healing the injury within three weeks.
Similarly, the team at the New England Wildlife Center aims to remove part of Frankie’s dead tongue tissue every two or three weeks. Hopefully, the tongue will heal on its own, but the good news is that tongues are rapid healers.
Gannaway says that the team is “cautiously optimistic” about Frankie’s future.
“She did great during her first debridement [the tissue removal] and has moved on from liquid to solid food. New England Wildlife Centers’ Veterinarians will keep checking her tongue every 2 weeks to see if she needs further sedation to remove more superficial tissue,” she adds.“Until then she is on pain medications and an antibiotic. Tegus can live normal lives with only part of their tongue so as long as we can get her tongue to stabilize she should be ready to live a warmer although slightly less adventurous life.”
Rhode Island
Bodycam footage shows moments police respond to Pawtucket shooting
Police bodycam footage shows the moments officers arrived to the scene of a deadly mass shooting in Pawtucket, Rhode Island.
The shooting on Feb. 16 at the Dennis M. Lynch Arena killed Rhonda Dorgan and Aidan Dorgan, the ex-wife and son of the shooter, who died by suicide.
If you or someone you know is in crisis, call or text 988 to reach the Suicide and Crisis Lifeline or chat live at 988lifeline.org. You can also visit SpeakingOfSuicide.com/resources for additional support.
Gerald Dorgan, Rhonda’s father, died from his injuries this week. His wife, Linda Dorgan, and family friend Thomas Geruso remain hospitalized.
Around five minutes after the first officer arrives, he beings helping paramedics with a man who identifies himself as Aidan. Twelve minutes in, Aidan Dorgan is transported to the hospital, where he would later die from his injuries.
If you or someone you know is experiencing domestic violence, contact the National Domestic Violence Hotline by calling 1-800-799-SAFE (7233), visiting www.thehotline.org or texting LOVEIS to 22522.
For the last 10 minutes of the footage, the officer then begins helping paramedics transport the other three gunshot victims.
The video ends with police prepping witness interviews.
The shooting rocked the Pawtucket community. Chris Librizzi, head coach of the Blackstone Valley Schools hockey team impacted by the shooting, said the players and coaching staff “are devastated over the events that took place at Lynch Arena on Monday and intimately affected one of our teammates.”
As authorities continue investigating the shooting in Pawtucket, three patients remain in critical condition.
“We will lean on each other and support one another, as we have always done as a team,” he added.
Pawtucket police said two handguns were found at the scene after the shooting, a Sig Sauer P226 and Glock. Other weapons have been seized at the suspect’s storage unit in Maine.
Investigators continue reviewing all video evidence from before, during and after the shooting, including surveillance footage from the Dennis M. Lynch Arena, police body-worn camera footage and other records — a high school sports livestream captured the shooting from a distance — police said.
Rhode Island
Man killed in RI shooting; suspect involved in Mass. car crash that killed 2 others
A man has died after a shooting in Cranston, Rhode Island, and investigators say a suspect was later involved in a car crash in Swansea, Massachusetts, that killed two other people.
The shooting victim was found Thursday on Legion Way, shot multiple times in the chest, Cranston police told NBC affiliate WJAR-TV. He was taken to Rhode Island Hospital where he later died. His name has not been released.
The suspect initially fled on foot, setting off a shelter-in-place order while investigators searched the area.
Police said Friday that investigators identified a suspect vehicle, which was later spotted by Massachusetts State Police. A trooper followed the car down Route 6 and Interstate 195, but stopped when it crossed back into Rhode Island. The car was later involved in a crash on Route 136 in Swansea, Mass.
Swansea police say that crash on Route 136 (James Reynolds Road) resulted in the deaths of two other people.
According to the Swansea Police Department, two officers saw a white Infinity G37 speed past them around 12:18 a.m. Friday on Route 6, otherwise known as Grand Army of the Republic Highway. Moments later, officers observed that the vehicle had crashed into the side of a blue Subaru Ascent that had been traveling southbound on Route 136.
Both vehicles sustained catastrophic damage, police said.
The vehicle that was struck was fully engulfed in flames. First responders and bystanders tried to extinguish the fire, but both occupants — a man and a woman — were pronounced dead at the scene, police said. Their names have not been released.
The 28-year-old Infinity driver, who struck the victims’ Subaru, was taken to Rhode Island Hospital with serious injuries and later into custody by Cranston Police. They have not been publicly identified at this time.
Swansea police said they are aware that the Infinity was the subject of a police pursuit, and know the driver was wanted in connection to the Rhode Island homicide investigation. While Swansea police had been alerted to be on the lookout for the suspect’s vehicle, however, they say they were not involved in the pursuit and were not pursuing the vehicle at the time of the deadly crash.
The crash in Swansea is under investigation by Massachusetts authorities, including state police and the Bristol County District Attorney’s Office. Meanwhile, Cranston police said they would give an update on their investigation around 1 p.m.
-
World3 days agoExclusive: DeepSeek withholds latest AI model from US chipmakers including Nvidia, sources say
-
Massachusetts3 days agoMother and daughter injured in Taunton house explosion
-
Montana1 week ago2026 MHSA Montana Wrestling State Championship Brackets And Results – FloWrestling
-
Louisiana6 days agoWildfire near Gum Swamp Road in Livingston Parish now under control; more than 200 acres burned
-
Denver, CO3 days ago10 acres charred, 5 injured in Thornton grass fire, evacuation orders lifted
-
Technology1 week agoYouTube TV billing scam emails are hitting inboxes
-
Technology1 week agoStellantis is in a crisis of its own making
-
Politics1 week agoOpenAI didn’t contact police despite employees flagging mass shooter’s concerning chatbot interactions: REPORT