function openLink(url) {
  if (url != "") {
    location.href = url;
  }
  else {
    alert("To Find your location, select first the state you belong, then a dropdown option for cities will appear for you to choose from. Have a nive moving day!! - Housesmovers.com");
  }
}
