{this.persisted=t.persisted}),window.addEventListener(“DOMContentLoaded”,()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(t){if(document.hidden){t._triggerListener();return}this.triggerEvents.forEach(e=>window.addEventListener(e,t.userEventHandler,{passive:!0})),window.addEventListener(“touchstart”,t.touchStartHandler,{passive:!0}),window.addEventListener(“mousedown”,t.touchStartHandler),document.addEventListener(“visibilitychange”,t.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(t=>window.removeEventListener(t,this.userEventHandler,{passive:!0})),document.removeEventListener(“visibilitychange”,this.userEventHandler)}_onTouchStart(t){“HTML”!==t.target.tagName&&(window.addEventListener(“touchend”,this.touchEndHandler),window.addEventListener(“mouseup”,this.touchEndHandler),window.addEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.addEventListener(“mousemove”,this.touchMoveHandler),t.target.addEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”onclick”,”rocket-onclick”),this._pendingClickStarted())}_onTouchMove(t){window.removeEventListener(“touchend”,this.touchEndHandler),window.removeEventListener(“mouseup”,this.touchEndHandler),window.removeEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.removeEventListener(“mousemove”,this.touchMoveHandler),t.target.removeEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”rocket-onclick”,”onclick”),this._pendingClickFinished()}_onTouchEnd(t){window.removeEventListener(“touchend”,this.touchEndHandler),window.removeEventListener(“mouseup”,this.touchEndHandler),window.removeEventListener(“touchmove”,this.touchMoveHandler,{passive:!0}),window.removeEventListener(“mousemove”,this.touchMoveHandler)}_onClick(t){t.target.removeEventListener(“click”,this.clickHandler),this._renameDOMAttribute(t.target,”rocket-onclick”,”onclick”),this.interceptedClicks.push(t),t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener(“touchstart”,this.touchStartHandler,{passive:!0}),window.removeEventListener(“mousedown”,this.touchStartHandler),this.interceptedClicks.forEach(t=>{t.target.dispatchEvent(new MouseEvent(“click”,{view:t.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(t=>{this._isClickPending?this._pendingClickFinished=t:t()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(t,e,r){t.hasAttribute&&t.hasAttribute(e)&&(event.target.setAttribute(r,event.target.getAttribute(e)),event.target.removeAttribute(e))}_triggerListener(){this._removeUserInteractionListener(this),”loading”===document.readyState?document.addEventListener(“DOMContentLoaded”,this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let t=[];document.querySelectorAll(“script[type=rocketlazyloadscript]”).forEach(e=>{if(e.hasAttribute(“src”)){let r=new URL(e.src).origin;r!==location.origin&&t.push({src:r,crossOrigin:e.crossOrigin||”module”===e.getAttribute(“data-rocket-type”)})}}),t=[…new Map(t.map(t=>[JSON.stringify(t),t])).values()],this._batchInjectResourceHints(t,”preconnect”)}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(t){console.error(t)}window.dispatchEvent(new Event(“rocket-allScriptsLoaded”)),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll(“script[type=rocketlazyloadscript]”).forEach(t=>{t.hasAttribute(“data-rocket-src”)?t.hasAttribute(“async”)&&!1!==t.async?this.delayedScripts.async.push(t):t.hasAttribute(“defer”)&&!1!==t.defer||”module”===t.getAttribute(“data-rocket-type”)?this.delayedScripts.defer.push(t):this.delayedScripts.normal.push(t):this.delayedScripts.normal.push(t)})}async _transformScript(t){return new Promise((await this._littleBreath(),navigator.userAgent.indexOf(“Firefox/”)>0||””===navigator.vendor)?e=>{let r=document.createElement(“script”);[…t.attributes].forEach(t=>{let e=t.nodeName;”type”!==e&&(“data-rocket-type”===e&&(e=”type”),”data-rocket-src”===e&&(e=”src”),r.setAttribute(e,t.nodeValue))}),t.text&&(r.text=t.text),r.hasAttribute(“src”)?(r.addEventListener(“load”,e),r.addEventListener(“error”,e)):(r.text=t.text,e());try{t.parentNode.replaceChild(r,t)}catch(i){e()}}:async e=>{function r(){t.setAttribute(“data-rocket-status”,”failed”),e()}try{let i=t.getAttribute(“data-rocket-type”),n=t.getAttribute(“data-rocket-src”);t.text,i?(t.type=i,t.removeAttribute(“data-rocket-type”)):t.removeAttribute(“type”),t.addEventListener(“load”,function r(){t.setAttribute(“data-rocket-status”,”executed”),e()}),t.addEventListener(“error”,r),n?(t.removeAttribute(“data-rocket-src”),t.src=n):t.src=”data:text/javascript;base64,”+window.btoa(unescape(encodeURIComponent(t.text)))}catch(s){r()}})}async _loadScriptsFromList(t){let e=t.shift();return e&&e.isConnected?(await this._transformScript(e),this._loadScriptsFromList(t)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([…this.delayedScripts.normal,…this.delayedScripts.defer,…this.delayedScripts.async],”preload”)}_batchInjectResourceHints(t,e){var r=document.createDocumentFragment();t.forEach(t=>{let i=t.getAttribute&&t.getAttribute(“data-rocket-src”)||t.src;if(i){let n=document.createElement(“link”);n.href=i,n.rel=e,”preconnect”!==e&&(n.as=”script”),t.getAttribute&&”module”===t.getAttribute(“data-rocket-type”)&&(n.crossOrigin=!0),t.crossOrigin&&(n.crossOrigin=t.crossOrigin),t.integrity&&(n.integrity=t.integrity),r.appendChild(n),this.trash.push(n)}}),document.head.appendChild(r)}_delayEventListeners(t){let e={};function r(t,r){!function t(r){!e[r]&&(e[r]={originalFunctions:{add:r.addEventListener,remove:r.removeEventListener},eventsToRewrite:[]},r.addEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.add.apply(r,arguments)},r.removeEventListener=function(){arguments[0]=i(arguments[0]),e[r].originalFunctions.remove.apply(r,arguments)});function i(t){return e[r].eventsToRewrite.indexOf(t)>=0?”rocket-“+t:t}}(t),e[t].eventsToRewrite.push(r)}function i(t,e){let r=t[e];Object.defineProperty(t,e,{get:()=>r||function(){},set(i){t[“rocket”+e]=r=i}})}r(document,”DOMContentLoaded”),r(window,”DOMContentLoaded”),r(window,”load”),r(window,”pageshow”),r(document,”readystatechange”),i(document,”onreadystatechange”),i(window,”onload”),i(window,”onpageshow”)}_delayJQueryReady(t){let e;function r(r){if(r&&r.fn&&!t.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(e){return t.domReadyFired?e.bind(document)(r):document.addEventListener(“rocket-DOMContentLoaded”,()=>e.bind(document)(r)),r([])};let i=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){if(this[0]===window){function t(t){return t.split(” “).map(t=>”load”===t||0===t.indexOf(“load.”)?”rocket-jquery-load”:t).join(” “)}”string”==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=t(arguments[0]):”object”==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{delete Object.assign(arguments[0],{[t(e)]:arguments[0][e]})[e]})}return i.apply(this,arguments),this},t.allJQueries.push(r)}e=r}r(window.jQuery),Object.defineProperty(window,”jQuery”,{get:()=>e,set(t){r(t)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event(“rocket-DOMContentLoaded”)),await this._littleBreath(),window.dispatchEvent(new Event(“rocket-DOMContentLoaded”)),await this._littleBreath(),document.dispatchEvent(new Event(“rocket-readystatechange”)),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event(“rocket-load”)),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(t=>t(window).trigger(“rocket-jquery-load”)),await this._littleBreath();let t=new Event(“rocket-pageshow”);t.persisted=this.persisted,window.dispatchEvent(t),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let t=new Map;document.write=document.writeln=function(e){let r=document.currentScript;r||console.error(“WPRocket unable to document.write this: “+e);let i=document.createRange(),n=r.parentElement,s=t.get(r);void 0===s&&(s=r.nextSibling,t.set(r,s));let a=document.createDocumentFragment();i.setStart(a,0),a.appendChild(i.createContextualFragment(e)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(t=>setTimeout(t)):new Promise(t=>requestAnimationFrame(t))}_emptyTrash(){this.trash.forEach(t=>t.remove())}static run(){let t=new RocketLazyLoadScripts;t._addUserInteractionListener(t)}}RocketLazyLoadScripts.run();]]> [] Philly men dominating leaders in NCAA Division I faceoff percentage – PhillyLacrosse.com Continue reading

NANTICOKE — A man wanted on drug possession and traffic offenses and another wanted by the Luzerne County Sheriff’s Department were apprehended following a standoff with local police and U.S. Marshals Service earlier Tuesday.
Brandon Brian Mayewski, 24, of West South Street, Nanticoke, and Joseph Bobbin, 32, were taken into custody at about 12 p.m. when they attempted to escape a residence on East Green Street.
Mayewski and Bobbin initially refused to exit the residence but were caught when they ran out a rear door.
Court records say Mayewski was wanted on an arrest warrant stemming from a traffic stop on Sans Souci Parkway, Hanover Township, on Jan. 6.
When a township officer was behind Mayewski’s Hyundai at a red traffic signal, Mayewski reversed his vehicle nearly colliding with the police cruiser, court records say.
Mayewski then shifted into drive and pulled off the right shoulder of Sans Souci, jumping out claiming their was something wrong with the vehicle, according to court records.
The officer noticed expired inspection and emission stickers on the vehicle’s windshield and a syringe in plain view in the middle cup holder, court records say.
Mayewski was detained after he told an officer he was not diabetic.
During a search of his body, police found four glassine packets in his jeans pocket, court records say.
Mayewski allegedly admitted there were drugs inside the vehicle.
Police in court records say a search of the vehicle resulted in a bag filled with heroin/fentanyl and four syringes.
Mayewski was arraigned by District Judge Joseph Halesey in Hanover Township on two counts of possession of a controlled substance, and one count each of possession of drug paraphernalia, driving with a suspended…
Hiring event at Mohegan Pennsylvania

Hiring event at Mohegan Pennsylvania | WOLFPlease ensure Javascript is enabled for purposes ofwebsite accessibility-1; } // command = ‘getUSPData’, version = 1, callback = function(uspData: uspdata, success: boolean) window.__uspapi = function (command, version, callback) { if (command === ‘getUSPData’ && version === 1) { if (isFullMeasure() || getPrivacyKVP()) { // enable via KVP or if the site is fullmeasure.news // check trustarc for privacy info var uspString = getTrustArc(); if (uspString) { // if the uspString was created and returned properly // Then perform callback with correct object var uspData = { version: version, uspString: uspString }; return callback(uspData, true); } } } // Case where command !== getUSPData || uspString returns null || version !== 1 || !usPrivacyEnabled // call callback with uspData = null and success = false return callback(null, false); } function getTrustArc() { if (window.truste && window.truste.cma) { // if the trustarc object and methods are available var url = location.protocol + ‘//’ + location.host; // Get consent decision by calling trustarc api var consentDetails = window.truste.cma.callApi(“getConsentDecision”, url); /* returns consentDetails: {consentDecision:$integer, source:”asserted”} consentDetails.source can be “asserted” or “implied” – ignore for our purposes consentDetails.consentDecision can be 0, 1, 2, or 3 0 – no decision (closing banner without making a decision) 1 – required – “opted out” 3 – advertising – accepted */ var uspPrivacyString = formatUSPrivacyString(consentDetails.consentDecision); return writeUSPrivacyString(uspPrivacyString); } else { return null; } } // Handle getting the value of the notice_behavior cookie (provided for us by trustarc) function getCookieData(name) { var value = ‘; ‘ + document.cookie; var parts = value.split(‘; ‘ + name + ‘=’); if (parts.length === 2) { return parts.pop().split(‘;’).shift(); } return null; } function getNoticeBehavior() { var cookie = getCookieData(‘notice_behavior’);…
Continue reading

Flames tear through home in Honey Pot section of Nanticoke, active brush fire nearby | WOLFPlease ensure Javascript is enabled for purposes ofwebsite accessibility-1; } // command = ‘getUSPData’, version = 1, callback = function(uspData: uspdata, success: boolean) window.__uspapi = function (command, version, callback) { if (command === ‘getUSPData’ && version === 1) { if (isFullMeasure() || getPrivacyKVP()) { // enable via KVP or if the site is fullmeasure.news // check trustarc for privacy info var uspString = getTrustArc(); if (uspString) { // if the uspString was created and returned properly // Then perform callback with correct object var uspData = { version: version, uspString: uspString }; return callback(uspData, true); } } } // Case where command !== getUSPData || uspString returns null || version !== 1 || !usPrivacyEnabled // call callback with uspData = null and success = false return callback(null, false); } function getTrustArc() { if (window.truste && window.truste.cma) { // if the trustarc object and methods are available var url = location.protocol + ‘//’ + location.host; // Get consent decision by calling trustarc api var consentDetails = window.truste.cma.callApi(“getConsentDecision”, url); /* returns consentDetails: {consentDecision:$integer, source:”asserted”} consentDetails.source can be “asserted” or “implied” – ignore for our purposes consentDetails.consentDecision can be 0, 1, 2, or 3 0 – no decision (closing banner without making a decision) 1 – required – “opted out” 3 – advertising – accepted */ var uspPrivacyString = formatUSPrivacyString(consentDetails.consentDecision); return writeUSPrivacyString(uspPrivacyString); } else { return null; } } // Handle getting the value of the notice_behavior cookie (provided for us by trustarc) function getCookieData(name) { var value = ‘; ‘ + document.cookie; var parts = value.split(‘; ‘ + name + ‘=’); if (parts.length === 2) { return parts.pop().split(‘;’).shift(); } return…
Continue reading

Heavy police activity Thursday evening shut down a major road near St. Luke’s University Hospital in Fountain Hill borough.
Est. Read Time: 2 mins
Police activity Thursday evening shut down a major road near St. Luke’s University Hospital in Fountain Hill borough.
Shortly before 9 p.m., police had Delaware Avenue closed in both directions between Mohican and Uncas streets, which is just west of the large bend in the road near the Bethlehem city line.
A police vehicle could also be seen blocking nearby Seneca Street at its intersection with Mohican Street, adjacent to the Cedarbrook-Fountain Hill Annex complex.
A car that was stopped in the middle of the northbound lane with it’s driver’s door open appeared to be the focus of the intense activity, which also appeared to be increasing around 9 p.m., as several emergency vehicles raced up Delaware Avenue toward the closed section of road.
Among the vehicles were a personal vehicle with emergency lights activated, a tow truck with lights and siren activated and a Fountain Hill fire truck with lights and sirens activated.
Northbound traffic on Delaware Avenue was being turned around and detoured due to the road closure.
Note: This is a developing story. Information may change and the story may be updated as more facts become known.
Police vehicles blocked Delaware Avenue to through traffic in response to an unspecified emergency Thursday evening in Fountain Hill borough. The road was closed shortly before 9 p.m. between Mohican and Uncas streets near the Bethlehem city line.
Above, a Fountain Hill police SUV sits along the side of Delaware Avenue as a line of northbound drivers wait to turn around due to the police activity ahead.
Above, a Fountain Hill Fire…

It’s not uncommon to spot a celebrity in Connecticut – many big names are from here, or own property here. What is a little more rare is a celebrity-owned restaurant in Connecticut, though a few have popped up over the last few years. If you’ve ever been to Mohegan Sun, it’s likely you’ve seen the casino’s waterfall restaurant, Tuscany. It’s owned by famed celebrity chef Todd English. Not too far away, you’ll find another celebrity restaurant inside of Mohegan Sun: Bobby’s Burger Palace, owned by Bobby Flay, one of the Food Network’s biggest names. This upscale casual burger joint once had nearly 20 locations all over the country, but most have closed over the years and we’re lucky enough to still have one in Connecticut.
Bobby Flay has worked with the Food Network for more than 30 years and is now one of the world’s most renowned celebrity chefs. He even has a star on the Hollywood Walk of Fame! Flay owns several restaurants, one of which is Bobby’s Burger Palace. This is the only remaining location in the northeast.
The atmosphere is slightly upscale while still remaining casual – you certainly won’t be uncomfortable stopping in here to take a break from a day of hitting the slots, but it’s also nice enough that you could eat here as a date. The focus here combines novelty with familiarity: sure, burgers are common, but the toppings here are often creative and based on Flay’s travels throughout the United States.
Continue reading
RUTHERFORD NJ – Felician University is proud to announce that Chief Vincent Mann, Turtle Clan Chief of the Ramapough Lenape Nation with be the keynote speaker at the 2nd Annual Undergraduate Research Conference on Saturday April 15, 2023. This event is sponsored by the School of Arts & Sciences. Dr. Lavina Sequeira, Associate Dean of Humanities is serving as Chairperson.
Chief Mann is a Trustee of the Highlands Coalition and former member of the Ringwood Mines Superfund Site Citizen Advisory Group (CAG). He is currently working on co-creating the United Lunaapeewak which looks to achieve cultural restoration and education projects for the broader public. Chief Mann is co-founder of the Munsee Three Sisters Medicinal Farm, an initiative to restore food sovereignty for the Clan and to create local jobs. He established partnerships with NYU Environmental Medicine on a community health survey a collaboration with the Rutgers Newark Price Institute on Ethnicity, Culture & the Modern Experience on an “Archive of the Lenape Dispossession” and the publication of the Our Land, Our Stories book with Rutgers Department of Landscape Architecture.
The 2023 conference theme is Transformation and Sustainability: Global Solutions for the 21st Century. The purpose of the Undergraduate Research Conference is to engage undergraduate students across the region in constructive dialogue and explore equitable, realistic solutions to challenges facing society today. Research can address access to healthcare, environmental care, ecological economy, community resilience, and empowerment. The successful proposals will be presented by the undergraduate students.
The Felician University URC is dedicated to promoting undergraduate research, scholarship, and creative activity in any field of study that relates to “caring for our common home,” a reflection of the university’s Felician Franciscan values. Grounded in innovation and advocacy, it is an opportunity to engage, collaborate, and explore interdisciplinary perspectives of academic discourse and…

Crews also had to deal with brush fires sparked after the house caught fire Tuesday afternoon.
NANTICOKE, Pa. — Heavy smoke was seen for miles as flames tore through a duplex on Keech Street in Nanticoke.
The fire chief says they responded around 1:40 p.m. Tuesday afternoon, and when they arrived, the fire already started to spread to another home next door.
“We were able to stop the fire at the adjoining house. We kept it just to the exterior of the building, but the fire building itself is a total loss,” said Chief Mark Boncal, Nanticoke City Fire Department.
Jana Capps lives on the other side of the house on fire. She says she smelled smoke, then saw the flames coming out of her neighbor’s house and was worried that the fire would spread.
“I just threw my dog in the car and what I needed to take and went up and parked in the parking lot,” said Jana Capps, Nanticoke.
Her concerns became reality because the fire spread from the house, igniting a brush fire in a nearby wooded area.
“The wind conditions and everything else, a lot of the embers that were coming off the burning building, the wind just took it,” explained Chief Boncal.
A man and his dog live on the right side of the home and were able to get out safely while the other side of the home was vacant.
Capps says she spoke with her neighbor about what he heard just before the fire started, “He said that he heard somebody next door, and nobody lives next door.”
The fire chief says a state police fire marshal will investigate the cause of the fire, and the home will most likely be torn down soon.
Detectives with the Nanticoke Police Department say they,…

Mansfield News Jourmal | USA TODAY NETWORK
One road to close, another one opens
Lucas-Perrysville Road, between Trumpower and Wentz Roads in Monroe Township, will be closed starting Monday 60 days, weather permitting. The closure will allow for a bridge replacement project.
Marion Avenue Road, between Lexington-Ontario and Sheirer roads in Troy Township, is now open. The road was closed for a culvert repair.
Shelby Democrats to meet Thursday
SHELBY — Voters throughout Richland County on May 2 will see an issue to renew a five-year, 0.8 mill property tax for the maintenance and operation of Dayspring Assisted Living. Members of the Shelby Area Democratic Club will hear a presentation from Dayspring Executive Director Michelle Swank at their monthly meeting scheduled for 7 p.m. Thursday in the Sutter-Roush Room, 23 E. Main St.
Democrats and people of goodwill are invited to attend.
The gathering will be both in person and via Zoom. Those who wish to attend via Zoom should send a request for the link to shelbydems@yahoo.com by noon Thursday.
Shelby library to host event to mark National Library Week
SHELBY — Marvin Memorial Library, 29 W. Whitney Ave., will celebrate National Library Week April 24-28. The week kicks off with a Tea Party at 5 p.m. April 24. The event is for adults only. Donations will go to the Friends of Marvin Memorial Library.
To reserve a spot, call the library at 419-347-5576.
History of CCC work in Mohican Forest focus of museum talk
LOUDONVILLE — The Cleo Redd Fisher Museum, 203 E. Main St., will close out its Speaker Series with a look at the history and legacy of Camp Mohican and the Civilian Conservation Corps effort in Mohican State Forest. The program is slated for 7 p.m. Monday.
The Civilian Conservation Corps (CCC) was a work relief program that gave millions of young men employment on environmental projects…

SHELTON — A Mohegan School music teacher is on leave pending a police investigation, according to Shelton Superintendent Ken Saranich.
The teacher, Laura Heckmann, could not be reached for comment Friday, and the president of the teachers union did not immediately return a message seeking comment.
In a message sent to parents Wednesday, Mohegan School Principal John Coppola said that “Miss Heckmann will be out on personal leave until further notice.
“We are working to ensure the well-being and continuous instruction for your child during this time,” Coppola’s message said. “We appreciate your patience and understanding. As this is a personnel matter, we will be unable to comment further regarding this incident.”
Saranich confirmed that Heckmann, who is in her first year of employment with the district, has been placed on leave, but would not comment on why, only saying it is related to an open police investigation.
Police Lt. Robert Kozlowsky also confirmed that there is an open investigation into “a teacher,” but would not identify the individual. Kozlowsky said the investigation related to an issue about conduct with students. Kozlowsky said the Department of Children and Families and the school district were notified.
In a prepared statement, DCF Commissioner Vannessa Dorantes also confirmed the probe but said more information could not yet be disclosed yet.
“We can confirm the Department is conducting a joint investigation with law enforcement regarding allegations of child maltreatment reported at Mohegan School in Shelton,” Dorantes said.
“Our Department adheres to confidentiality under state statute 17a-28 and federal law and due to the pending investigation into this incident,…