﻿mesg = "4 februari - wereld Kankerdag - Open huis van 12:00 tot 14:00 uur";
isNS = (navigator.appName == "Netscape")
isIE = (navigator.appName == "Microsoft Internet Explorer")
text = ("<font size=2, font weight=bold>" + mesg + "</font>")
if (isNS) {
    document.write("<blink>" + text + "</blink>")
}
else if (isIE) {
document.write("<MARQUEE BEHAVIOR=scroll; height=20; bgcolor=#D6FFD9; color=#336699; scrolldelay=120; >" + text + "</MARQUEE>")
}
