﻿
function CheckDomain() {
    if (String(window.location.href).toLowerCase().indexOf("gulfgatedodge.net") >= 0) {
        window.location.href = String(window.location.href).toLowerCase().replace("gulfgatedodge.net", "gulfgatedodge.com");
    }
}
CheckDomain();