function ncua() {
  if(confirm('Warning Message: There are links to other websites within the VAPR Federal Credit Union website. VAPR FCU neither controls nor endorses the content of these websites, and cannot be held responsible for the accuracy of the information contained within these websites. Security features available at the VAPR FCU website may not be availble at these other websites.')) {
    window.open('http://www.ncua.gov/');
  }
  else {
    history.go();
  }
}
