$(function () {
	$('a[href^="http"]').not('a[href~="itsme247.com"]').click(function () {
		alert('You are leaving Bay Area Credit Union\'s Web site and will be subject to your destination Web site\'s privacy and security policies.');
	});
	
	$('#frontslideshow').cycle({fx: 'fade', timeout: 6000});
});
