if (window.location.host == "www.bticino.com.ru")             
{                   
  window.location.replace("/site_RU");
}
else if (window.location.host == "www.bticino.kz")             
{                   
  window.location.replace("/site_KZ");
}
else if (window.location.host == "www.kz.bticino.com")             
{                   
  window.location.replace("/site_KZ");
}
else if (window.location.host == "www.bticino.ru")             
{                   
  window.location.replace("/site_RU");
}
else if (window.location.host == "www.bticino.it")             
{                   
  window.location.replace("/site_IT");
}
else if (window.location.host == "www.bticino.co.cr")             
{                   
  window.location.replace("/site_CR");
}
else if (window.location.host == "www.bticino.cr")             
{                   
  window.location.replace("/site_CR");
}
else if (window.location.host == "www.bticino.ch")             
{                   
  window.location.replace("/site_CH");
}
else if (window.location.host == "www.international.bticino.com")             
{                   
  window.location.replace("/site_com");
}
else if (window.location.host == "www.bticino.com")             
{                   
  window.location.replace("/hpInternationalWebModule");
}
else if (window.location.host == "www.seko-bticino.de")             
{                   
  window.location.replace("/site_DE");
}
else if (window.location.host == "www.bticino.de")             
{                   
  window.location.replace("/site_DE");
}
else if (window.location.host == "www.bticino.fr")             
{                   
  window.location.replace("/site_FR");
}
else if (window.location.host == "www.cofrel.fr")             
{                   
  window.location.replace("/site_FR");
}
else if (window.location.host == "www.bticino.at")
{
  window.location.replace("/site_AT");
}                                                                   
else if (window.location.host == "www.bticino.com.tr")
{
  window.location.replace("/site_TR");
}                                                                   
else if (window.location.host == "www.belgium.bticino.com")
{
  window.location.replace("/site_BE");
}                                                                   
else if (window.location.host == "www.bticino.com.ve")
{
  window.location.replace("/site_VE");
}                                                                   
else if (window.location.host == "www.bticino.com.mx")
{
  window.location.replace("/site_MX");
}                                                                   
else if (window.location.host == "www.usa.bticino.com")
{
  window.location.replace("/site_US");
}                                                                   
else if (window.location.host == "www.bticino.co.th")
{
  window.location.replace("/site_TH");
}                                                                   
else if (window.location.host == "www.bticino.hu")
{
  window.location.replace("/site_HU");
}                                                                   
else if (window.location.host == "www.bticino.com.co")
{
  window.location.replace("/site_CO");
}                                                                   
else if (window.location.host == "www.bticino.co.uk")
{
  window.location.replace("/site_GB");
}                                                                   
else if (window.location.host == "www.bticino.com.br")
{
  window.location.replace("/site_BR");
}                                                                   
else if (window.location.host == "www.brasil.bticino.com")
{
  window.location.replace("/site_BR");
}                                                                   
else if (window.location.host == "www.bticino.com.pl")
{
  window.location.replace("/site_PL");
}                                                                   
else if (window.location.host == "www.bticino.com.es")
{
  window.location.replace("/site_ES");
}                                                                   
else if (window.location.host == "www.bticino.pl")
{
  window.location.replace("/site_PL");
}                                                                   
else if (window.location.host == "www.bticino.si")
{
  window.location.replace("/site_SL");
}                                                                   
else if (window.location.host == "www.bticinointel.it")
{
  window.location.replace("http://www.livinluce.bticino.it");
}                                                                   
else if (window.location.host == "www.lavoro.bticino.it")
{
  window.location.replace("/site_IT");
}                                                                   
else if (window.location.host == "www.bticino.us")
{
  window.location.replace("http://www.usa.bticino.com");
}                                                                   
else if (window.location.host == "bticino.us")
{
  window.location.replace("http://www.usa.bticino.com");
}                                                                   
else
{
  window.location.replace("http://www.international.bticino.com");
}                                                                          

