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