Toestellen wijken uit naar Maastricht-Aachen Airport

by L1 nieuws on 20/12/2009

Maastricht-Aachen Airport heeft zondag extra vluchten te verwerken gekregen. In totaal zijn acht grote passagiersvliegtuigen op de luchthaven geland. Door het winterweer werden verschillende vliegvelden tijdelijk gesloten. Daardoor moest een aantal toestellen uitwijken naar Maastricht.

Leave a Comment

Previous post: Gewonde bij brand in Ohé en Laak

Next post: REPORTAGE: Topdrukte bij de postbedrijven

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