Categories
Mohegan

What does the WNBA have against Steve Pagliuca’s enormous bid to buy the Connecticut Sun and relocate it to Boston?

This is confusing because why would Pagliuca apply for an expansion team when he has a deal to purchase an existing team? And the Mohegan Tribe, owners of the Sun, want to sell to Pagliuca and prefer the team move to Boston, where the facilities and support would be exponentially better.

Get Starting Point

A guide through the most important stories of the morning, delivered Monday through Friday.

Governor of Massachusetts Maura Healey has fully supported and endorsed Boston getting a WNBA team for years and told the Globe the quickest way to make that happen would be relocation. Boston does not want to wait until another round of expansion in 2033, if that were to happen.

The league is expanding to 18 teams by 2030 and there is no guarantee that adding so many teams will be successful or financially viable to add perhaps two more by 2033. There’s a reason Boston did not apply for an expansion team. Pagliuca was working on a deal to buy the Sun and the other publicized Boston group, led by actor/director Donnie Wahlberg, lost one of its primary investors and was seeking more support for a potential bid.

Commissioner Cathy Engelbert has yet to comment on the situation, besides the league statement, but there obviously have been conversations between the league and other prospective buyers, such as Rockets owner Tilman Fertitta, who could move the club to Houston and bring back the Comets, the league’s first dynasty.

There are many questions from that WNBA statement, including what does the league have against Boston? And if the Sun were to be purchased by, let’s say former Bucks owner Marc Lasry and moved to Hartford, would the league want another team so close in Boston?

Front Office Sports reported that Engelbert basically sat on the Pagliuca offer without presenting it to…

Continue reading

Categories
Lenni Lenape

Bright Path Center, an Integrated Crisis Stabilization Facility, Is Slated to Open Next Spring in Doylestown

Bright Path Center will offer crisis stabilization with integrated services for mental health, drug and alcohol use disorder to Bucks County residents.

Once completed the estimated $15 million facility currently under construction on the campus of Doylestown Health: Doylestown Hospital will be accessible to walk in and drop off to individuals with no intake appointments needed.

Bucks County Commissioners approved $5 million toward the project at a regular business meeting August 6.

“I’m a big supporter of this project. Every family sooner or later is going to have to deal with a loved one with a mental health or drug and alcohol addiction issue,” said Bucks County Commissioner Gene DiGirolamo.

The average cost for drug rehabilitation services is about $13,475, according to the National Center for Drug Abuse Statistics website – though programs, facilities, length of stay and individualized needs mean the real costs vary widely.

“One of its primary uses is to reduce boarding in hospital emergency department settings and start treatment right away,” said Donna Duffy Grimm, administrator at the Bucks County Department of Behavioral Health/Developmental Programs.

Bucks County Commissioners Unanimously Release Opioid Settlement Money to Fund Local Programs | Funds will help the Bucks County Coroner’s office screen for drug overdose deaths quickly; $2.2 million will go toward drug & alcohol treatment and relapse prevention among the county’s prison population. — Bucks County Beacon (@buckscountybeacon.com) 2025-02-05T22:39:41.650Z

Doylestown Hospital donated the land for the estimated 20,000-square-foot facility.

The project is in partnership with the county, Doylestown Health, the Lenape Valley Foundation and money from Bucks County Opioid Settlement Funds.

Among the nearly $15 million project’s goals is to provide relief to area hospital emergency departments, begin appropriate treatment immediately, offer a…

Continue reading

Categories
Nanticoke

Nanticoke Indians struggling to fund this year’s Powwow

[]

Nanticoke Indians struggling to fund this year’s Powwow | Cape Gazette ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]>

Advertisement

]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]>

Continue reading

Categories
Mohican

Union County Student Wins Statewide ODNR Writing Competition

MARYSVILLE – Anna Jo Nichols of Union County has been named the Writing Grades 6–8 winner in the Ohio Department of Natural Resources’ (ODNR) America 250 Field Trip Competition. The contest, part of the America 250-Ohio Celebration, invited students from across the state to submit art or short essays highlighting how Ohio’s natural resources have shaped their lives.

This year, more than 80 applications were received from students representing 37 Ohio counties. Entries were judged in six categories, with winners earning a spot on one of several exclusive ODNR-organized field trips—ranging from a Heritage Hike at Mohican State Park to an Ultimate Wildland Firefighter Experience.

“Every submission told a unique story about Ohio’s great outdoors that makes me excited about the future of conservation in the state,” said ODNR Director Mary Mertz. “It’s truly inspiring to see how our young people interact with Ohio’s native wildlife and our green spaces at state parks, natural areas, and forests.”

The winning art piece selection for the Art Grades 3-5 category.

The winners and the following categories are as follows:

  • Art Grades 3-5 Winner:
    • Maddie Feola of Greene County
  • Art Grades 6-8 Winner:
    • Veronica Gilbert of Ottawa County
  • Art Grades 9-12 Winner:
    •  Elsa Castillo of Butler County
  • Writing Grades 3-5 Winner:
    • Lincoln Caldwell of Hamilton County
  • Writing Grades 6-8 Winner:
    • Anna Jo Nichols of Union County
  • Writing Grades 9-12 Winners (tie):
    • Zoe Neff of Franklin County
    • Olivia Kannel of Williams County
  • ODNR Director’s Choice:
    • Eva Haylett of Licking County

The submissions were reviewed by a panel of ODNR staff for all six categories. The winners selected from a variety of exclusive field trips put together…

Continue reading

Categories
Mohegan

Community Bulletin Board for Aug. 10, 2025

&ie=1&v=<%=SportsApp.Core.Version %>" /> { const stories = (data.searchTagResults || []).slice(0, 10); if (!data.ok || stories.length === 0) return; const sliderContainer = document.createElement(‘div’); sliderContainer.classList.add(‘slider-container-frontend’); const sliderWrapper = document.createElement(‘div’); sliderWrapper.classList.add(‘slider-wrapper-frontend’); stories.forEach(story => { const storyItem = document.createElement(‘a’); storyItem.href = story.link; storyItem.target = ‘_blank’; storyItem.classList.add(‘slider-item-frontend’); if (story.logo) { const img = document.createElement(‘img’); img.src = story.logo; img.classList.add(‘slider-image-frontend’); storyItem.appendChild(img); } const title = document.createElement(‘div’); title.textContent = story.title; title.classList.add(‘slider-title-frontend’); storyItem.appendChild(title); sliderWrapper.appendChild(storyItem); }); const prevButton = document.createElement(‘button’); prevButton.classList.add(‘slider-prev-frontend’); prevButton.innerHTML = ‘‘; prevButton.addEventListener(‘click’, () => { sliderWrapper.scrollBy({ left: -220, behavior: ‘smooth’ }); }); const nextButton = document.createElement(‘button’); nextButton.classList.add(‘slider-next-frontend’); nextButton.innerHTML = ‘‘; nextButton.addEventListener(‘click’, () => { sliderWrapper.scrollBy({ left: 220, behavior: ‘smooth’ }); }); sliderContainer.appendChild(prevButton); sliderContainer.appendChild(sliderWrapper); sliderContainer.appendChild(nextButton); const authorElement = document.querySelector(‘.authorName’); if (authorElement) { authorElement.insertAdjacentElement(‘afterend’, sliderContainer); } }) .catch(error => console.error(‘Error fetching stories:’, error)); } function waitForAuthorName() { const targetNode = document.body; const config = { childList: true, subtree: true }; const mutationWatcher = new MutationObserver(mutations => { const authorNameElem = document.querySelector(‘.authorField[data-name=”display”]’); if (authorNameElem) { let authorName = authorNameElem.innerText.trim(); //authorName = authorName.replace(/^Bys+/i, ”); //authorName = authorName.split(‘n’)[0].trim(); //console.log(authorName); if (authorName) { mutationWatcher.disconnect(); fetchAndDisplayStories(authorName); } } }); mutationWatcher.observe(targetNode, config); } function isAuthorPage() { return…
Continue reading

Categories
Unami

United Nations and Government of Iraq Deliver Transformative Results for Sustainable Development in 2024 [EN/AR]

Baghdad, 14 August 2025 – The United Nations Country Team (UNCT) in Iraq, working closely with the Government of Iraq, has launched the 2024 UN Annual Results Report, highlighting transformative achievements that have accelerated Iraq’s progress toward the Sustainable Development Goals (SDGs) and national development priorities.

The report marks the conclusion of the United Nations Sustainable Development Cooperation Framework (UNSDCF) 2020–2024 and reflects the collective impact of 23 UN agencies partnering with national institutions, civil society, the private sector, and international partners to address Iraq’s most urgent challenges while laying the foundation for long-term stability and prosperity.

In 2024, joint UN–Government efforts delivered impactful results across five priority areas:

  1. Social Cohesion, Protection and Inclusion: Nearly 285,000 children, women, and families accessed child protection and domestic violence response services. Housing rehabilitation supported 2,695 returnee families, while 209 community policing initiatives-built trust between law enforcement and residents. Peacebuilding advanced through the engagement of 416 women and youth in Local Peace Committees, driving reconciliation and promoting peaceful coexistence in conflict-affected areas.
  2. Economic Growth for All: The UN boosted inclusive economic opportunities by creating 1,300 jobs and 62,000 worker days in Nineveh and Duhok. Livelihood support packages strengthened resilience for 8,209 households, while 7,539 job-seekers – 29% women – were linked to employment through service centres. To stimulate local economies, $7 million in grants helped 540 SMEs expand, while the renovation of 50 dairy centres created 730 jobs. Additionally, 465 entrepreneurs were trained by UN-certified trainers to start or grow businesses.
  3. Effective, Inclusive and Efficient Institutions and Services: The UN supported Iraq’s first national census in over three decades, a milestone for data-driven policy and equitable resource allocation. Education services improved for 1.5 million children – 53% girls – through the school-based management model, while 47% of 290,418 identified out-of-school children re-enrolled…

Continue reading

Categories
Lenni Lenape

Ramapough Lenape chief unseated, arrested in illegal coup, lawsuit says

The leader of the Ramapough Lenape Nation in Bergen County has sued rival tribal members for allegedly staging an illegal takeover of the council, ousting him, having him arrested, and seizing control of the tribe’s nonprofit arm.

Chief Dwaine Perry claims in court papers that rival members violated the tribe’s 2008 Constitution when they voted in May to suspend him and later removed him and other council members without proper authority.

After his removal, Perry was arrested at tribal headquarters in Mahwah for allegedly trespassing, court records show.

Perry says his removal was based on outdated 2004 bylaws that allow non-council members to vote, according to the lawsuit, filed in Superior Court of Bergen County on Aug. 7.

Tribal Council members did not respond to calls and emails seeking comment on the lawsuit.

The Ramapough Lenape Nation is recognized by New Jersey and New York as an American Indian tribe. The Tribal Council oversees the Wolf Clan in Mahwah, the Turtle Clan in Ringwood and the Deer Clan in Hillburn, New York.

After his suspension, Perry was charged on July 22 with criminal trespass when he returned to the Ramapough Lenape Community Center in the 100 block of Stag Hill Road, according to court records.

A source close to the case claims Perry was arrested when he returned to replace pictures of himself, which had been taken off a wall after he was ousted.

Ramapough Lenape chief arrested in N.J., unseated by rival members in illegal coup, lawsuit saysThe Ramapough Lenape Community Center on Stag Hill Road in Mahwah.Google Maps

Police issued Perry a summons to appear in court and released him. The charge, which is a disorderly persons’ offense, remains pending in municipal court.

Perry is suing rival members for allegedly defaming him after he suggested “their finances should be looked at,”…

Continue reading

Categories
Nanticoke

Nature lovers explore Hobbitstee lands, iNaturalist app

Nature lovers explore Hobbitstee lands, iNaturalist app | The Haldimand Press

Thursday, August 14, 2025

Web-Ad-copyThe Haldimand Press

Locally owned, community driven. Since 1868.

The Haldimand Press

  1. Home>
  2. News>
  3. Nature lovers explore Hobbitstee lands, iNaturalist app

By Kerry J NewsteadThe Haldimand Press NANTICOKE — Haldimand Stewardship Council hosted 25 people for a guided tour exploring biodiversity at Hobbitstee Wildlife Refuge. The tour took place on August 9, 2025 on a portion of Hobbitstee’s 47-acre property nestled near the shores of Lake Erie, which is home to a wide range of biodiversity living in meadows, wetlands, and…

This content is for online subscribers only.
Subscribe Photo of Haldimand Press Staff

Haldimand Press Staff

This week’s online edition

6 Parkview Rd. Hagersville, ON, N0A 1H0

Get notified when the latest news is posted.

The Haldimand Press

The Haldimand Press © Copyright 2018 – 2025, All Rights Reserved

The Haldimand Press

Get notified when the latest news is posted.

Categories
Mohican

New visitor center opens in Mohican State Park

COLUMBUS, Ohio — A new pit stop opened this week in Mohican State Park after Gov. Mike DeWine and Ohio Department of Natural Resources Director Mary Mertz opened a new visitor center with a grand opening.

What You Need To Know

  •  Mohican State Park opened a new visitor center on Tuesday
  • The visitors center is a 5,205-square-foot building with a central exhibit hall that displays the cultural and natural history of the park
  • There are entry points at both ends of the building, providing access from the campground and the main parking area

Download the Spectrum News App

“Ohio truly is the Heart of Adventure, and we want everyone to have a first-class experience when visiting one of our state parks,” said DeWine in a news release. “Mohican State Park has so much to offer, and the new visitor center serves as a perfect welcome point for guests to learn about the region’s natural history.”

The visitor center officially opened on Tuesday, adding to the park’s resources, including hiking trails, fishing, a historic lodge and other recreational opportunities.

“We’re excited to officially open this incredible new space at Mohican State Park,” said Mertz in the release. “This new visitor center serves as both a gateway and a gathering place, helping guests discover the natural wonders of the park while offering comfort, accessibility and education.”

The visitor center is a 5,205-square-foot building with a central exhibit hall that displays the cultural and natural history of the park. The building also holds restrooms, a retail area, an indoor fireplace, a seating area and an interactive children’s area. 

There are entry points at both ends of the building, providing access from the campground and the main parking area. There is also a vestibule allowing off-hours use…

Continue reading

Categories
Mohegan

MSN

MSN []o[0]&&u[1]this.maxLength&&this.list.shift()},Object.defineProperty(t.prototype,”data”,{get:function(){return this.list},enumerable:!1,configurable:!0}),t}();function Y(t){try{return decodeURIComponent(t)}catch(t){}}function K(t,e){if(!t)return null;if(e)return function(t){var e,n=null===(e=document.cookie)||void 0===e?void 0:e.match(“\b”.concat(t,”=([^;]*)”));return n?Y(n[1]):null}(t);if(!V){var n=”undefined”!=typeof document&&document.cookie.split(“; “);V={};for(var r=n&&n.length,o=0;o0)return t.substring(0,e)}return””}(h.apikey));var d=function(t,e,n,r,i,a,u,c){var s,f;void 0===u&&(u=J.Alert);void 0===c&&(c=””);if(n){i=i||{};var l=n.aid,h=n.apptype,p=n.audienceMode,d=n.pagetype,v=n.pageGenTime,g=n.bundleInfo,y=n.deviceFormFactor,m=void 0===y?””:y,w=n.fd_muid,b=n.os,x=n.static_page;i.pageGenTime=v,i.build=g&&g.v,i.appType=h,i.pageVisible=document.visibilityState;var S=W(h,p,m),A=S||h,E=document.getElementsByTagName(“html”)[0].getAttribute(“lang”),O=””,I=”muid”,T=void 0;try{if(“edgeChromium”===h&&”object”==typeof window&&window.location&&window.location.search)T=new URLSearchParams(window.location.search).has(“startpage”)?”msedgdhp”:”msedgntp”,”enterprise”===p?T=”entnewsntp”:”xbox”===b&&(T=”xboxntp”);window&&window.getCookieConsentRequired&&”function”==typeof window.getCookieConsentRequired&&window.getCookieConsentRequired()||(O=function(){var t;return(null===(t=null===window||void 0===window?void 0:window.__SSRUserConfigEarlyLog)||void 0===t?void 0:t.consistentMuid)||(null===window||void 0===window?void 0:window.__muid)||””}()||K(“muid”))}catch(t){}O||(O=n.aid,I=”aid”);var R={name:”MS.News.Web.AppError”,time:v,ver:”4.0″,iKey:”o:”.concat(r),data:{baseData:{},baseType:”MS.News.Web.Base”,page:{name:”default”,product:A,type:z(d),content:null!==(s=B[h])&&void 0!==s?s:{category:”standaloneError”},ocid:T,url:location.href,isStatic:x},browser:{clientId:O,clientIdType:I},flight:{id:a,tmpl:c},request:{activityId:l,requestId:l,afdMuid:w},locale:{mkt:E},extSchema:{id:t,severity:u,pb:i,message:e}}};return O&&”muid”===I&&(R.ext=o(o({},null==R?void 0:R.ext),{user:o(o({},null===(f=null==R?void 0:R.ext)||void 0===f?void 0:f.user),{localId:”t:”.concat(O)})})),”object”==typeof window&&(window.isSSREnabled&&(R.data.flight.tmpl+=”;ssr-enabled:1″),window.isSSRCompleted&&(R.data.flight.tmpl+=”;ssr-completed:1″)),R?JSON.stringify(R):null}return null}(e,t,s,p,n,l,r,u);if(a&&!function(t){if(null==t)return!1;return t.startsWith(“1”)||t.startsWith(“2”)||t.startsWith(“3”)||t.startsWith(“4”)}(null==s?void 0:s.aid))return console.error(d),void console.error(“This App error Id: “.concat(e,” will not be sent due to app error sampling!”));if(h&&d){console.error(d),Q.push(d);var v=”https://”+H+”/OneCollector/1.0″+function(t){return”?”+Object.keys(t).map((function(e){return e+”=”+encodeURIComponent(t[e])})).join(“&”)}(h);if(i&&!performance.getEntriesByType(“visibility-state”).some((function(t){return”visible”===t.name}))){document.addEventListener(“visibilitychange”,(function(){“visible”===document.visibilityState&&navigator.sendBeacon(v,d)}),{once:!0})}else navigator.sendBeacon(v,d)}}catch(t){}}function tt(t,e){void 0===e&&(e={}),Z(“Error when loading bundle: “+t,20202,o({},e))}function et(t,e,n,r,o){var i,a=null!==(i=o&&o.stack)&&void 0!==i?i:G(),u={source:e,customMessage:null!=t?t:null==o?void 0:o.message,line:n,column:r,stack:a};Z(“JS Exception”+(u.customMessage?”- “.concat(u.customMessage.substring(0,60)):””),20203,u)}function nt(t){var e,n={customMessage:t&&t.reason&&t.reason.message,stack:null!==(e=t&&t.reason&&t.reason.stack)&&void 0!==e?e:G()};Z(“JS Exception on unhandled promise rejection”+(n.customMessage?”- “.concat(n.customMessage.substring(0,60)):””),20203,n)}var rt=”experience”,ot=[“common-monthly”],it=Object.create(null),at=2;function ut(t,e){if(e=e||Array.from(document.scripts).find((function(e){return e.src.indexOf(“/”.concat(t,”.”))>-1})),e){var n,r=function(t,e){var n=document.createElement(“script”);return n.type=”text/javascript”,n.crossOrigin=”anonymous”,n.src=t,n.onerror=function(){var t=it[e]||0;it[e]=++t,t0};d((function(){return de()in pe||me()}));function be(){if(Tt)return Tt;var t=_t();return t||void 0}function xe(){return ge()&&Qt()||function(){var t=ge()&&!Ee()&&!Qt()&&Mt()&&(“expired”==function(){if(!(It=Lt()))return”notAvailable”;var t=It.expiresOn,e=new Date(t),n=”expired”;return e.getTime()&&e>new Date?”valid”:n}()||te());return t}()||Zt()||ee()}function Se(){return ge()&&!Mt()&&ue()}var Ae=d((function(){var t=ce.browser||{},e=t.browserType,n=void 0===e?””:e,r=t.detected,o=((void 0===r?{}:r)||{}).browserType,i=void 0===o?””:o;return/edgeChromium/i.test(n)||/edgeAndroid/i.test(n)||/edgeiOS/i.test(n)||/edge/i.test(i)}));d((function(){return ge()&&!me()}));var Ee=function(){var t,e=Mt();if(!e)return!1;switch(e.account_type){case”MSA”:t=ge()?”ace”:”aace”;break;case”AAD”:t=ge()?”WID”:”APP_WID”;break;default:return!1}return!!K(t)};var Oe,Ie,Te,Re,ke=”__core_auth_authHeaderPromiseParts__”,_e=function(){return h.get(ke)};function Le(){return Re}Ie=new Promise((function(t){return Oe=t})),Te={promise:Ie,resolver:Oe},h.set(ke,Te);var je=d((function(){return ft(K(“AL_STATE”,!0))}));var Me=function(){function t(){this.childCookieName=”child”,this.command=”command”,this.domInfo=document.head.dataset.info,this.canvasInfo=document.head.dataset.canvasInfo||””}return t.prototype.init=function(t,e){this.clientSettings=t||mt(),this.authCookieName=Le()||window._authCookieName||””,this.bundle=window._webWorkerBundle||””,e=e||{};var n=this.buildWebWorkerUrl(this.clientSettings,e),r=window.webWorker=this.createWebWorkerInstance(n);r?this.initCore(r):console.warn(“Error while initializing the web worker.”)},t.prototype.initCore=function(t){var e=this,n=window.webWorkerMessages=[];t.onmessage=function(t){n.push(t.data)};var r=window.webWorkerErrors=[];t.onerror=function(t){r.push(t)},ye()&&_e().promise.then((function(n){return t.postMessage({id:”AuthHeaders”,type:e.command,payload:n||{}})}))},t.prototype.createWebWorkerInstance=function(t){return new Worker(t,{name:”web-worker”})},t.prototype.shouldFetchAppAnonCookie=function(){return!0},t.prototype.getAudienceMode=function(t){var e=K(this.authCookieName),n=K(this.childCookieName),r=(e&&JSON.parse(e)||{}).child;return e&&(1===r||n)?”kids”:t.audienceMode||”adult”},t.prototype.buildWebWorkerUrl=function(t,e){return void 0===t&&(t=null),(this.bundle||””)+”#”+this.qsFromDocument()+this.qsFromCookies()+this.qsFromDataAttribute(t||this.clientSettings)+this.qsMisc(e)+this.qsAuth(t||this.clientSettings)+this.qsFromUrl()+this.qsFromServiceWorker()+this.qsSelectedPivot()+this.qsXboxXToken()},t.prototype.qs=function(t,e,n){return t?e+”=”+(n||t)+”&”:””},t.prototype.qsFromDocument=function(){var t;return this.qs(document.getElementsByTagName(“html”)[0].getAttribute(“lang”),”lang”)+this.qs(encodeURIComponent(window.location.href),”adsReferer”)+this.qs(null===(t=p()?window.devicePixelRatio:qt().devicePixelRatio)||void…

Continue reading