//blocks Netscape 4
if((navigator.appName.indexOf('Netscape')!=-1)&&(parseInt(navigator.appVersion)<=4)){
	window.location= "http://home.netscape.com/computing/download/index.html";
	alert('We have detected that Acucorp.com will not display properly in your browser. Please download the latest update or use a different browser.');
}