function confirmLink(){
	var takeLink;
	takeLink = confirm("Links to third-party web sites are provided for member convenience only. You will be leaving North Side CFCU's website and entering a website hosted by another party. Although North Side has approved this as a reliable partner site, please be advised that you will no longer be subject to, or under the protection of, the privacy and security policies of North Side CFCU's website.\n\nPlease click 'OK' to continue or 'Cancel' to stay at the NSCFCU site:");
	
	if (takeLink == true)
		window.location = "http://www.carsforcu.com";
		
}
	