



function warn(url){
	
	if(confirm("You have clicked on an offsite link. CRA provides links to other websites not directly under the control of CRA or its affiliates. We provide them to our website visitors so that they may become more fully informed. CRA is not responsible for the privacy policies or information contained on those sites and we encourage our users to read the privacy policies of all websites they visit.")){
		window.location = url;
	}
}