var IE4 = document.all
var NS6 = !IE4&&document.getElementById
if (IE4) {location.href = "indexIE4.html"}
if (NS6) {location.href = "indexNS6.html"}
