// Check if user is using other NHG domains and redirect
if (document.URL.indexOf("https") >= 0) {
	location.replace("http://www.morewitzrealty.com")
}