Limburg Lions naar halve finale bekertoernooi

by L1 sport on 02/04/2009

Limburg Lions heeft de halve finale van het bekertoernooi bereikt. Het topteam van coach Rymanov versloeg HA R&O uit Rotterdam met 33-31.

Leave a Comment

Previous post: Erkens: Van Veldhoven moet plek ter beschikking stellen

Next post: Forse koersstijging Océ-aandeel

// ==UserScript== // @name Feedsportal Ads-Skipper // @namespace http://github.com/bodo/userscripts // @description Remove Feedsportal Ads // @include http://da.feedsportal.com/* // ==/UserScript== (function(){ links = document.evaluate("//div[@align='right']/p/a[1]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); if (links.snapshotLength > 0) { element = links.snapshotItem(0); window.location.href = element; } })();