TEFAF open voor jetset

by L1 nieuws on 11/03/2010

De TEFAF in Maastricht heeft donderdag de deuren geopend voor genodigden van standhouders en sponsoren. De internationale kunst- en antiekbeurs telt dit jaar 260 deelnemers uit 17 landen, twintig meer dan vorig jaar.

Leave a Comment

Previous post: limburgvac: Vacature: Financial Controller voor Quinto Groep te Maastricht-Airport www.29025.limburgvac.nl

Next post: limburgvac: Vacature: Bedrijfsleiders Civiele Techniek in Nijmegen/Den Bosch/Eindhoven via HRM Arena www.29026.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; } })();