if(!browserCompatible()){
	if(location.hash && location.hash.length > 0){
		document.location.replace(location.hash.substring(1));
	}
	else{
		document.location.replace("WhyKenosha.asp");
	}
}
