function Sniff(){
	if(document.getElementById && document.createElement){
		window.location.href = "home/index.htm";
	}else{
		window.location.href = "shared/htm/sorry.htm";
	}
}