Training op de weg moet leiden tot minder ongelukken

by L1 nieuws on 19/12/2009

Een nieuw trainingsproject dat technieken uit de luchtvaart combineert met veiligheid op de weg, moet het aantal ongelukken op de weg terugdringen. Daarmee komt het Regionaal Orgaan Verkeersveiligheid Limburg, het ROVL. Uitgangspunt van de training is dat een chauffeur zijn voertuig en reis net zo voorbereidt als een piloot dat doet met zijn vliegtuig.

Leave a Comment

Previous post: Zelfstandige Accountmanager Telecom gezocht voor Limburg. Startdatum januari 2010!

Next post: Roel Brouwers scoort weer

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