
<!--Zach Holman, 1999. Find more scripts at http://members.tripod.com/dynamicsites. Free to distribute as long as this part is here.-->

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 4) || (bName == "Microsoft Internet Explorer" && bVer >= 4))	br="n4";
else br= "n2";
if (br=="n4"){	
	}
else {
	window.location.replace("../../oldbrowser.htm");
}
