Brand bij UWV-kantoor Roermond

by L1 nieuws on 02/09/2009

Aan de voorkant van het UWV-kantoor aan het Buitenop in Roermond heeft korte tijd brand gewoed. De brandweer was snel ter plaatse, maar kon niet voorkomen dat de pui werd verwoest. Getuigen zagen vlak na de brand een man in de richting van de Maas lopen.

Leave a Comment

Previous post: MVV-voorzitter Goumans in De Aftrap

Next post: SP Valkenburg wil zetels terug

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