// JavaScript Document
<!--
function confirmationAdobe(url) {
	var answer = confirm("You are about to access Adobe.com and leave the Southland FCU web site.\n\nPlease note that while these services are brought to you as a courtesy by Southland\nFederal Credit Union (SFCU), Adobe is primarily responsible for the content of their\nweb site and services.")
	if (answer){
		window.open(url);
	}
	else{
	}
}
//-->
