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