//sjoly 20010803 function isOldBrowser() { if(!document.getElementById&&!document.all&&!document.layers){ return true; } else{ return false; } } if(isOldBrowser()){ window.location="generation4.html"; }