function warn() {
  if (!(confirm('You are now leaving the Bank of the Ozarks site, do you want to continue?'))) return false;
}

function creditWarn() {
  if (!(confirm('You are now leaving Bank of the Ozark\'\s site, do you wish to continue? First Bankcard provides credit card services for Bank of the Ozarks.'))) return false;
}

