Vrouw steelt voor 1400 euro kleding in Roermond

by L1 nieuws on 10/11/2008

In Roermond is een vrouw uit Venlo aangehouden op verdenking van diefstal. Uit verschillende winkels had de vrouw zondagmiddag kleding gestolen, zoals schoenen, jassen en een trui. De totale waarde daarvan bedroeg zo'n 1.400 euro.

Leave a Comment

Previous post:

Next post:

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