function ex_link(url)
{
if(confirm("You will now be accessing information at a website not controlled by Savannah Bank N.A. The Bank is not responsible for, nor does it endorse any information provided by the website you are about to access. The Savannah Bank N.A. privacy policy does not extend to the site being accessed through this link.")) {
window.open(url,'_blank')
}
return false;
}
