// Netscape 4 Check start
//************************************************************
IE = document.all;
NN = document.layers;
N6 = !IE && document.getElementById
MAC = navigator.userAgent.indexOf('Mac') != -1;
WIN = navigator.userAgent.indexOf("Windows") != -1
IC = document.images;

if (NN) {
	top.window.location.href="common/html/sorry.html";
}

// Netscape 4 Check end
//************************************************************
