LDCC League Table

ECB Premier Division — Final Table 2025

P W D L Ab ND T BatP BowlP Pts
Ormskirk C 2215511007531411
Northern 2213431107533378
Leigh 2211343104130311
Rainford 228572005551276
Rainhill 229362202736263
Wallasey 228391105036256
Formby 228553104625251
Bootle 225583105141209
Newton-le-Willows 2245102104760202
Wigan 2246101105049189
Colwyn Bay R 2236111105144165
Birkenhead Park R 2216150004966135
LDCC League Table

Division One — Final Table 2025

P W D L Ab ND T BatP BowlP Pts
Liverpool C 2213252004147358
Orrell Red Triangle P 2212153104246348
Spring View 2211362005443327
Southport & Birkdale 2210452104846309
Sefton Park 2211172103041306
Sutton 229462102648269
Highfield 228553103642258
Hightown St Marys 2262113003945219
Lytham 2263111102958217
New Brighton 2253111203660211
Maghull 2242133003751183
Old Xaverians R 2250152002445179
LDCC League Table

Division Two — Final Table 2025

P W D L Ab ND T BatP BowlP Pts
Ainsdale C 2217221004742434
Northop Hall P 2216131103944413
Caldy 2213152104036351
Fleetwood Hesketh 2210361203344292
Prescot & Odyssey 228842004147257
St Helens Town 226672104960244
Norley Hall 226673004154230
Wavertree 226493004145221
Whitefield 2253122003753200
Parkfield Liscard 2252122102659200
Southport Trinity 2242142002561176
Prestatyn 2204153003453102
document.addEventListener('DOMContentLoaded', function() { const posts = document.querySelectorAll('article.post'); posts.forEach(post => { const link = post.querySelector('h2.entry-title a'); if (link) { post.style.cursor = 'pointer'; post.addEventListener('click', () => { window.location.href = link.href; }); // Prevent nested links from triggering the event twice const nestedLinks = post.querySelectorAll('a'); nestedLinks.forEach(nestedLink => { nestedLink.addEventListener('click', e => { e.stopPropagation(); }); }); } }); });