Keulse Gay Games zeilen in Roermond

by L1 sport on 07/09/2009

Een deel van de Gay Games van Keulen volgend jaar zal in Roermond plaatsvinden. Op het water van de Roer en de Maas in Roermond wordt gestreden in het onderdeel zeilen. Dat is één van de 34 sporttakken die deel uit maken van de Gay Games.

Leave a Comment

Previous post: Aanleg station Woonboulevard gestart

Next post: Overlast Heerlen-Heksenberg aangepakt

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