Seriemoordenaar bekent verkrachting Nederlandse

by L1 nieuws on 26/02/2010

De Belgische seriemoordenaar en verkrachter Ronald Janssen heeft bekend in 2001 een Nederlandse vrouw te hebben verkracht. Dat gebeurde op een muziekfestival in Kortenaken, bij Leuven. Belgische media melden dat.

Leave a Comment

Previous post: Wim Weijnen toezichthouder bij LSO

Next post: limburgvac: Vacature: SAP Basis Consultant in Maastricht voor Capgemini BAS www.28880.limburgvac.nl

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