var IE3  = navigator.userAgent.indexOf("MSIE") != -1;

if (IE3) {
document.write('<link rel="stylesheet" href="opmaakie.css" type="text/css">');
}
else {
document.write('<link rel="stylesheet" href="opmaak.css" type="text/css">');
}