var text
text = location.host
text = text.toLowerCase()
text = text.slice(text.length - 9,-3)
if (text == "ohlers") 
  location.replace("http://www.kohlers.ch/privat/index.htm")
if (text == "kohler")
  location.replace("http://www.it-kohler.ch/comp/index.htm")
if (text == "lebier")
  location.replace("http://www.mettlebier.ch/bier/index.htm")

