<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--
function browsertest()
{
if (navigator.userAgent.indexOf("MSIE 3") != -1) {
window.location.href="js-br1ea.htm";
}
else
if (navigator.userAgent.indexOf("MSIE 4") != -1) {
window.location.href="js-br1eb.htm";
}
else
if ((navigator.userAgent.indexOf("MSIE 5.0") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1ec.htm";
}
else
if ((navigator.userAgent.indexOf("MSIE 5.5") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1ed.htm";
}
else
if ((navigator.userAgent.indexOf("MSIE 6.0") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1ef.htm";
}
else
if ((navigator.userAgent.indexOf("Mozilla/5") != -1) &&
(navigator.userAgent.indexOf("Netscape) == -1) &&
(navigator.userAgent.indexOf("Opera") == -1) &&
(navigator.userAgent.indexOf("Gecko") != -1) &&
(navigator.userAgent.indexOf("rv:1") != -1)) {
window.location.href="js-br1ma.htm";
}
else
if ((navigator.appName == "Netscape") &&
(navigator.userAgent.indexOf("Mozilla/2") != -1)) {
window.location.href="js-br1na.htm";
}
else
if ((navigator.appName == "Netscape") &&
(navigator.userAgent.indexOf("Mozilla/3") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1nb.htm";
}
else
if ((navigator.appName == "Netscape") &&
(navigator.userAgent.indexOf("Mozilla/4") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1nc.htm";
}
else
if ((navigator.userAgent.indexOf("Netscape6") != -1) &&
(navigator.userAgent.indexOf("Mozilla/5") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1nd.htm";
}
else
if ((navigator.userAgent.indexOf("Netscape/7") != -1) &&
(navigator.userAgent.indexOf("Mozilla/5") != -1) &&
(navigator.userAgent.indexOf("Opera") == -1)) {
window.location.href="js-br1ne.htm";
}
else
if ((navigator.userAgent.indexOf("Opera/3") != -1) &&
(navigator.userAgent.indexOf("Mozilla/3") != -1)) {
window.location.href="js-br1oa.htm";
}
else
if ((navigator.userAgent.indexOf("Opera/3") != -1) &&
(navigator.userAgent.indexOf("Mozilla/4") != -1)) {
window.location.href="js-br1ob.htm";
}
else
if ((navigator.userAgent.indexOf("Opera 3") != -1) &&
(navigator.userAgent.indexOf("Mozilla/4") != -1)) {
window.location.href="js-br1oc.htm";
}
else
if ((navigator.userAgent.indexOf("Opera 4") != -1) ||
(navigator.userAgent.indexOf("Opera/4") != -1)) {
window.location.href="js-br1od.htm";
}
else
if ((navigator.userAgent.indexOf("Opera 5") != -1) ||
(navigator.userAgent.indexOf("Opera/5") != -1)) {
window.location.href="js-br1oe.htm";
}
else
if ((navigator.userAgent.indexOf("Opera 6") != -1) ||
(navigator.userAgent.indexOf("Opera/6") != -1)) {
window.location.href="js-br1of.htm";
}
}
//-->
</SCRIPT>

Zorg ervoor dat de code tussen de haakjes achter de if-statements niet onderbroken wordt door een harde overgang naar de volgende regel.