sWidth = screen.width

if (sWidth < 800) {
alert("This site is best viewed at a screen resolution of 800x600 or higher!");
}

if (sWidth > 960) {
location.replace("home_hh.html");
}else{
location.replace("lo_home_hh.html");
}





	
	

