// JavaScript Document
function displayLeavingSiteNotice() { //v2.0
  var msg = "The link you have chosen will direct you to another website not owned or controlled by Riverside Bank. We do not guarantee the accuracy, completeness, or timeliness of other websites. The website may not have the same privacy policy as Riverside Bank and is only provided as a service to the user.";
  return confirm(msg);
}
