﻿function DisclaimerLink(LinkURL)
{
    var _alertMessage = "The web site you are entering is an external site located on another server.  CoreFirst Bank & Trust has no ";
    _alertMessage += "responsibility for external web sites.  We do not endorse the information, content, presentation or accuracy ";
    _alertMessage += "of any external site linked to our own.";
    alert(_alertMessage);
    window.open(LinkURL, "NewLinkWindow");
}
