﻿mesg = "Het inloopgedeelte van het Parkhuys is van 12 juli t/m 20 augustus geopend van 10:00 uur tot 14:00 uur. Woensdagavond gesloten.";
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; >" + text + "</MARQUEE>")
}