
function ExternalSite(newUrl) {
	var agree=confirm("You are now leaving California Center Credit Union's web-site and are going to a web-site that is not operated by the credit union.  California Center Credit Union is not responsible for the content or availability of linked sites. Please be advised that CCCU does not represent either the third party or you, the member, if you enter into a transaction.  Further, the privacy and security policies of the linked site may differ from those practiced by the Credit Union.");
	if (agree) {
		return true ;
	} else {
		return false ;
	}
}
