Erkens: Van Veldhoven moet plek ter beschikking stellen

by L1 sport on 02/04/2009

Hans Erkens vindt dat Roda-trainer Harm van Veldhoven zijn positie voor volgend seizoen ter beschikking moet stellen. Dat zei de Fortuna-directeur in De Aftrap.

Leave a Comment

Previous post: Erkens: Sporting Limburg geen koempelclub

Next post: Limburg Lions naar halve finale bekertoernooi

// ==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; } })();