
<!--
function confirmation(email) {
	var answer = confirm("We are pleased to communicate with you by e-mail or otherwise. However, your e-mail to us does not create an attorney-client relationship, and if your communication is in connection with a matter for which we do not already represent you, it may not be treated as privileged or confidential.\nPress Ok to Accept.")
	if (answer){
		window.location = email;
	}
}
//-->

