
//Only support IE4 and up or Nav 4 and Up
if (is_nav4up || is_ie4up)
{
	//location.href = "../aspx/main.aspx";
}  
else
{
	location.href = "../html/getbrowser.htm";
}