<!--
bv= parseInt(navigator.appVersion);
bt = navigator.appName;

if (bt == "Netscape" && (bv < 5)) {
window.location = "/upgrade.html";
}
// -->