window.onload = function () {
  if (ad = document.getElementById("hotlinead")) {
    ad.onclick = function () {
      alert("You are now leaving the Jardine Lloyd Thompson website and being transferred to the Auto & General Insurance Company Limited website and dealing directly with the insurer.");
      return true;
    }
    
  }
    if (ad = document.getElementById("hotlineada")) {
    ad.onclick = function () {
      alert("You are now leaving the Jardine Lloyd Thompson website and being transferred to the Auto & General Insurance Company Limited website and dealing directly with the insurer.");
      return true;
    }
    }
}
