﻿if (window.location.host == 'www.redebrasilia.com.br') {
    window.location = "http://www.netimoveis.com/redebrasilia/";
}
if (window.location.host == 'localhost.br') {
    window.location = "http://www.netimoveis.com/";
}
if (window.location.host == 'www.redenetimoveis.com') {
    location.href = "http://www.netimoveis.com/";
}
if (window.location.host == 'www.kd-imoveis.com.br') {
    window.location = "http://www.netimoveis.com/";
}
if (window.location.host == 'netimoveis.com.br') {
    window.location = "http://www.netimoveis.com/";
}
if (window.location.host == 'netimoveis.com') {
    window.location = "http://www.netimoveis.com/";
}

