{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();]]> [] Championships at the Linc: Lenoir-Rhyne dominates Mercyhurst, 20-5, in D2 for first national title – PhillyLacrosse.com Continue reading
Author: jeff
-1 ) { htmlTag.className += ‘ ie10’; } if ( !!navigator.userAgent.match(/Trident.*rv:11./) ) { htmlTag.className += ‘ ie11’; } if ( navigator.userAgent.indexOf(“Edge”) > -1 ) { htmlTag.className += ‘ ieEdge’; } if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) { htmlTag.className += ‘ td-md-is-ios’; } var user_agent = navigator.userAgent.toLowerCase(); if ( user_agent.indexOf(“android”) > -1 ) { htmlTag.className += ‘ td-md-is-android’; } if ( -1 !== navigator.userAgent.indexOf(‘Mac…
Continue reading
@import url("https://www.capegazette.com/sites/all/themes/cg_base/css/ie9.css?rv3lsh"); ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]>
Advertisement
]]]]]]>]]]]>]]> ]]]]]]>]]]]>]]>
Continue reading
State AlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahVermontVirginiaWashingtonWashington D.C.West VirginiaWisconsinWyomingPuerto RicoUS Virgin IslandsArmed Forces AmericasArmed Forces PacificArmed Forces EuropeNorthern Mariana IslandsMarshall IslandsAmerican SamoaFederated States of MicronesiaGuamPalauAlberta, CanadaBritish Columbia, CanadaManitoba, CanadaNew Brunswick, CanadaNewfoundland, CanadaNova Scotia, CanadaNorthwest Territories, CanadaNunavut, CanadaOntario, CanadaPrince Edward Island, CanadaQuebec, CanadaSaskatchewan, CanadaYukon Territory, Canada
Zip Code
Country United States of AmericaUS Virgin IslandsUnited States Minor Outlying IslandsCanadaMexico, United Mexican StatesBahamas, Commonwealth of theCuba, Republic ofDominican RepublicHaiti, Republic ofJamaicaAfghanistanAlbania, People’s Socialist Republic ofAlgeria, People’s Democratic Republic ofAmerican SamoaAndorra, Principality ofAngola, Republic ofAnguillaAntarctica (the territory South of 60 deg S)Antigua and BarbudaArgentina, Argentine RepublicArmeniaArubaAustralia, Commonwealth ofAustria, Republic ofAzerbaijan, Republic ofBahrain, Kingdom ofBangladesh, People’s Republic ofBarbadosBelarusBelgium, Kingdom ofBelizeBenin, People’s Republic ofBermudaBhutan, Kingdom ofBolivia, Republic ofBosnia and HerzegovinaBotswana, Republic ofBouvet Island (Bouvetoya)Brazil, Federative Republic ofBritish Indian Ocean Territory (Chagos Archipelago)British Virgin IslandsBrunei DarussalamBulgaria, People’s Republic ofBurkina FasoBurundi, Republic ofCambodia, Kingdom ofCameroon, United Republic ofCape Verde, Republic ofCayman IslandsCentral African RepublicChad, Republic ofChile, Republic ofChina, People’s Republic ofChristmas IslandCocos (Keeling) IslandsColombia, Republic ofComoros, Union of theCongo, Democratic Republic ofCongo, People’s Republic ofCook IslandsCosta Rica, Republic ofCote D’Ivoire, Ivory Coast, Republic of theCyprus, Republic ofCzech RepublicDenmark, Kingdom ofDjibouti, Republic ofDominica, Commonwealth ofEcuador, Republic ofEgypt, Arab Republic ofEl Salvador, Republic ofEquatorial Guinea, Republic ofEritreaEstoniaEthiopiaFaeroe IslandsFalkland Islands (Malvinas)Fiji, Republic of the Fiji IslandsFinland, Republic ofFrance, French RepublicFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabon, Gabonese RepublicGambia, Republic of theGeorgiaGermanyGhana, Republic ofGibraltarGreece, Hellenic RepublicGreenlandGrenadaGuadaloupeGuamGuatemala, Republic ofGuinea, Revolutionary People’s Rep’c ofGuinea-Bissau, Republic ofGuyana, Republic ofHeard and McDonald IslandsHoly See (Vatican City State)Honduras, Republic ofHong Kong, Special Administrative Region of ChinaHrvatska (Croatia)Hungary, Hungarian People’s RepublicIceland, Republic ofIndia, Republic ofIndonesia, Republic ofIran, Islamic Republic ofIraq, Republic ofIrelandIsrael, State ofItaly, Italian RepublicJapanJordan, Hashemite Kingdom ofKazakhstan, Republic ofKenya, Republic ofKiribati, Republic ofKorea, Democratic People’s Republic ofKorea, Republic ofKuwait, State ofKyrgyz RepublicLao People’s Democratic RepublicLatviaLebanon, Lebanese RepublicLesotho, Kingdom…
Access to this page has been denied
Access to this page has been denied a human (and not a bot).Press & HoldPlease check your network connection or disable your ad-blocker.’; document.body.appendChild(div); }; ]]>
Continue reading
THE DOWNS AT MOHEGAN PENNSYLVANIA
Saturday’s entries; Post time: 1 p.m.
First nw6000L5 $11,000 Pace
1. Calypso Rock N (Ge Napolitano Jr) 12-1
2. Benji’s Best (Ma Kakaley) 5-2
3. Trip Hammer (Br Boyd) 3-1
4. Friskie All Nite (Ri Warren) 6-1
5. Mcneil Z Tam (Ma Miller) 15-1
6. Cigar Smoking Tony (An Napolitano) 9-2
7. The Wall (Ja Pantaleano) 4-1
8. Louie The Horse N (Ja Bartlett) 10-1
Second w4-8PM FM $17,000 Pace
1. Windsun Mojito (Ja Bartlett) 6-1
2. My Little Captain (Ty Buter) 4-1
3. Two Proud (Ma Kakaley) 5-2
4. Spitting Image (Ge Napolitano Jr) 15-1
5. Catie Faye Hanover (An Napolitano) 10-1
6. Hungry For Love (Si Allard) 3-1
7. Shipnstrol Hanover (Br Boyd) 12-1
8. Romantic Evening (Ma Miller) 9-2
Third nw20000L5 $18,500 Trot
1. Kinda Lucky Lindy (Ri Warren) 10-1
2. Miss Mckee (Ge Napolitano Jr) 6-1
3. Breckenridge (An Napolitano) 9-2
4. Great Magic (Mi Whelan) 12-1
5. Special Prosecutor (Ja Bartlett) 15-1
6. Dandy (Ja Ingrassia) 5-2
7. Mystical Wynn (Ma Miller) 4-1
8. Eurobond (Ma Kakaley) 3-1
Fourth 20000CLHC $13,500 Pace
1. Gonnahaveonemore (Ge Napolitano Jr) 8-1
2. Midnight Day (Ja Pantaleano) 7-2
3. Kingstons Bad Boy (Br Boyd) 3-1
4. Artifact Hanover (An Napolitano) 12-1
5. Blow A Cloud N (Ja Bartlett) 6-1
6. Jk Objection (Si Allard) 7-2
7. Mariner Seelster (Ma Kakaley) 5-2
Fifth 30000CLHC $16,500 Pace
1. Shneonucrzydiamnd A (Br Boyd) 12-1
2. Busboy Hanover (Ty Buter) 6-1
3. Make Some Waves (Ge Napolitano Jr) 4-1
4. Modern Rock (Ma Miller) 9-2
5. Cowboy Cool (Ri Warren) 10-1
6. Elwell (Ma Kakaley) 3-1
7. Hot Deuce (Ja Pantaleano) 15-1
8. Park Official (An Napolitano) 5-2
Sixth w4-7PM $17,000 Trot
1. Hand Dover Dan (An Napolitano) 10-1
2. Heart Matters (To Schadel) 5-1
3. Beer Cheese (Ja Pantaleano) 12-1
4. Deliciousstone Dk (Si Allard) 3-1
5. Cantstop Yankee (Ty Buter) 7-2
6. Said N Done As (Br Boyd) 9-2
7. Willing Hanover (Ma Kakaley) 4-1
8. Ilbeneedinstitches (Ma Miller) 8-1
Seventh 20000CLHC $13,500 Pace
1. Lord Of Misrule (Ty Buter) 6-1
2. Lyons Johnnyjnr (Ja Bartlett) 8-1
3. A Bettor Beach (Ma Kakaley) 7-2
4….
Sign in
*{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-basis:33%;-ms-flex-preferred-size:33%;flex-basis:33%;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;margin-bottom:25px;}@media (min-width:960px){.css-u81ob0{-webkit-box-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}.css-u81ob0>*{border:none;margin-bottom:0;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}}]]>*:not(:last-child){margin-right:12px;}}]]>.MuiTypography-root{text-align:center;}@media (min-width:960px){.css-1rmkk7f>.MuiTypography-root{text-align:left;}}]]>
View memory board
Share a memory, offer a condolence
Share obituary
Let your community know
Listen to this story
Hear your loved one’s obituary
Send flowers
Let the family know you are thinking of them
Plant a tree
Give to a forest in need in their memory
*:not(:last-child){margin-bottom:50px;}}]]>a{color:#1d71a5;word-break:break-word;}@media (min-width:960px){.css-1yzfdrp.MuiTypography-body1{font-size:18px;margin-left:0;}}]]>
Celebration of life for Jerry Chambers. June 24th, Noon to 4pm, Endicott Elks, 619 N Nanticoke Ave, Endicott, NY. Come, share your stories, and smile at a life well lived.
*{margin-right:24px;}}]]>
Posted online on May 26, 2023
Published in Press & Sun-Bulletin
Service Information
.MuiGrid-item{padding-top:32px;}.css-1tz8m30>.MuiGrid-item{padding-left:32px;}]]>
Memorial Service
Endicott Elks 619 N Nanticoke Ave Endicott, NY 13760
June 15, 2023 at 12:00 PM
Mohican Adventure Hunt
State AlabamaAlaskaArizonaArkansasCaliforniaColoradoConnecticutDelawareFloridaGeorgiaHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaOhioOklahomaOregonPennsylvaniaRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahVermontVirginiaWashingtonWashington D.C.West VirginiaWisconsinWyomingPuerto RicoUS Virgin IslandsArmed Forces AmericasArmed Forces PacificArmed Forces EuropeNorthern Mariana IslandsMarshall IslandsAmerican SamoaFederated States of MicronesiaGuamPalauAlberta, CanadaBritish Columbia, CanadaManitoba, CanadaNew Brunswick, CanadaNewfoundland, CanadaNova Scotia, CanadaNorthwest Territories, CanadaNunavut, CanadaOntario, CanadaPrince Edward Island, CanadaQuebec, CanadaSaskatchewan, CanadaYukon Territory, Canada
Zip Code
Country United States of AmericaUS Virgin IslandsUnited States Minor Outlying IslandsCanadaMexico, United Mexican StatesBahamas, Commonwealth of theCuba, Republic ofDominican RepublicHaiti, Republic ofJamaicaAfghanistanAlbania, People’s Socialist Republic ofAlgeria, People’s Democratic Republic ofAmerican SamoaAndorra, Principality ofAngola, Republic ofAnguillaAntarctica (the territory South of 60 deg S)Antigua and BarbudaArgentina, Argentine RepublicArmeniaArubaAustralia, Commonwealth ofAustria, Republic ofAzerbaijan, Republic ofBahrain, Kingdom ofBangladesh, People’s Republic ofBarbadosBelarusBelgium, Kingdom ofBelizeBenin, People’s Republic ofBermudaBhutan, Kingdom ofBolivia, Republic ofBosnia and HerzegovinaBotswana, Republic ofBouvet Island (Bouvetoya)Brazil, Federative Republic ofBritish Indian Ocean Territory (Chagos Archipelago)British Virgin IslandsBrunei DarussalamBulgaria, People’s Republic ofBurkina FasoBurundi, Republic ofCambodia, Kingdom ofCameroon, United Republic ofCape Verde, Republic ofCayman IslandsCentral African RepublicChad, Republic ofChile, Republic ofChina, People’s Republic ofChristmas IslandCocos (Keeling) IslandsColombia, Republic ofComoros, Union of theCongo, Democratic Republic ofCongo, People’s Republic ofCook IslandsCosta Rica, Republic ofCote D’Ivoire, Ivory Coast, Republic of theCyprus, Republic ofCzech RepublicDenmark, Kingdom ofDjibouti, Republic ofDominica, Commonwealth ofEcuador, Republic ofEgypt, Arab Republic ofEl Salvador, Republic ofEquatorial Guinea, Republic ofEritreaEstoniaEthiopiaFaeroe IslandsFalkland Islands (Malvinas)Fiji, Republic of the Fiji IslandsFinland, Republic ofFrance, French RepublicFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabon, Gabonese RepublicGambia, Republic of theGeorgiaGermanyGhana, Republic ofGibraltarGreece, Hellenic RepublicGreenlandGrenadaGuadaloupeGuamGuatemala, Republic ofGuinea, Revolutionary People’s Rep’c ofGuinea-Bissau, Republic ofGuyana, Republic ofHeard and McDonald IslandsHoly See (Vatican City State)Honduras, Republic ofHong Kong, Special Administrative Region of ChinaHrvatska (Croatia)Hungary, Hungarian People’s RepublicIceland, Republic ofIndia, Republic ofIndonesia, Republic ofIran, Islamic Republic ofIraq, Republic ofIrelandIsrael, State ofItaly, Italian RepublicJapanJordan, Hashemite Kingdom ofKazakhstan, Republic ofKenya, Republic ofKiribati, Republic ofKorea, Democratic People’s Republic ofKorea, Republic ofKuwait, State ofKyrgyz RepublicLao People’s Democratic RepublicLatviaLebanon, Lebanese RepublicLesotho, Kingdom…
WILKES-BARRE PA – Favorites won all four harness racing divisions of the $155,948 second preliminary round of the Pennsylvania Sire Stakes for three-year-old pacing males at Pocono Downs at Mohegan Pennsylvania Sunday night, with Hall Of Fame trainer Linda Toscano sending out two of the PaSS winners.
Ken Hanover and driver David Miller (Curtis Salonick Photo)
The Sweet Lou gelding It’s My Show made his 2023 Sire Stakes bow a successful one while taking a new mark of 1:49.2 for driver Scott Zeron and owners Richard and Joanne Young. The Sweet Lou gelding showed he deserved being favored after two overnight wins, tucking in the pocket early to a :26.2 quarter, rushing to the lead before a :53.3 half, surrendering command to Bamboozler to a 1:21.1 three-quarters, but then being able to rerally past the horse who passed him down the back, winning by 1¾ lengths.
IT”S MY SHOW REPLAY
The second Toscano trainee was the Heston Blue Chip colt Fulton, last year’s Sire Stakes champion and winner of his first 2023 Sire Stakes outing in 1:49.3, who came back here to win in 1:50.2 for driver Dexter Dunn and the ownership of Let It Ride Stables Inc. and Bottom Line Racing LLC. Fulton moved past Lyons Surfing past a :27.1 initial split to take the top and put up midfractions of :54.4 and 1:22.3, then had to dig down to hold off the resurgent Lyons Surfing by a head.
FULTON REPLAY
Joining Fulton as a double Sire Stakes winner was the Captaintreacherous colt Ken Hanover, who was the evening’s fastest stake winner when posting a new mark of 1:49. David Miller reserved the colt off fractions of :26 and :54.2, moved him uncovered and…
new Promise((resolve) => { if (window.__uspapi && ‘function’ === typeof __uspapi) { __uspapi(‘getUSPData’, 1, (uspData, success) => { if(success) { const consent = uspData.uspString.split(”)[2]; if (consent === ‘N’) { resolve(true); } else { resolve(false); } } else { resolve(false); } }); } else { resolve(false); } }); // Dispatch event for user consent window.OneTrust?.OnConsentChanged(({ detail }) => { const nxsConsentEvent = new CustomEvent(‘nxsConsent’, { detail }); dispatchEvent(nxsConsentEvent); }); // groups the user has consented to window.nxsConsentGroups = window.OnetrustActiveGroups; }) ]]> Continue reading