isNS = (navigator.appName == 'Netscape')
isIE = (navigator.appName == 'Microsoft Internet Explorer')
if (isNS) {document.write('<blink>' + text + '</blink>')}
else if (isIE) {document.write('<marquee direction=left loop=10 align=center width=150 scrollamount=4>'+'De nieuwe datums van onze workshops staan online onder de rubriek "cursussen" !'+'</marquee>')}