function leaving(dest)
{
	var leave = confirm("Advantage Bank disclaims control or responsibility for the content, product, and services provided by the linked sites. Advantage Bank is not endorsing or guaranteeing the products, information, or recommendations provided by linked sites. Advantage Bank is not liable for any failure of products or services advertised on those sites. Each third party site may have a Privacy Policy that is different from Advantage Bank. Any of the linked third party Web sites may provide less security than Advantage Bank's Web site.");
	
	if ( dest == "deluxe" && leave )
	{
		window.open("http://www.deluxe.com");
	}
	else
	{
		return leave;
	}
}
