function externalLink(a){
	if(confirm("The link you have chosen leads to a web page that is not monitored by WHAFC.\n\nContinue?")){
		window.open(a.href);
	}
	return false;
}
