  // Function to give an alert until appointment link is ready.
  function msgForAppt()
  {
     alert("This feature is not active yet. Please check again at a later date.");
     return true;	
  }