function Q2ExternalLink(){
	if(confirm("You are now leaving our web site.")){
		return true;
	} else {
		return false;
	}
}

function Q2Email(){
	if(confirm("Information provided through this email link is transmitted over an unsecured connection. Please do not send information such as account numbers, account service requests or other personal information. Please contact us in person, by telephone or by mail with confidential information.")){
		return true;
	} else {
		return false;
	}
}