REPORTAGE: Nederlanders die wonen in Duitsland

by L1 nieuws on 10/08/2009

Appartementen, huizen en bouwgrond in Duitsland staan bij de Nederlanders hoog in het vaandel. Onze Duitse collega Friederike Müller ging op ondrzoek uit om te ontdekken waarom.

Leave a Comment

Previous post: Automobilist botst tegen boom en verliest motorblok

Next post: André Rieu best verkopende mannelijke artiest

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